Quote:
Originally Posted by AttalaEA
Hello
I installed this Mod it is great but it doesn't appear in the community (I Have chosen yes in AdminCP)
|
Fixed the problem.
If you don't want to download the mod again, you can fix it yourself.
In the Admin Panel go to Plugins & Products and Select Plugin Manager.
Look for General Application Form with a hook location of Parse Templates and select Edit.
In the Plugin PHP Code look for this code:
PHP Code:
if (($vbulletin->userinfo['posts'] > $vbulletin->options['genapp_postcount']) && $vbulletin->options['genapp_inmenu'])
And replace it with this code:
PHP Code:
if (($vbulletin->userinfo['posts'] >= $vbulletin->options['genapp_postcount']) && $vbulletin->options['genapp_inmenu'])