vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Steel Blue 3.5.3 (https://vborg.vbsupport.ru/showthread.php?t=90792)

kall 11-23-2005 03:36 AM

Quote:

Originally Posted by sub_ubi
Great style, but it's not compatible with the Adv. Editing Options mod :(

https://vborg.vbsupport.ru/showthread.php?t=98737

The following error comes up,
"You did not specify a username for your post"
when creating a new thread.

I can't see why it wouldnt be compatible.. none of the templates that are edited for that mod are customised in any of my styles.

saukwebsolution 11-26-2005 05:46 PM

Welcome to Madden News Community Forums. This is a community that talks about sports and our Madden. Topics include Madden, all levels of sports, and operating systems.
Welcome to the [ARG:3 UNDEFINED] forums

how do I get it to not show the [arg:3 undefined] or change it to show the right thing? Thanks

kall 11-26-2005 05:58 PM

Quote:

Originally Posted by saukwebsolution
Welcome to Madden News Community Forums. This is a community that talks about sports and our Madden. Topics include Madden, all levels of sports, and operating systems.
Welcome to the [ARG:3 UNDEFINED] forums

how do I get it to not show the [arg:3 undefined] or change it to show the right thing? Thanks

I'm pretty sure I wasn't stupid enough to include Amy or Kirby's 'Spiders Online on Forumhome Hack'-dependant Template edits in a style...

Perhaps you have installed that hack and haven't done the template edit?

*edit* Read the post that is 2 above yours. ;)

saukwebsolution 11-26-2005 07:23 PM

I am sorry Kall but the 2 posts above I am not sure what that has to do with me? I am still new to this plugin system and I am not getting why that is showing up. It should show the forums name but it shows the arg:3.

again I apologize, just not getting what I did wrong here. Thanks

kall 11-26-2005 07:39 PM

*edit* hang on.. where is that showing? The navbar?

saukwebsolution 11-27-2005 03:40 AM

yep when you want to register, it shows the welcome area, and it shows just that, let me takea picture and post it

saukwebsolution 11-27-2005 03:44 AM

here is that picture

saukwebsolution 11-27-2005 05:07 AM

I also have to ask, how do I center my logo using this style? Thanks

jquan 12-01-2005 12:02 AM

I've added these lines so that I can have an image background
<td align="$stylevar[right]" style="background: url('misc/forum-banner_02.jpg') repeat-x top left;">&nbsp;</td>
</tr>
</table>
<!-- /logo -->

but nothing shows up. any idea how I can do this, sorry im not an expert on coding vbulletin, so sorry for the noob question

Wolf42 12-01-2005 02:54 PM

Thanks kall, nice styles, installed all 4. But there is a small bug in the footer template when using a multilingual environment.

This is the footer template with my changes:
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" <if condition="!$show['quickchooser'] AND !$show['languagechooser']">colspan="2"</if> align="$stylevar[right]width="100%">
        <
div class="smallfont">
            <
strong>
                <if 
condition="$show['contactus']"><a href="$vboptions[contactuslink]rel="nofollow">$vbphrase[contact_us]</a> -</if>
                <
a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
                <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>
<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>

        <
td class="tfoot" align="$stylevar[left]<if condition="!$show['quickchooser'] AND !$show['languagechooser']">colspan="2" width="50%"</if>>
        <
div class="smallfont">
        
<!-- 
You are NOT permitted to remove this copyright unless you purchase a Branding Free option -->
$style[title$vbphrase[vbe_copyright]
<!-- 
You are NOT permitted to remove this copyright -->
        </
div>
    </
td>
    

    <
td class="tfoot" align="$stylevar[right]width="50%">
        <
div class="smallfont">
            
$vbphrase[powered_by_vbulletin]
        </
div>
    </
td>
</
tr>

</
table>
<
table width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>
    <
td style="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_bottom_left.gif" alt="" /></td>
    <
td width="100%" style="background:url('$stylevar[imgdir_misc]/page_bottom.gif') repeat-x;">&nbsp;</td>
    <
td style="$stylevar[right]"><img src="$stylevar[imgdir_misc]/page_bottom_right.gif" alt="" /></td>
</
tr>
</
table><br />
<
div align="center">
      <
a href="http://validator.w3.org/check?uri=referer"><img
          src
="http://www.w3.org/Icons/valid-xhtml10"
          
alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a> &nbsp;  <a href="http://jigsaw.w3.org/css-validator/">
  <
img style="border:0;width:88px;height:31px"
       
src="http://jigsaw.w3.org/css-validator/images/vcss" 
       
alt="Valid CSS!" />
 </
a>
    </
div>

<
br />

<
div align="center">

    <
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>
<
br />
<if 
condition="$show['dst_correction']">
<!-- 
auto DST correction code -->
<
form action="profile.php" 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



All times are GMT. The time now is 01:56 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.01378 seconds
  • Memory Usage 1,823KB
  • 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_php_printable
  • (2)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
  • (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