MyBB Central

Full Version: i cannot use the plugin 1.08 and 1.07 in mybb 1.27
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i cannot use the plugin 1.08 and 1.07 in mybb 1.27

Has anyone got an idea about this problem ?
Any error while activating ?
no it s activated without errors.. but theres only a ":0(zero)" at the post bit. nothing changes after posting threads or replying..

can someone help..
You've set the status to "on" ? And filled in the values for default, new reply, new thread ...

ACP - Board Settings [Change] - MYPS
Yes i did what u said.But nothing changes again is anyone running this plugin with 1.27??

i think theres some prob. in the code of plugin file. Because some of the lines are not recognized by mybb.

if ($mybb->settings['myps_status'] != "off"){

$result = $db->query("SELECT * FROM `".TABLE_PREFIX."users` WHERE uid='".$post['uid']."'");
$show = $db->fetch_array($result);
$myps = $show['myps'];
$post['user_details'] = "<span class=\"smalltext\">{$post['user_details']} ".$mybb->settings['myps_name'].": <a href=\"myps.php?action=donate&amp;username=". $post['username']. "\">$myps</a></b>";


Here settings['myps_name'] is not displaying in the forum Sad no points when posting or replying.
i think it doesnt support 1.27
Works fine here with MyBB 1.2.7 & MyPS 1.0.8 .
Check your Database manually. Make sure that 2 sets of settings were not created. It's possible you have 2 sets and that it could create conflict and errors like this. Did you change MYPS status before updating? Or did you deactivate it? There shouldn't be any problems with 1.27 and MYPS.
Works fine on 1.27
Reference URL's