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 |
#262
|
||||
|
||||
Quote:
It should display the dates in the format you set in your vboptions. So if you are using yesterday/today format, wt dates should be so too. |
#263
|
||||
|
||||
Quote:
|
#264
|
||||
|
||||
Hi Logician, don't know if you will spot this message in such an old thread, but somehow I can't get a webquery to parse the pagetext (post) without any bbcodes.
I have setup a Discography webtemplate with comments inside, you can see here: http://www.housequake.com/view.php?s=&pg=discography On the right hand side bottom, you can see some comments that shows the bbcode. Example: ([quote]Originally posted by DicxdPlay on 11-09-06 at 16:17 [b]) This is my webquery: Code:
SELECT username, IF(LENGTH(pagetext) > 130, CONCAT(LEFT(pagetext, 127), "..."), pagetext) AS pagetext FROM post WHERE threadid = 51953 ORDER BY dateline DESC limit 7 Code:
<div align="left" class="cmbx"><div class="cmbxd"><b> $WQfield[username]</b></div><div class="cmbxt">$WQfield[pagetext]</div></div> I have tried adding to the field BB Code Parsed Field Names various settings. Like 'pagetext', 'bbcodeparse2', 'bbcodeparse', 'message'. Etc. But it keeps showing the bbcode. Any idea why this won't work for me? Do I maybe need to add a phpinclude to make this work perhaps? Best, /Aaron |
#265
|
||||
|
||||
[quote=Aaron1]Hi Logician, don't know if you will spot this message in such an old thread, but somehow I can't get a webquery to parse the pagetext (post) without any bbcodes.
I have setup a Discography webtemplate with comments inside, you can see here: http://www.housequake.com/view.php?s=&pg=discography On the right hand side bottom, you can see some comments that shows the bbcode. Example: ( Quote:
|
#266
|
||||
|
||||
Hi, yes I know, but i tried your suggestion aswell, as you can see now, it's showing the complete message. But remains to keep the bbcode showing. Btw, I didn't know a way to limit the text without that concat function :-)
|
#267
|
||||
|
||||
And what if I use the Query PHPInclude Code field, and removed the bbcode tags manualy like this for example?
Code:
$WQfield[pagetext] = str_replace("[quote]", "", $WQfield[pagetext]); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|