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 |
#82
|
||||
|
||||
Quote:
Quote:
|
#83
|
|||
|
|||
I did, but now I learned how to do it in the way you preferred, and now it works. - and I actually learned how to run a SQL query.
Thanks. |
#84
|
|||
|
|||
And wow! Just checked the test page. This looks great! Can't wait to use it.
Thanks |
#85
|
||||
|
||||
I hadn't read the FAQ properly. Thanks for the quick reply.
I don't have phpmyadmin installed to run the sql query. So I added my account into the appropriate line in config.php and ran the query from Admin CP | Import & Maintenance | Execute SQL Query After doing this, I received the errors below: Quote:
|
#86
|
||||
|
||||
Quote:
So? I'm lost |
#87
|
||||
|
||||
Quote:
|
#88
|
||||
|
||||
You can also run Queries from the vBull admin CP
|
#89
|
||||
|
||||
Quote:
|
#90
|
||||
|
||||
Quote:
I did have some problems with pathing because I'm running all this on Windows 2003 SBS. But i changed the Windows pathing scheme on line 29 of webtemplate.php from ..\ to .\ and it worked fine. All said and done, WebTemplates is a very good add-on and I can see myself using it for various custom pages. I would like to see you create an auto-install script, Logician, which will place all the files automatically and even execute the query automatically. This would make things simpler, even though the install is fairly straight forward. Again, thank you very much for your help and for an exellent piece of work. :up: |
#91
|
|||
|
|||
hi,
i am trying to create a new theme based on the "Two Column Theme". i want to insert the vbadvanced portal left column instead of the stats. code is following: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] $WT_PageName</title> $headinclude </head> <body> $header $navbar $nowbrowsing <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="$vba_options[portal_leftcolwidth]" valign="top"> <if condition="$show['left_column']"> $home[leftblocks] </if> <br> </td> <td width="20"><input type="image" src="$vboptions[cleargifurl]" width="20" height="1"></td> <td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead> <tr> <td class="tcat" align="left">» $WT_PageName</td> </tr> <tr> <td class="alt2" align="left"> <div class="normalfont"> $includedtemplate </div> </td> </tr> <tr> <td class="thead" align="left"> Page Visitors: <b>$count</b>, Last Visitor was $WT[lastvisitorname] at $WT[lastvisitdate]. $WT_Editor_link<br> Page Created at <b>$creationdate</b>, Last Modified : <b>$lasteditdate</b>.</td> </tr> </thead> </table> </td> </tr> </table> $footer </body> </html> Quote:
Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|