vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 07-27-2006, 05:31 PM
MikeDK MikeDK is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Default Thread Thumbnail on VBADVANCED

Hello Guys, need some help here. I just installed Thread Thumbnail got it from here http://www.vbulletin.org/forum/showt...ge=2everything work pefectly, I would like to implement this into vbadvanced news achiveb from the frompage, how can this be done? please help! I would love to see this thumbnail on vbadvanced same way as it shows on forumdisplay ..thnk you everyone for you help!
Reply With Quote
  #2  
Old 07-28-2006, 11:04 AM
MikeDK MikeDK is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Default Re: Thread Thumbnail on VBADVANCED

anyone willing to help?
Reply With Quote
  #3  
Old 07-28-2006, 12:29 PM
gothic1213's Avatar
gothic1213 gothic1213 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 107
Default Re: Thread Thumbnail on VBADVANCED

If you mean something like on my boards here, then all you need to do is to REPLACE the content of template 'adv_portal_newsbits' with:
Code:
<if condition="!$mod_options['portal_news_legacy']">
    <tr>
        <td class="thead"><if condition="$mod_options['portal_news_showicon']">$vba_style[portal_blockbullet]</if> <a href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a></td>
    </tr>
</if>
<tr>
    <td class="<if condition="$mod_options['portal_news_legacy']">thead<else />alt2</if>">
        <if condition="$mod_options['portal_news_showrating'] AND $news['votenum']">
            <span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$news[rating].gif" title="<phrase 1="$news[votenum]" 2="$news[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span>
        </if>
    </td>
</tr>
<tr>
    <td align="$stylevar[left]" class="alt1" valign="top">
        <if condition="$news['avatarpath']">
            <img align="$stylevar[left]" style="padding:6px" alt="" border="0" src="$news[avatarpath]" title="$news[postusername]'s $vbphrase[avatar]" />
        </if>
                <if condition="$news['attachment']">
<span style="float: left; margin: $stylevar[cellpadding]px $stylevar[cellpadding]px $stylevar[cellpadding]px 0px">
$news[attachment]
</span>
</if>
        $news[message]

        <if condition="$show['signature']">
        <div>__________________<br />
        $news[signature]</div>
        </if>

        </td>
    </tr>



    <tr class="alt2" valign="middle">
    <td valign="middle">
        <span style="float:right">
        <if condition="$show['editbutton']">
            <a href="$vboptions[bburl]/editpost.php?$session[sessionurl]do=editpost&amp;p=$news[postid]"><img alt="$vbphrase[edit_this_post]" border="0" src="$stylevar[imgdir_button]/edit.gif" /></a>
        </if>

        <if condition="$show['replybutton']">
            <a href="$vboptions[bburl]/newreply.php?$session[sessionurl]do=newreply&amp;t=$news[threadid]"><img alt="$vbphrase[reply_to_this_post]" border="0" src="$stylevar[imgdir_button]/reply_small.gif" /></a>
        </if>

        <if condition="$mod_options['portal_news_showsendfriend']">
            <a href="$vboptions[bburl]/sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$news[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/sendtofriend.gif" title="$vbphrase[send_to_friend]" /></a>
        </if>

        <if condition="$mod_options['portal_news_showprintable']">
            <a href="$vboptions[bburl]/printthread.php?$session[sessionurl]t=$news[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/printer.gif" title="$vbphrase[show_printable_version]" /></a>
        </if>
        </span>

        <span class="smallfont">
        <if condition="$mod_options['portal_news_allowreplies']">$news[replycount] <if condition="$news['reply_noformat'] == 1">$vbphrase[reply]<else />$vbphrase[replies]</if> | </if> $news[views] $vbphrase[views]</span>
    </td>
</tr>
That just moves the attachment/thumbnail. Nothing else changed.
__________________

Patience is something I learned the hard way!
I drove National Express coaches for 6 years....
Reply With Quote
  #4  
Old 07-28-2006, 12:36 PM
MikeDK MikeDK is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Default Re: Thread Thumbnail on VBADVANCED

Hi Gothic, the code you show me is for news page, I'm talking about showing attachment thumbnail on news archive right beside the title ...Thumb in news archive ..please help..

something similar to this question i see

http://www.vbadvanced.com/forum/showthread.php?t=15317
Reply With Quote
  #5  
Old 11-22-2006, 10:23 AM
freevisio freevisio is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
Default Re: Thread Thumbnail on VBADVANCED

oh, hay need this option in news archive. Please helpp
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Promoting a thread to front News Page from Thread Tools moses "How Do I..." Questions 4 08-02-2006 03:46 AM
Latest Thread & News Archive "Thread preview" question Gary Bolton "How Do I..." Questions 3 12-30-2005 04:21 PM


All times are GMT -4. The time now is 06:32 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.