The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Many of my members pressing quote button from the first post to reply in a topic.
Sometimes the #1 post haves big images and with the quote the replys growing to much up. Is there any option to disble quote only for the #1 post or to disable the image tags if a member press quote in the #1 post? Thank you. |
|
#2
|
||||
|
||||
|
Open up your postbit_legacy template and look for the following:
Quote:
Quote:
|
|
#3
|
|||
|
|||
|
I'm hitching along with this topic.
But i've tried this option, but still a member can quote the first post. Now i have: Code:
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$thread['firstpostid'] != $post['postid']">
<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>
</if>
<if condition="$show['multiquote_post']">
Grtz. |
|
#4
|
|||
|
|||
|
Quote:
the solution is often that you also must change this in postbit template. regards, Cavebox |
|
#5
|
|||
|
|||
|
Many thanks Cavebox.
This answer helped us a lot. And of course thanks to the original poster. Grtz. |
|
#6
|
|||
|
|||
|
Many thanks!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|