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 |
#262
|
||||
|
||||
Quote:
|
#263
|
||||
|
||||
Quote:
|
#264
|
|||
|
|||
Quote:
Draft: No Disallowed Usergroups: none checked Disallowed usernames: None entered Editor usergroups: None checked Editor Usernames: test; mike Now you can view the page and even edit it, but when you click on submit as test, it states: These are the settings on the page for test 2: Draft: No Disallowed Usergroups: none checked Disallowed usernames: None entered Editor usergroups: Regular members and Administrators: Editor Usernames: test; mike same result!!! Quote:
this happens as either Mike (me as an admin) or test!! I thought it was maybe a conflict with another modification but I installed a board from scratch and then installed this modification and it still happened. Something with the function permissions is messing that up Is there any chance that you can look into this, I would gladly donate to get this resolved. This modification is great man, and this could become a great advertisement tool for future clients. I have 3 so far that are interested in doing this, if they can edit their own page |
#265
|
|||
|
|||
Could it possible be something not with the permissions in the scripts, but maybe the permissions issue or something to do with the form in the template:
WebTemplates_Editors_EditPage |
#266
|
|||
|
|||
Sir,
a friend of mine, who is the orginal developer of my custom CMS, Natch was kind enough to come and look at the errors that were being created. He was able to get past the .js error by editing the template: WebTemplates_Editors_EditPage He added the following code to the top of the template: Code:
<if condition="$show['wysiwyg']"> <script type="text/javascript" src="clientscript/vbulletin_wysiwyg.js"></script> <if condition="$show['mozilla_js']"> <script type="text/javascript" src="clientscript/vbulletin_moziwyg.js"></script> </if> <else /> <script type="text/javascript" src="clientscript/vbulletin_stdedit.js"></script> </if> attached it the full, corrected, edited template However there is still a permissions issue with the same tests as before!! I hope this helps and maybe you could look into the permissions issue for us sir. I would truly appreciate it! Thanks to Natch for correcting this!!! :banana: :banana: *****These changes were only tested for vb 3.5.4***** |
#267
|
|||
|
|||
after doing some more internal investigations. Your template system is not erroring. I re-installed it once again on a clean, unhacked version of VB 3.5.4 and it works as designed.
I do believe that however it is conflicting with some other hacks and their permissions! Sorry for pointing the finger and jumping the gun!! Mike |
#268
|
|||
|
|||
i'll install this tomorrow or the next day, and have a look at it - see what i can do to help.
in the mean time, try installing the "vB plugin order" mod. it will allow you to choose when this webtemplates plugin should be executed at the hook location. https://vborg.vbsupport.ru/showthread.php?t=111679 |
#269
|
|||
|
|||
I've read the manual and searched this topic, but I'm still confused about using php includes. I have a dynamic php file created with dreamweaver that pulls info about members from the database and I want to display that in the body of a template.
I've tried putting the include in the "PHP Include" field and the "Template" field, but neither works. The Parse Method is set to php. How can I do this? Thanks. Oh, meant to mention that when I place the include in the Template field it displays the file, but not the header and footer. Even though I've selected to use the Default Template, header and footer. |
#270
|
||||
|
||||
Hello guys,
I use webtemplates for various pages including our podcast page which dynamically displays the number of downloads. It's excellent. I need to do something which I can imagine many people might want to do. I have my forums and we publish DVD reviews in a specific forum there. I want to present the reviews in a nicer way, with more powerful search tools, integrating DVD specifications, screen captures, news etc which I can't do on the forums. So I have developed a separate website avplay.com to be launched soon. When a review is published, we will create a thread on our forums for discussion of the review. Below the review I want to display that thread with login & register options for people who aren't members of our forums, yet. Plus reply options for people who are. Is this possible with webtemplates? I susepct it is. More to the point has someone already done it who can help with examples? Many thanks in advance. |
#271
|
|||
|
|||
Quote:
Either way, both of these systems are essential, great support too! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|