View Full Version : Mini Mods - YBMF-Threadstarter
TimberFloorAu
01-27-2010, 10:00 PM
YoBroMoFo - Threadstarter Hack for VB4
Updated version of our Threadstarter hack ( for 3.x )
**** PLEASE CLICK INSTALL IF YOU USE THIS HACK ***
Instructions: See Readme file ( included in Zip )
This adds Threadstarter graphic to The Thread Starters 1st post and all replies throughout that post. Gives them Kudos, and on huge threads allows you to see who in fact started the thread.
vividbreeze
01-27-2010, 10:47 PM
I don't get it, whats this mod supposed to do?
teamshultz
01-27-2010, 11:11 PM
It looks like it adds "Threadstarter" to the thread starter's sig.
BSMedia
01-28-2010, 01:53 AM
I don't get it, whats this mod supposed to do?
This adds Threadstarter graphic to The Thread Starters 1st post and all replies throughout that post. Gives them Kudos, and on huge threads allows you to see who in fact started the thread.
TimberFloorAu
01-28-2010, 01:55 AM
Thanks BS
Hornstar
01-28-2010, 07:12 AM
oh lol, I can see members copying that into their sig and then making it look like they are the thread starter in every thread lol
But it is a very nice idea.
TimberFloorAu
01-28-2010, 07:41 AM
oh lol, I can see members copying that into their sig and then making it look like they are the thread starter in every thread lol
But it is a very nice idea.
ANother sterling reply Matt :)
abdobasha2004
01-28-2010, 11:38 PM
thanks
great mod. !
mmhmm
01-30-2010, 02:31 AM
thank you, this is very helpful for my board, we have super long threads.
in addition we also have a lot of "trading" going on, and many members have "shops", so it's helpful to see who started the thread.
thank you again.
TimberFloorAu
01-30-2010, 03:17 AM
I am quite sure with some rejigging. It could be adapted to :
Quiz forums, thread starter being given the graphic "QuizMaster"
Or Support Tickets.
Whereby the member gets the graphic Support Request, and the ADMIN/Mod designated to assist could equally be given the graphic Ticket Support Team
Dr.osamA
01-30-2010, 05:12 AM
I do not know, but I think the code must be like that
<!--YoBroMoFo Thread Starter-->
<vb:if condition="$post['signature'] OR $thread['postuserid'] == $post['userid']">
<!-- sig -->
<div>
<vb:if condition="$thread['postuserid'] == $post['userid']">
__________________
<img src="images/thread_starter.gif" alt="British Expats Thread Starter">
</vb:if>
</div>
<!-- / sig -->
</vb:if>
<!--end of YoBroMoFo Thread Starter-->
coz the cod in the zip file show line in evry post there without pic not just post starter
thanxxxxx
installed + 5stars
________
Masturbation Mutual (http://www.++++tube.com/categories/754/mutual/videos/1)
ComoEstaEso-com
02-04-2010, 12:14 AM
Hello YBMF!
I just installed this, yet it isn't showing up.
Might it be something in my settings?
I uploaded the thread_starter.gif.
The code I used was
<!--YoBroMoFo Thread Starter-->
<vb:if condition="$post['signature'] OR $thread['postuserid'] == $post['userid']">
<!-- sig -->
<div>
<vb:if condition="$thread['postuserid'] == $post['userid']">
__________________<br />
<img src="images/thread_starter.gif" alt=""><br />
</vb:if>
</div>
<!-- / sig -->
</vb:if>
<!--end of YoBroMoFo Thread Starter-->
Ideas or suggestions?
TimberFloorAu
02-04-2010, 12:46 AM
have you uploaded the image to the correct place. Checked path by viewing src code?
treyb
02-21-2010, 09:20 PM
Works great! Thanks m8.
Changed mine to a .png so it would flow better. If anyone else wants to use.
http://dixietalk.com/images/thread_starter.png
TimberFloorAu
02-21-2010, 09:51 PM
Good Work :up:
princeedward
03-04-2010, 07:14 AM
mate timber....how can we do this that not on the first post will show? do we have any conditions that we can might use on this?
TimberFloorAu
03-04-2010, 09:20 PM
Why would you not have a threadstarter display on the firt post, if they are the thread starter ?
utahraves
03-04-2010, 09:24 PM
Feature request: Certain forums can have the thread starter title changed.
Example: I run a event website. 4 are event forums and I want the promoters for the event to show promoters, but then in the standard nonevent threads, it can say threadstarter.
Jabong82
03-16-2010, 04:09 AM
Hey great hack I have a weird problem though.
This shows up for my posts (admin), but doesn't for others. Would there be a reason why? Thanks again.
Installed.
TimberFloorAu
03-16-2010, 05:27 AM
Users must have a SIG
Jabong82
03-16-2010, 05:33 AM
Ah yah thats it. Thanks for the great mod!
Verionia
04-07-2010, 10:36 PM
Users must have a SIG
How can it show even for those with no sig?
TimberFloorAu
04-07-2010, 10:48 PM
you must have a sig.
nomoreturn
04-07-2010, 11:48 PM
installed but i cant see it and yeha my user have sig and still not showing thr thread starter and one more thing is that working on vb 4.0.2?
TimberFloorAu
04-08-2010, 12:07 AM
works on all 4 versions.
Send me a link to a POST that should have it displayed
nomoreturn
04-08-2010, 03:37 AM
works on all 4 versions.
Send me a link to a POST that should have it displayed
Here is the link http://www.mastdunya.com/showthread.php?t=1109
TimberFloorAu
04-08-2010, 04:20 AM
Not even in the source code, looks as if you havent followed the instructions
YankForum
04-09-2010, 09:50 AM
oh lol, I can see members copying that into their sig and then making it look like they are the thread starter in every thread lol
But it is a very nice idea.
but it is recognizable since it has a custom alt="" , members are not able to add alt=""
anywat tnx 4 sharing, sharing is caring :)
TimberFloorAu
04-09-2010, 09:51 AM
but it is recognizable since it has a custom alt="" , members are not able to add alt=""
anywat tnx 4 sharing, sharing is caring :)
Thanks for noticing Hornstars error :)
YankForum
04-09-2010, 09:57 AM
How can it show even for those with no sig?
with author's permission i did it by adding these 3 lines of whole code provided by author :
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/thread_starter.gif" alt="Thread Starter">
</vb:if>
right after lines below :
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
Verionia
04-09-2010, 01:41 PM
with author's permission i did it by adding these 3 lines of whole code provided by author :
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/thread_starter.gif" alt="Thread Starter">
</vb:if>
right after lines below :
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
Thanks so much! :)
War.Frog
04-19-2010, 06:18 PM
I really like this, but I wanted it somewhere other than in the sig line. I was playing around and did it like this:
In Postbit Legacy:
FIND:
{vb:raw template_hook.postbit_messagearea_start}
BELOW, add this abbreviated code:
<!--YoBroMoFo Thread Starter-->
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/thread_starter.gif" alt="British Expats Thread Starter"><br />
</vb:if>
<!--end of YoBroMoFo Thread Starter-->
It then appears at the top of the thread starter's posts:
https://vborg.vbsupport.ru/external/2010/04/17.png
svandanam
04-22-2010, 09:23 AM
Great mod !! Installed and voted !!
Da-Vinci
05-10-2010, 11:28 PM
with author's permission i did it by adding these 3 lines of whole code provided by author :
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/thread_starter.gif" alt="Thread Starter">
</vb:if>
right after lines below :
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
I get this when I try to save the template.
adding child to non-existent node!
I'm adding it like this.
<!--YoBroMoFo Thread Starter-->
<vb:if condition="$post['signature'] OR $thread['postuserid'] == $post['userid']">
<!-- sig -->
<div>
__________________<br />
<vb:if condition="$thread['postuserid'] == $post['userid']">
<img src="images/misc/threadstarter.png" alt="British Expats Thread Starter"><br />
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
</div>
<!-- / sig -->
</vb:if>
<!--end of YoBroMoFo Thread Starter-->
It works for users with sigs fine, I just get the error when I try and add the additional code.
Da-Vinci
05-11-2010, 10:33 PM
Still can't get it working with the no sig option, but I thought I'd share my threadstarter.png if anybody wants to use it.
http://nzb-forum.com/images/misc/threadstarter.png
Xexiu
05-23-2010, 09:44 PM
how can I make the image appear in the top right corner. I'm using postbit_legacy but I failed on several intents :(.
Can you give me some suggestions please. Thank you.
Bubble #5
09-12-2013, 05:38 AM
Works in 4.2.1.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.