vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Remove new thread button (https://vborg.vbsupport.ru/showthread.php?t=217044)

steve71 06-24-2009 07:16 PM

Remove new thread button
 
I would like to remove the newthread.gif button in one forum but without closing the forum.

I use the hack "Easy forms" and want to force members to post thru it. Then the form is posted as a new thread in the forum of choice.

The reason I can't just close the forum is because I want to give members the option to reply.

Is it possible to combine these together:

<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>


with the condition:

<if condition="$forumid == 17">
<a href="http://www.website.ca/forum/misc.php?do=form&fid=16"><font size=3><b>Post a review</font></a> </if>


http://www.website.ca/forum/misc.php?do=form&fid=16 being the path to the form page.


Either change where newthread.gif links to in forum id:17 or remove the button and replace it with a link to the form page.

Either way is ok.

--------------- Added [DATE]1245888878[/DATE] at [TIME]1245888878[/TIME] ---------------

Spank 06-24-2009 11:49 PM

You could just alter permissions to deny starting a thread in that particular forum. Removing the the image won't stop someone who really wants to post there.

Shelley_c 06-25-2009 02:13 AM

Do as spank suggested. Set the appropriate permissions so the newthread button cannot be used but still allow yourself and any other person you want to still use it. Obviously, if there's a forum you still want content posted. And, saves you from playing around with the template in the future.

steve71 06-25-2009 02:58 AM

Quote:

Originally Posted by Spank (Post 1836765)
You could just alter permissions to deny starting a thread in that particular forum. Removing the the image won't stop someone who really wants to post there.


Thx this was helpful...u2 shelly ;)
  1. I have removed all permissions for posting a new thread in forum id:17 but have left it open.
  2. Then I customized the "no permissions" pop up box to be an intro page to "easy forms".
    (a roundabout way of having the newthread.gif button in forum id:17 link to the "easy forms" page)

Now, how can I resize this "no permissions" page (template) to be the same width as the forum? Right now it is about half size as you know.

Side note:
Curious...is it possible to remove the newthread.gif button in a specific forum only?


All times are GMT. The time now is 03:10 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.00978 seconds
  • Memory Usage 1,719KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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