vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding a new page to vB forums. (https://vborg.vbsupport.ru/showthread.php?t=54921)

Kedmyster 07-01-2003 06:17 PM

Adding a new page to vB forums.
 
I wanted to add a new page to my forums (www.devay.com) named - rules.php
Though I want to have templates to it and all like every other page there's on the forums, so instead i'll use plain HTML, i'll be able to edit the page by editing the templates.

What do I need to do to create these templates, and what the template of the PHP page should be?

Thanks in advance!
-Kedmyster
-Devay.com

filburt1 07-01-2003 06:19 PM

PHP Code:

<?
require("./global.php");

eval("dooutput(\"" . gettemplate("your_template_name") . "\");");
?>


Kedmyster 07-01-2003 06:36 PM

so that's the php file and in the template, I just need to use, header + footer and everything?
and what do I do in online.php so i'll be able to see someone is looking on that page in who's online?

MetroSports82 07-01-2003 06:56 PM

Well, the online thingy you have 2 options... either doing it the hard way (hard coding), or using FireFly's hack...

If your like me, you'd like things done the easy way, so I suggest you take a look at his hack first, here...
https://vborg.vbsupport.ru/showthrea...threadid=32849

Otherwise, if you decide to go the more technical route, you can just add a couple pieces of code right into the online.php file, to have it recognize the file, similar to this...

PHP Code:

case 'sample':
      
$userinfo[where] = "Viewing <a href='sample.php?s=$session[sessionhash]'>Sample</a>";
      break; 

and...

PHP Code:

case 'sample.php':
    
$userinfo[activity] = 'sample';
    break; 


Kedmyster 07-01-2003 08:12 PM

"sample" I replace with what? the name of the file (^^ rules)?
I actually prefer the coding way (the hard way) =P

cindyd 07-06-2003 11:20 PM

MetroSports, thanks so much for posting that code, it is just what I needed!
Cindyd

Smoothie 07-07-2003 02:41 AM

all ya need to do this is here, simple:
https://vborg.vbsupport.ru/showthrea...+via+templates


All times are GMT. The time now is 12:05 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.01119 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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