vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Disable Quick Reply On Specific Forums (https://vborg.vbsupport.ru/showthread.php?t=176697)

brandondrury 04-20-2008 01:54 PM

Disable Quick Reply On Specific Forums
 
Hello,

I had a mod written which changes the standard form for writing posts to a form for multiple fields. This allows users to submit reviews of products.

Now I'm trying to figure out a way to disable quick reply on those specific forums.

Any ideas?

Brandon Drury

King Kovifor 04-20-2008 01:57 PM

The best method of getting support, especially on a custom modification would be to contact the author.

Lynne 04-20-2008 02:14 PM

I suppose you could put a conditional in the template for the Quick Reply box. Something like
Code:

<if condition="$thread[forumid] == xx">
don't show anything
<else />
Quick Reply Box
</if>


KempoMRK 06-08-2008 04:53 PM

I'd also be interested in finding out how to do this.

KempoMRK 06-10-2008 02:46 PM

Anyone?

Lynne 06-11-2008 02:08 PM

Quote:

Originally Posted by KempoMRK (Post 1544240)
I'd also be interested in finding out how to do this.

Quote:

Originally Posted by KempoMRK (Post 1545906)
Anyone?

Did you try what was suggested?

KempoMRK 06-24-2008 06:09 PM

Quote:

Originally Posted by Lynne (Post 1546706)
Did you try what was suggested?

Yea, it didn't work.

I think what you posted was more of a guideline though? If so, then I'm not really sure what to do.

Could you post the actual code and were to put it? It'd be much appreciated if you could.

Dismounted 06-25-2008 07:31 AM

Find the QR box in the SHOWTHREAD template. Then wrap the code around it.


All times are GMT. The time now is 03:03 PM.

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.01089 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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