vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   index.php?page=2 how? (https://vborg.vbsupport.ru/showthread.php?t=217944)

mallutribes 07-06-2009 08:36 AM

index.php?page=2 how?
 
i have seen in many website like this

index.php?page=2

page=3 like tht , it creates so many categories like tht , so how cud i create such a thng , like i want to create to categories , like downloads , online like tht ,

so how cud i create index.php?page=2 , like that pages?

Ronald0 07-06-2009 08:38 AM

Can you please explain it in a more clear form, and use correct grammar so i can try to help.

HMBeaty 07-06-2009 08:49 AM

Open the file you want (in this case index.php), and find:
PHP Code:

eval('print_output("' fetch_template('FORUMHOME') . '");'); 

And add before:
PHP Code:

if ($_REQUEST['do'] == 'pagex')
{
    eval(
'print_output("' fetch_template('YOUR_TEMPLATE_NAME') . '");');


And obviously change pageX to page1 or page2 or page3 or whatever, and you would also need to create a template for that page and place the templates name that you created in the place of YOUR_TEMPLATE_NAME

mallutribes 07-06-2009 04:02 PM

Ok let me be more specific.

you can see many tabs here in this forum, just above the search like Forum, Articles, Mods, Styles, Graphics etc. and you can go to different forum if you click on that.

and i need to go to another pages if i click on the tabs. same like another page with shout box and all. and i can create forums in that page too

TheLastSuperman 07-06-2009 04:04 PM

It's a tab mod... hold tight for link

--------------- Added [DATE]1246900046[/DATE] at [TIME]1246900046[/TIME] ---------------

https://vborg.vbsupport.ru/showthrea...forumhome+tabs
or
https://vborg.vbsupport.ru/showthrea...forumhome+tabs

There are others so search and look at them all ;)

S-MAN


All times are GMT. The time now is 05:43 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.00956 seconds
  • Memory Usage 1,719KB
  • 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
  • (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