Activity Stream
48,167 MEMBERS
6801 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    photostash.me videostash.org

    Default vBadvanced "Recent Thread" problem

    OK look.



    How to make all links to be orange? This is my adv_portal_recthreads_exp

    Code: 
    <tr>
        <if condition="$mod_options['portal_threads_showicon']">
            <td class="alt2"><if condition="$show['threadicon']"><img alt="" border="0" src="$thread[threadiconpath]" title="$thread[threadicontitle]" /></if></td>
        </if>
    
        <td class="alt1">
            <if condition="$thread['subscribed'] OR $show['paperclip'] OR ($thread['sticky'] AND $mod_options['portal_threads_stickyicon'])">
            <span style="float:$stylevar[right]">
                <if condition="$thread['subscribed']">
                    <img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]" />
                </if>
                <if condition="$show['paperclip']">
                    <a href="#" onclick="vba_attach_win($thread[threadid]); return false"><img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" title="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" alt="" /></a>
                </if>
                <if condition="$thread['sticky'] AND $mod_options['portal_threads_stickyicon']">
                    <img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" title="$vbphrase[sticky_thread]" alt="" />
                </if>
            </span>
            </if>
            <if condition="$mod_options['portal_threads_newpostarrow'] AND $show['gotonewpost']">
                <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&amp;goto=newpost"><img alt="$vbphrase[go_to_first_new_post]" src="$stylevar[imgdir_button]/firstnew.gif" border="0" class="inlineimg" /></a>
            </if>
            $thread[prefix]
            <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a>
            <if condition="$mod_options['portal_threads_multipage'] AND $show['pagenav']">
                <span class="smallfont">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" border="0" alt="" /> $thread[pagenav]<if condition="$show[pagenavmore]">... <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]">$vbphrase[last_page]</a></if>)</span>
            </if>
            <if condition="$thread['rating']">
                <span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" title="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span>
            </if>
            <if condition="$mod_options['portal_threads_threadstarter']">
                <div class="smallfont">
                    <if condition="$thread[postuserid]">
                        <span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
                    <else />
                        $thread[postusername]
                    </if>
                </div>
            </if>
            <if condition="$mod_options['portal_threads_showdate']">
                <div class="smallfont">$thread[postdate] <span class="time">$thread[posttime]</span></div>
            </if>
        </td>
        <if condition="$show['lastpost']">
            <td class="alt2">
                <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
                    $thread[lastpostdate] <span class="time">$thread[lastposttime]</span><br />
                    <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><img alt="" border="0" src="$stylevar[imgdir_button]/lastpost.gif" title="$vbphrase[go_to_last_post]" /></a>
                </div>
            </td>
        </if>
        <if condition="$mod_options['portal_threads_replies']">
            <td align="center" class="$class_reply"><span class="smallfont">$thread[replycount]</span></td>
        </if>
        <if condition="$mod_options['portal_threads_views']">
            <td align="center" class="$class_view"><span class="smallfont">$thread[views]</span></td>
        </if>
        <if condition="$mod_options['portal_threads_showforum']">
            <td class="$class_ftitle"><span class="smallfont"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></span></td>
        </if>
    </tr>
    Thats it

    TNX
    John Reviewed by John on . vBadvanced "Recent Thread" problem OK look. http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/12/24v5zs4-1.jpg How to make all links to be orange? This is my adv_portal_recthreads_exp <tr> <if condition="$mod_options"> <td class="alt2"><if condition="$show"><img alt="" border="0" src="$thread" title="$thread" /></if></td> </if> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    forumflare.com
    Try changing this:
    <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a>

    To This;
    <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']">$thread[title]</if></a>

    Tell me if that worked.

  4.     
    #3
    Member
    Website's:
    photostash.me videostash.org
    No m8... It is not working. Problem is still here

  5.     
    #4
    Member
    Website's:
    forumflare.com
    You have MSN or something?
    I can try somethings if you give me 'Style & Templates' permissions.
    I'll prolly get it to work sooner or later.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. "reply" to "create" and vice versa is post update?
    By Gene_Autry in forum Technical Help Desk Support
    Replies: 0
    Last Post: 16th Sep 2011, 04:37 PM
  2. Replies: 11
    Last Post: 13th Aug 2011, 04:14 PM
  3. Replies: 1
    Last Post: 9th Aug 2011, 02:55 PM
  4. vBulletin "Recent Searches"
    By Raven in forum vBulletin
    Replies: 20
    Last Post: 10th Mar 2011, 04:20 AM
  5. Filesonic "counted downloads" or "Premium sales count" now?
    By kariofilis in forum File Host Discussion
    Replies: 15
    Last Post: 18th Jan 2011, 03:18 AM

Tags for this Thread

BE SOCIAL