Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
Prev Previous Post   Next Post Next
  #13  
Old 02-01-2009, 06:26 PM
Big_J Big_J is offline
 
Join Date: May 2007
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I will try that. I have to step out for a bit but will post pdated info once I get back to working on it.

Thanks

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

I have found that the when I add the following section of code to the test style I get the error that I have been getting in the default style. Can you tell if there is something wrong with this section of code?

PHP Code:
<tr><td class="$navclass[substhreads_listthreads]nowrap="nowrap"><class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></td></tr>
    <
tr><td class="$navclass[substhreads_editfolders]nowrap="nowrap"><class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
</
tbody>
<if 
condition="$show['moderation']">
<
tbody id="nav_moderation">
<if 
condition="$show['deleteditems']">
    <
tr><td class="thead">$vbphrase[deleted_items]</td></tr>
    <
tr><td class="$navclass[deletedthreads]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=deleted">$vbphrase[threads]</a></td></tr>
    <
tr><td class="$navclass[deletedposts]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=deleted">$vbphrase[posts]</a></td></tr>
    <if 
condition="$show['deletedvms']"><tr><td class="$navclass[deletedvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=deleted">$vbphrase[visitor_messages]</a></td></tr></if>
    <if 
condition="$show['deletedgms']"><tr><td class="$navclass[deletedgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=deleted">$vbphrase[group_messages]</a></td></tr></if>
    <if 
condition="$show['deleteddiscussions']"><tr><td class="$navclass[deleteddiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=deleted">$vbphrase[group_discussions]</a></td></tr></if>
    <if 
condition="$show['deletedpcs']"><tr><td class="$navclass[deletedpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=deleted">$vbphrase[picture_comments]</a></td></tr></if>
</if>

<if 
condition="$show['moderateditems']">
    <
tr><td class="thead">$vbphrase[moderated_items]</td></tr>
    <if 
condition="$show['moderatedposts']">
        <
tr><td class="$navclass[moderatedthreads]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=moderated">$vbphrase[threads]</a></td></tr>
        <
tr><td class="$navclass[moderatedposts]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=moderated">$vbphrase[posts]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedvms']">
        <
tr><td class="$navclass[moderatedvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=moderated">$vbphrase[visitor_messages]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedgms']">
        <
tr><td class="$navclass[moderatedgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=moderated">$vbphrase[group_messages]</a></td></tr>
    </if>
    <if 
condition="$show['moderateddiscussions']">
        <
tr><td class="$navclass[moderateddiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=moderated">$vbphrase[group_discussions]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedpcs']">
        <
tr><td class="$navclass[moderatedpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=moderated">$vbphrase[picture_comments]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedpics']">
        <
tr><td class="$navclass[moderatedpics]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpics">$vbphrase[album_pictures]</a></td></tr>
    </if>
</if>

<if 
condition="$show['newitems']">
    <
tr><td class="thead">$vbphrase[new_items]</td></tr>
    <if 
condition="$show['newvms']">
        <
tr><td class="$navclass[newvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=new">$vbphrase[visitor_messages]</a></td></tr>
    </if>
    <if 
condition="$show['newgms']">
        <
tr><td class="$navclass[newgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=new">$vbphrase[group_messages]</a></td></tr>
    </if>
    <if 
condition="$show['newdiscussions']">
        <
tr><td class="$navclass[newdiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=new">$vbphrase[group_discussions]</a></td></tr>
    </if>
    <if 
condition="$show['newpcs']">
        <
tr><td class="$navclass[newpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=new">$vbphrase[picture_comments]</a></td></tr>
    </if>
    <if 
condition="$show['newpics']">
        <
tr><td class="$navclass[newpics]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpics&amp;type=new">$vbphrase[album_pictures]</a></td></tr>
    </if>
</if>
</
tbody>
</if>

<if 
condition="$show['popups'] AND $show['moderation']">
<
tbody id="nav_moderation_popups" style="display:none">
    <
tr><td class="thead">$vbphrase[moderation]</td></tr>
    <if 
condition="$show['deleteditems']"><tr><td class="$navclass[deleteditems]nowrap="nowrap"><span class="smallfont" id="nav_deleteditems"><a href="javascript://">$vbphrase[deleted_items]</a> </span></td></tr></if>
    <if 
condition="$show['moderateditems']"><tr><td class="$navclass[moderateditems]nowrap="nowrap"><span class="smallfont" id="nav_moderateditems"><a href="javascript://">$vbphrase[moderated_items]</a> </span></td></tr></if>
    <if 
condition="$show['newitems']"><tr><td class="$navclass[newitems]nowrap="nowrap"><span class="smallfont" id="nav_newitems"><a href="javascript://">$vbphrase[new_items]</a> </span></td></tr></if>
</
tbody>
</if>
<
tbody>
<
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<
tr><td class="$navclass[event_reminders]nowrap="nowrap"><class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">$vbphrase[event_reminders]</a></td></tr>
<if 
condition="$show['paidsubscriptions']">
<
tr><td class="$navclass[paid_subscriptions]nowrap="nowrap"><class="smallfont" href="payments.php$session[sessionurl_q]">$vbphrase[paid_subscriptions]</a></td></tr>
</if>
<if 
condition="$show['attachments']">
<
tr><td class="$navclass[attachments]nowrap="nowrap"><class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td></tr>
</if>
</
tbody>
$template_hook[usercp_navbar_bottom]
</
table>
<!-- / 
usercp nav --> 
--------------- Added [DATE]1233579137[/DATE] at [TIME]1233579137[/TIME] ---------------

I have also found some other errors in the vbimagehost, that show up after a image is uploaded, but I do not think they are related.
Reply With Quote
 

Thread Tools
Display Modes

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:49 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.16854 seconds
  • Memory Usage 2,931KB
  • Queries Executed 12 (?)
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
  • (5)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (13)post_thanks_box
  • (13)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (13)post_thanks_postbit_info
  • (13)postbit
  • (13)postbit_onlinestatus
  • (13)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_postinfo_query
  • fetch_postinfo
  • 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