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
  #62  
Old 05-31-2006, 07:19 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does work with 3.5.4

But i still have the problem with deleted threads as previously reported..

Any ideas how to solve it ?
Reply With Quote
  #63  
Old 08-16-2006, 05:25 PM
Spacefreak Spacefreak is offline
 
Join Date: Jul 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone tried this add-on with vBulletin 3.6?
Reply With Quote
  #64  
Old 11-17-2006, 04:55 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this modification!
Someone pointed out today that the Subscription List was messed up from this.
Has anyone noticed this problem also?
I went through the install steps again and could not find anywheres to edit the Subscription Listing with...
Reply With Quote
  #65  
Old 02-16-2007, 09:48 AM
Nissart Nissart is offline
 
Join Date: Jan 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work with 3.6 ?
Reply With Quote
  #66  
Old 03-16-2007, 12:06 PM
furst furst is offline
 
Join Date: Dec 2005
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nissart View Post
does it work with 3.6 ?
Anyone?
Reply With Quote
  #67  
Old 03-24-2007, 04:57 AM
home9000 home9000 is offline
 
Join Date: Aug 2005
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nissart View Post
does it work with 3.6 ?
any new in this issue
Reply With Quote
  #68  
Old 03-31-2007, 01:20 AM
Cheerpipe Cheerpipe is offline
 
Join Date: Oct 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sensimilla View Post
It does work with 3.5.4

But i still have the problem with deleted threads as previously reported..

Any ideas how to solve it ?
to fix it do this

Code:
replace threadbit_deleted template with

HTML Code:
<tr>
	<td class="alt1"><img src="$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif" alt="" /></td>
	
	<if condition="$show['threadicons']">
		<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else />&nbsp;</if></td>
	</if>
	
	<td class="alt1">
		
		<div>
			<if condition="$show['moderated']"><span style="float:$stylevar[right]">&nbsp;<img class="inlineimg" src="$stylevar[imgdir_misc]/moderated_small.gif" alt="<phrase 1="$thread[hiddencount]">$vbphrase[x_moderated_posts]</phrase>" /></span></if>
			<span style="float:$stylevar[right]">&nbsp;<img class="inlineimg" src="$stylevar[imgdir_misc]/trashcan_small.gif" alt="<phrase 1="$thread[deletedcount]">$vbphrase[x_deleted_posts]</phrase>" /></span>
			<if condition="$show['viewthread']"><span style="float:$stylevar[right]" class="smallfont"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]">$vbphrase[view]</a></span></if>		
			$thread[typeprefix]
			<if condition="$show['threadtitle']"><em>$thread[threadtitle]</em></if>
		</div>
	</td>

	<td class="alt2">
		<span class="smallfont">
		<if condition="$show['guestuser']">
				<div align="center">$thread[postusername]</div>
			<else />
		<div align="center"><a href="member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]</a></div>
			</if></span>
	</td>

	<td class="alt1" align="center" colspan="3">
		<div class="smallfont"><phrase 1="member.php?$session[sessionurl]u=$thread[del_userid]" 2="$thread[del_username]">$vbphrase[thread_deleted_by_x]</phrase></div>
		<if condition="$show['deletereason']">
			<div class="smallfont">$vbphrase[reason]: <em>$thread[del_reason]</em></div>
		</if>
	</td>
	

	
	<if condition="$show['forumlink']">
		<td class="alt2"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td>
	</if>	
	
	<if condition="$show['inlinemod']">
		<td class="alt1">
			<input type="checkbox" name="tlist[$thread[threadid]]" id="tlist_$thread[threadid]" value="$thread[checkbox_value]" <if condition="$show['disabled']">disabled="disabled"</if> />
		</td>
	</if>
</tr>

it work well in vb 3.6 with some minor modifications

PD: this html is from 3.6.5
Reply With Quote
  #69  
Old 08-05-2008, 02:33 AM
nofat.co.nz nofat.co.nz is offline
 
Join Date: Sep 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance you could do one just the same but for thread creation date?
Reply With Quote
  #70  
Old 08-11-2008, 10:38 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

man....
what I wouldn't do for a 3.7.x version!!

any chance for that?
Reply With Quote
  #71  
Old 10-03-2008, 01:51 PM
JeffreySmith JeffreySmith is offline
 
Join Date: Nov 2005
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They got one for 3.7 at their main site:

http://www.vbulletin.com/forum/showthread.php?t=197265
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:34 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.05632 seconds
  • Memory Usage 2,322KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_html
  • (3)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
  • (3)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