OUGC Announcement Bars invalid content
Hamster24 Offline
Member
***
Posts: 69
Joined: Sep 2014
Post: #1
OUGC Announcement Bars invalid content
anybody knows how to fix the invalid content error in OUGC Announcement Bars plugin?
http://community.mybb.com/thread-116984-...http://community.mybb.com/thread-116984-post-1149617.html#
03-27-2015 04:24 AM
Find all posts by this user Quote this message in a reply
MrBrechreiz Offline
Member
***
Posts: 69
Joined: May 2012
Post: #2
RE: OUGC Announcement Bars invalid content
Change in the plugin file in line 378

PHP Code:
if(!$content || my_strlen($content) > 250)


to

PHP Code:
if(!$content || my_strlen($content) > 500)

03-28-2015 12:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hamster24 Offline
Member
***
Posts: 69
Joined: Sep 2014
Post: #3
RE: OUGC Announcement Bars invalid content
thanks it fixed the invalid content error but now it only lets me use certain amount of characters. that is at the time of submit/save the box only store some content and removes the rest of the content
it only lets me write content equal to 255 characters including spaces
(This post was last modified: 03-28-2015 01:26 AM by Hamster24.)
03-28-2015 01:23 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: