vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Portal Software - WebTemplates 3.7.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=186644)

Duncan Idaha 05-15-2009 12:35 PM

Will give it a try. But is this mod compatible with VB 3.8 as well?

Logician 05-15-2009 01:01 PM

Quote:

Originally Posted by Duncan Idaha (Post 1811153)
Will give it a try. But is this mod compatible with VB 3.8 as well?

Yes it is

Duncan Idaha 05-15-2009 04:36 PM

Thanks, will do the upgrade first, than try your mod.

Noctavia 05-16-2009 11:54 AM

I've had a search through the replies, but can't see if this has been asked before...

I have the theme/layout for a certain group of guides of mine. Outside of the pages I've generated though, there's a couple of threads in the forum I want to include. Is there a way to have the thread show up instead of a content page? I tried an iframe, but either my code is wrong or it doesn't work that way hehe.

Basically I want the same layout (2 coloumns) and the thread to show up together.

Possible?

Logician 05-17-2009 07:28 AM

Quote:

Originally Posted by Noctavia (Post 1811764)
I've had a search through the replies, but can't see if this has been asked before...

I have the theme/layout for a certain group of guides of mine. Outside of the pages I've generated though, there's a couple of threads in the forum I want to include. Is there a way to have the thread show up instead of a content page? I tried an iframe, but either my code is wrong or it doesn't work that way hehe.

Basically I want the same layout (2 coloumns) and the thread to show up together.

Possible?

Yes it is possible. As a matter of fact in default test webqueries, there is very similiar sample for this.

Noctavia 05-17-2009 07:44 AM

Quote:

Originally Posted by Logician (Post 1812282)
Yes it is possible. As a matter of fact in default test webqueries, there is very similiar sample for this.

Ooh okies, I will go hunting for it! Thankyou! :)

Noctavia 05-17-2009 11:10 AM

Sorry to be a pain, but I've looked through all the test pages that came with it and can't find which one works to include the information from a thread.

Is there anyone else that's managed to do it?

Largo .//npc 05-20-2009 08:39 PM

