Quote:
Originally Posted by mhackl
I installed this mod on a new 3.6.8 install, but the mod menu showed no matter who was logged in or not logged in.
I replaced:
HTML Code:
<if condition="$bbuserinfo[usergroupid] = array(7, 5)">
with:
HTML Code:
<if condition="$show['modcplink']">
to correct the problem.
|
I installed and had the same problems as above. Used mhackl's fix and it appears to work now.