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 01-28-2006, 11:28 AM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default New post on forumhome

Hey all,

I was wondering about something. On my forumhome it only shows the name of the last poster. Is there a way to change thos to the last thread and the last poster?

Example:


Plzz? :nervous:

Just a gentle bump
Reply With Quote
  #2  
Old 01-30-2006, 05:52 AM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can i bump?
Reply With Quote
  #3  
Old 01-30-2006, 08:29 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Showing the thread title on forumhome should be put on default. Are you sure someone didn't edit out the variable in the template or something?
Reply With Quote
  #4  
Old 01-30-2006, 09:30 AM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No...am not sure.... What variable should it be and where should it be located?
Reply With Quote
  #5  
Old 01-30-2006, 12:01 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you post your forumhome_forumbit_level1_nopost and forumhome_forumbit_level2_nopost here I can check if it's there or not. I think there's an option in the vBulletin Options for this too. Check that's not set to 'off'
Reply With Quote
  #6  
Old 01-30-2006, 12:20 PM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

forumhome_forumbit_level1_nopost
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="page"><tr><td>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td width="1"><img src="$stylevar[imgdir_misc]/cat_left.gif" alt="" /></td>
		<td width="50%" style="background-image: url($stylevar[imgdir_misc]/cat_bg.gif)" class="cat"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" class="head">$forum[title]</a></td>
		<td width="1"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a></td>
		<td width="50%" style="background-image: url($stylevar[imgdir_misc]/cat_bg2.gif)"></td>
		<td width="1"><img src="$stylevar[imgdir_misc]/cat_end.gif" alt="" /></td>
	</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td width="1"><img src="$stylevar[imgdir_misc]/det_left.gif" alt="" /></td>
		<td width="100%" style="background-image: url($stylevar[imgdir_misc]/det_bg.gif)">
			<table width="100%" cellspacing="0" cellpadding="0" border="0">
				<tr>
					<td width="5%" align="center" class="smallfont">&nbsp;</td>
					<td width="55%" align="left" class="smallfont"><font color="#B3B8BA">Forum</font></td>
					<td width="20%" align="center" class="smallfont"><font color="#B3B8BA">Last Post</font></td>
					<td width="10%" align="center" class="smallfont"><font color="#B3B8BA">Threads</font></td>
					<td width="10%" align="center" class="smallfont"><font color="#B3B8BA">Replies</font></td>
				</tr>
			</table>
		</td>

		<td width="1"><img src="$stylevar[imgdir_misc]/det_right.gif" alt="" /></td>
	</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>		
		<td width="100%" height="1" style="background-image: url($stylevar[imgdir_misc]/cat_bottom_bg.gif)" align="right"><img src="$stylevar[imgdir_misc]/cat_bottom_bg.gif" alt="" /></td>
	</tr>
</table>
<br />


</td></tr></table>
forumhome_forumbit_level2_nopost
Code:
<tr>
	<td class="tcat"><span class="smallfont">&nbsp;</span></td>
	<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">
		<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
		<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
		<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
	</td>
</tr>
$childforumbits
Plz?
Reply With Quote
  #7  
Old 02-08-2006, 10:36 AM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* Bratz-Designs puts on cute face
[/high]

Can anyone help me?
Reply With Quote
  #8  
Old 02-09-2006, 08:25 PM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bratz-Designs
[high]* Bratz-Designs puts on cute face
[/high]

Can anyone help me?

[high]* Bratz-Designs puts on even cuter face [/high]
Reply With Quote
  #9  
Old 02-20-2006, 11:42 AM
Bratz-Designs Bratz-Designs is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Close this, i reverted the template (forumhome_lastpostby)

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 05:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07541 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
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
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete