vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Would this function be possible to mod? (https://vborg.vbsupport.ru/showthread.php?t=205678)

bobaganoush 02-17-2009 02:21 PM

Would this function be possible to mod?
 
Hi,

I'm currently working on a forum project and have concluded that VBulletin is the most robust. However, a feature we want to implement hasn't been done to the best of my knowledge.
Before I go ahead and purchase a license, I'd like to know if such a modification is even plausible and whether or not it conforms to VB's licensing agreement

On the front page of the forum there will be general forum categories, with topics relevant to anyone no matter their location.
Below these forums will be a box/window with a list of regions (e.g. NY, California, Florida, etc.). When someone selects a region, that region window will now be replaced with a forum for that region (regional news, regional events, etc.) and the universal topics above, will be retained.

When selecting this forum, would the logo be able to change for one customized for selecting region?

If someone could advise me on this, or even point in the direction of a VBulletin developer (I hope that isn't breaking forum rules), I would much appreciate it.

I'm of course hoping this is all possible, as VBulletin is really looking quite good to me.

Thanks in advance.

Lynne 02-17-2009 02:26 PM

Each of your forums will have an id number and you are able to create 'conditions' that will use that id number. So, if you have a logo at the top, you could do something like:

HTML Code:

<if condition="$forumid == '1'">
show logo for forumid 1
</if>

There are also modifications to show different banners/logos/headers for each forum also.

Is that the information you were looking for?

Dismounted 02-18-2009 05:35 AM

Lynne, unlicensed members cannot see code boxes. ;) But to answer your question, bobaganoush, yes it is possible.

Marco van Herwaarden 02-18-2009 07:06 AM

Only when you want to use this to create multiple seperate (virtual) boards, with diferent content, then it would require multiple licenses.


All times are GMT. The time now is 07:13 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.01052 seconds
  • Memory Usage 1,711KB
  • 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
  • (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