Quote:
Originally Posted by Mishima
Installed. But not working
Do I have to update any counters in "Maintenance"?
Under vBulletin Options I have enabled the Mod and various Social sites but nothing is appearing. Any ideas?
|
If you have a customized style the auto-template edit might not work. Check your
navbar template.
The mod looks for this exact line of code:
Code:
<!-- / nav buttons bar -->
If it's not there the auto-template edit will fail. In that case you should manually add the code:
Code:
$more_share_options
to your navbar template anywhere you want the button bar to show.
Then in the mod options you can turn off the option for the auto-template edit since it's not needed.