The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
WebTemplates 2.x: VB Integrated Content Management System
![]() Developer Last Online: Nov 2023 ![]() ![]()
After a long wait, here is the new 2.x version of Webtemplates. First a short introduction for users who are not familiar with the old version:
This hack is a vbulletin integrated content management system. Term "Webtemplates" stands for dynamic webpages that reside in your MYSQL database and administered inside your vbulletin admin control panel. But they are more than regular site pages because they can automatically inherit visual design of your forum, can apply permissions according to your vb usergroup settings, can keep track of page counts, last visitorname/visit time, display page browsers in the page itself and in your whoisonline page etc. So basically webtemplates are dynamic web pages of your site which are powered by vbulletin. WEBTEMPLATES 2.x FEATURES: ([New] indicates feature that is recently introduced in this 2.x version)
For screenshots, FAQ, performance issues, migration from old version to new version, see below. 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.. Version Updates: 30.July.2003 - > Version 2.03 * Adds feature to include regular vbtemplates into webtemplates 2.02 users: apply this fix to update. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. 12.July.2003 - > Version 2.02 * Fixes a bug with outside variables. 2.01 users: apply this fix to update. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. 2.July.2003 - > Version 2.01 * Fixes bug that bothers webqueries if "Show Template Name" option enabled in vb admin cp * Fixes bug in webquery $WQ_mostactivemembers * Fixes visual look of webtemplate test * Fixes visual look of admin panel and makes sure it looks ok in dark backgrounded boards too. 2.00 users: update here. New users: Get the hack from the first post of this thread (which is the latest version), you don't need to apply this update. Webtemplates 3.x (for vb.3.x) is released here: https://vborg.vbsupport.ru/showthread.php?t=76422 Show Your Support
|
Comments |
#227
|
|||
|
|||
![]()
Hi logician .. i tried it out and i will port all planned functions to webtemplates now :d
here is an example page ![]() http://spielplanet2.de/forums/view.p...lpha_news_v0_2 everything seems to work fine .. but only 2 little not very important things a did not figure out ![]() 1. in the old webtemplates..there had been a webquery to show last 10 posts/theads of userX (userX means evry user see his own last posts/threads) like a personal control center .. 2. i need to query out 2 tables .. to make attachments visible as picture/link if i call out the query "show last Threads FROM forumid=2" .. so i would be able not to ashow only thread titels..of course its nice..but i just would like to show also the attachment made in the first post.. of our news forums Example: Thread 2345 has an attached image in Foruimd=23 -> it is possible to show up the attachment with a LEFT join in the query? please help me out.. i read now 2 weeks evry hint in my sql books..but did not figure it our..maybe it isnt possible.. but if its possible i would like to implement the feature ![]() greetings from germany |
#228
|
||||
|
||||
![]()
1- attached.
2- not possible |
#229
|
|||
|
|||
![]()
Hi logician.. I pm?d u.. but I think I better ask here....
well.. I installed webtemplates just for one reason... I want pass-protected pages on my site. I?ve managed to have the login box on the page but when they log in they are re-directed to a re-directing page (lol) and then lead to the forum index. Is there anyway of having them redirected to the page index?? and after that is managed (if can be managed) how do I create pass-protected pages? here?s my test page: http://zelda.wi3k.net/test.php thnx for ur time ![]() |
#230
|
||||
|
||||
![]() Quote:
|
#231
|
|||
|
|||
![]()
it´s not down Oo.... I´m there right no Oo...
well... what I want is to create a section on my website, lets say... emulation, and have it pass protected so guests can´t see it. In order to acces the page the visitors must register to the forum and then they will be able to acces the emulation page. In addition to this, I want to have the login form on a part of my menu to save time... I created the test page with the login box template, but when they log-in they are redirected to the forum index and I want em to be redirected to the test page..... I´ve seen some scripts that allow you to have a website database but I guess what I want to have is a Website and forum database all in one... so ppl don´t have to register twice. hope I clarify it... my english is not too good XD.... again, thnx for ur time |
#232
|
||||
|
||||
![]()
I fail to see how this page is related to webtemplates hack. It looks like a page of "Logician News" hack. If you use a login box in a "webtemplate" (not logician news hack!), it is suppose to take you to that webtemplate after you login successfully.
|
#233
|
|||
|
|||
![]()
lol, yeah, it?s the logicians news hack, as it?s my test page, I use it for everything I want before adding to my website. Your news hack works great!! thnx for that one by the way!
if you see below the news, you?ll see the login box, that?s a webtemplate ![]() ![]() ![]() |
#234
|
||||
|
||||
![]() Quote:
<input type="hidden" name="url" value="http://your url to jump after login"> |
#235
|
|||
|
|||
![]()
I guess I´m starting to get it.. thnx a lot for ur patiente and time logician!!! and thnx for creating such great hacks!!
|
#236
|
|||
|
|||
![]()
thx logician
![]() wanna see what i maged till now with webtemplates? its still alpha study *smile* http://spielplanet2.de/forums/view.p...lpha_news_v0_2 will finish about two weeks .. got not plenty of time to spend with coding all to my needs ... ahh got a question.. ok tow queries.. wont qwork .. i see .. but how about a long querie wich crosses thread and attachment table ? you just have integrated one in the standart installations of webtemplates.. ..something with LEFT JOIN and on this way you get tables and collumns from two tables .. is there really no way about? something like that: PHP Code:
greetings Highlander |
#237
|
||||
|
||||
![]() Quote:
So the actual query should be SELECT post.*, attachment.* FROM post LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid where ... but this does not even help you altough it successfully returns relevant attachments per post. It does not work, because after you get the attachment info with this query you need some PHP code to do to display the attachment correctly. They are permissions code, extensions code etc. Edit functions.php and check the code after this line and you'll understand me better: PHP Code:
|
#238
|
|||
|
|||
![]()
i am very sad
![]() ![]() okay.. so i looked and understand it now even a little bit better .. yes you are right the attachment table is crossing trough posts and threads table to get the right attachmend_id ![]() hey but wait maybe there is an trick ![]() When i selsect Threads from forum 304 .. i can arrange a selection from attachment table right beside to get the attachments from forum 304 ? and i have a new question about the query i insert in the webquery list ![]() when i insert this query: PHP Code:
![]() ![]() but what about showing up threads from more than one forum ? PHP Code:
Bug Report $nowbrowsing -> is not showing up alwys..sometimes no session is showing up .. dont know why.. but i could figure out..that sometimes no session is started.. .. i am recognized with username end everything what belongs to this username.. but brwowsing around somtimes looses the session informations and nowbrowing is not function anymore .. have an idea? How about this page: http://spielplanet2.de/forums/view.php?s=$session[sessionhash]&pg=alpha_news_v0_2 it is okai for you to give you there some credits? And where do you want placed a 88x31 button or simple text link? You did the biggest job on creating these sites.. so the credits belongs to you ![]() |
#239
|
||||
|
||||
![]() Quote:
Quote:
|
#240
|
|||
|
|||
![]()
One Question: When will the system work for vBulletin 3??
|
#241
|
|||
|
|||
![]()
the next version will be then for vb3?
*crying* .. i do not plan converting this year ![]() ![]() greetings..and much thanx for helping out in this thread... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|