Ok i have done the plugin and removed the part from the functions.php
I aint reinstalled this yet though...
I did have the menu control hack (extra navbar buttons) showing above the navbar untill i do this delete from the functions and create the plugin..
the buttons (top buttons) only show on the forumhome template, no other.
Any ideas on this 1 please?
Quote:
Originally Posted by cynix2
@bashy
wait no the plugin above is wrong
change
Code:
if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = "yes"; } else { $mkp = "no"; }
to
Code:
if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = $mkp; } else { $mkp = "no"; }
*updated in original post*
that should keep the portal on your pages but not show it on the spell checker
as for the uninstall stuff, make sure your templates for editor_toolbar_on, postbit_quickedit, and showthread_quickreply are reverted
|