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 |
#242
|
||||
|
||||
|
#243
|
|||
|
|||
Code:
SELECT t.threadid, t.title, t.firstpostid, t.lastpost, t.replycount, t.forumid, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, p.pagetext FROM " . TABLE_PREFIX . "thread t LEFT JOIN " . TABLE_PREFIX . "post p ON p.postid = t.firstpostid AND t.open = '1' AND t.visible = '1' AND t.forumid NOT IN (36,37,77,173,172) ORDER BY t.dateline DESC LIMIT 0 , 10 |
#244
|
||||
|
||||
Quote:
Code:
SELECT t.threadid, t.title, t.firstpostid, t.lastpost, t.replycount, t.forumid, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, p.pagetext FROM " . TABLE_PREFIX . "thread t LEFT JOIN " . TABLE_PREFIX . "post p ON p.postid = t.firstpostid WHERE t.open = '1' AND t.visible = '1' AND t.forumid NOT IN (36,37,77,173,172) ORDER BY t.dateline DESC LIMIT 0 , 10 |
#245
|
|||
|
|||
Yep that did it. That's what I get for trying to adjust your code. Thanks.
Is there any way to get the page name in the Return Query Result I tried adding the $WT_PageName but it didn't show. |
#246
|
||||
|
||||
Quote:
If you need this feature, you need to hack view.php, find: PHP Code:
PHP Code:
|
#247
|
||||
|
||||
Is it possible to display the current months birthdays
|
#248
|
|||
|
|||
Logican,
What would the query be to show the latest 5 SIMILAR THREADS about a page title? Ryan |
#249
|
||||
|
||||
Quote:
MATCH (thread.title) AGAINST ('$pg') AS score FROM thread AS thread WHERE MATCH (thread.title) AGAINST ('$pg') AND thread.open =1 AND thread.visible =1 ORDER BY score DESC LIMIT 10 |
#250
|
||||
|
||||
First you need to assign a variable in "Query PHPInclude Code" of your webquery like:
PHP Code:
SELECT userid, username, birthday FROM user WHERE birthday LIKE '$thismonth_is-%' LIMIT 100 |
#251
|
|||
|
|||
Quote:
Get an error with this: Can't find FULLTEXT index matching the column list |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|