CumulusClips - Forums
Do not require tags and description
I found the document in http://cumulusclips.org/forums/index.php?p=/discussion/1497/do-not-require-tags-or-description. There is a site is not available as http://cumulusclips.org/forums/index.php?p=/discussion/300/how-to-create-a-custom-theme-by-copying-the-default-theme. Second site also is not found:http://cumulusclips.org/docs/guide-to-cumulusclips-plugins/. Is there any way I can get whole document? Thank you for help....
This discussion has been closed.
Comments
- Invalid description
- Invalid tags
That is why I am looking for it.
See attachment
Get rid of entry for desciptions and tags.
label class="<?=(isset($errors['tags'])) ? 'error' : ''?>"><?=Language::getText('tags')?>:
tags)) ? implode(', ', $video->tags) : ''?>" />
label class="<?=(isset($errors['description'])) ? 'error' : ''?>"><?=Language::getText('description')?>:
<?=(!empty($video->description)) ? $video->description : ''?>
Just add a statement as type with hidden and value with any text.. That is it.
input class="text" type="hidden" name="tags" value=" no tags" />
input class="text" type="hidden" name="description" value="no description" />
First method I should learn how to use the plugin. Leter I shall learn it.. Second method I just did it as you mention. Thank you very much.