vb.org Archive

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

Logician 07-11-2007 05:54 AM

Quote:

Originally Posted by rchelifan (Post 1288099)
This CMS works with the latest 3.6.7 PL1?
Thanks

It works fine.. Except a minor problem in "upgrade your webtemplates as a XML file" section.

adonfun 07-17-2007 01:49 PM

I just installed this :) Thanks!

I only have 1 issue, I've created a terms page and haven't checked any Usergroup in "Disallowed Usergroups". Still guests have to login first to be able to see the page... but I want my terms to viewable by guests

Did I miss some setting to control this?

Thanks for the answer :)

Logician 07-17-2007 06:55 PM

Quote:

Originally Posted by adonfun (Post 1293639)
I just installed this :) Thanks!

I only have 1 issue, I've created a terms page and haven't checked any Usergroup in "Disallowed Usergroups". Still guests have to login first to be able to see the page... but I want my terms to viewable by guests

Did I miss some setting to control this?

Thanks for the answer :)

Can it be that you set guests permission as "can not see forum"? If this is the case, vbulletin (which runs before webtemplates kicks in) might be stoping them.

ChrisBaktis 07-18-2007 03:37 PM

Im just starting a new site and am in the process of installing the hacks that I need.

Im using the default vb style for now - when I view one of the test pages included the header and footer are ok but I lose the whole body of the page...

Correct look
http://www.hobbystoresearch.com/forums/

Webtemplate page
http://www.hobbystoresearch.com/foru...php?pg=testbox

You can see what happens when I use the webtemplates.

I am stumped on why it is not picking up the 'page' part of the style - I used this on another site and do not recall any other changes I needed to make.

Logician 07-18-2007 05:36 PM

Quote:

Originally Posted by ChrisBaktis (Post 1294712)
Im just starting a new site and am in the process of installing the hacks that I need.

Im using the default vb style for now - when I view one of the test pages included the header and footer are ok but I lose the whole body of the page...

Correct look
http://www.hobbystoresearch.com/forums/

Webtemplate page
http://www.hobbystoresearch.com/foru...php?pg=testbox

You can see what happens when I use the webtemplates.

I am stumped on why it is not picking up the 'page' part of the style - I used this on another site and do not recall any other changes I needed to make.

I see a blank page in your url but test page looks fine to me:
http://www.hobbystoresearch.com/forums/view.php?pg=test

ChrisBaktis 07-18-2007 06:04 PM

Not sure how it looks fine - I can see a major difference between the 2. Can you see how the white body of the page is gone - and the page extends well beyond the 950 pix i have the page set at - it goes 100% across the page.

Logician 07-18-2007 06:09 PM

Quote:

Originally Posted by ChrisBaktis (Post 1294838)
Not sure how it looks fine - I can see a major difference between the 2. Can you see how the white body of the page is gone - and the page extends well beyond the 950 pix i have the page set at - it goes 100% across the page.

I believe it is about the style you are using. It can be an unclosed HTML tag, a wrong HTML syntax etc. (Especially in header/footer templates). Also please make sure you use the default WTs and WT themes for your initial tests, then start customizing them if you do any such changes.

ChrisBaktis 07-18-2007 06:21 PM

This is happening in an unaltered default vb style also - same thing - goes 100% across and loses the white background.

Header

PHP Code:

<!-- logo -->
<
a name="top"></a>
<
table border="0" width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>
    <
td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]border="0" alt="$vboptions[bbtitle]/></a></td>
    <
td align="$stylevar[right]">
        &
nbsp;
    </
td>
</
tr>
</
table>
<!-- /
logo -->

<!-- 
content table -->
$spacer_open

$_phpinclude_output 

footer
PHP Code:

<br />
<
div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<
br />

$spacer_close
<!-- /content area table -->

<
form action="$vboptions[forumhome].php" method="get">
    
<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
    <if 
condition="$show['quickchooser']">
        <
td class="tfoot">
            <
select name="styleid" onchange="switch_id(this, 'style')">
                <
optgroup label="$vbphrase[quick_style_chooser]">
                    
$quickchooserbits
                
</optgroup>
            </
select>
        </
td>
    </if>
    <if 
condition="$show['languagechooser']">
        <
td class="tfoot">
            <
select name="langid" onchange="switch_id(this, 'lang')">
                <
optgroup label="$vbphrase[quick_language_chooser]">
                    
$languagechooserbits
                
</optgroup>
            </
select>
        </
td>
    </if>
    <
td class="tfoot" align="$stylevar[right]width="100%">
        <
div class="smallfont">
            <
strong>
                <if 
condition="$show['contactus']"><a href="$vboptions[contactuslink]rel="nofollow">$vbphrase[contact_us]</a> -</if>
                <if 
condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                <if 
condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                <if 
condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                <if 
condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                <if 
condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                <
a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
            </
strong>
        </
div>
    </
td>
</
tr>
</
table>

<
br />

<
div align="center">
    <
div class="smallfont" align="center">
    <!-- Do 
not remove this copyright notice -->
    
$vbphrase[powered_by_vbulletin]
    <!-- Do 
not remove this copyright notice -->
    </
div>
    
    <
div class="smallfont" align="center">
    <!-- Do 
not remove $cronimage or your scheduled tasks will cease to function -->
    
$cronimage
    
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    
    
$vboptions[copyrighttext]
    </
div>
</
div>

</
form>

<if 
condition="$show['dst_correction']">
<!-- 
auto DST correction code -->
<
form action="profile.php?do=dst" method="post" name="dstform">
    <
input type="hidden" name="s" value="$session[sessionhash]/>
    <
input type="hidden" name="do" value="dst" />
</
form>
<
script type="text/javascript">
<!--
    var 
tzOffset $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var 
utcOffset = new Date().getTimezoneOffset() / 60;
    if (
Math.abs(tzOffset utcOffset) == 1)
    {    
// Dst offset is 1 so its changed
        
document.forms.dstform.submit();
    }
//-->
</script>
<!-- / 
auto DST correction code -->

</if>
<
script type="text/javascript">
<!--
    
// Main vBulletin Javascript Initialization
    
vBulletin_init();
//-->
</script


WoodiE 07-19-2007 01:23 PM

How do I edit the Powered by text? I don't mind having a copy right notice but I don't think people need to know what versions I'm using.

ChrisBaktis 07-25-2007 03:53 AM

I just installed the latest version on a fresh board..

Is there a way to get it to show the page name instead of 'Unknown Location' with who's online? The link works fine - just the name doesnt show.


All times are GMT. The time now is 08:06 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.01713 seconds
  • Memory Usage 1,813KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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