vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164)

drew82 04-10-2009 09:39 PM

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

Gamelobby 04-11-2009 01:25 AM

How can i make a small web page in this html page.? (with a few links, etc.)
The new repeated thread seems much easier to understand for us n00bs. lol

www.gamelobby.com/Forum/test.php
I want to add a simple webpage (much simpler version than the image that is currently there now)

Is this possible.?

utahraves 04-15-2009 08:18 PM

Hi all.

I've benefitted from this page for quite some time now. I recently upgraded to 3.8.2 and now I'm having problems.

I have an upload applet inside a template called "upload" and I called the php file upload.php - I also added a template "uploaded" which is supposed to be called after the applet runs.

Here is my PHP file.
PHP Code:

<?php 
// ####################### SET PHP ENVIRONMENT ########################### 
error_reporting(E_ALL & ~E_NOTICE); 
// #################### DEFINE IMPORTANT CONSTANTS ####################### 
define('NO_REGISTER_GLOBALS'1); 
define('THIS_SCRIPT''upload'); // 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( 
'upload'
); 
// pre-cache templates used by specific actions 
$actiontemplates = array( 
); 
// ######################### REQUIRE BACK-END ############################ 
require_once('./global.php'); 
// ####################################################################### 
// ######################## START MAIN SCRIPT ############################ 
// ####################################################################### 
$navbits = array(); 
$navbits[$parent] = 'DJ Mix Upload'
$navbits construct_navbits($navbits); 
eval(
'$navbar = "' fetch_template('navbar') . '";'); 
eval(
'print_output("' fetch_template('upload') . '");');
if (
$_REQUEST['do'] == 'uploaded'

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

?>

going to the upload.php?do=uploaded does NOT pull the uploaded template at all and goes back to the main upload template.

I've tried to add 'uploaded', to globaltemplates and actiontemplates but still nothing :(


Typing in upload.php?do=uploaded still shows the original template.


Any help would be helpful.

Thanks.

saYRam 04-28-2009 11:45 AM

Thank you.

amcd 04-28-2009 03:17 PM

PHP Code:

if ($_REQUEST['do'] == 'uploaded')
{
eval(
'print_output("' fetch_template('uploaded') . '");');
}
else
{
eval(
'print_output("' fetch_template('upload') . '");');


This is trivial. This thread is turning into a general templating and php/html tutorial.

Gamelobby 04-30-2009 06:43 PM

What, or how would i show all members of a social group on one of these pages.?

Is there a way to have it automatically feed the info onto the html page from the Social group.?

TNCclubman 04-30-2009 09:12 PM

This is why a seperate forum should be made just for people making custom vBulletin powered pages.

Do it! Do it!

TheInsaneManiac 05-08-2009 08:44 PM

Quote:

Originally Posted by amcd (Post 1800595)
PHP Code:

if ($_REQUEST['do'] == 'uploaded')
{
eval(
'print_output("' fetch_template('uploaded') . '");');
}
else
{
eval(
'print_output("' fetch_template('upload') . '");');


This is trivial. This thread is turning into a general templating and php/html tutorial.

Sorry to bring even more tutorial needed stuff, but say I had my main page and wanted to be able to click a link that said something like "B". How would I get it to rearrange all of my B content to only show?

Code:

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

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

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

How can I make a small table with a small border line, because my current border is like two lines wide.

creative-friend 05-23-2009 02:42 PM

Quote:

Create a new file, whatever you want to call it (let's say test.php).
where and how shall i create this??
sorry i really dont know about it.

HMBeaty 05-23-2009 02:49 PM

Quote:

Originally Posted by creative-friend (Post 1815774)
where and how shall i create this??
sorry i really dont know about it.

Open a new document in wordpad or notepad and save it as test.php


All times are GMT. The time now is 05:00 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.02721 seconds
  • Memory Usage 1,761KB
  • 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete