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 |
#32
|
|||
|
|||
I'm so impressed by this mod, that I felt I had to come and say thanks.
Thanks to this mod, I have integrated a script that I made a long time ago with my vbuleltin install. Before, they were two separate things, but I can now call user information from vbulletin and everything. For this, thanks. Here's what I've made so far - and I aim to bring my other scripts of the same ilk over to your plugin too! http://www.360elites.net/forums/view.php?pg=xblstats (main area users get stats pulled using profile details) http://www.360elites.net/forums/view...mertag=etorano (example display) Once again, thanks! |
#33
|
|||
|
|||
I receive an error:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in .../public/includes/wt_class_core.php on line 305 Deprecated: Assigning the return value of new by reference is deprecated in .../includes/wt_class_core.php on line 329 Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); |
#34
|
|||
|
|||
Hi Logician,
I am trying to use webtemplates to add pages to a custom navbar tab. Looking at vb,it seems the highlighting of the current navbar tab is based on a define. However, I think that the hook where this is usually (process_tremplates_complete) may occur before a webtemplate gets evaluated. My navbar link code is: Plugin PHP Code Code:
if (defined('myProduct')) { $vbulletin->options['selectednavtab'] = 'myProduct'; } $template_hook['navtab_middle'] .= vB_Template::create('myProduct_navbar_link')->render(); Code:
define ('myProduct','myProduct'); I'm not a coder by trade, or many other measures for that matter, so please speak s l o w l y Thanks |
#35
|
||||
|
||||
Quote:
|
#36
|
|||
|
|||
Thanks for your help. Moving the navtab code out of a plugin and into the PHP webtemplate itself was the way to resolve this
|
#37
|
||||
|
||||
Nice to see this out for vb4.
|
#38
|
|||
|
|||
Very good!
But I have some questions.. the url shows up as: http://www.xxxxxx.com/forums/view.php?pg=test is it possible to show it as http://www.xxxxxx.com/view.php?pg=test or just http://www.xxxxxx.com/test ?? Also, I want to know how to change the font colour of this section: "Page Visitors: 124, Last Visitor was Webmaster at Today - 07:29 AM. Page Created at 02-14-2005 - 09:00 AM, Last Modified : Never.Edit This Page " As the font color is the same as the background. Please help, thanks! |
#39
|
||||
|
||||
Quote:
Quote:
Quote:
|
#40
|
|||
|
|||
Wow thanks for the fast reply..
I found the code: Code:
<vb:if condition="$bbuserinfo[usergroupid]==6">Page Visitors: <b>{vb:raw count}</b>, Last Visitor was {vb:raw WT.lastvisitorname} at {vb:raw WT.lastvisitdate}.<br> Page Created at <b>{vb:raw creationdate}</b>, Last Modified : <b>{vb:raw lasteditdate}</b>.</vb:if>{vb:raw WT_Editor_link} </div> </vb:if> I tried to add html but it doesnt work. Hope you can help Thanks. |
#41
|
||||
|
||||
Quote:
HTML Code:
<font color=red>Page Visitors:</font> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|