The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WebTemplates 3.5.x: VB Integrated CMS (Content Management System) Details »» | |||||||||||||||||||||||||||
WebTemplates 3.5.x: VB Integrated CMS (Content Management System)
Developer Last Online: Nov 2023
(This hack is for vb version 3.5.x AND 3.6.x. For vb 3.0.x and 2.x see my profile for relevant threads.)
(For vb 3.7 version, please go to this thread) "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 3.5.x BASIC FEATURES:
(Some 3.5 and some are 3.0 versions but WebTemplate look and feel didn't change much so both will give you the idea) http://www.leatherneck.com/forums/view_aboutus.htm http://www.hystersisters.com/vb2/view_funding.htm http://www.theadminzone.com/forums/view.php?pg=aboutus http://www.hystersisters.com/vb2/view_guidelines.htm http://www.hystersisters.com/vb2/view_books.htm http://www3.fertilethoughts.com/foru...hp?pg=acronyms http://www.makeuptalk.com/forums/vie...alk-newsletter http://www.bklab.com (entire site is designed with Webtemplates only!) 3.5 version Admin CP screenshot attached to this post. 3.0.x screenshots (here and here) also still applies for this version. 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.. Note in 6.August. 2006 : I've tested Webtemplates with vbulletin 3.6.0 gold version and they are compatible. So this hack released here is both for vb 3.5.x AND 3.6.x Note for vb 3.7.x : (29.July.2008): For vb 3.7.x, I released a new version here: https://vborg.vbsupport.ru/showthread.php?t=186644 Version Updates: 16.Dec.2005 - > Version 3.5.01 * Hack released. 16.Dec.2005 - > Version 3.5.02 * A webquery bug fix for boards which use table_prefix. To upgrade just overwrite hack .php files. 17.Dec.2005 - > Version 3.5.03 * A minor bug in WOL page fixed. To upgrade overwrite hack .php files + reinstall product XML 17.Dec.2005 - > Version 3.5.04 * A bug fix for edit webtemplate page not remembering webtemplate's showbrowsers setting.To upgrade overwrite hack .php files 16.Jan.2006 - > Version 3.5.05 * A bug fix for boards which has too many usergroups. To upgrade overwrite hack .php files + uninstall product, then reinstall (your existing webtemplates will be intact) 20.Aug.2006 - > Version 3.6.00 * A bug fix that can cause a MYSQL warning in a few servers in WT admin cp. A minor and unusual problem that happens in certain servers and you don't need to upgrade if you don't see such a message. To upgrade overwrite /includes/wt_include.php and /admincp/wt_wt.php files. 1.Oct.2006 - > Version 3.6.01 * A minor bug fix for showing user avatar and ipaddress in webtemplates. To upgrade overwrite /includes/wt_include.php and view.php files. 2.May.2007 - > Version 3.6.02 * IMPORTANT SECURITY UPDATE! A security problem has been fixed in this version. To upgrade overwrite /includes/wt_include.php and view.php files which is attached to this post. 21.June.2008 - > Version 3.6.03 * Two minor bugs (1 & 2) fixed. 29.July.2008 - > Version 3.7.00 * A new version for vbulletin 3.7.x is released in a seperate thread here: https://vborg.vbsupport.ru/showthread.php?t=186644 Show Your Support
|
Comments |
#762
|
|||
|
|||
I've just downloaded the latest product, overwrote files and imported the XML.
My previous LWT version was 3.5.02. It is now reporting as 3.5.05 in AdminCP, I thought it would be 3.6.02? Everything is still working, but not sure about the versioning... |
#763
|
||||
|
||||
Quote:
|
#764
|
|||
|
|||
I want to replicate the " paid subscriptions" part of the usercp on a webtemplate; the template that vb uses is " subscriptions" in the "paid subscriptions templates" section, but when i copy this into the webtemplate, It doesnt work. for instance there is this code below, how do I get the " activesubscriptions" data from the database into the webtemplate??:
<if condition="$show['activesubscriptions']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="3">$vbphrase[active_subscriptions]</td> </tr> <tr> <td class="thead">$vbphrase[subscription_title]</td> <td class="thead">$vbphrase[start_date]</td> <td class="thead">$vbphrase[expiry_date]</td> </tr> $subscribedbits </table> <br /> </if> any advice warmly received |
#765
|
|||
|
|||
I've noticed an erro in my AdminCP for web templates:
Code:
Warning: unserialize() expects parameter 1 to be string, array given in /admincp/wt_wt.php on line 49 Warning: unserialize() expects parameter 1 to be string, array given in /admincp/wt_wt.php on line 50 Thanks |
#766
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=667 |
#767
|
||||
|
||||
Quote:
I guess you can do what you wanted by using "webquery phpinclude before" section: If you add a firstpostid query there and save it in a variable then you can use it in other section later. Eg. $querymypostid = $db->query_first(" SELECT firstpostid FROM " . TABLE_PREFIX . "thread AS thread WHERE threadid = 0000 "); $mypostid = $querymypostid[firstpostid]; Now you can use $mypostid variable in the Query No Result Row. |
#768
|
|||
|
|||
Quote:
Quote:
Thanks for the education. ** edit ** Updated my example WebQuery based on Logican's suggested enhancement. Works a treat, thank you! [link] :up: |
#769
|
||||
|
||||
Hopefully, I can get an answer, since this mod is not supported...I guess I'll just take a chance and someone will know the answer.
I'm trying to insert a floating menu script into one of the templates, however, in order for it to work...I'll need to remove the following from the template itself: The floating menu should now be working. If not, remove this tag from the top of your HTML pages: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> That's all I need to know... Is there a way to remove this from the template and still have it function properly? Or can it be re-written in order to support the script I'd like to include within the template? Any help is much appreciated... I've said it once...and I'll say it again...Kudos to Logician for this mod! |
#770
|
||||
|
||||
Quote:
$stylevar[htmldoctype] If you are using a theme webtemplate, you should remove it from parent theme. Eg. "Default Basic Theme" |
#771
|
||||
|
||||
Logician...
I'm sorry, I'm a little confused...in which webtemplate will I remove that line of code? None of the templates I've created have that code in them...unless it's in the view.php file. Am I missing something here? If I assume correctly, are you talking about this template: WebTemplates_Editors_EditPage If that's the case...I removed that line of code, but if I view the source after creating the template...I still see the code I was referring to in my first post about this issue. Thanks for the quick reply, by the way...much appreciated. In the interim...I'll see if I can find out where you're referring to. Updated... Never mind...I didn't understand fully...found what you were referring to in the Default Basic Theme and removed it. Kudos! You da man! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|