vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Remove "Quote" Icon on First Posting (https://vborg.vbsupport.ru/showthread.php?t=186225)

kutukupret 07-24-2008 11:46 AM

How To Remove "Quote" Icon on First Posting
 
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

Quote:

Originally Posted by kutukupret (Post 1583050)
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.

Quote:

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/showthrea...ghlight=resize

https://vborg.vbsupport.ru/showthrea...ghlight=resize

https://vborg.vbsupport.ru/showthrea...ghlight=resize

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

Quote:

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/showthrea...ight=watermark

https://vborg.vbsupport.ru/showthrea...ight=watermark

https://vborg.vbsupport.ru/showthrea...ight=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

Quote:

Originally Posted by kutukupret (Post 1583050)
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:
Code:

<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?


All times are GMT. The time now is 10:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00961 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete