The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WebTemplates 3.x: VB Integrated Content Management System Details »» | |||||||||||||||||||||||||||
WebTemplates 3.x: VB Integrated Content Management System
Developer Last Online: Nov 2023
After a long wait, here is the new 3.x version of Webtemplates for vB 3.x boards. First a short introduction for users who are not familiar with the old version:
This hack is a vBulletin integrated content management system. Term "Webtemplates" stands for dynamic webpages that reside in your MYSQL database and administered inside your vbulletin admin control panel. But they are more than regular site pages because they can automatically inherit visual design of your forum, can apply permissions according to your vb usergroup settings, can keep track of page counts, last visitorname/visit time, display page browsers in the page itself and in your whoisonline page etc. So basically webtemplates are dynamic web pages of your site which are powered by vbulletin. Or more simply putting, with this hack you can create regular HTML pages in your vB admin cp and these pages will be integrated into your vbulletin database about permissions, styles etc. WEBTEMPLATES 3.x FEATURES:
If you use the hack, clicking here will make sure you'll know about updates&bug fixes. It will also help me understand how many people is using the hack so please click the install button if you use it. Thank you.. Version Updates: 16.Feb.2005 - > Version 3.01 * Hack released. 3.5 Version : https://vborg.vbsupport.ru/showthread.php?t=103076 Show Your Support
|
Comments |
#132
|
||||
|
||||
Hey Clark,
Quote:
|
#133
|
|||
|
|||
Quote:
FYI I am running the following: Welcome to phpMyAdmin 2.5.7-pl1 MySQL 3.23.58-log |
#134
|
|||
|
|||
As the LORD is my witness this conditionls are murder. anyone has a template already made up of say a users page? Im trying to make a simple welcome page. Has the users avatar some links... bout it.
But WOAH... I thought grab the memberinfo template and work from that. I am so lost in the [[()]] world of things it doesnt even make sense! PLEASE if you guys have any templates at all be ever so kind and share them. Thank you. |
#135
|
|||
|
|||
*Clicks Install*
Great Hack! |
#136
|
||||
|
||||
Quote:
|
#137
|
|||
|
|||
Quote:
I just deleted all of the comments from the query file and copied that over and ran it. Worked fine. I am now fiddling with it to see what I can make it do! :nervous: Thanks! Clark |
#138
|
|||
|
|||
Hello first off!
Let me say thank you for this great release! .thumsbup. I am overwhelmed by the flexibility and potential this addon has. I have been thinking of designing vB power pages but with custom content or layout from some custom vB styles, is there a way to call a certain style from within a them or otherwise? Say I have 2 navbars 1 for my forum and 1 for my support sections. I would like to call on a theme designed with my support forum styles in effect. but the members do not choose these styles, they would be included as a way to enforce layout changes for a page instead. How could I do this? |
#139
|
||||
|
||||
Quote:
PHP Code:
|
#140
|
|||
|
|||
I am making a basic edit profile page. I am curious how do I pull the predefined variables.
Here is what I have created so far: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - Edit Profile</title> $headinclude </head> <body> $header <br /> <form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);"> <input type="hidden" name="s" value="$session[sessionhash]" /><input type="hidden" name="do" value="updateprofile" /> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[additional_required_information_option]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> $customfields_option </div> </div> </td> </tr> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[additional_information]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]"> $customfields_other</div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="Save Changes" accesskey="s" /><input type="reset" class="button" name="Reset" value="$vbphrase[reset_fields]" /></div> </td> </tr> </table> </form> $footer </body> </html> What do I add? a SQL query? a PHP include? Thanks. |
#141
|
|||
|
|||
Oh my GOD what an incredibly useful add-on.
First impressions: 1) Now *what* exactly does this do? Ohhhhhhhh OK! The instructions and introductoin were actually helpful to this newbie. The repetition in explaining what it does was helpful as well. Thank you for making it very clear! With most hacks, I'm trying to figure out "where is the purpose?" for a lot longer than with yours. 2) What an easy installation! 3) WOW I created a "Hello World" page just perfectly. Hats-off to you for an elegant result. Stachel |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|