Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-05-2008, 01:58 PM
joopster joopster is offline
 
Join Date: Mar 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Showthread issue?

On my forum the logo on index.php and the rest of the pages is fine.

When I click on a thread the logo at the top shrinks. When I made the logo I did change the setting size in the header and it displays correctly everywhere but on the showthread or viewtopic.

Any ideas?

Here is my code for showthread. The top half anyways.

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
    
$headinclude
    
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
    <
script type="text/javascript" src="clientscript/vbulletin_post_loader.js?v=$vboptions[simpleversion]"></script>
</
head>
<
body onload="$onload; fiImageResize()">
$header
 
$navbar

$poll

<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php?threadid=$threadinfo[threadid]&amp;p=$postidmethod="post" id="inlinemodform">
$spacer_open
</if>

<
a name="poststop" id="poststop"></a>

<!-- 
controls above postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a></td>
    <else />
        <
td class="smallfont">&nbsp;</td>
    </if>
    <if 
condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</
tr>
</
table>
<!-- / 
controls above postbits -->

<!-- 
toolbar -->
<
class="katop"><class="ka1"></b><class="ka2"></b><class="ka3"></b><class="ka4"></b></b>
<
table height="8px" class="tcat" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center" style="border-bottom-width:0px">
<
tr>
    <
td class="tcat" width="100%">
        <
div class="smallfont">
        <if 
condition="$show['firstunreadlink']">
            <
a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]border="0" /></a>
            <
a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
        </if>
        &
nbsp;
        </
div>
    </
td>
    <
td class="vbmenu_control" id="threadtools" nowrap="nowrap">
        <
a href="$show[nojs_link]#goto_threadtools"<if condition="is_browser('ie')"accesskey="3"</if>>$vbphrase[thread_tools]</a>
        <if 
condition="$show['popups']"><script type="text/javascript"vbmenu_register("threadtools"); </script></if>
    </
td>
    <if 
condition="$show['search']">
        <
td class="vbmenu_control" id="threadsearch" nowrap="nowrap">
            <
a href="$show[nojs_link]#goto_threadsearch">$vbphrase[search_this_thread]</a>
            <if 
condition="$show['popups']"><script type="text/javascript"vbmenu_register("threadsearch"); </script></if>
        </
td>
    </if>
    <if 
condition="$show['threadrating']">
        <
td class="vbmenu_control" id="threadrating" nowrap="nowrap">
            <
a href="$show[nojs_link]#goto_threadrating"><span id="threadrating_current"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /><else />$vbphrase[rate_thread]</if></span></a>
            <if 
condition="$show['popups']"><script type="text/javascript"vbmenu_register("threadrating"); </script></if>
        </
td>
    </if>
    <if 
condition="$vboptions['allowthreadedmode']">
    <
td class="vbmenu_control" id="displaymodes" nowrap="nowrap">
        <
a href="$show[nojs_link]#goto_displaymodes">$vbphrase[display_modes]</a>
        <if 
condition="$show['popups']"><script type="text/javascript"vbmenu_register("displaymodes"); </script></if>
    </
td>
    </if>
    
    <if 
condition="$show['inlinemod']">
        <if 
condition="$show['popups']">
            <
td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"><script type="text/javascript"vbmenu_register('imod'); </script></td>
        <else />
            <
td class="thead" align="center">
                <
input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]onclick="inlineMod.check_all()" />
            </
td>
        </if>
    </if>
    
</
tr>
</
table>
<
class="kabottom"><class="ka4"></b><class="ka3"></b><class="ka2"></b><class="ka1"></b></b>
<!-- / 
toolbar -->

<if 
condition="$show['inlinemod'] AND $show['popups']">
    <
div class="vbmenu_popup" id="imod_menu" style="display:none" align="$stylevar[left]">
        
$threadadmin_imod_menu_post
    
</div>
</if>

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

<if 
condition="$show['threadedmode'] OR $show['hybridmode']">
<!-- 
thread posts list -->
$threadlist
<!-- /thread posts list -->
</if>

<if 
condition="$show['reputation']">
<
script type="text/javascript" src="clientscript/vbulletin_ajax_reputation.js?v=$vboptions[simpleversion]"></script>
</if>
<if 
condition="$show['credits_postadd']">
<
script type="text/javascript" src="clientscript/credits_ajax_postadd.js?v=$vboptions[simpleversion]"></script>
</if>

<
div id="posts">$postbits<div id="lastpost"></div></div>

<!-- 
start content table -->
$spacer_open
<!-- / start content table -->

<!-- 
controls below postbits -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%">
<
tr valign="top">
    <if 
condition="$show['largereplybutton']">
        <
td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTIDrel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]border="0" /></if></a></td>
    <else />
        <
td class="smallfont">&nbsp;</td>
    </if>    
    <if 
condition="$show['pagenav'] OR $show['inlinemod']">
        <
td align="$stylevar[right]">$pagenav
        
<if condition="$show['inlinemod']">
            <
div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
            <if 
condition="$show['pagenav']"><br /></if><strong>$vbphrase[moderation]</strong><br />
            <
select name="do"
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:11 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.03535 seconds
  • Memory Usage 2,518KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete