• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] PLAYLIST DESCRIPTION PROBLEMS. CANT WRITE ON PLAYLIST DESCRIPTION.

Started by giovanni,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

giovanniTopic starter

I have the same problem I cant write on description. Only on moderator and my members are mad, can anyone help me please, please, please,  I just noticed this when 8 of my members told me it has been messed up for over 3 months Mario please help us,
  •  

giovanniTopic starter

Is there a way to transfer all my playlists data to picture uploads ? all my playlist data is articles people wrote.   so I wanted to transfer all playlist data to picture uploads, since my members  cant write on playlist description !!!  this is a big issue that no one is helping us with, its so annoying
  •  

giovanniTopic starter

Is there anyone in here that can help us with playlist description input problem, Why is it that only moderator can edit playlist description, and not members ?, is there a way to replace that playlist description error by replacing it with an older version so people can start to write on playlist description again ? everyone has this problem if we don't speak up it wont get fixed. we cant wait for 5.0 we need a solution now
  •  

giovanniTopic starter

I tried replacing playlist from public_html/tpl/main, with an older playlist version nothing happened. my traffic has decreased because of it, 9,700 members that cant edit their playlist wont give up still trying
  •  

giovanniTopic starter

I think the issue is in manager.php  case "new-playlist": but I just cant seem to find the error, is there a coder that can help us with this problem ? everyone is facing this issue no help from Forums Ill pay anyone with paypal to fix playlist description error not inputting text
  •  

Marius P.

It's an overflow problem from css, one I've provide a solution for before.

In tpl/main/manager.php

before and after

<div class="control-group">
<label class="control-label"><?php echo _lang("Description"); ?></label>
<div class="controls">
<textarea rows="5" cols="5" name="play-desc" class="auto validate[required] col-md-12" style="overflow: hidden; word-wrap: break-word; resize: horizontal; height: 88px;"></textarea>               
<>   
<>



add


<div class="clearfix"><>



You can also remove


validate[required]



DON'T copy paste since the forum turns  closediv </ div> to <>
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!
  •  

giovanniTopic starter

  •  

Similar topics (7)