conflicts after 4.1.5 upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stephen1976
    Member
    • Oct 2006
    • 64

    [Forum] conflicts after 4.1.5 upgrade

    Up graded to 4.1.5 have the following confilcts and advice would be helpfull

    Code:
    [B]Your Customized Value[/B] <!-- Private Message Alert -->
    <style type="text/css">
    .alert {
        background-color:#F00;
        width:100%;
        height:30px;
        color:#fff;
        font-size:14px;
        display:block;
    }
    .alert p {
        padding:5px;
    }
    .alert a {
        color:#ccc;
        text-decoration:none; 
    }
    </style>
    <vb:if condition="$bbuserinfo[pmunread]">
    <div class="alert">
    <p><span style="text-decoration:blink; font-weight:bold;">ATTENTION! {vb:raw bbuserinfo.username}</span> You've got {vb:raw bbuserinfo.pmunread} unread private message(s), click <a href="private.php">here</a> to view.</p></div>
    </vb:if>
    <!-- Private Message Alert End -->
    
    <div id="topBar"><div class="pageWrap">
            <div class="searchBox">
                <vb:if condition="$vboptions['enablesearches']">
                <!-- search form -->
                    <form action="search.php?{vb:raw session.sessionurl}do=process" method="post">
                    <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" />
                        <ul>
                            <li><div class="searchInputBox"><input class="searchInput" type="text" name="query" tabindex="99" value="" /></div></li>
                            <li><input type="image" src="images/styles/lifeSpace/style/searchButton.gif" value="Search" alt="Submit" tabindex="100" /></li>
                        </ul>    
                    </form>
                <!--/ search form -->
                </vb:if>
            </div>
        <vb:if condition="$show['registerbutton']">
            <a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="registerButton"><img src="images/styles/lifeSpace/style/button-register.gif" alt="{vb:rawphrase register}" /></a>
        </vb:if>
    
        <vb:if condition="$show['member']">
    
    
    [B]Old Default Value[/B] <div class="above_body"> <!-- closing tag is in template navbar -->
    <div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div><vb:else /><div>&nbsp;</div></vb:if>
    
    
    [B]New Default Value[/B] <div class="above_body"> <!-- closing tag is in template navbar -->
    <div id="header" class="floatcontainer doc_header">
        <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
    Next one is small (FOOTER)
    Code:
    [B]Your Customized Value[/B] <!-- Custom Content Wrap End -->
    
    
    [B]Old Default Value[/B]  
    
    [B]New Default Value[/B]
    Last one is postbit_legacy


    Code:
    [B]Your Customized Value[/B]                     <vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if>
                        <vb:if condition="$post['field2']"><div class="post_field"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></div></vb:if>
                        <vb:if condition="$post['age']"><div class="post_field"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></div></vb:if>
                        <div class="post_field"><dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd></div>
    
    
    [B]Old Default Value[/B]                     <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
                        <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
                        <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
                        <dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>    
    
    
    [B]New Default Value[/B]                     <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
                        <vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
                        <vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
                        <dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Are your forums broken right now without these changes?

    Comment

    • Hawk2
      Senior Member
      • Apr 2008
      • 862
      • 4.1.x

      #3
      had something like that as well what i did was removed the skins and reinstalled them checking the default footer changes and changing what was needed

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        You basicly just saved the templates, but you didn't update them, or resolve the conflicts in a meaningful way if there were problems.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...