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)

dartho 09-28-2008 09:40 PM

Quote:

Originally Posted by Chris-777 (Post 1632255)
Yup, definitely using the vb H/F.

This is the page in question, but all the test pages do it.

Though the more I look at it, I think it's my custom header that's doing it.

I think you problem stems from your web temapltes not having this code:
Code:

<!-- open content container -->

<div align="center">
        <div class="page" style="width:980px; text-align:left">
                <div style="padding:0px 5px 0px 5px" align="left">

whilst the forum pages do. The code which closes these divs is also missing from your footer template for the webtamplate, but is in your forum.

Code:

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

<!-- / close content container -->

Check which templates your webtemapltesa are using for header/footer.

Kihon Kata 09-30-2008 03:00 PM

updated http://www.bklab.com!

wmlvb 10-02-2008 03:28 PM

is webtemplates an alternative to vbadvance or can you use both if already have vbadvance?

Logician 10-02-2008 03:35 PM

Quote:

Originally Posted by wmlvb (Post 1635701)
is webtemplates an alternative to vbadvance or can you use both if already have vbadvance?

Your answer is in the FAQ document in post 2 of this thread.

lsatblu 10-02-2008 06:51 PM

Hi,

I am really interested in this mod. In the past I have been using Expression Engine to power my site. Is it possible to remove the /forums/ from the url for each page?

Where can I edit the style of $WT_Login and the topics on the test2 page?

Logician 10-03-2008 08:37 PM

Quote:

Originally Posted by lsatblu (Post 1635888)
I am really interested in this mod. In the past I have been using Expression Engine to power my site. Is it possible to remove the /forums/ from the url for each page?

Where can I edit the style of $WT_Login and the topics on the test2 page?

If your forum is running on /forums/ webtemplates will also run on /forums/view.php.

If you want to run webtemplates on root, best method to do is to move your forum folder to root as well. If you wouldn't consider this, FAQ item 3 applies for you. ;)

$wt_login's style is inside "WebTemplates_LoginCode" template. Topics in test2 style should be edited in relevant webquery's Result Prefix Code, Query Result Row and Result Affix Code sections.

MysCha 10-04-2008 12:39 AM

i have been add

$header

my page here

$footer

but isnt work
can u see my attachement

johan204 10-04-2008 05:45 AM

Very nice, gonna play a bit with it before i put it live on my forums...
Great... clicked Installed and nominated it for the motm

Logician 10-04-2008 08:11 AM

Quote:

Originally Posted by MysCha (Post 1636866)
i have been add

$header

my page here

$footer


but isnt work
can u see my attachement

If you selected, a "theme" for this webtemplate, you don't need to add $header/footer. Just add your content.

If you didn't selected a theme (that is theme setting is set to "no parent webtemplate), then add whole HTML code to your page. Eg.

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>Page Title</title>
$headinclude
</head>
<body>
$header
$navbar
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
 
 YOUR CONTENT
 
</td>
</tr>
</table>
$footer
</body>
</html>


Guest210212002 10-04-2008 12:53 PM

On my end I got it almost working:

http://www.metalguitarist.org/forum/view.php?pg=lesson1

But MAN does the W3 validator go bananas on it. :(


All times are GMT. The time now is 01:24 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.01689 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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