Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-29-2009, 02:56 PM
rockon rockon is offline
 
Join Date: Jul 2009
Location: The WWW
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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!!
Attached Images
File Type: jpg tagsbefore.jpg (27.4 KB, 0 views)
File Type: jpg tagsedit.jpg (33.6 KB, 0 views)
File Type: jpg tagsafter.jpg (28.9 KB, 0 views)
Reply With Quote
  #2  
Old 10-29-2009, 03:39 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is in the page source? Could it be that it is there and not showing because of some improper html?
Reply With Quote
  #3  
Old 10-29-2009, 04:00 PM
rockon rockon is offline
 
Join Date: Jul 2009
Location: The WWW
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
No tags showing but there is DEFINITELY one tag on the thread i took the source from (it shows in the original tag box)
Reply With Quote
  #4  
Old 10-29-2009, 04:44 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 10-29-2009, 05:56 PM
rockon rockon is offline
 
Join Date: Jul 2009
Location: The WWW
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 =/
Reply With Quote
  #6  
Old 10-29-2009, 06:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 11-04-2009, 01:06 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #8  
Old 11-05-2009, 08:18 AM
rockon rockon is offline
 
Join Date: Jul 2009
Location: The WWW
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
  #9  
Old 11-05-2009, 02:01 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #10  
Old 11-05-2009, 02:14 PM
rockon rockon is offline
 
Join Date: Jul 2009
Location: The WWW
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope, tried it in all.

Anyone got any ideas!?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04683 seconds
  • Memory Usage 2,279KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete