• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Found small bug (v3.3) - Channel update

Started by Noel,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NoelTopic starter

Not sure where to post this, but I've found a small bug.

When creating a channel, PHPVibe does not need a "description".
When renaming (or changing any other settings) it will not let you update it until you add a "description"

I'm running all my channels with no description.
--
Never execute code written on a Friday or a Monday.
  •  

Marius P.

Let me look on 3.3 cause right now we are so deep in finishing 3.4 and we have changed a lot, that I have no clue how things work in 3.3 anymore.

Ok,
so you want the description requirement removed from "edit channel" on short, right?

Open moderator/edit-channel.php and find this:


<textarea rows="5" cols="5" name="play-desc" class="auto validate[required] span12" style="overflow: hidden; word-wrap: break-word; resize: horizontal; height: 88px;"><?php echo $ch->cat_desc; ?></textarea>               


You see the "validate[required]" in the class? Remove it, save and overwrite, and it's done.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

NoelTopic starter

Thank you for the "patch"

I fixed it already yesterday, but thought that you guys maybe needed to know it... And... I'm warming up for "bugs" in the new 3.4 version :-)
--
Never execute code written on a Friday or a Monday.
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)