vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Making new pages (https://vborg.vbsupport.ru/showthread.php?t=196316)

ultimatearco 11-14-2008 10:00 PM

Making new pages
 
1 Attachment(s)
Hello all,
In this tutorial i'm going to show you how to make extra pages
Note:

Go into your Admincp, klick Styles & Templates, klick Style Manager, klick your template that your'e working with, hover your mouse to the dropdown menu and klick, klick Add Template

Give your template a name:
(like gallerytemplate)
and add this code to it:
HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="tcat">Tutorials</td>
</tr>
<tr>
 <td class="alt1">
<!-- html code here -->
PUT THE HTML CODE YOU WANT HERE
<!-- end of html code -->
</td>
</tr>
</table>
$footer
</body>
</html>

Search for:
Code:

<!-- html code here -->
and add some stuff like:
HTML Code:

<p>Hello, this is my gallery</p><br>
<img src="yourimages" border="0"></img><br>
<p>^^My favorite picture^^

You can allways do anything else ;)

Now save it, were nothing with that
Now we are going to make the PHP file
Open notepad
add this code in it
PHP Code:

<?php 
 
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE); 
 
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS'1); 
define('THIS_SCRIPT''privacy'); // change this depending on your filename 
 
// ################### PRE-CACHE TEMPLATES AND DATA ###################### 
// get special phrase groups 
$phrasegroups = array( 
 
); 
 
// get special data templates from the datastore 
$specialtemplates = array( 
 
); 
 
// pre-cache templates used by all actions 
$globaltemplates = array( 
    
'privacytemplate'
); 
 
// pre-cache templates used by specific actions 
$actiontemplates = array( 
 
); 
 
// ######################### REQUIRE BACK-END ############################ 
require_once('./global.php'); 
 
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
 
$navbits = array(); 
$navbits[$parent] = 'name'
 
$navbits construct_navbits($navbits); 
eval(
'$navbar = "' fetch_template('navbar') . '";'); 
eval(
'print_output("' fetch_template('templatename') . '");'); 
 
?>

Note: Allways put this on the root directory of the forum otherwise you will have problems with the images
Find:
PHP Code:

define('THIS_SCRIPT''scriptname'); // change this depending on your filename 

Change privacy (keep the ' ') to the name of your file (without .php after it)

Find:
PHP Code:

$navbits[$parent] = 'name'

Change name (keep the ' ') to whatever you want

Find:
PHP Code:

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

Change templatename (keep the ' ') to the template you just made

Save it to whatever you want (Make sure its the same name as in edit 1 (scriptname) and with .php after it)

Upload it to your webserver and your'e done!

If you want it to appear it into your navbar i suggest to:
Use my Navbar Edit mod (for all vB versions) (Manual code changes)
Or to download the double navigation bar mod

ultimatearco 11-15-2008 06:08 AM

Note if you find a bug, please report it to me

Version history:
1.0.0 I came up with this idea

ultimatearco 11-15-2008 06:08 AM

Reserved 2

Princeton 11-15-2008 03:17 PM

moved to articles

ultimatearco 11-28-2008 05:48 AM

Thanks, but why is this not a mod??

tunistunis 11-28-2008 08:41 AM

not works for me

RLShare 12-03-2008 07:05 AM

Um... This same thing was posted before...........
https://vborg.vbsupport.ru/showthread.php?t=62164

dismas 12-03-2008 07:14 AM

Quote:

Originally Posted by RLShare (Post 1677593)
Um... This same thing was posted before...........
https://vborg.vbsupport.ru/showthread.php?t=62164

I'm glad I'm not the only one who was thinking the same thing. What's the point of having a second article about the same thing?

Gamelobby 04-10-2009 09:35 PM

These codes aren't the same as the other one..?
What does it do different.? (besides the other one is from 2004, and this is from 2008)
Does it work the same on 3.0+ as it does on 2.0+.?

I would like to have a small/simple webpage on this html page is that possible.?
Here is what i have.. just an image for now but just so you get the idea.
www.gamelobby.com/Forum/test.php

Is this possible..?

TheLastSuperman 04-11-2009 02:05 AM

Yes :D

Now all you do is edit the code in between the html tags i.e.

Quote:

<!-- html code here -->
PUT THE HTML CODE YOU WANT HERE
<!-- end of html code -->
Put the code you have created for your "inner" page where it says put the html code you want here. I assume if you used this one that is where you placed your <img> code for the image you have there now? Give it a try and also have you check this out --> https://vborg.vbsupport.ru/showthread.php?t=186644 ? Besides the install non-experienced owners find this is easier than recreating new templates 24/7 :D

S-MAN

drew82 04-11-2009 02:13 AM

ok I've created a new homepage and added a link in my navigation, but how do I make the homepage my homepage when someone goes to mysite.com

my vb is installed in the root of my site, but want to use the forum as a link page and my vbpowered homepage as my homepage

someone please help

ragtek 04-15-2009 03:07 PM

Isn't this just the same as: https://vborg.vbsupport.ru/showthread.php?t=62164 ??

Do we realy need 2 same articles?


All times are GMT. The time now is 07:51 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.01320 seconds
  • Memory Usage 1,756KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)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