Results 1 to 12 of 12

bug after upgrade 3.3 maybe vbseo?

This is a discussion on bug after upgrade 3.3 maybe vbseo? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; That's 3.8.3 After upgrading which looked all well and good I noticed the birthday links in forum looked odd. A ...

  1. #1
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times

    bug after upgrade 3.3 maybe vbseo?

    That's 3.8.3

    After upgrading which looked all well and good I noticed the birthday links in forum looked odd.

    A friend looked at it for me

    I've been looking at the whole birthday thing.
    vB suggested reinstalling vB, turning off this and that, uninstalling xml files.
    Member's birthday's are not showing up, only the word, "array" - vBulletin Community Forum


    you have a strange file that may be the cause/solution, but I think it is a product of vbseo.
    Your forums.php file.
    None of my forums have that file.
    But that is the file that brings up your forum.
    (and creates/displays a directory that doesn't exist by the way)
    In that file it has info about birthdays.

    Any opinions?
    Last edited by LI Pets; 06-18-2009 at 08:23 PM.

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Hello Bob,

    Does this happen on the default vBulletin style?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    It's the default, with minor color changes

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    It might have to do with the Virtual HTML display.

    What is your forumhome template code?
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    What is your forumhome template code?
    Not sure what you mean?

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Open your forumhome template and paste it here. Else you can open a ticket with admincp access as well as your vbseocp.php password to let us test.
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    ahhhh ok,

    $stylevar[htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
    $headinclude
    </head>
    <body>
    $header
    $navbar

    <!-- main -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>

    </thead>
    $forumbits
    <tbody>
    <tr>
    <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
    <a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
    &nbsp; &nbsp;
    <a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
    </strong></div></td>
    </tr>
    </tbody>
    </table>
    <!-- /main -->

    <br />
    <br />
    <!--VBSEO_VIRTUAL_HTML-->
    <!-- what's going on box -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
    <tr>
    <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
    </tr>
    </thead>
    <if condition="$show['loggedinusers']">
    <!-- logged-in users -->
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
    <a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
    <tr>
    <td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
    <td class="alt1" width="100%">
    <div class="smallfont">
    <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
    <div>$activeusers</div>
    </div>
    </td>
    </tr>
    </tbody>
    <!-- end logged-in users -->
    </if>
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
    <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
    <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
    <td class="alt1" width="100%">
    <div class="smallfont">
    <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
    <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
    </div>
    </td>
    </tr>
    </tbody>
    <if condition="$show['birthdays']">
    <!-- today's birthdays -->
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
    $vbphrase[todays_birthdays]
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
    <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
    <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
    </tbody>
    <!-- end today's birthdays -->
    </if>
    <if condition="$show['upcomingevents']">
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
    <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
    <td class="alt2"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
    <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
    </tbody>
    </if>
    </table>
    <br />
    <!-- end what's going on box -->
    <!--/VBSEO_VIRTUAL_HTML-->
    <!-- icons and login code -->
    <table cellpadding="0" cellspacing="2" border="0" width="100%">
    <tr valign="bottom">
    <td>
    <table cellpadding="2" cellspacing="0" border="0">
    <tr>
    <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
    <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
    </tr>
    <tr>
    <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
    <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
    </tr>
    <tr>
    <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
    <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
    </tr>
    </table>
    </td>
    <if condition="!$show['guest']">
    <!-- member logout -->
    <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
    <!-- end member logout -->
    </if>
    </tr>
    </table>
    <!-- / icons and login code -->

    $footer
    </body>
    </html>

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What if you remove the Virtual HTML comments?
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Haha, I'm not that familiar with the code

    remove all of this?

    <!-- today's birthdays -->
    <tbody>
    <tr>
    <td class="thead" colspan="2">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
    $vbphrase[todays_birthdays]
    </td>
    </tr>
    </tbody>
    <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
    <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
    <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
    </tbody>
    <!-- end today's birthdays -->

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Try to remove: <!--/VBSEO_VIRTUAL_HTML--> and <!--VBSEO_VIRTUAL_HTML-->
    The Forum Hosting - Forum Hosting from the Forum Experts

  11. #11
    Member
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Ok those two are deleted but still not working?

  12. #12
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    no one seems to have a birthday today, so i didn't see it in action.

Similar Threads

  1. VBseo upgrade
    By gotlinks in forum Pre-Sales Questions
    Replies: 2
    Last Post: 09-28-2008, 11:40 PM
  2. Upgrade from vbSEO 3.0.0. RC8 to 3.0.0
    By DriftworksJames in forum General Discussion
    Replies: 8
    Last Post: 10-14-2007, 02:50 PM
  3. vBSEO and vB 3.6.6 upgrade
    By kenfuzed in forum General Discussion
    Replies: 8
    Last Post: 05-19-2007, 10:21 AM
  4. Problem! after vBulletin upgrade and Vbseo upgrade
    By MacedonWarrior in forum Troubleshooting
    Replies: 7
    Last Post: 12-12-2006, 06:53 AM
  5. Replies: 6
    Last Post: 10-21-2006, 12:23 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
  •