vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Forums arranged in columns on forumhome (https://vborg.vbsupport.ru/showthread.php?t=59958)

Mr. Brian 02-18-2004 06:12 PM

Step 2 or 3, "then add this new function to the file"

Which function are you refering to?

Xenon 02-18-2004 07:36 PM

there is just one functione in the install file, so it's that function of course

Mr. Brian 02-20-2004 12:36 AM

Alright, I got it!

Thumbs up!!

Indy 03-04-2004 11:08 PM

It just dawned on me that if you click on one of the columnized forums on your index page, you are taken to the appropriate forum but you would never see the forum description. Not really a big deal, but some descriptions can provide information to the poster that would be helpful prior to them posting in that particular forum etc.

What I would like to do is to display the forum description in the navbar area immediately after the drill down info. How can I pickup the $forum[description] variable so that I can place it in the navbar???

Thanks!
Dan

Xenon 03-04-2004 11:14 PM

you may want to start a new thread, as this has nothing to do with my hack at all.

I think it's just a small template mod, so try look at vbulletintemplates.com

NTLDR 03-06-2004 07:31 PM

Small bug Stefan ;)

In the forumhome_forumbit_columncell template find:

HTML Code:

<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Replace with:

HTML Code:

<if condition="$vboptions['showforumdescription']"><div class="smallfont">$forum[description]</div></if>
As the $show['forumdescription'] doesn't exisit.

Chris Gwynne 03-07-2004 01:36 AM

Quote:

Originally Posted by NTLDR
Small bug Stefan ;)

Yep, pointed it out to Lee today :p

Has anybody been able to get the collapsable forums function working with this hack? No matter what I do I cannot seem to get it to work in conjunction...

Any help, is greatly appreciated! :D

Regards,
Chris

Xenon 03-07-2004 12:09 PM

line 426 in functions_forumlist.php:

PHP Code:

                $show['forumdescription'] = iif ($forum['description'] != ''truefalse); 

so i assume no bug :)

Xenon 03-07-2004 12:10 PM

@chris: it works perfectly for me.

Chris Gwynne 03-07-2004 12:26 PM

Quote:

Originally Posted by Xenon
@chris: it works perfectly for me.

Is that inclusive of having the table header as per someone's suggestion in here?

Or do you have the category header and then the columns straight after?

HELP! :(


All times are GMT. The time now is 12:24 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.01911 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete