Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Thread Starter Column Details »»
Thread Starter Column
Version: 1.1.0, by Chris M Chris M is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 06-22-2005 Last Update: 09-14-2005 Installs: 86
Uses Plugins Template Edits
 
No support by the author.

[high]Installation Instructions[/high]

Step 1: Download the attached file and follow the instructions
Step 2: Click Install

[high]vBulletin 3.0.7 Version:[/high] Click here

[high]Update[/high]
Version 1.1.0: This modification now requires a plugin to perform correctly

Satan

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 10-05-2005, 08:56 PM
SecTa SecTa is offline
 
Join Date: Dec 2004
Location: Alfa Centauri
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
For cosmetic reasons, you may wish to change the <td class=""> attributes manually, or use a conditional to do so:
...
Couldn't get this to work on 3.5 Gold... Could you explain those changes more specific?
Reply With Quote
  #33  
Old 10-06-2005, 09:18 AM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes the hack is kinda bugged for 3.5.0 Gold. Please update it asap.
Reply With Quote
  #34  
Old 10-06-2005, 09:48 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Snake
Yes the hack is kinda bugged for 3.5.0 Gold. Please update it asap.
This hack was written for 3.5 - The only issue seems to be soft-deleted threads, however I cannot reproduce the error :ermm:

Quote:
Originally Posted by SecTa
Couldn't get this to work on 3.5 Gold... Could you explain those changes more specific?
For every instance of the following code that appears after the thread starter column alteration in your altered templates:
Code:
<td class="alt1">
change that to:
Code:
<td class="<if condition="$vboptions[showthreadstartercolumn]">alt2<else />alt1</if>">
And the same for alt2's to alt1 etc - You will need to fiddle with it a few times to get it precisely right for your site

Chris
Reply With Quote
  #35  
Old 10-09-2005, 04:17 PM
Quillz's Avatar
Quillz Quillz is offline
 
Join Date: Jan 2005
Location: Los Angeles, CA
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed this great hack! I like how it can be switched on and off via the ACP. And I never knew about debug mode, either.
Reply With Quote
  #36  
Old 10-09-2005, 05:04 PM
n00belit3's Avatar
n00belit3 n00belit3 is offline
 
Join Date: Nov 2003
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aftermath
Thanks for the hack satan. It works pretty fine on 3.5 RC2 as well. There's just one little thing. The size of the thread starter's font text is way too small. It is supposed to have the same font size as the thread's title. Have a look at the screenshot below.

http://img34.imageshack.us/img34/774/screeny8mb.gif
bump
Reply With Quote
  #37  
Old 10-09-2005, 06:42 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can try and override it with your own <div> or <span> tags if you want but the size is defined in the [high]thread_starter[/high] phrase

Chris
Reply With Quote
  #38  
Old 10-12-2005, 12:16 AM
clubfmradio clubfmradio is offline
 
Join Date: Jul 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chris M
You can try and override it with your own <div> or <span> tags if you want but the size is defined in the [high]thread_starter[/high] phrase

Chris
Its not very clear on where do u make these changes?

2)

Now goto your vBulletin Options screen
---------------------------

Create a new setting in the "Forum Display Options (forumdisplay)" screen.

Use the following information:

Varname - showthreadstartercolumn
Title - Show 'Thread Starter' column
Description - Turns the thread starter column on and off for forumdisplay.
Option Code - yesno
Default - 1
Display Order - *this setting should be automatically filled in by vBulletin - do not change it*
vBulletin Default - No
Reply With Quote
  #39  
Old 10-12-2005, 07:41 AM
slank slank is offline
 
Join Date: May 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

clubfmradio - i believe you make those changes in the phrase manager settings

works fine with 3.5Gold btw
Reply With Quote
  #40  
Old 10-12-2005, 09:54 PM
Sabrejeff Sabrejeff is offline
 
Join Date: Apr 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by clubfmradio
Its not very clear on where do u make these changes?

2)

Now goto your vBulletin Options screen
---------------------------

Create a new setting in the "Forum Display Options (forumdisplay)" screen.

Use the following information:

Varname - showthreadstartercolumn
Title - Show 'Thread Starter' column
Description - Turns the thread starter column on and off for forumdisplay.
Option Code - yesno
Default - 1
Display Order - *this setting should be automatically filled in by vBulletin - do not change it*
vBulletin Default - No
Yeah, I can't figure that out either.
Reply With Quote
  #41  
Old 10-13-2005, 06:42 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure you've enabled debug mode to on otherwise you won't have the ability to create new settings via the admincp.
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 04:56 AM.


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.04612 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete