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)

Logician 08-03-2008 03:01 PM

Quote:

Originally Posted by GoTTi (Post 1590567)
what was updated on this file? i have a notification saying there was an update but the version is the same right?

I updated the code in the message #35. It is no big deal so didn't updated the version. You don't need to upgrade if you don't have any problems with your current version.

wtrk 08-03-2008 08:12 PM

hi,

im wondering if its possible to use the webqueries to get a list of the other webtemplates?

and if so, if somebody could help me with the query to do that, it would be much appreciated.

thanks!

Logician 08-03-2008 08:18 PM

Quote:

Originally Posted by wtrk (Post 1590741)
hi,

im wondering if its possible to use the webqueries to get a list of the other webtemplates?

and if so, if somebody could help me with the query to do that, it would be much appreciated.

thanks!

There is already a default webtemplate/webquery for this that comes with the installation. Please see webtemplate named "wtlist" for this.

wtrk 08-03-2008 08:35 PM

thanks!

how would i display only templates with a certain name?

Logician 08-03-2008 08:54 PM

Quote:

Originally Posted by wtrk (Post 1590745)
thanks!

how would i display only templates with a certain name?

Change webquery $WQ_webtemplateslist and use something like:

SELECT title, pagecount, createdat, userfriendlyname FROM $WT_DB_TemplateTable
WHERE category = 1 AND title LIKE 'hello%'
ORDER BY createdat DESC

hugh_ 08-08-2008 12:52 AM

Thanks for this nice update! This modification has done wonders for my site over the years...

Hugh

jilly 08-10-2008 03:04 PM

I want to turn guest/not logged in viewing of the CMS completely off, because my site is a private site, and I want to use it so that only logged in members can see the info - is there a way to do that?

Oops - nevermind - I am reading further and it looks like the usergroups permissions can be set in the bottom of each template..

jilly 08-10-2008 03:54 PM

is there a way to create tabs with this, so it looks like the top of VB.org?

Logician 08-10-2008 04:02 PM

Quote:

Originally Posted by jilly (Post 1595554)
is there a way to create tabs with this, so it looks like the top of VB.org?

If you put a HTML code which displays tabs into your webtemplate, it will display it. If you have a tabbed header in your vb, use default vb header in your webtemplates and it will automatically inherit it. If you create a new webtemplate header with tabbed view, you can use this custom header in your webtemplates to have such a display.

maniacop 08-11-2008 05:35 AM

I didnt know this was posible!

This takes away the separate index webpage i have!

Thanks ill try it later.

Chadi 08-11-2008 05:58 PM

I just installed this, but it is not using the default white background. Its purple instead.

http://www.talkjesus.com/view.php?pg=test

Please explain how to go about correcting this.

I also was not able to find where to edit the side column such as the Site Help Pages found here http://www.talkjesus.com/view.php?pg=info_linktous

Thanks.

Logician 08-11-2008 06:28 PM

Quote:

Originally Posted by chadi (Post 1596392)
I just installed this, but it is not using the default white background. Its purple instead.

http://www.talkjesus.com/view.php?pg=test

Please explain how to go about correcting this.

It is not the hack, it is somehow related to your CSS files/custom design, I'm not sure how to fix it.

Your forum home page has a
<div class="nav_border_out">
<div class="nav_border_in">

</div>
</div>

section which gives the white background to your site but webtemplate does not have it. This means this section is not part of your default vb header/footer although it should. You should contact your designer to make sure vb header/footer has necessary html codes such as this so that webtemplate can inherit them.

Quote:

Originally Posted by chadi (Post 1596392)
I also was not able to find where to edit the side column such as the Site Help Pages found here http://www.talkjesus.com/view.php?pg=info_linktous

You have to edit the theme webtemplate it is using. For this example it is Site Information Pages Template

Chadi 08-11-2008 06:40 PM

Thanks. I can't seem to figure out why the side bar template's <li> has a big margin to the left (or padding)

I got the same results in FF3 and IE7.

I'm also not a CSS pro, but those two div classes you mentioned has to do with the navbit area not background.

The style's main css area has #ffffff as the Page Background background color

Logician 08-12-2008 05:51 AM

Quote:

Originally Posted by chadi (Post 1596407)
Thanks. I can't seem to figure out why the side bar template's <li> has a big margin to the left (or padding)

I got the same results in FF3 and IE7.

I'm also not a CSS pro, but those two div classes you mentioned has to do with the navbit area not background.

The style's main css area has #ffffff as the Page Background background color

https://vborg.vbsupport.ru/showpost....8&postcount=31

Chadi 08-12-2008 08:27 PM

Thanks. One more minor problem.

The spacing on each side is not there as it normally is in the forum globally. See attached.

ArnyVee 08-14-2008 02:49 PM

Admittedly I have not read through all of the materials as of yet. But, before I spend too much time on this wonderful hack, I wanted to make sure that I could do something in particular with it.

What I'm looking to do is to make a sort of 'splash page' for a new domain that I'm starting. It is sort of an 'entry' page where I'm using it as a launch point for three different areas of the site. So, what I'd like to do is keep the overall 'feel' and color scheme of our site, but 'disable' (or make it not show at all) from the header to the navbar.

Therefore, it allows me to keep my header/logo (or put a custom one if I choose) and then the 'main' area with the three different launch points that I wanted to use for the body of the new page.

Is this possible with this hack/mod?

Logician 08-14-2008 03:32 PM

Quote:

Originally Posted by ArnyVee (Post 1598526)
Admittedly I have not read through all of the materials as of yet. But, before I spend too much time on this wonderful hack, I wanted to make sure that I could do something in particular with it.

What I'm looking to do is to make a sort of 'splash page' for a new domain that I'm starting. It is sort of an 'entry' page where I'm using it as a launch point for three different areas of the site. So, what I'd like to do is keep the overall 'feel' and color scheme of our site, but 'disable' (or make it not show at all) from the header to the navbar.

Therefore, it allows me to keep my header/logo (or put a custom one if I choose) and then the 'main' area with the three different launch points that I wanted to use for the body of the new page.

Is this possible with this hack/mod?

Yes you can do what you want. After the installation, create a new parent webtemplate which is exact copy of one of the defaults (eg. Default Basic Theme), than edit it and remove sections you don't need (eg. $navbar). If you don't want header or footer as well, you can remove them too or create new webtemplate headers/footers with your changes and use that one in your splash page.

However when you told "a new domain that I'm starting", I hope that forum is also under that same domain. Obviously you can't have forum in domain A and splash page in domain B. :) Webtemplates will be in the same domain your forum is installed.

Chadi 08-14-2008 11:37 PM

Quote:

Originally Posted by chadi (Post 1597269)
Thanks. One more minor problem.

The spacing on each side is not there as it normally is in the forum globally. See attached.

Would appreciate help on this one. Thanks.

I attached a screenshot of my style's stylevar setting

badham 08-15-2008 01:01 AM

Did the upgrade... was smooth as silk... I have loved this hack since it first was released and use it alot... this newest version only enhances it even more.

badham

Logician 08-15-2008 09:14 AM

Quote:

Originally Posted by chadi (Post 1597269)
Thanks. One more minor problem.

The spacing on each side is not there as it normally is in the forum globally. See attached.

These problems are really related to the set up of your custom skin file. It is not easy for me to track them down and fix. In a correctly set vb skin structure, there will be no such differences but if you designer changes the vb skin's structure and used some elements in navbar instead of header or viceversa, webtemplates might not follow it.

For instance when I compare source codes of your pages I see your forumhome page is inside a

<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 15px 0px 15px" align="left">


</div>
</div>
</div>

frame which your webtemplate is not. I don't know where does this structure comes from. In a regular vb skin structure it should be set in header/footer and if it were the case, webtemplate would also acquire it automatically. (provided that you use default vb header/footer in your webtemplate setting!). But say if your designer put this structure inside forumhome template, webtemplate might not inherit it, hence problem.

You can try to use this inside your webtemplate theme and see if it will fix things and if not, I suggest you to contact the skin designer.

Ohiosweetheart 08-16-2008 02:33 AM

WONDERFUL!!!!! I'm so happy to see this excellent add-on updated for 3.7 (even tho the previous version works on my 3.7 sites flawlessly).
I've nominated it (again) for MOTM, and I'll be sending a donation as soon as I get back to work. I use this on every forum site that I have, wouldn't be without it!


Quote:

(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)
I found my sites :D

Rideharder 08-16-2008 06:56 AM

:up:
wow

Ohiosweetheart 08-18-2008 02:16 AM

I have to say how impressed I am with the work that went into this upgrade to 3.7. Logician, you are amazing! All the new templates are just great, and very much needed on most sites, imo. I'll be using most of them on both of mine, eventually.

