PDA

View Full Version : How To Remove "Quote" Icon on First Posting


kutukupret
07-24-2008, 11:46 AM
Does anyone can tell me how to remove icon "Quote" on first post but it will appear again on the next post? This is to prevent user from quoting the content of Thread Starter...

and also I am looking mod which can automatically resize the picture to suit with the forum frame so the picture will not shown in a very big size with sliding button below...

Last, I want to ask whether there is any mod which can make permanent watermark to the pictures posted on the forum

Please help...
Thanks

Triky
07-24-2008, 01:38 PM
Does anyone can tell me how to remove icon "Quote" on first post but it will appear again on the next post? This is to prevent user from quoting the content of Thread Starter...

Possible, you need to set a <if> to the postbit/postbit_legacy (depending on what style are you using). I don't remember the correct variable. Try searching on forums for "first post variable" or something like this.

and also I am looking mod which can automatically suit the picture with the forum frame so the picture will not shown in very big size with sliding button below...

https://vborg.vbsupport.ru/showthread.php?t=172024&highlight=resize

https://vborg.vbsupport.ru/showthread.php?t=125500&highlight=resize

https://vborg.vbsupport.ru/showthread.php?t=157228&highlight=resize

etc etc etc.
Just search for this query: resize (titles only, all mods).

Last, I want to ask whether there is any mod which can make permanent watermark to the pictures posted on the forum


https://vborg.vbsupport.ru/showthread.php?t=112829&highlight=watermark

https://vborg.vbsupport.ru/showthread.php?t=182884&highlight=watermark

https://vborg.vbsupport.ru/showthread.php?t=160048&highlight=watermark

kutukupret
07-25-2008, 05:05 PM
I still cannot modified the quote icon. It is still appear...

anyone can help me?

Opserty
07-25-2008, 05:15 PM
Does anyone can tell me how to remove icon "Quote" on first post but it will appear again on the next post? This is to prevent user from quoting the content of Thread Starter...
Try:

<if condition="$thread['firstpostid'] != $post['postid']">
The quote button HTML here...
</if>

In the postbit(_legacy) template.

andreamarucci
08-21-2009, 01:55 PM
Wow. This one should works also if I want to hide the quote button on the last post of every thread so that the users must use the reply button instead?