The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WebTemplates 3.7.x: VB Integrated CMS (Content Management System) Details »» | |||||||||||||||||||||||||||
WebTemplates 3.7.x: VB Integrated CMS (Content Management System)
Developer Last Online: Nov 2023
(This hack is for vb version 3.7.x & 3.8.x ONLY. For vb 3.6.x, 3.5.x, 3.0.x and 2.x 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. VB4 version Update (9.9.2010): Please find 4.x version of WebTemplates4.x in its own thread. WEBTEMPLATES 3.7.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.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://www3.fertilethoughts.com/forums/view.php?pg=acronyms 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) 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.. About this 3.7.xx Version: This 3.7.xx version is same as previous 3.6.x version. 3.6.x version was already working in vbulletin 3.7.x except a few minor bugs and these bugs are fixed in this version to make it dedicated solely to vbulletin 3.7.x. Please see "what's new" in the next post for more details. Version Updates: 29.July.2008 - > Version 3.7.00 * Hack 3.7.00 is released. Show Your Support
|
2 благодарности(ей) от: | ||
Xexiu |
Comments |
#102
|
|||
|
|||
http://www.usacarry.com/forums/view.php?pg=florida_ccw
I got it working. I didn't have some needed files in the forums root. Thanks! This is a great mod and with this working I'll be off of Joomla by the end of the day! |
#103
|
|||
|
|||
Firstly,
I?m trying to make a page with the last 30 threads showing forum-thread-user-date and succeeded. Almost. The problem arises when I click on the forum name rather than the specific thread and I get directed to the same forum (forum id7) every time. I?ve read through the posts on many versions of the mod and find nothing that resembles this. I should be grateful for any ideas/help. Code:
SELECT thread.threadid AS threadid, thread.title AS title, thread.postusername AS postusername, thread.postuserid AS postuserid, thread.dateline AS dateline, forum.title AS ftitle, thread.forumid FROM " . TABLE_PREFIX . "thread thread LEFT JOIN " . TABLE_PREFIX . "forum forum ON thread.forumid= forum.forumid WHERE thread.sticky=0 AND thread.visible=1 ORDER BY dateline DESC LIMIT 30 It?s so versatile and such a lot of fun to play around with. |
#104
|
||||
|
||||
Quote:
|
#105
|
|||
|
|||
Thank you for your quick reply, Logician.
Code:
<tr align="center"> <td class="$alternate" align="left" WIDTH="25%" VALIGN="TOP"><div class="normalfont"><a href='forumdisplay.php?$session[sessionurl]t=$WQfield[forumid]'>$WQfield[ftitle]</a></div></td> <td class="$alternate" align="left" WIDTH="50%" VALIGN="TOP"><div class="normalfont"><a href='showthread.php?$session[sessionurl]t=$WQfield[threadid]'>$WQfield[title]</a></div></td> <td class="$alternate" WIDTH="10%" VALIGN="TOP"><div class="normalfont"><a href='member.php?$session[sessionurl]u=$WQfield[postuserid]'>$WQfield[postusername]</a></div></td> <td class="$alternate" WIDTH="15%" VALIGN="TOP"><div style="font-size: 8pt; line-height: 10px;">$WQfield[dateline]</div></td> </tr> Interestingly, when I click a forum from the forum/index.php page I get this: http://mysite/forum/forumdisplay.php?f=6 but when I click the same forum from the query page I get this: http://mysite/forum/forumdisplay.php?t=6 Only the tiniest difference but enough to fool me, I?m afraid. |
#106
|
||||
|
||||
Quote:
HTML Code:
<a href='forumdisplay.php?$session[sessionurl]f=$WQfield[forumid]'>$WQfield[ftitle]</a> |
#107
|
|||
|
|||
Fixed!
Thank you Logician for your prompt help and this terrific piece of work. I?ve sent a small donation via the template in my acp. |
#108
|
||||
|
||||
Edited: Thanks Logician!
|
#109
|
||||
|
||||
Quote:
If you want to insert it inside a webtemplate theme which will display it between your header/footer you can't paste it as it is, you have to edit it to fit to your style. (which should require HTML knowledge). |
#110
|
||||
|
||||
Logician, how do I make it a 'standalone' webtemplate?
Edited: I guess I would simply select "no parent template", is that right? I was originally going to keep some elements of the forums, but I think for this particular one, I just want to use a full template that I find. |
#111
|
||||
|
||||
right
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|