Thread Starter Above Sub Forums?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Randall Marquis
    New Member
    • Mar 2010
    • 26
    • 4.0.0

    [CMS] Thread Starter Above Sub Forums?

    I just created 260 subforums under one main forum. I need the sticky thread starter to show up above the list of sub forums. i have found that it can be changed in FORUMDISPLAY but do not know where to go from there to change the order.
    can someone PLEASE help me with this.
    It will not allow me to post the PHP because it is too many characters.
    So i need someone with experience or someone that's had this same issue to help me.

    Your help is Very appreciated.
    Last edited by Randall Marquis; Fri 30 Apr '10, 9:01am.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    You could try this - add this above the forumbits area:
    HTML Code:
                <vb:if condition="$show['stickies']">
            <h2 class="hidden">{vb:rawphrase threads_in_forum}</h2>
    
            <div>
                <div class="threadlisthead table">
                    <div>
                    <span class="threadinfo">
                        <span class="threadtitle">
                            <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_title}}" rel="nofollow">{vb:rawphrase title}{vb:raw sortarrow.title}</a> /
                            <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a>
                        </span>
                    </span>
                    <vb:if condition="$show['search_engine']">
    
                        <span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span>
                        <span class="threadlastpost td">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</span>
                    <vb:else />
    
                        <span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_views}}" rel="nofollow">{vb:rawphrase views}{vb:raw sortarrow.views}</a></span>
                        <span class="threadlastpost td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_flastpost}}" rel="nofollow">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</a></span>
                        <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if>
                    </vb:if>
                    </div>
                </div>
    
                    <ol id="stickies" class="stickies">
                        {vb:raw threadbits_sticky}
                    </ol>
                </vb:if>
    If you need further help, you should ask over on vbulletin.org, the modification site.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • Randall Marquis
      New Member
      • Mar 2010
      • 26
      • 4.0.0

      #3
      thanks, ill try that. I asked .org first. many people viewed my thread but none responded.

      From the questions ive had, i tend to get instant replys here.
      you guys are great

      Comment

      • Randall Marquis
        New Member
        • Mar 2010
        • 26
        • 4.0.0

        #4
        that worked perfectly. i appreciate it

        *bows to the admin*

        Comment

        Related Topics

        Collapse

        Working...