Notices
 

Thread: No support? Need help

Reply to Thread
Results 1 to 5 of 5
  1. No support? Need help 
    #1
    chadi Guest
    I already had my stickies, subscribed threads, moderated threads, announcements, etc all custom colored. My additional css had this originally...

    Code:
    /* ***** make announcements, stickies, moderated, polls and soft deleted posts  pretty ***** */
    .announcement {
    background-color: #f9e0fb;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    .sticky {
    background-color: #fefdf0;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    .poll {
    background-color: #bcdcf2;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    .moderated {
    background-color: #f9e0fb;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    .subscribed {
    background-color: #dcf2d4;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    .deleted {
    background-color: #ffc1de;
    color: #4D528C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    }
    The problem is now, it is not working, ineffective basically after upgrading Vbulletin today to 3.6.10. The only thing that does work after upgrading vbulletin is announcements retained its pink background color. I used this mod and modified it to work for sticky using this method, but the rest are ineffective (subscribed, moderated, etc). How can I go about reversing or correcting this so what I originally had will work? First time this happened after an upgrade. I did have to revert all templates too as suggested by vb upgrade instructions.

    My threadbit template is:

    Code:
    <tr>
        <td class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
            $thread[openclose_editable]
            <img src="$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif" id="thread_statusicon_$thread[realthreadid]" alt="<if condition="$show['threadcount']"><phrase 1="$thread[dot_count]" 2="$thread[dot_lastpost]">$vbphrase[have_x_posts_in_thread_last_y]</phrase></if>" border="" />
        </td>
        <if condition="$show['threadicons']">
            <td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else />&nbsp;</if></td>
        </if>
    
    <!-- Sticky Color -->
    <if condition="$thread['sticky'] == 1">
    <td class="sticky" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
    <else />
    <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
    </if>
    <!-- /Sticky Color -->
    
            $thread[title_editable]
            <div>
                <if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
                    <span style="float:$stylevar[right]">
                        <if condition="$show['rexpires']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/expires.gif" alt="<phrase 1="$thread[expiredate]" 2="$thread[expiretime]">$vbphrase[expires_on_x_y]</phrase>" /> </if>
                        <if condition="$show['moderated']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/moderated_small.gif" alt="<phrase 1="$thread[hiddencount]">$vbphrase[x_moderated_posts]</phrase>" /> </if>
                        <if condition="$show['deletedthread']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/trashcan_small.gif" alt="<phrase 1="$thread[deletedcount]">$vbphrase[x_deleted_posts]</phrase>" /> </if>
                        <if condition="$show['paperclip']"> <a href="#" onclick="attachments($thread[threadid]); return false"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /></a> </if>
                        <if condition="$show['subscribed']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="$vbphrase[you_are_subscribed_to_this_thread]" /> </if>
                        <if condition="$show['sticky']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" alt="$vbphrase[sticky_thread]" /> </if>
                    </span>
                </if>
                <if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
                $thread[movedprefix]
                $thread[typeprefix]
                $thread[moderatedprefix]
                <a href="<if condition="$thread['url']">$thread[url]<else />showthread.php?$session[sessionurl]t=$thread[threadid]</if>$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
                <if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
            </div>
        
            <if condition="$show['rmanage']"><div class="smallfont"><span style="float:$stylevar[right]"><a href="postings.php?$session[sessionurl]do=editthread&amp;t=$thread[redirectthreadid]">$vbphrase[manage]</a></span></div></if>
                
            <div class="smallfont">
                <if condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if>
                <if condition="$show['guestuser']">
                    $thread[postusername]
                <else />
                    <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span>
                </if>
            </div>
            
            <if condition="$show['unsubscribe']">
                <div class="smallfont">
                    <a href="newreply.php?$session[sessionurl]do=newreply&amp;t=$thread[threadid]" rel="nofollow">$vbphrase[reply]</a> |
                    <a href="subscription.php?$session[sessionurl]do=removesubscription&amp;return=ucp&amp;t=$thread[threadid]" rel="nofollow">$vbphrase[unsubscribe]</a>
                </div>
            </if>
            
        </td>
        
        <if condition="$show['threadmoved']">
        <td class="alt2" align="center">-</td>
        <else />
        <td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
            <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
                $thread[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if><br />
                <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>  <a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
            </div>
        </td>
        </if>
        
        <if condition="$show['notificationtype']">
            <td class="alt1"><div class="smallfont">
                <label for="sub$subscribethread[$threadid]">$thread[notification]</label>
            </div></td>
            <td class="alt2"><input type="checkbox" name="deletebox[$subscribethread[$threadid]]" id="sub$subscribethread[$threadid]" value="yes" /></td>
        <else />
            <td class="alt1" align="center"><if condition="$show['threadmoved']">-<else /><a href="misc.php?do=whoposted&amp;t=$thread[threadid]" onclick="who($thread[threadid]); return false;">$thread[replycount]</a></if></td>
            <td class="alt2" align="center">$thread[views]</td>
                
            <if condition="$show['forumlink']">
                <td class="alt1"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td>
            </if>
        </if>
        
        <if condition="$show['inlinemod']">
            <td class="<if condition="$show['forumlink']">alt2<else />alt1</if>">
                <input type="checkbox" name="tlist[$thread[realthreadid]]" id="tlist_$thread[realthreadid]" value="$thread[checkbox_value]" <if condition="$show['disabled']">disabled="disabled"</if> />
            </td>
        </if>
    </tr>
     

  2.  
    #2
    Reverting is most likely what caused the problem. The 3.6.10 patch should have done a find/replace on your templates to fix the CSRF exploit.... try restoring your forums and try again without reverting. I didn't have to revert in 3.6.9 either...

    I'm using Greenfox, but I'm planning on moving to the default vBulletin template and modding that myself once 3.7.0 comes out because unfortunately Miko doesn't seem to be as reliable as he once was. I wouldn't fault him if he would just update us... but he "guaranteed" he'd be back on the site on the 14th and he is still nowhere to be found... it's not that hard to check a website and respond to things...
     

  3.  
    #3
    chadi Guest
    What template should I revert back to MY original? threadbit and forumdisplay do not seem to be the ones.
     

  4.  
    #4
    chadi Guest
    Can someone help? I'm getting no support at all and the support desk is BROKEN
     

  5.  
    #5
    Join Date
    Apr 2004
    Location
    Australia
    Posts
    3,298
    Blog Entries
    3
    We do not support vbulletin 3.6.10, however if you have reverted some templates and broken some of the custom functionality i would suggest to re-install a fresh copy of the 3.6.8 skin and follow this instruction to get the skin working perfectly on 3.6.1.0 in less than 5 minutes.

    http://vbstyles.com/forum/showpost.p...57&postcount=4
     

Similar Threads

  1. Bought a skin, need support, can't access support forums
    By Fawlty Adder in forum Skins Pre-sales Questions
    Replies: 1
    Last Post: 01-03-07, 12:19 AM
Tags for this Thread

View Tag Cloud

Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Paypal
 
Copyright © VBStyles.com 2011