Thanks, once more!

ArnyVee 08-18-2008 01:56 PM

Quote:

Originally Posted by Logician (Post 1598558)
Yes you can do what you want. After the installation, create a new parent webtemplate which is exact copy of one of the defaults (eg. Default Basic Theme), than edit it and remove sections you don't need (eg. $navbar). If you don't want header or footer as well, you can remove them too or create new webtemplate headers/footers with your changes and use that one in your splash page.

However when you told "a new domain that I'm starting", I hope that forum is also under that same domain. Obviously you can't have forum in domain A and splash page in domain B. :) Webtemplates will be in the same domain your forum is installed.

Thank you for the instructions on that! :D

I'm going to try it out in the next couple of days (hopefully this Tropical Storm doesn't turn into a Hurricane or do damage in our area) and report back if I need some help.

As far as the quoted statement...I was planning on having a new 'entry-point' to my site with it's own domain name and have it 'point' to the new template page created. But, I just realized that I won't be able to do that directly. I'd have to do a 301 redirect to the web template page that I create. Then, launch to wherever I'd like to from there. That should work, right?

Dugchugger 08-18-2008 02:03 PM

Drats... I see no one else has posted about the issue I have. I just know this is going to be one of those forehead-smacking DOH moments.

In the installation directions it says to import the file named product-webtemplates.xml. The only xml file I see that I was directed to upload is cpnav_webtemplates.xml. I'm given the option to Either upload the xml file from my computer OR import from my server. I'm guessing I need to import it from server... but where do I find it? *blush*

Logician 08-18-2008 02:14 PM

Quote:

Originally Posted by Dugchugger (Post 1601453)
Drats... I see no one else has posted about the issue I have. I just know this is going to be one of those forehead-smacking DOH moments.

In the installation directions it says to import the file named product-webtemplates.xml. The only xml file I see that I was directed to upload is cpnav_webtemplates.xml. I'm given the option to Either upload the xml file from my computer OR import from my server. I'm guessing I need to import it from server... but where do I find it? *blush*

It is not among the uploaded files. When you unzip the file, there are 2 xml files OUTSIDE forum folder it creates. They are in the same folder where you find the installation instructions. :)

Logician 08-18-2008 02:16 PM

Quote:

Originally Posted by ArnyVee (Post 1601449)
Thank you for the instructions on that! :D

I'm going to try it out in the next couple of days (hopefully this Tropical Storm doesn't turn into a Hurricane or do damage in our area) and report back if I need some help.

As far as the quoted statement...I was planning on having a new 'entry-point' to my site with it's own domain name and have it 'point' to the new template page created. But, I just realized that I won't be able to do that directly. I'd have to do a 301 redirect to the web template page that I create. Then, launch to wherever I'd like to from there. That should work, right?

Not sure if I can read you correctly on this, but I believe you can do what you want with a redirect or iframe. :)

Dugchugger 08-18-2008 02:25 PM

omg... there they are too. I'm such a nub. ^^

Need more coffee... it's too early.

THANK YOU!

ArnyVee 08-18-2008 06:19 PM

Quote:

Originally Posted by Logician (Post 1601463)
Not sure if I can read you correctly on this, but I believe you can do what you want with a redirect or iframe. :)

I have my WaltDisneyBoards.com site where my forum is (and where this template is going to be built).

I then have my WDBHUB.com domain that I'd like to use this template for. But, since I can't use it directly on the domain name....I would have to do a little 301 redirect from that domain name to the WaltDisneyBoards.com/NewTemplatePage so that it would 'seem' like this NewTemplatePage was at this different domain.

That would work, I assume.

Logician 08-18-2008 07:42 PM

Quote:

Originally Posted by ArnyVee (Post 1601643)
I have my WaltDisneyBoards.com site where my forum is (and where this template is going to be built).

I then have my WDBHUB.com domain that I'd like to use this template for. But, since I can't use it directly on the domain name....I would have to do a little 301 redirect from that domain name to the WaltDisneyBoards.com/NewTemplatePage so that it would 'seem' like this NewTemplatePage was at this different domain.

That would work, I assume.

301 redirection will work but then the url will change. So for instance your visitor will type wdbhub.com in her browser but after 301 redirection, she'll end up at waltdisneyboards.com/forum/view.php?pg=wdbhub

If this is ok, yes you can do it. If you don't want browser url to change, you can consider options these:
1- If you domain registration company supports domain forwarding you can give it a forwarding command in your control panel and their name server will automatically push users to your webtemplate without domain change
2- You can put a simple html file to your wdbhub.com which has a iframe to waltdisneyboards.com/forum/view.php?pg=wdbhub and users will not notice domain change in the addressbar. ;)

ArnyVee 08-19-2008 01:44 PM

Quote:

Originally Posted by Logician (Post 1601706)
301 redirection will work but then the url will change. So for instance your visitor will type wdbhub.com in her browser but after 301 redirection, she'll end up at waltdisneyboards.com/forum/view.php?pg=wdbhub

If this is ok, yes you can do it. If you don't want browser url to change, you can consider options these:
1- If you domain registration company supports domain forwarding you can give it a forwarding command in your control panel and their name server will automatically push users to your webtemplate without domain change
2- You can put a simple html file to your wdbhub.com which has a iframe to waltdisneyboards.com/forum/view.php?pg=wdbhub and users will not notice domain change in the addressbar. ;)

Very good :D

As to the first suggestion, I'd have to check with godaddy.com to see if they have that option. I would assume they do, but I'll check into it.

Any suggestions as to how to do the second option you mentioned? I'm not good with HTML. Any help with this would be appreciated.

I haven't read through all of the material yet, but are there templates already included for those of us that are not familiar with HTML? I was planning on purchasing or downloading a template that I liked from somewhere on the 'net. But, if there is something that I can tweak, that would help me as well.

And, thanks for supporting your mod as you do! Fantastic job!

ArnyVee 08-19-2008 02:03 PM

I just checked on godaddy.com and they have something named 'masking' which looks like may do the trick for me.

"Masking redirects Web traffic for a domain to a specified URL, preventing the forwarded domain URL from displaying in the browser's address bar."

That would be my best option, right? :D

Logician 08-19-2008 02:56 PM

Quote:

Originally Posted by ArnyVee (Post 1602319)
I just checked on godaddy.com and they have something named 'masking' which looks like may do the trick for me.

"Masking redirects Web traffic for a domain to a specified URL, preventing the forwarded domain URL from displaying in the browser's address bar."

That would be my best option, right? :D

Yep it seems like it.

And as for the second method you can use a html code like this in your wdbhub.com domain:

HTML Code:

<html>
<head>
<title>welcome to wdbhub.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=">
</head>
<body bgcolor="#FFFFFF" text="#000000">
MY wdbhub header
<IFRAME SRC="http://www.waltdisneyboards.com/forum/view.php?pg=wdbhub" WIDTH=450 HEIGHT=100>
MY wdbhub footer
</body>
</html>


ArnyVee 08-19-2008 04:19 PM

Thank you so much Logician! What great support you provide for this mod (and assistance with 'other' things as well!). :D

I'm going to read through the materials to see if there are any ready-made templates for your mod. If not, then I'll find a nice template to use, get the code and drop it into this mod to see how it comes out.

Thanks again!

soundbarrierpro 08-19-2008 04:26 PM

What does this do specifically? Is it a substitute for the "vbulletin powered pages"? If it is, I'm interested, usergroup admin doesn't work on mine no matter what I do and I'd like to create pages based on priviliges.

Logician 08-19-2008 04:30 PM

Quote:

Originally Posted by soundbarrierpro (Post 1602403)
What does this do specifically? Is it a substitute for the "vbulletin powered pages"? If it is, I'm interested, usergroup admin doesn't work on mine no matter what I do and I'd like to create pages based on priviliges.

This is not a substitute for vbulletin powered pages, it can be a substitute for this hack. This hack is around since 30.Jun.2003 and vbulletin version 2.0.

Please read first post to see what it is about.

soundbarrierpro 08-19-2008 05:15 PM

Thank you Logician. I've got lots of vbpowered I'd like to re-do with this mod. I'm going to give it a shot. Been mulling it for a couple weeks. Guess it's time.

YsTyle 08-19-2008 07:51 PM

great job :)
marked as installed & nominated for MOTM

mlthmp 08-20-2008 04:49 AM

Works great! Also nominated!

space? 08-20-2008 09:11 AM

Sounds great. Will install later, thanks.


All times are GMT. The time now is 03:03 AM.

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.01970 seconds
  • Memory Usage 1,859KB
  • 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
  • (1)bbcode_html_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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