PDA

View Full Version : Glitch with viewing available plugins


Hall of Famer
12-09-2012, 02:34 AM
The ACP won't display a list of plugins if you attempt to view it.
It seems that I just found out another minor glitch while working on my Itemdrop Mod. The ACP, for some reason, won't display a list of plugins in settings.php file. Although at this point its not possible to enable/disable plugins in ACP, client users should be able to at least see what they have installed.

The fix is easy, just add this to line 188 in admincp/settings.php. It has been fixed in Mys v1.3.3's alpha version. You may also download the attachment if you havent modified this script file extensively.


$mysidia->page->addcontent($plugin_links);