vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Single Forum/Multiple Forums (https://vborg.vbsupport.ru/showthread.php?t=56732)

roxics 09-03-2003 03:26 AM

Single Forum/Multiple Forums
 
See below.

roxics 09-26-2003 12:38 AM

So I'm still trying to figure out how to get one forum to show up on index.php. Just forum number 112.

I'd like to get just the threadlist to show and not the forumlist. So that when people first go to the board they see a list of threads and not multiple forums. Is there any way to do this?


N9ne at vb.com gave me this code to replace what was in my index.php file but it didn't work.

PHP Code:

<?php
header
('Location: forumdisplay.php?f=XX');
?>

Any idea's. Thanks

roxics 09-26-2003 12:48 AM

Ok I got it to work. I needed to use the following code to do so.

PHP Code:

<?php
header
('Location: /board/forumdisplay.php?forumid=112');
?>

But there is one little issue I'm concerned about though. The navmenu at the top where it says:

VisionEngine.com > A new beginning > Independent Filmmaking

Isn't there a way to just get it to say Visionengine.com when viewing the threadlist? If you click on Visionengine.com it will take you to the threadlist so that works. But if you click on "a new beginning" it will take you to category view of the two forums in that category. I'd rather it just went something like this:

Visionengine.com > topic title

Also is there a way to get the currently active users list to show up on the threadlist?


All times are GMT. The time now is 01:00 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.01624 seconds
  • Memory Usage 1,708KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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