The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread tags in Postbit Legacy - STRESS!
I've attempted to follow the suggestions in this thread:
https://vborg.vbsupport.ru/showthrea...t=tags+postbit I placed the "prepare tag" section of showthread.php above the "show thread in linear mode" part. I then copied the whole of the tags table from the showthread template and placed in in the postbit legacy template but it just shows everything BUT the actual tags. I'm baffled! Can anybody help me? ## EDIT ## If I click "Edit Tags" it shows the drop down and when i save the changes they display in the postbit until i refresh the page =/ I've uploaded some screenshots to show this. It is able to load them, but only after an action is taken - maybe something to do with how late its loaded on the page? I've placed it rather high in the showthread.php file!! |
#2
|
||||
|
||||
What is in the page source? Could it be that it is there and not showing because of some improper html?
|
#3
|
|||
|
|||
Here's the source code:
Code:
<!-- thread tags --> <br /> <table class="tborder" cellpadding="3" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead"> <div style="float: right" class="normal"> <a href="threadtag.php?t=14" id="tag_edit_link">Edit Tags</a> </div> <a name="taglist"></a> <a href="tags.php">Tags</a> </td> </tr> <tr> <td class="alt1 smallfont" id="tag_list_cell"></td> </tr> </table> <script type="text/javascript" src="clientscript/vbulletin_ajax_taglist.js?v=383"></script> <script type="text/javascript" src="clientscript/vbulletin_ajax_tagsugg.js?v=383"></script> <!-- / thread tags --> |
#4
|
||||
|
||||
Did you make sure when you moved the code in showthread.php that you didn't put it inside a condition that would eval to false and thus you would get no output? And you moved it, right? You didn't copy it and have it in two places.
|
#5
|
|||
|
|||
I definitely didn't put it inside something that would turn it off as the original tag box below the last user post is still functioning.
It's not in two places in the showthread.php file - i cut n pasted it. It was in two places in the template - but i tried temporarily deleting the original and it still didn't work =/ |
#6
|
||||
|
||||
You might want to go back and post in that thread and maybe the person who got it working in their postbit can help you out. I posted what I did by using the ad template and that worked just fine on my test site.
|
#7
|
||||
|
||||
would you know by any chance how i can put it UNDER the first thread?
--------------- Added [DATE]1257350574[/DATE] at [TIME]1257350574[/TIME] --------------- I figured it out! Thanks! |
#8
|
|||
|
|||
Here's a link to what shows at the moment:
http://www.rockonpublishing.co.uk/showthread.php?t=13 --------------- Added [DATE]1257419163[/DATE] at [TIME]1257419163[/TIME] --------------- It shows the tags in the ad after first post bit but can't get it to show in the postbit legacy!!! --------------- Added [DATE]1257419196[/DATE] at [TIME]1257419196[/TIME] --------------- (on my local version for testing - not live) |
#9
|
||||
|
||||
I didn't figure out IN the postbit either and it doesn't seem like HE's willing to help either. I do beleive maybe it has to be in one of those "ad_showthread" Maybe the signature one?
|
#10
|
|||
|
|||
Nope, tried it in all.
Anyone got any ideas!? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|