vBulletin Modifications

Miscellaneous Hacks - Add New Page To Forums

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.0.7] Miscellaneous Hacks - Add New Page To Forums (180)
Released: 05-13-2005, 06:50 AM
Modification Information:
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 10-29-2008
Demo: View Online Demo!
Hack Version: 1.0 Installer Included: 0 Additional queries added to database: 0
New Templates: 1 Template Edits: 0 File Edits: 0
New Files: 1 New Phrases: 0 Installation Time (In Minutes): 2

Add New Page To Forums


What this does
This will let you add a new page to your forums. This is usefull for site rules, advertising, ect...

Instructions
1. Download newpage.php and open it in a text editor.

2. Add a new template and name it whatever you want (remember what you named it). Add this for your templates HTML.
You must first be a registered member to view any code.
3. In newpage.php find.
You must first be a registered member to view any code.
Replace "New vBulletin Page" with w/e you want to show up on your navbar.

4. Find
You must first be a registered member to view any code.
Replace "xxxxx" with your new templates name.

5. Find
You must first be a registered member to view any code.
Rename newpage to your pages name. Example: rules.php.

All done!

Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here.

Please post bugs and errors here. Hope you like, feedback welcomed.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 09-07-2005, 01:11 PM   #11
Member
Join Date: Sep 2005
mant3ra is on a distinguished road

Default

good dude




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-19-2005, 02:04 AM   #12
Junior Member
Join Date: Sep 2005
DuckmanX is on a distinguished road

Default

can someone help me create a rules page just like the one here. i dont html code, i'm just the cut and paste king. cutting and pasting isnt going to work in this situation. anyone up for this?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 04:08 AM   #13
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by DuckmanX
can someone help me create a rules page just like the one here. i dont html code, i'm just the cut and paste king. cutting and pasting isnt going to work in this situation. anyone up for this?
It's really easy make a table just like the others in the templates and insert your rules in there :tired:




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 04:11 PM   #14
vBulletin Guru
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

Quote:
Originally Posted by DuckmanX
can someone help me create a rules page just like the one here. i dont html code, i'm just the cut and paste king. cutting and pasting isnt going to work in this situation. anyone up for this?

If you cut and paste king, them view soruce and copy the code here ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-20-2005, 10:14 AM   #15
Junior Member
Join Date: Sep 2005
DuckmanX is on a distinguished road

Default

Quote:
Originally Posted by LiveWire
If you cut and paste king, them view soruce and copy the code here ;)
i did that already, but it looks a little odd. i'm trying to fix it now ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2005, 03:14 AM   #16
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by DuckmanX
i did that already, but it looks a little odd. i'm trying to fix it now ;)
Show us your code so we can fix it for you?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2005, 04:08 AM   #17
Junior Member
Join Date: Sep 2005
DuckmanX is on a distinguished road

Default

Quote:
Originally Posted by Niels
Show us your code so we can fix it for you?
i got it done. thanks anyway. cut and paste as usual. had to view the one from this site and then modify it to fit my rules and my navbar. looks pretty good. ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-06-2005, 10:01 PM   #18
Coder
Join Date: Oct 2005
ruizit0 is on a distinguished road

Default

i have one problem.

Quote:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - Advertise On vBhackers.com!</title>
$headinclude
</head>
<body>
$header
$navbar

<?php include('teste.php'); ?>

$footer
</body>
</html>
i wanna call a external php to inside the newpage but nothing happen...

can annyone say what is the problem?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2005, 03:23 AM   #19
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by ruizit0
i have one problem.



i wanna call a external php to inside the newpage but nothing happen...

can annyone say what is the problem?
You're doing it wrong. You'll have to use the vbulletin template system. This means you need to enter all php also includes! In the newpage.php and the var's you would like to be parsed and such in templates. Then bind all the templates together in 1 big template that example LiveWire gave.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2005, 02:25 PM   #20
Member
Join Date: Jul 2005
Stunt is on a distinguished road

Default

I gotta little problem. When I go to View Users Online, if someone is viewing my Affilates Page (which is what I used this for) it says "Viewing Unknown Location /forum/affilates.php". What's up with that? Is there anyway I could get it to say "Viewing Affilates"? Thanks.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[How To] Add Options per forum Ken Iovino vBulletin Modification Tutorials 10 03-03-2007 04:25 PM
How to add images on top of category forums? figure004 General vBulletin Support 1 05-28-2005 05:04 AM
How to add selection 2 language in register page ??? hoaidung General vBulletin Support 0 07-09-2004 09:51 PM


All times are GMT -3. The time now is 12:25 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)