Link backs do not show up in my posts. I can see it says 1 link back. I click "see linkbacks" but nothing shows. Is this just not active yet?
This is a discussion on Link backs aren't showing up. within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Link backs do not show up in my posts. I can see it says 1 link back. I click "see ...
Link backs do not show up in my posts. I can see it says 1 link back. I click "see linkbacks" but nothing shows. Is this just not active yet?
Hello,
could you please check if it works with default vBulletin style?
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!
Yes it does. I fugured it was a custome style issue. Is there anything that needs to be in the postbit template?
You can insert $vbseolinkbacks in your SHOWTHREAD template to define it's location.
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!
Can you explain this further please?
What if I'd like it in postbit?
The Liberty Lounge Political Forums - Our political forums, your two cents.
The linkbacks table is displayed only once on showthread pages (at the bottom), so it should be inserted in SHOWTHREAD template, not in postbit.
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!
Oh, okay. I misunderstood and thought you were talking about the things in individual posts.
The Liberty Lounge Political Forums - Our political forums, your two cents.
Still doesn't work after hard coding that variable.
Looking at the view source I see that it is already loading the link back code down at the pottom of the template. Its ust not having it's display attribute changed when you click the linkbit part.
EDIT: Nevermind that's the menu bit.
Ok, this is being caused by the fact that I moved the currently active users bit to the top of the page.
In the default style you guys are merging it with that code.
In default template it is inserted right before "activeusers" table if it is enabled or before similar threads table otherwise.
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!
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Ok, I fixed it. I tried adding the comments in thinking you folks took the easy road but that didn't work. So, if anyone has moved their active users bit to the navbar or header template, just add this anywhere in SHOWTHREAD that you want the track back to show.
PHP Code:<if condition="$show['activeusers']">
<!--active users moved above thread-->
</if>
![]()
Last edited by Code Monkey; 09-05-2006 at 11:24 PM.