I want to use this mod to make this ( http://www.resurgence-swg.co.uk/foru.../TanahMas.html ) look acceptable and viewable on my site.
I've installed the mod but there's a problem with the header being out of line. I also assumed that it would use the default CSS for the style being used but that doesn't seem to be the case. http://www.resurgence-swg.co.uk/foru...ity&styleid=13

Also, am I able to just pull that html direct of that url? I want to create a program that will upload it to the same place with the same name, so having it linked to the url would make it auto update.

Thanks (Sorry if these have been answered, I'm very tired atm xD)

Logician 05-21-2009 07:27 AM

Quote:

Originally Posted by Largo .//npc (Post 1814292)
I want to use this mod to make this ( http://www.resurgence-swg.co.uk/foru.../TanahMas.html ) look acceptable and viewable on my site.
I've installed the mod but there's a problem with the header being out of line. I also assumed that it would use the default CSS for the style being used but that doesn't seem to be the case. http://www.resurgence-swg.co.uk/foru...ity&styleid=13

Also, am I able to just pull that html direct of that url? I want to create a program that will upload it to the same place with the same name, so having it linked to the url would make it auto update.

Thanks (Sorry if these have been answered, I'm very tired atm xD)

Not sure if I understand your problem but if my guess is correct, please use a theme webtemplate (not stand alone webtemplate) to include header/footer/vb style in your page.

gsmph 05-21-2009 11:45 PM

Quote:

Originally Posted by Logician (Post 1801276)
What about you also try iframe method? So instead of running your autoindex file in a php webtemplate, create a regular HTML webtemplate which as a iframe in it and then run your autoindex inside this iframe?

yes i did that and it really works but the problem with iframe is.. that they can acces my download area without loging in...

i mean www.forum.com/view.php?=download and they would just go directly on my download link www.download.forum.com instead of going to www.forum.com/view.php?=download again..

br:rolleyes:

dartho 05-22-2009 12:10 AM

Maybe if you iframe it, you could check the referer in the autoindex page? something like the following added to the top?

PHP Code:

if ($_SERVER[HTTP_REFERER] != 'http://www.forum.com/vb/view.php') {
print(
"GO AWAY!!");
exit;



gsmph 05-24-2009 12:40 AM

@dartho

yes this will really works but i already have tried it the problem with this

PHP Code:

if ($_SERVER[HTTP_REFERER] != 'http://www.forum.com/vb/view.php') {
print(
"GO AWAY!!");
exit;


is that everytime you click a folder or download something the iframe just goes to blank screen and it never shows any data on it or list..

singabaloo 05-24-2009 05:49 AM

Quote:

Originally Posted by singabaloo (Post 1754969)
Great Mod. Installed it fairly easily and now I'm having a play.

I have seen a minor issue between this Mod and the BBCode Table mod The bbcode table mod has a .js script which it uses to automagically have any table column sortable by clicking on it. I have found that while the script does work when I create bbcode tables in posts, it doesn't seem to work within WebTemplates.

Has anyone else tried mixing these two Mods together ?

Bumping this question. Seems to have gotten lost. Has anyone managed to get these two mods working together properly ?

Elenna 05-28-2009 02:43 PM

Good morning!

I am trying to make a "My RSVPs" page, that uses a WT query to pull in someone's RSVPs from Farcaster's modification.

I have the query working when I hard-code the username into the WT Query, but I can't seem to get it to automatically pass the currently-logg-in username to the query.

I attempted to use the private messages sample to get it to pass it via a form, but it isn't working for me. :(

Is there a way to pass a vBulletin variable (like $bbuserinfo[username]) to a query without using a form?

If a form (like the private message sample) is the only way to do it, does anyone know the "must have" parts of the template and query to make it work?



Edit: I answered my own question! You can use $user_username, so I was using the wrong variable. All is well!

zelnik 05-29-2009 06:13 PM

Hoping someone can help.

I've been using a custom style for my forum and webtemplates was working fine on it but I have reverted back to the default vB style and I'm having problems.

Basically it's not showing the white of the background, See attached photo.

Any help would be greatly appreciated, I'm using VB 3.8.2

Logician 05-29-2009 07:28 PM

Quote:

Originally Posted by zelnik (Post 1819728)
Hoping someone can help.

I've been using a custom style for my forum and webtemplates was working fine on it but I have reverted back to the default vB style and I'm having problems.

Basically it's not showing the white of the background, See attached photo.

Any help would be greatly appreciated, I'm using VB 3.8.2

Tried to change header/footer info in the webtemplate your are using?

zelnik 05-29-2009 08:31 PM

Quote:

Originally Posted by Logician (Post 1819762)
Tried to change header/footer info in the webtemplate your are using?

If you mean have I copied the info from the vb default style header/footer templates into the header/footer section on webtemplates then yes I have done that and it's still doing it :(

Logician 05-30-2009 07:43 AM

Quote:

Originally Posted by zelnik (Post 1819808)
If you mean have I copied the info from the vb default style header/footer templates into the header/footer section on webtemplates then yes I have done that and it's still doing it :(

Please edit your webtemplate, and tell me what it tells for "Header" and "Footer" options. If it is set as "Default Webtemplate Header", set it as "Default Vbulletin Header" (or viceversa!) and let's see if it will help

zelnik 05-30-2009 11:07 AM

Quote:

Originally Posted by Logician (Post 1820000)
Please edit your webtemplate, and tell me what it tells for "Header" and "Footer" options. If it is set as "Default Webtemplate Header", set it as "Default Vbulletin Header" (or viceversa!) and let's see if it will help

Hi Logicon, firstly thanks so much for your support and help it's really appreciated.

I have changed the the head/footer from Default vbulletin header/footer to default webtemplate and it does exactly the same.

I've also mixed it up with header/footer so having the header as default vb and footer as default webtemplate and vis versa and still the same :(

I have also reinstalled the main .xml and that has done nothing :(

Edit: Also all the default templates that came with the package (like site rules etc) suffer from the same problem!

Logician 05-30-2009 01:48 PM

Quote:

Originally Posted by zelnik (Post 1820052)
Hi Logicon, firstly thanks so much for your support and help it's really appreciated.

I have changed the the head/footer from Default vbulletin header/footer to default webtemplate and it does exactly the same.

I've also mixed it up with header/footer so having the header as default vb and footer as default webtemplate and vis versa and still the same :(

I have also reinstalled the main .xml and that has done nothing :(

Edit: Also all the default templates that came with the package (like site rules etc) suffer from the same problem!

If you changed header/footer templates or header/footer webtemplates or WT themes, please try reverting them. If you are sure all are default and you have the problem, let me know your URL and give me admin cp access so that I can check. But I'm positive it must be related to something you changed in templates or webtemplates.

zelnik 05-30-2009 04:54 PM

Quote:

Originally Posted by Logician (Post 1820124)
If you changed header/footer templates or header/footer webtemplates or WT themes, please try reverting them. If you are sure all are default and you have the problem, let me know your URL and give me admin cp access so that I can check. But I'm positive it must be related to something you changed in templates or webtemplates.

Hi Again.

Ok this is what I have done:

Reverted the vbs default theme header/footer to default...

I deleted the webtemplates header/footer and then reimported those..

Is there anything else you can think of? if not then I will forward you the login details.

Thanks!

Logician 05-30-2009 06:14 PM

Quote:

Originally Posted by zelnik (Post 1820190)
Hi Again.

Ok this is what I have done:

Reverted the vbs default theme header/footer to default...

I deleted the webtemplates header/footer and then reimported those..

Is there anything else you can think of? if not then I will forward you the login details.

Thanks!

If you still have the problem, please let me know admin details.

Logician 05-31-2009 12:45 PM

Quote:

Originally Posted by zelnik (Post 1820190)
Hi Again.

Ok this is what I have done:

Reverted the vbs default theme header/footer to default...

I deleted the webtemplates header/footer and then reimported those..

Is there anything else you can think of? if not then I will forward you the login details.

Thanks!

I checked your page. One of your pluggins is clashing with webtemplates. You have a lot of them so I couldn't hunt down the culprit but I made an easy fix for you in default wt header/footer.

Now all you need to do is to use "default webtemplate header" and "default webtemplate footer" in ALL your webtemplates instead of "default vb header" and default vb footer. See sample ibiza and set all other webtemplates accordingly.

zelnik 05-31-2009 02:24 PM

Quote:

Originally Posted by Logician (Post 1820626)
I checked your page. One of your pluggins is clashing with webtemplates. You have a lot of them so I couldn't hunt down the culprit but I made an easy fix for you in default wt header/footer.

Now all you need to do is to use "default webtemplate header" and "default webtemplate footer" in ALL your webtemplates instead of "default vb header" and default vb footer. See sample ibiza and set all other webtemplates accordingly.

Thanks so much for that.

I to thought it may be a clash with a recent plugin so disabled any plugin installed or updated in the past 3 months and it was still doing it!

but your work around is perfect, thanks ever so much!

Been Told 06-03-2009 08:18 AM

This seems like a very good addon. One question: does it support phrases?

Robert Carver 06-04-2009 03:26 PM

I have WebTemplates installed (awesome, thanks Logician), but am about to upgrade to vB 3.8.x. Without having to read all 31 pages of this post, can someone let me know if this version of WebTemplates works with the current vB 3.8? Is there an update to WebTemplates that I should upload?

Thanks and apologies if this has already been asked.

Logician 06-04-2009 03:40 PM

Quote:

Originally Posted by Robert Carver (Post 1823346)
I have WebTemplates installed (awesome, thanks Logician), but am about to upgrade to vB 3.8.x. Without having to read all 31 pages of this post, can someone let me know if this version of WebTemplates works with the current vB 3.8? Is there an update to WebTemplates that I should upload?

Thanks and apologies if this has already been asked.

It will work with 3.8 without any changes so you can just upgrade your vb. :)

Robert Carver 06-04-2009 05:17 PM

Quote:

Originally Posted by Logician (Post 1823353)
It will work with 3.8 without any changes so you can just upgrade your vb. :)

Yoo-hoo! Thanks for the reply and for all of your work on WebTemplates!!

ahmedipa 06-06-2009 04:52 AM

good job brother

WoodiE 06-09-2009 03:13 PM

After installing WebTemplates 3.7 I've noticed at the bottom of each WebTemplate page the following info:

"Powered by: vBulletin Version 3.8.0 & Logician's WebTemplates v.3.7.00"

Which is not what my default footer shows, which is "Powered by vBulletin®, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd."

How do I edit my WebTemplate pages to read something like this?

"Powered by vBulletin®, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. & Logician's WebTemplates"

I don't mind giving credit where credit is due - I do have a problem announcing my version numbers to the world.

Saviour 06-10-2009 12:46 PM

Hello again, Logician...

I need to change the color of the font for the latest visitor id at the bottom of the page. I know I have to change it in the view.php file, but I'm not sure where to change it.

Can ya help a guy out? Thanks...

webgroup 06-11-2009 03:54 PM

Quote:

Originally Posted by Logician (Post 1022980)
Please do not remove the footer copyright. This is a free hack so what's the harm if it has a small tagline in the footer? It helps me keep stats of websites using the hack.

Quote:

Originally Posted by webgroup (Post 1022972)
Excellent product!! :)

I have been breaking my head looking how to remove the footer copyrights.

I removed everything and still showing the copyright messages.

Any help?

Quote:

Originally Posted by webgroup (Post 1022986)
I'm talking about the vbulletin copyrights.:)
I paid to remove the copyright, and its already removed from all my forum, but somehow its appearing and all the logician's templates pages.

I want to remove the vbulletin copyrights, not yours.

Please help


Hi Logician, about 3 years ago you send me a PM explaining how to remove the copyright notice. Today I upgrade to v. 3.8.2, the product still working great without having to upgrade it, but again, the copyright notice is appearing on the footer.
I dont know how, as I dont remember how to remove it, so I dont know how it got back there by just upgrading the vbulletin version.

Anyway, could you please send me a PM and explain me again how to remove it?

Thanks!!

Logician 06-11-2009 04:09 PM

Quote:

Originally Posted by webgroup (Post 1827670)
Hi Logician, about 3 years ago you send me a PM explaining how to remove the copyright notice. Today I upgrade to v. 3.8.2, the product still working great without having to upgrade it, but again, the copyright notice is appearing on the footer.
I dont know how, as I dont remember how to remove it, so I dont know how it got back there by just upgrading the vbulletin version.

Anyway, could you please send me a PM and explain me again how to remove it?

Thanks!!

After your first message to the other thread, I've pm'ed you. Didn't you get it?

Logician 06-11-2009 04:12 PM

Quote:

Originally Posted by Saviour (Post 1826933)
Hello again, Logician...

I need to change the color of the font for the latest visitor id at the bottom of the page. I know I have to change it in the view.php file, but I'm not sure where to change it.

Can ya help a guy out? Thanks...

In view.php this line:

PHP Code:

$WT['lastvisitorname'] = "<a style=\"COLOR: #0000ff; TEXT-DECORATION: underline\" href='".$vbulletin->options[bburl]."/member.php?$session[sessionurl]u=$WT[lastvisitorid]' target='_blank'>$WT[username]</a>"


Quantnet 06-13-2009 12:14 AM

Logician,
I'm thinking of somehow using your product to provide an application tracker (something similar to trackitt.com)

I'm thinking of having users enter customized user fields and have the template display all the fields for users who have value in these fields.

Also, is there anyway we can use your product in addition to Google doc?

crazlunatic 06-15-2009 11:04 PM

Under "Using a theme?" it says no parent template and my custom webtemplates are blank. I want it to use my default forum skin....?

Logician 06-16-2009 06:20 AM

Quote:

Originally Posted by crazlunatic (Post 1830418)
Under "Using a theme?" it says no parent template and my custom webtemplates are blank. I want it to use my default forum skin....?

You missed installation STEP 3.

Elenna 06-16-2009 02:01 PM

I am wondering if this might be able to reference an external XML file and format it all pretty-like?

Saviour 07-05-2009 04:35 AM

Logician...

You previously helped me with vMoods 3.7, here: https://vborg.vbsupport.ru/showpost....&postcount=427

That mod has since been updated for vb 3.8.x and does not work correctly on the template pages.

Can you help me with a fix, again, please? Thanks in advance.

Saviour 07-05-2009 05:34 AM

Quote:

Originally Posted by Logician (Post 1827681)
In view.php this line:

PHP Code:

$WT['lastvisitorname'] = "<a style=\"COLOR: #0000ff; TEXT-DECORATION: underline\" href='".$vbulletin->options[bburl]."/member.php?$session[sessionurl]u=$WT[lastvisitorid]' target='_blank'>$WT[username]</a>"



Thanks, Logician...now all I have left to do is get the latest vMoods for 3.8.x working with your templates. You helped me before with the 3.7 version...so I made another post here...to see if you could give me a hand with it.


All times are GMT. The time now is 10:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03388 seconds
  • Memory Usage 1,868KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete