PDA

View Full Version : Add-On Releases - Add New Page To Your vB Forum


v5etboyphc
02-20-2007, 10:00 PM
Add New Page To Your vB Forum
This will get you another page to your vb like
http://www.yoursite.com/forum/page.php
I got this Idea from one of the mod called Rule from vbcoderz and so i started this and i guess it will helpful

Live Demo (http://www.g-worldz.com/forums/page.php)


-----------
Instructions

1. upload page.php into your forum directory

2. Import the product in your ACP

3. If you want your page in navbar then do this.

Edit template navbar

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

After add:

<td class="vbmenu_control"><a href="page.php$session[sessionurl_q]">PAGE</a></td>

you might want to change the name PAGE if you want to.

4. To Customize your Page

Go to your ACP > styles and templates>edit template>Extra Page

5. After your done hit save.

6. Go to vBulletin.org and Click Installed.

7. Your Done!

-------------

Follow the Instructions here or in the readme.txt in the file and you'll be all set.
:D :cool:

Hornstar
02-21-2007, 03:32 AM
how is this one different then this one that is already released?

https://vborg.vbsupport.ru/showthread.php?t=62164

rolliet
02-21-2007, 04:55 AM
is it possible to set permissions for this new page?

v5etboyphc
02-21-2007, 06:55 AM
how is this one different then this one that is already released?

https://vborg.vbsupport.ru/showthread.php?t=62164

um... well i didn't see that one at first but they are just almost the same as this.
but just accept i didn't add anything about who's online thing like in the article you gave

akulion
02-21-2007, 09:57 AM
what if i wana add 10 pages?

will i have to import the product each time?

magnus
02-21-2007, 10:11 AM
You can do this without the need for a hack.

http://yoursite.com/forum/misc.php?do=page&template=templatename

So, if you create a template called 'templatename', the above will display it. You can replace 'templatename' with whatever you like.

thincom2000
02-21-2007, 11:06 AM
i didn't add anything about who's online thing like in the article you gave

Considering in 3.5.0+ you don't need to make a file edit for Who's Online anymore, I would say that article is somewhat obselete in that respect anyway.

[How-To] Add Custom Pages to WOL (https://vborg.vbsupport.ru/showthread.php?t=82882)

Mecho
02-21-2007, 09:59 PM
Thanks i will test it asap ....

RaceJunkie
02-21-2007, 10:47 PM
I have always used this (https://vborg.vbsupport.ru/showthread.php?t=103076) one.

Smoothie
02-22-2007, 01:37 AM
I have always used this (https://vborg.vbsupport.ru/showthread.php?t=103076) one.Same.

Masiello
02-23-2007, 07:35 AM
Thanks for sharing *Installed*

Sparkey
03-08-2007, 06:09 PM
what if i wana add 10 pages?

will i have to import the product each time?

Did anoyone answer this because I have the same problem (Only I just want to add another 2 pages!

Thanks

Sparkey

Cybershaolin
03-12-2007, 04:50 PM
And how do you cache the template because it shows as uncached.

Sparkey
03-26-2007, 08:08 PM
Did anoyone answer this because I have the same problem (Only I just want to add another 2 pages!

Thanks

Sparkey

Just so everyone who was chasing a answer to this knows I have found that it IS possible to add more that one page.

Add your first page as above.

Go to your ACP > styles and templates>edit template>Extra Page

rename this template to match the name you chose for your .php file (The one you get in the mod) and make sure you adjust the line in the .php file below;

eval('print_output("' . fetch_template('Extra Page') . '");');

This must match the template you just renamed. So change 'Extra Page' to the same name.

If you want the name in the bredcrum to match the name of your new page, in the .php file change the line below;

$navbits[''] = 'page';

The items that you might want to change in the page itself such as text can be added on the template file you were looking at.
To add the second page simply rename the .php file you got with the mod and change the content to match you new page as you did above for the first page. Then added it the same way.

You will see in the templates that there is another template called 'Extra Page' rename it the same way you did the first and you set.

(You do not need to add the product again.)

When it is uploaded go back in to ACP > styles and templates>edit template>Extra Page

and your second page will have been named Extra Page again. remeber to change the name of the template.

Hope this helps.

Sparkey

Rich
03-29-2007, 11:44 PM
There is NO need for a mod to do this. Read this:

https://vborg.vbsupport.ru/showthread.php?t=62164

If you have any questions after reading that, read it again because you missed something.

thejdm
04-17-2007, 08:52 PM
im new to vB and i tried the one rich posted and it didnt work for me..

is there a way i can get this hack to work on the who's online? cause it just shows up they are browsing forum/page.php

v5etboyphc
04-22-2007, 01:22 AM
yes there is a way and i sure it somewhere in the article

thejdm
04-25-2007, 05:36 PM
i looked around. couldnt find anything.

syrus.xl
04-25-2007, 05:43 PM
There's also one of these on vbulletin.com (http://www.vbulletin.com/forum/showthread.php?t=197563) - not usergroup specific or WOL enabled, but that doesn't take much to do.