The Arcive of vBulletin Modifications Site. |
|
Custom pages based on your vBulletin forum ! Details »»
|
||||||||||||||||||||||||||||
|
Custom pages based on your vBulletin forum !
Developer Last Online: Sep 2023
Elsalam Alikom
Hi with that Product you can make pages based on your vBulletin forum just create a new template with prefix page_ ex: when I create a template page_Ali the url of that page will be : http://www.example.com/forum/pages.php?p=Ali and you can also make a default fpage edit template called pages_default and write your own code ! Installing product : Upload : pages.php to your vBulletin root folder Install the xml file via AdminCP Make it as Installed ! Enjoy You can control the product from AdminCP->Settings->Options->Custom Pages and you can also rename pages.php Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
if you want forum header and footer
and forum style at your custom page copy that code to your template HTML Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>My Default Page!</h1>
</div>
<h2 class="blockhead">Custom Page</h2>
<div class="blockbody">
<div class="blockrow">
Enter your Custom Page text here!
</div>
</div>
{vb:raw footer}
</body>
</html>
|
|
#3
|
||||
|
||||
|
Good work Ali.
|
|
#4
|
||||
|
||||
|
Wounded product
nice job Thanks installed |
|
#5
|
||||
|
||||
|
thanks for reply
|
|
#6
|
||||
|
||||
|
Do you have screen to result please ?
|
|
#7
|
||||
|
||||
|
live demo
check that http://www.masrawycafe.com/vb/pages.php and that http://www.masrawycafe.com/vb/pages.php?p=about but its Arabic : ) |
|
#8
|
||||
|
||||
|
Hi Ali
wonderful work! Maybe a fool question ... It's possible create more than one page? tks again |
|
#9
|
||||
|
||||
|
Quote:
create any template with prefix page_ : ) |
|
#10
|
||||
|
||||
|
Hi Ali
thank you a lot
|
![]() |
|
|