Results 1 to 2 of 2

Help Needed Finding bad if in Document...

This is a discussion on Help Needed Finding bad if in Document... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I get an error while trying to wrap my ads in the following condition: <if condition="$foruminfo[forumid] == "xxx""> <!-- no ...

  1. #1
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    72
    Liked
    0 times

    Exclamation Help Needed Finding bad if in Document...

    I get an error while trying to wrap my ads in the following condition:

    <if condition="$foruminfo[forumid] == "xxx"">
    <!-- no ads-->
    <else />
    ad code here
    </if>

    I've been told i'm missing a slash or closing </if> statement.

    I can't find the bad if in the document... can someone help me troubleshoot it out please.


    HTML Code:
    <div id="navbar" class="navbar">
        <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
            {vb:raw template_hook.navtab_start}
            <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
                <li class="selected"><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a>
                    <ul class="floatcontainer">
                        {vb:raw template_hook.navbar_start}
                        <vb:if condition="$show['searchbuttons']">
                            <vb:if condition="$show['member']">
                            <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                            <vb:else />
                            <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                            </vb:if>
                        </vb:if>
                        {vb:raw template_hook.navbar_after_getnew}
                        <vb:if condition="$show['pmmainlink']">
                            <li><a href="private.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase private_messages}</a></li>
                        </vb:if>
                        {vb:raw template_hook.navbar_after_pm}
                        <li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
                        {vb:raw template_hook.navbar_after_faq}
                        <vb:if condition="$show['canviewcalendar']">
                            <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
                        </vb:if>
                        {vb:raw template_hook.navbar_after_calendar}
                        <vb:if condition="$show['communitylink']">
                        <li class="popupmenu">
                            <a href="javascript://" class="popupctrl" accesskey="6">{vb:rawphrase community}</a>
                            <ul class="popupbody popuphover">
                                {vb:raw template_hook.navbar_community_menu_start}
                                <vb:if condition="$show['quick_links_groups']">
                                    <li><a href="{vb:link grouphome}">{vb:rawphrase social_groups}</a></li>
                                </vb:if>
                                <vb:if condition="$show['quick_links_albums']">
                                    <li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
                                </vb:if>
                                <vb:if condition="$bbuserinfo['userid']">
                                    <li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
                                </vb:if>
                                <vb:if condition="$show['memberslist']">
                                    <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
                                </vb:if>
                                {vb:raw template_hook.navbar_community_menu_end}
                            </ul>
                        </li>
                        </vb:if>
                        {vb:raw template_hook.navbar_after_community}
                        <vb:if condition="$show['canviewforums']">
                        <li class="popupmenu">
                            <a href="javascript://" class="popupctrl">{vb:rawphrase forum_actions}</a>
                            <ul class="popupbody popuphover">
                                <li>
                                    <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
                                </li>
                                                            <vb:if condition="$show['member']">
                                <li>
                                    <a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
                                </li>
                                <li>
                                    <a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
                                </li>
                                </vb:if>
                            </ul>
                        </li>
                        </vb:if>
                        <li class="popupmenu">
                            <a href="javascript://" class="popupctrl" accesskey="3">{vb:rawphrase quick_links}</a>
                            <ul class="popupbody popuphover">
                                <vb:if condition="$show['member']">
                                    <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                                    <li><a href="{vb:link subscription}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
                                    <li><a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a></li>
                                </vb:if>
                                <vb:if condition="$vboptions['forumleaders']">
                                <li><a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
                                    <vb:if condition="$vb_suite_installed">
                                        {vb:rawphrase view_site_leaders}
                                    <vb:else />
                                        {vb:rawphrase view_forum_leaders}
                                    </vb:if>
                                </a></li>
                                </vb:if>
                                {vb:raw template_hook.navbar_quick_links_menu_pos1}
                                {vb:raw template_hook.navbar_quick_links_menu_pos2}
                                {vb:raw template_hook.navbar_quick_links_menu_pos3}
                                <vb:if condition="$show['wollink']">
                                    <li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
                                </vb:if>
                                {vb:raw template_hook.navbar_quick_links_menu_pos4}
                            </ul>
                        </li>
                        {vb:raw template_hook.navbar_end}
                    </ul>
    
                </li>
            <vb:else />
                <li><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a></li>
            </vb:if>
            {vb:raw template_hook.navtab_middle}
            <vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT == 'search'">
                <vb:if condition="$show['member']">
                <li  class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post" accesskey="2">{vb:rawphrase getnew_tab}</a>
                    <ul class="floatcontainer">
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_SocialGroupMessage">{vb:rawphrase new_group_messages_nav}</a></li>
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Event">{vb:rawphrase new_events_nav}</a></li>
                        {vb:raw template_hook.navbar_getnew_menu}
                        <li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
                    </ul>
                </li>
                <vb:else />
                <li  class="selected"><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">{vb:rawphrase getnew_tab}</a>
                    <ul class="floatcontainer">
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_SocialGroupMessage">{vb:rawphrase daily_group_message}</a></li>
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Event">{vb:rawphrase daily_events}</a></li>
                        {vb:raw template_hook.navbar_getdaily_menu}
                        <li><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a></li>
                    </ul>
                </li>
                </vb:if>
            <vb:elseif condition="$show['member']" />
                <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
            <vb:else />
                <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">{vb:rawphrase getnew_tab}</a></li>
            </vb:if>
            {vb:raw template_hook.navtab_end}
        </ul>
    
        <vb:if condition="$vboptions['enablesearches']">
        <div id="globalsearch" class="globalsearch">
            <form action="search.php?{vb:raw session.sessionurl}do=process" method="post" id="navbar_search" class="navbar_search">
                <vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" name="do" value="process" />
                <span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
                <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/></span></span>
            </form>
            <ul class="navbar_advanced_search">
                <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
            </ul>
        </div>
        </vb:if>
    </div>
    </div><!-- closing div for above_body -->
    
    <div class="body_wrapper">
    <div id="breadcrumb" class="breadcrumb">
        <ul class="floatcontainer">
            <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
            {vb:raw navbits.breadcrumb}
            {vb:raw navbits.lastelement}
        </ul>
        <hr />
    </div>
    
    {vb:raw ad_location.ad_navbar_below}
    {vb:raw ad_location.global_below_navbar}
    
    <vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
            <input type="hidden" name="do" value="dismissnotice" />
            <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
            <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
            <input type="hidden" name="url" value="{vb:raw return_link}" />
            <ol>
                {vb:raw notices}
            </ol>
        </form>
    </vb:if>
    
    
    <if condition="$forum[forumid] == "50"">
     <!-- no ads-->
     <else />
    <div style=""><div style="width: 700px; height: 270px; margin-left: auto; margin-right: auto; clear: both;">
     <div style="width: 350px; float: left;">
     <center>
     <!--/* OpenX iFrame Tag v2.8.7 (Rich Media - OpenX) */-->
     
     <!--/*
       * This tag has been generated for use on a non-SSL page. If this tag
       * is to be placed on an SSL page, change the
       *   'http://www.xxxxx.com/openx/www/delivery/...'
       * to
       *   'https://www.xxxxx.com/openx/www/delivery/...'
       *
       * The backup image section of this tag has been generated for use on a
       * non-SSL page. If this tag is to be placed on an SSL page, change the
       *   'http://www.xxxx.com/openx/www/delivery/...'
       * to
       *   'https://www.xxxx.com/openx/www/delivery/...'
       *
       * If iFrames are not supported by the viewer's browser, then this
       * tag only shows image banners. There is no width or height in these
       * banners, so if you want these tags to allocate space for the ad
       * before it shows, you will need to add this information to the <img>
       * tag.
       */-->
     
     <iframe id='xxxx' name='xxxx'  src='http://www.xxxx.com/openx/www/delivery/afr.php?zoneid=3&amp;cb={random}&amp;ct0={clickurl}'  frameborder='0' scrolling='no' width='300' height='250'><a  href='http://www.xxxxx.com/openx/www/delivery/ck.php?n=axxxa&amp;cb={random}'  target='_blank'><img  src='http://www.xxxx.com/openx/www/delivery/avw.php?zoneid=3&amp;cb={random}&amp;n=axxxa&amp;ct0={clickurl}'  border='0' alt='' /></a></iframe>
     </center>
     </div><div style="width: 350px; float: left;">
     <center>
     <!--/* OpenX iFrame Tag v2.8.7 (Rich Media - OpenX) */-->
      
      <!--/*
        * This tag has been generated for use on a non-SSL page. If this tag
        * is to be placed on an SSL page, change the
        *   'http://www.xxxxx.com/openx/www/delivery/...'
        * to
        *   'https://www.xxxxx.com/openx/www/delivery/...'
        *
        * The backup image section of this tag has been generated for use on a
        * non-SSL page. If this tag is to be placed on an SSL page, change the
        *   'http://www.xxxx.com/openx/www/delivery/...'
        * to
        *   'https://www.xxxx.com/openx/www/delivery/...'
        *
        * If iFrames are not supported by the viewer's browser, then this
        * tag only shows image banners. There is no width or height in these
        * banners, so if you want these tags to allocate space for the ad
        * before it shows, you will need to add this information to the <img>
        * tag.
        */-->
      
      <iframe id='xxxx' name='xxxx'  src='http://www.xxxx.com/openx/www/delivery/afr.php?zoneid=3&amp;cb={random}&amp;ct0={clickurl}'  frameborder='0' scrolling='no' width='300' height='250'><a  href='http://www.xxxxx.com/openx/www/delivery/ck.php?n=axxxa&amp;cb={random}'  target='_blank'><img  src='http://www.xxxx.com/openx/www/delivery/avw.php?zoneid=3&amp;cb={random}&amp;n=axxxa&amp;ct0={clickurl}'  border='0' alt='' /></a></iframe>
     </center>
     </div></div></div>
     </if>                         
    ^^ the above is my navbar html. You can find the condition I'm trying to add at the very bottom. It gives me the following error...


    Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3555

    The following error occurred when attempting to evaluate this template:
    %1$s

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello

    Troubleshooting section is designed for vBSEO product questions. Please post your vBulletin related questions on vBulletin.com
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Finding out if VbSeo is doing it's job
    By Pharkas in forum General Discussion
    Replies: 4
    Last Post: 01-08-2010, 12:34 PM
  2. Finding attachment id?
    By paintballer.ie in forum Troubleshooting
    Replies: 1
    Last Post: 03-15-2009, 10:33 PM
  3. The document has moved here problem
    By jebs in forum Troubleshooting
    Replies: 5
    Last Post: 04-23-2008, 02:26 PM
  4. The document has moved here. (URL problem)
    By The Lord of Diplomacy in forum Troubleshooting
    Replies: 2
    Last Post: 03-30-2008, 12:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •