There's not too much point of having them on every single post, is it possible to add an option to do it by thread or post? I'd like to have it like devshed has their's:
Indenting code - Dev Shed
This is a discussion on One social tag section per thread/page within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; There's not too much point of having them on every single post, is it possible to add an option to ...
There's not too much point of having them on every single post, is it possible to add an option to do it by thread or post? I'd like to have it like devshed has their's:
Indenting code - Dev Shed
Thread-based options are already there. Click the link-back Drop down.
Is it possible to remove the icons from every post and put them somewhere else though?
If I remove them from each post and only keep them in the drop down then they're hidden away.
Hello Nick,
you can try to put this into your postbit template to hide the icons:
HTML Code:<!--<!--VBSEO_BOOKMARKS-->-->
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
If I put <!--VBSEO_BOOKMARKS--> in another template will VBSEO figure out that it doesn't need to put them postbit?
vBSEO only checks postbit (or postbit_legacy) template to insert bookmarks.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Is it not possible to check other templates for this code? Or even have an option of where to display the icons? vBSEO is all about helping to make the page better for search engines, but adding 125 extra bytes (for this thread at least) per post when it's not really needed is a bit silly. On a 40 post thread that's an extra 5KB of code.
I don't think they show for guests do they?
I have added
to the bottom of my postbit_legacy template, so the social bookmark links only appear in the LinkBack menu, I guess if you wanted them only on the first post you could useCode:<div style="display: none;"><!--VBSEO_BOOKMARKS--></div>
in the postbit/postbit_legacy template, where you wanted them to appear. (I've not tested that)Code:<if condition="$post[postcount] == 1"> <!--VBSEO_BOOKMARKS--> </if>
Iain
EDIT:
yes, they do
Last edited by iain meddicks; 09-08-2006 at 04:05 PM. Reason: keith replied while I was replying.