The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WebTemplates 2.x: VB Integrated Content Management System Details »» | |||||||||||||||||||||||||||
WebTemplates 2.x: VB Integrated Content Management System
Developer Last Online: Nov 2023
After a long wait, here is the new 2.x version of Webtemplates. 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. WEBTEMPLATES 2.x FEATURES: ([New] indicates feature that is recently introduced in this 2.x version)
For screenshots, FAQ, performance issues, migration from old version to new version, see below. 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: 30.July.2003 - > Version 2.03 * Adds feature to include regular vbtemplates into webtemplates 2.02 users: apply this fix to update. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. 12.July.2003 - > Version 2.02 * Fixes a bug with outside variables. 2.01 users: apply this fix to update. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. 2.July.2003 - > Version 2.01 * Fixes bug that bothers webqueries if "Show Template Name" option enabled in vb admin cp * Fixes bug in webquery $WQ_mostactivemembers * Fixes visual look of webtemplate test * Fixes visual look of admin panel and makes sure it looks ok in dark backgrounded boards too. 2.00 users: update here. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. Webtemplates 3.x (for vb.3.x) is released here: https://vborg.vbsupport.ru/showthread.php?t=76422 Show Your Support
|
Comments |
#42
|
||||
|
||||
2.July.2003 - > Version 2.1
Version History: * Fixes bug that bothers webqueries if "Show Template Name" option enabled in vb admin cp * Fixes bug in webquery $WQ_mostactivemembers * Fixes visual look of webtemplate test * Fixes visual look of admin panel and makes sure it looks ok in dark backgrounded boards too. 2.0 users: Use the attached document to upgrade to 2.1 New Users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. |
#43
|
|||
|
|||
Logician - thx for all your testing today. That's certainly fixed my problems.
Fantastic job for such a cool hack !!! . [high]* Intex cilcks install.[/high] |
#44
|
|||
|
|||
Logician: I have had a request from one of my administrators for a feature that would allow us to set the style to be used with the templates regardless of which style the user has selected for his profile. This is because the pages we are converting into WebTemplates will not display aesthetically properly in certain existing styles, and it's too much work to convert the pages to display properly with all styles. I hope this isn't too difficult to pull off... can you help?
|
#45
|
||||
|
||||
Quote:
<normaltext>Hello</normaltext> use: <font face="Times New Roman" color="#FF0000" size="4">Hello</font> So user's style will not matter. It is not easy to force a vb style in webtemplates because style issue in vbulletin is not handled in the relevant .php file, but in global.php which runs before everything else. It runs before webtemplate's view.php script too, so webtemplates just gets the style id from it. To change this behaviour either webtemplate need to reform the style in view.php (which means additional queries in every webtemplates) or global.php should be hacked so that if requested script is view.php, style behavior will change. Thus my suggestion seems the easiest solution. |
#46
|
|||
|
|||
Logician - in version 1 of your hack you had a query that showed the person's last 10 threads they'd created. I tried creating a new query based on the old info, but didn't have much luck. Could you let me know how that is achieved?
It would be also nice if you or any others could share some of the queries for us newbies . Thanks |
#47
|
||||
|
||||
On php 4.0.6 I had to change all instances of array_key_exists to key_exists.
|
#48
|
||||
|
||||
Quote:
|
#49
|
|||
|
|||
You're a star . Thanks.
|
#50
|
|||
|
|||
Logician - Without wishing to monopolise your time - is there any way to show the friendly template name when display it on who's online rather than the template name?
BTW: this hack is amazing - I've converted shed loads of my pages over today. Can't understand why others aren't upgrading. |
#51
|
||||
|
||||
Quote:
Who is online page is getting "unfriendly" template name from the visitors url without quering the database however if we add friendly template name there, it needs to query webtemplate table for each webtemplate. So not a performance friendly way.. :glasses: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|