The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WebTemplates 4.x: VB Integrated CMS (Content Management System) Details »» | ||||||||||||||||||||||||||||||||||||||||
WebTemplates 4.x: VB Integrated CMS (Content Management System)
Developer Last Online: Nov 2023
(This hack is for vb version 4.x and above. For vb 3.x, version see my profile for relevant threads.)
"WebTemplates" is a vBulletin integrated Content Management System which allows you to create vb integrated "HTML" pages in your vb admin cp very easily. The pages can inherit your vbulletin skin/style, can recognize logged-in user, can be applied permissions per user or usergroup basis, can keep visit logs, hit counts and do many more. WEBTEMPLATES 4.x BASIC FEATURES:
(Most are from 3.x versions but WebTemplate look and feel didn't change much so all will give you the idea.) http://www.worldwideknights.com/view_mission.htm http://www.theadminzone.com/forums/view.php?pg=aboutus http://www.hystersisters.com/vb2/view_guidelines.htm http://www.worldwideknights.com/view_info.htm http://www.hystersisters.com/vb2/view_books.htm http://www.worldwideknights.com/view_spread.htm http://www.makeuptalk.com/forums/view.php?pg=makeuptalk-newsletter http://www.bklab.com (entire site is designed with Webtemplates only) (Actually this hack is one of the most popular vb hacks so it is used by hundreds -if not thousands- of vbulletin sites and you can easily find them if you go to google and search "Logician's WebTemplates" WITH quotation marks) 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.. Quote:
12.October.2013 - > Version 4.0.2 * Minor fixes for PHP 5.4.x (Fixes "Deprecated: Assigning the return value of new by reference is deprecated" errors in new PHP versions. 14.July.2012 - > Version 4.0.1 * Vbulletin changed WYSIWYG editor parsing in vb4.2.x so hack's editor.php is updated accordingly. 9.September.2010 - > Version 4.0.00 * Hack 4.00.00 is released. Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
Muhammad Rahman, ryancooper |
Comments |
#252
|
||||
|
||||
This query works on 3.x structure but apparently it is not possible to do this with one query in vb 4.x due to db changes
|
#253
|
|||
|
|||
I've inherited an existing vB/WebTemplates installation. The files installed seem to be identical to the 4.0.1 I downloaded. The TEXT and HTML webtemplates when run display the header and footers (and even insert the edit this page link if that is allowed) but the actual contents of the template do not appear in the output. The webquery used also is executed.
If I use the PHP type, then I get output that I specifically print (but no headers or footers). Pretty much behave the same if I use the test ones, old ones we had lying around, or attempt to generate new ones. Any ideas? |
#254
|
||||
|
||||
Quote:
Then edit that theme (eg. Two Column Theme) and make sure it has this variable in it: {includedtemplate} If it does, try disabling all other pluggins/products/hacks but webtemplates and see if this solve the problem (in case another hack is clashing with WT). If this also does not solve the problem, give me admin cp/ftp access to your board and I can check. |
#255
|
|||
|
|||
Thanks, Log....putting the includedtemplate into the style fixed it.
|
#256
|
|||
|
|||
Hello,
Seems to be very useful addon. Can someone tell me if it supports CMS widgers or Forum blocks? Or do I need to build my own? Thank you Chris |
#257
|
||||
|
||||
best page creator
|
#258
|
||||
|
||||
Please how do i make all the Template to be edited by WYSIWYG?
|
#259
|
||||
|
||||
Hi, first of all, I'd like to say I've searched the entire topic to prevent double posting same problem.
I'm trying to modify webquery WQ_lastxthreadfromforumy only to show thread title's first 20 characters: PHP Code:
Thank you very much. |
#260
|
||||
|
||||
Quote:
SELECT threadid, LEFT(title, 20) as title, dateline FROM thread WHERE sticky=0 AND visible=1 AND forumid=6 ORDER BY dateline DESC LIMIT 5 |
Благодарность от: | ||
ged |
#261
|
||||
|
||||
Thank you very much, unbelievable support speed!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|