vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Is it possible : index threads only, no forums ? (https://vborg.vbsupport.ru/showthread.php?t=222113)

Mupetz 08-30-2009 04:53 PM

Is it possible : index threads only, no forums ?
 
I have a small board with only one forum category. Users must always click the only forum existent to access the threads.
Is there a way to have directly the threads from the ONLY forum on the main page ?

<< I have tried to invert the FORUMDISPLAY with FORUMHOME template, but nothing came up >>

Thank you ;)

Lynne 08-30-2009 05:05 PM

If you don't want anyone to go to the forum home page (index.php) and instead be redirected to that forum (forumdisplay.php?f=xx), then I suppose you could just add a redirect in the <head> tag of the index.php page.

Gio~Logist 08-30-2009 05:57 PM

Add a redirect, or just get a new homepage that compliments that one forum best.

And if you want forumdisplay to be your index (which would be my last suggestion but your call), you can also rename it to index.php and then add a plugin in global_start with something like
PHP Code:

if(THIS_SCRIPT == 'forumdisplay'){ $_REQUEST['f'] = x; } 

Replace x with the forumid.


All times are GMT. The time now is 08: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.00931 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_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