vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   "Special Forum" Settings (https://vborg.vbsupport.ru/showthread.php?t=213537)

H3C x Nevz 05-12-2009 10:10 PM

"Special Forum" Settings
 
I would like to enable certain settings for a single forum:
- Forumhome background color is #d9d9c2 rather than default
- The 'post new thread' button is hidden but you can still post threads if you know the link
- People are limited to posting one thread in the board

3xigames 05-12-2009 11:22 PM

Edit your main one.
Download the xml.
Upload it to a new one.
Then when you create/edit a forum make it overwrite the users specific settings.
That's the only way I know.

H3C x Nevz 05-13-2009 05:52 PM

I don't see where you can download or edit the XML file for a single board...

Lynne 05-13-2009 06:02 PM

I would add a plugin, or modify the template, to add that background css just for that forum - example for if in headinclude template:
HTML Code:

<if condition="$forumid == 'xx'">
<style type="text/css">
<!--
.the_class_you_want_to_change{
    background: #d9d9c2;
}
-->

</style>
</if>

As for the new thread button - it's in the SHOWTHREAD template in two places. Find it and remove it.

And posting limit - take a look in the mods forums for one.

H3C x Nevz 05-13-2009 10:46 PM

Okay, I was able to meet those three demands thanks to you guys' wonderful help. Thank you very much. I did have one more question: I want to display the latest thread the user has posted in that board (ID 25) in a blank profile tab. I have the tab blank, I just need to know how to make it display the thread.


All times are GMT. The time now is 01:35 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.01974 seconds
  • Memory Usage 1,710KB
  • 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_html_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