vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Customisable Forum Descriptions (https://vborg.vbsupport.ru/showthread.php?t=140785)

dotJoel 03-01-2007 06:13 AM

Customisable Forum Descriptions
 
Hi All,

I now know there is a feature in vBulletin which allows you to put the description on the front page of the board into the forum. So that it is up the top like here on vbulletin.org. However I would like this to be customisable like in IPB.

Demo: http://forums.invisionpower.com/index.php?showforum=2

Look at the top of their forum, there is rules and some other information that can be put into that box. I personally would love to see something similar for vBulletin that is customisable like in IPB. This is one feature I thought VB had before I purchased, and it is a ripe pain not having it as it is an ideal place to put things that you want read without them opening or skipping sticky notes.

Regards,

Joel

Screenshot of what i mean: http://img177.imageshack.us/img177/517/whatmodsu8.jpg

dotJoel 03-25-2007 09:45 AM

*BUMP*

Anybody ?

Regards,

Joel

ragtek 03-25-2007 09:53 AM

i've made this in my board with a template modifikation in the FORUMDISPLAY template

Code:

<if condition="$forumid==7">
<table class="tborder" width="100%">
<tr><td class="thead">Party Kalender</td></tr>
<tr class="alt1"><td>Hier nur <b>fixe</b> Termine reinschreiben.<br><br>Und bitte <u>nicht</u> nach Infos fragn in den Threads</td></tr><tr class="alt2"><td></td></tr>
</table>
</if>
<if condition="$forumid==15">
<table class="tborder" width="100%">
<tr class="alt1" align="center"><td>
....></td></tr></table></if>
<if condition="$forumid==33">
<table class="tborder" width="100%">
<tr class="alt1"><td>....!</td></tr><tr class="alt2"><td></td></tr>
</table>
</if>


dotJoel 03-26-2007 04:11 AM

hi ragtek,

Does it also display in the top of the topics or just the forums ?

Regards,

Joel

ragtek 03-26-2007 05:17 AM

in forumdisplay just forums, but you could put that also in the showthread


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