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

Reply
 
Thread Tools Display Modes
  #21  
Old 10-20-2009, 05:33 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, clearly the H4 is not a CSS definition and the code says its after
<td class"tcat" colspan"6">

Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <h4>
            <if condition="$childforumbits"> <h4>
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>

            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
      </h4>  </td>
So the redcoloured tags are the possible placement within your code.
You sure you don't want me to look at it in your ACP?


Can you run the search in all styles?

Edit: After you posted your code, then the only pausible explanation is that you're looking at the wrong style.
If you want to be sure, add ZZZZZZZZZZZZZZZ to $forum[title]. If the title now shows (current title)ZZZZZZZZZZZZZ, then its the same template.

Code:
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
    <tr>
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
            <if condition="$childforumbits">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]ZZZZZZZZZZZZZZZZ</a>
            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
    </tr>
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
</if>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if>
Reply With Quote
  #22  
Old 10-20-2009, 05:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look in your Replacement Manager and see if the style came with Replacements that are adding the tag.
Reply With Quote
  #23  
Old 10-20-2009, 05:39 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, nice find Lynne D:
Reply With Quote
  #24  
Old 10-20-2009, 05:46 PM
aengus aengus is offline
 
Join Date: Nov 2004
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DeanLag View Post

Edit: After you posted your code, then the only pausible explanation is that you're looking at the wrong style.
If you want to be sure, add ZZZZZZZZZZZZZZZ to $forum[title]. If the title now shows (current title)ZZZZZZZZZZZZZ, then its the same template.
I hate to look even dumber than I already do but... Where would I put that ZZZZ? LOL

but here are 2 screenshots that make me confident im looking in the right place





Quote:
Originally Posted by Lynne View Post
Look in your Replacement Manager and see if the style came with Replacements that are adding the tag.
sorry heres what it says for that style

*


* Testing2 [Add New Replacement Variable]
o No replacement variables are defined for this style

Thank you so much for not throwing me out of here yet


ETA: I search for <h4> in all templates and I do not find <h4> in any template in my vb
Reply With Quote
  #25  
Old 10-20-2009, 05:51 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I pasted it in the code.


Find:
Code:
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Replace with:
Code:
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]ZZZZZZZZZZZZZZZZ</a>
Refresh style.
Then again, you said you're on the correct style soooo I ran out of ideas
Reply With Quote
  #26  
Old 10-20-2009, 05:55 PM
aengus aengus is offline
 
Join Date: Nov 2004
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added the Zzzz's and next to all my categories the ZZZ's did apend to each forum title
Reply With Quote
  #27  
Old 10-20-2009, 06:00 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you have some sort of modification maybe that is adding the <h> tags? Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:
define('DISABLE_HOOKS'true); 
Reply With Quote
  #28  
Old 10-20-2009, 06:04 PM
aengus aengus is offline
 
Join Date: Nov 2004
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the only major thing I use is vbadvanced. I will go ahead now and edit the config.php and see what happens

ETA:

OK, that improved it very much! So I must have a plug in issue.

I guess I start disabling things 1 at a time? and see when it breaks.

Thank you so much for the assistance. I will let you know what happens as things get disabled.

--------------- Added [DATE]1256075435[/DATE] at [TIME]1256075435[/TIME] ---------------

Fumbling along here, I was curious, Why do you think it is, the site with the current skin isnt having a problem? Also is there an easy way to shut things on and off (not all at once) without removing?
Reply With Quote
  #29  
Old 10-20-2009, 09:48 PM
DeanLag DeanLag is offline
 
Join Date: Jul 2009
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also found that even your default skin has <h4> tags and if disabling fixes it then it should be vBadvanced. I never installed it so I don't know. Check the settings.
Reply With Quote
  #30  
Old 10-21-2009, 10:13 AM
aengus aengus is offline
 
Join Date: Nov 2004
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there by chance a spot to edit my themes <h4> options and make it play nice?

I am not finding it easy to disable the plugins I have without uninstall them all

--------------- Added [DATE]1256123997[/DATE] at [TIME]1256123997[/TIME] ---------------

ETA: Spoke to soon. I found the issue, it was the default theme has some customizations that can be disabled like a plugin. By turning that off (VBO Style Pro 1.0) it went away.

Thank you everyone for the help, I really appreciate it. Especially Dean and Lynne. Very kind of you both for hanging in there with me.

I'm sure I'll be back! LOL
Reply With Quote
Reply


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 08:54 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.05513 seconds
  • Memory Usage 2,262KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (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_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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete