The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
are you home !!:ermm:
|
#22
|
|||
|
|||
![]()
any luck Kerry?
|
#23
|
||||
|
||||
![]() |
#24
|
|||
|
|||
![]()
Look like nothing will be released
![]() |
#25
|
||||
|
||||
![]()
No not yet, hope, however, that it will still succeed
|
#26
|
||||
|
||||
![]()
Come On Please
![]() |
#27
|
|||
|
|||
![]()
I have a quick fix for this. Trying to make it into a plugin but no succes on that yet. Want to make it so that you can select in what forum you can enable this.
But till that is ready you can do the next edits in postbit and/or postbit_legacy templates. NOTE: this will remove the quote button on your entire forum from the #1 post. Find: HTML Code:
<if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> Replace with Option 1: HTML Code:
<if condition="$post['replylink']"> <if condition="$post[postcount] == 1"> <else /> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> </if> Or option 2: HTML Code:
<if condition="$post['replylink']"> <if condition="$post[postcount] != 1"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> <else /> </if> </if> Hope this will help for now. |
#28
|
||||
|
||||
![]()
Thanks man :up: :up:
End hope soon that it succeeds with make it into a plugin, with that you can select in what forum you can enable this. ![]() |
#29
|
||||
|
||||
![]()
and are you all what hurried up!
|
#30
|
||||
|
||||
![]()
Any news?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|