May 19, 2007, 08:05 AM
May 19, 2007, 08:12 AM
Any error while activating ?
May 19, 2007, 08:28 AM
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..
can someone help..
May 19, 2007, 08:34 AM
You've set the status to "on" ? And filled in the values for default, new reply, new thread ...
ACP - Board Settings [Change] - MYPS
ACP - Board Settings [Change] - MYPS
May 19, 2007, 08:42 AM
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&username=". $post['username']. "\">$myps</a></b>";
Here settings['myps_name'] is not displaying in the forum
no points when posting or replying.
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&username=". $post['username']. "\">$myps</a></b>";
Here settings['myps_name'] is not displaying in the forum
no points when posting or replying.May 19, 2007, 08:49 AM
i think it doesnt support 1.27
May 19, 2007, 09:29 AM
Works fine here with MyBB 1.2.7 & MyPS 1.0.8 .
May 19, 2007, 02:46 PM
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.
May 20, 2007, 05:34 AM
Works fine on 1.27