PDA

View Full Version : Add-On Releases - vBA CMPS Module: Displays avatars recent threads


BlackThorn
03-15-2010, 10:00 PM
Removed...

BlackThorn
03-16-2010, 05:58 AM
Reserved first posting.

dtv100
03-16-2010, 06:39 AM
thanks for sharing

AzzidReign
03-16-2010, 07:22 AM
Thanks! nice mod.

BlackThorn
03-16-2010, 07:47 AM
You're welcome friends :)

---------------------------------------------------

For Turkish version: Click here for turkish language (http://www.vbulletin-turko.com/forums/showthread.php?t=1346)

BlueCheri
03-16-2010, 10:47 AM
Look nice, tried but can not do it :(

I think we are not using CMPS.

All the best to you.

BlackThorn
03-16-2010, 11:01 AM
Look nice, tried but can not do it :(

I think we are not using CMPS.

All the best to you.

Thanks, yes its just can work in vBa CMPS page :)

Lustikus
03-16-2010, 01:47 PM
can you pls recheck your code

you forgot for example <strong> in your adv_port_ex....

BlackThorn
03-17-2010, 12:06 AM
can you pls recheck your code

you forgot for example <strong> in your adv_port_ex....

No, I don't use <strong> so much anytime. Thats work great you can look that

Erica1977
03-17-2010, 03:27 PM
Looks nice but doesnt work and i'm using 3.8.5 vbulletin AND Powered by vBadvanced CMPS v3.2.2 Heres what you see in this picture.
As you can see there's no avatar at all just text.

BlueCheri
03-17-2010, 03:36 PM
Thanks, yes its just can work in vBa CMPS page :)

Right all, please let me know when it can work without CMPS :)

Thanx in advance.

BlackThorn
03-17-2010, 03:38 PM
Looks nice but doesnt work and i'm using 3.8.5 vbulletin AND Powered by vBadvanced CMPS v3.2.2 Heres what you see in this picture.
As you can see there's no avatar at all just text.

Yes i see well, then please let me see your CMPS page. I gotta look that at your page. Then may be i can help you :)

BlackThorn
03-17-2010, 03:40 PM
Right all, please let me know when it can work without CMPS :)

Thanx in advance.

I'll make new a latest threads add-on (with avatar)
You can look at my site it. I don't puplish it yet :) But i'll send here may be next time.

Erica1977
03-17-2010, 04:19 PM
Is this what you mean if not can you tell me exactly what page your asking about.

mandingo
03-17-2010, 04:42 PM
Is this what you mean if not can you tell me exactly what page your asking about.

Sorry for the pop-in,but What's the graffiti font you're using on your desktop?

BlackThorn
03-17-2010, 04:49 PM
Is this what you mean if not can you tell me exactly what page your asking about.

No no I'm sorry, Well, did you upload to plug-in?

Erica1977
03-17-2010, 04:51 PM
Sorry for the pop-in,but What's the graffiti font you're using on your desktop?

It's called Crawn Fat Font.

Erica1977
03-17-2010, 04:52 PM
No no I'm sorry, Well, did you upload to plug-in?

yes i did upload in plug-in .

BlackThorn
03-17-2010, 05:01 PM
yes i did upload in plug-in .

Thank you answer my question well then open your adv_portal_recthreads_exp template and all codes replace with:

<tr>
<td class="$bgclass"><img height="40px" width="40px" src="image.php?u=$thread[postuserid]" title="Starter by $thread[postusername] - $thread[postdate]"></td>

<td class="$bgclass">
<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']">$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="$bgclass">
<span class="smallfont">
Last Post: $thread[lastposter]<br />
Date: $thread[lastpostdate]<br />
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post...</u></a>
</span>
</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td align="center" class="$class_reply">
<span class="smallfont">
Reply: $thread[replycount]</span>
</if>
<br />
<if condition="$mod_options['portal_threads_views']">
<span class="smallfont">Views: $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>

Rideharder
03-17-2010, 11:43 PM
good work thx!

Erica1977
03-18-2010, 12:32 AM
Thank you answer my question well then open your adv_portal_recthreads_exp template and all codes replace with:

<tr>
<td class="$bgclass"><img height="40px" width="40px" src="image.php?u=$thread[postuserid]" title="Starter by $thread[postusername] - $thread[postdate]"></td>

<td class="$bgclass">
<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']">$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="$bgclass">
<span class="smallfont">
Last Post: $thread[lastposter]<br />
Date: $thread[lastpostdate]<br />
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post...</u></a>
</span>
</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td align="center" class="$class_reply">
<span class="smallfont">
Reply: $thread[replycount]</span>
</if>
<br />
<if condition="$mod_options['portal_threads_views']">
<span class="smallfont">Views: $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>

This worked but with one problem i got where the avatars should show nothing appears there just blank boxes with no avatars.

here's picture of what i mean.

BlackThorn
03-19-2010, 02:35 PM
This worked but with one problem i got where the avatars should show nothing appears there just blank boxes with no avatars.

here's picture of what i mean.

Sorry, i wasn't reply here i'm back now.
interesting but well, please send your
adv_portal_recthreads_exp
adv_portal_recthreads_exp_head
adv_portal_recthreads_lean templates here. If you want, then I'll edit thats.

Erica1977
03-19-2010, 09:22 PM
Ok will later got things to do now lol.

Erica1977
03-19-2010, 10:13 PM
Ok here we go.

1.adv_portal_recthreads_exp
<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>

2.adv_portal_recthreads_exp_head
<tr>
<if condition="$mod_options['portal_threads_showicon']">
<td class="thead" width="2%">&nbsp;</td>
</if>
<td class="thead" width="50%"><if condition="$mod_options['portal_threads_showrating']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>$vbphrase[title_username_date]</td>
<if condition="$mod_options['portal_threads_lastpost']">
<td align="center" class="thead" style="white-space: nowrap" width="25%">$vbphrase[last_post]</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td class="thead" width="2%">$vbphrase[replies]</td>
</if>
<if condition="$mod_options['portal_threads_views']">
<td class="thead" width="2%">$vbphrase[views]</td>
</if>
<if condition="$mod_options['portal_threads_showforum']">
<td align="center" class="thead" width="20%">$vbphrase[forum]</td>
</if>
</tr>

3.adv_portal_recthreads_lean
<tr>
<td class="$bgclass">
<div class="smallfont">
<if condition="$show['paperclip'] OR ($thread['sticky'] AND $mod_options['portal_threads_stickyicon'])">
<span style="float:$stylevar[right]">
<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="$show['threadicon']">
<img class="inlineimg" src="$thread[threadiconpath]" title="$thread[threadicontitle]" border="0" alt="" />
</if>
<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="$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="<if condition="$thread[preview]">$thread[preview]</if>"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a>
<if condition="$mod_options['portal_threads_multipage'] AND $show['pagenav']">
(<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>)
</if>
<if condition="$mod_options['portal_threads_showdate']">
<div>$thread[postdate] <span class="time">$thread[posttime]</span></div>
</if>
<if condition="$thread['rating']">
<span style="padding-top:$stylevar[cellpadding]px; 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>
<if condition="$thread[postuserid]">
<phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]" 2="$thread[postusername]">$vbphrase[by_x]</phrase>
<else />
$vbphrase[by] $thread[postusername]
</if>
</div>
</if>

<if condition="$mod_options['portal_threads_showforum']">
<div style="padding-top:$stylevar[cellpadding]px"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></div>
</if>
<if condition="$show['lastpost']">
<div style="padding-top:$stylevar[cellpadding]px"><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> $vbphrase[last_post_by] <a href="$vboptions[bburl]/member.php?$session[sessionurl]find=lastposter&amp;t=$thread[threadid]">$thread[lastposter]</a></div>
<div>$thread[lastpostdate] <span class="time">$thread[lastposttime]</span></div>
</if>
<if condition="$mod_options['portal_threads_replies'] OR $mod_options['portal_threads_views']">
<div style="padding-top:$stylevar[cellpadding]px"><if condition="$mod_options['portal_threads_replies']">$thread[replycount] $vbphrase[replies]</if>$recthreads_comma <if condition="$mod_options['portal_threads_views']">$thread[views] $vbphrase[views]</if></div>
</if>
</div>
</td>
</tr>

kNeeLy
03-20-2010, 01:51 AM
this looks great..im gonna give it a try 2moro!!

shakirulqadree
03-20-2010, 01:55 PM
installed
Looks nice but there is a problem.
I'm using 3.8.4 vbulletin AND vBadvanced CMPS v3.2.2
i am using more then one copies of this module but there is a bad looking gap between tow modules u can see it in this picture
114441
What is the Problem.
my site
www.alqlm.org/forum

BlackThorn
03-20-2010, 05:17 PM
My site is down now. But its when back, then I'll help all you :) Please wait. I'm so sorry. I'll be back.

kNeeLy
03-21-2010, 02:21 AM
well..i tried this.

everything works except the avatar pictures. Their missing the /forum/ in their link and they show up as x's...

any suggestions?

Edit:

Will mark installed when this can be fixed. I cant wait to use this!!!!!!!

BlackThorn
03-23-2010, 09:40 PM
Ok here we go.

1.adv_portal_recthreads_exp
<tr>
<if condition="$mod_options['portal_threads_showicon']">
<td class="alt2"><if condition="$show['threadicon'https://vborg.vbsupport.ru/images/editor/insertimage.gif]"><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>

2.adv_portal_recthreads_exp_head
<tr>
<if condition="$mod_options['portal_threads_showicon']">
<td class="thead" width="2%">&nbsp;</td>
</if>
<td class="thead" width="50%"><if condition="$mod_options['portal_threads_showrating']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>$vbphrase[title_username_date]</td>
<if condition="$mod_options['portal_threads_lastpost']">
<td align="center" class="thead" style="white-space: nowrap" width="25%">$vbphrase[last_post]</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td class="thead" width="2%">$vbphrase[replies]</td>
</if>
<if condition="$mod_options['portal_threads_views']">
<td class="thead" width="2%">$vbphrase[views]</td>
</if>
<if condition="$mod_options['portal_threads_showforum']">
<td align="center" class="thead" width="20%">$vbphrase[forum]</td>
</if>
</tr>

3.adv_portal_recthreads_lean
<tr>
<td class="$bgclass">
<div class="smallfont">
<if condition="$show['paperclip'] OR ($thread['sticky'] AND $mod_options['portal_threads_stickyicon'])">
<span style="float:$stylevar[right]">
<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="$show['threadicon']">
<img class="inlineimg" src="$thread[threadiconpath]" title="$thread[threadicontitle]" border="0" alt="" />
</if>
<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="$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="<if condition="$thread[preview]">$thread[preview]</if>"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a>
<if condition="$mod_options['portal_threads_multipage'] AND $show['pagenav']">
(<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>)
</if>
<if condition="$mod_options['portal_threads_showdate']">
<div>$thread[postdate] <span class="time">$thread[posttime]</span></div>
</if>
<if condition="$thread['rating']">
<span style="padding-top:$stylevar[cellpadding]px; 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>
<if condition="$thread[postuserid]">
<phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]" 2="$thread[postusername]">$vbphrase[by_x]</phrase>
<else />
$vbphrase[by] $thread[postusername]
</if>
</div>
</if>

<if condition="$mod_options['portal_threads_showforum']">
<div style="padding-top:$stylevar[cellpadding]px"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></div>
</if>
<if condition="$show['lastpost']">
<div style="padding-top:$stylevar[cellpadding]px"><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> $vbphrase[last_post_by] <a href="$vboptions[bburl]/member.php?$session[sessionurl]find=lastposter&amp;t=$thread[threadid]">$thread[lastposter]</a></div>
<div>$thread[lastpostdate] <span class="time">$thread[lastposttime]</span></div>
</if>
<if condition="$mod_options['portal_threads_replies'] OR $mod_options['portal_threads_views']">
<div style="padding-top:$stylevar[cellpadding]px"><if condition="$mod_options['portal_threads_replies']">$thread[replycount] $vbphrase[replies]</if>$recthreads_comma <if condition="$mod_options['portal_threads_views']">$thread[views] $vbphrase[views]</if></div>
</if>
</div>
</td>
</tr>






OPEN adv_portal_recthreads_exp
REPLACE WITH:

<tr>
<td class="$bgclass"><img height="40px" width="40px" src="image.php?u=$thread[postuserid]" title="Starter by $thread[postusername] - $thread[postdate]"></td>

<td class="$bgclass">
<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']">$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="$bgclass">
<span class="smallfont">
Last Post: $thread[lastposter]<br />
Date: $thread[lastpostdate]<br />
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post...</u></a>
</span>
</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td align="center" class="$class_reply">
<span class="smallfont">
Reply: $thread[replycount]</span>
</if>
<br />
<if condition="$mod_options['portal_threads_views']">
<span class="smallfont">Views: $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>

adv_portal_recthreads_exp_head replace with:


<tr>
<td class="thead" width="10%">Starters</td>
<td class="thead" width="50%"><if condition="$mod_options['portal_threads_showrating']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>$vbphrase[title_username_date]</td>
<if condition="$mod_options['portal_threads_lastpost']">
<td align="center" class="thead" style="white-space: nowrap" width="25%">En son g?nderilen iletiler</td>
</if>
<if condition="$mod_options['portal_threads_replies']">

<td class="thead" width="15%">View/Reply</td>
</if>

<if condition="$mod_options['portal_threads_showforum']">
<td align="center" class="thead" width="20%">$vbphrase[forum]</td>
</if>
</tr>

shakirulqadree
03-25-2010, 11:13 AM
installed
Looks nice but there is a problem.
I'm using 3.8.4 vbulletin AND vBadvanced CMPS v3.2.2
i am using more then one copies of this module but there is a bad looking gap between tow modules u can see it in this picture
114441
What is the Problem.
my site
www.alqlm.org/forum

What is the Problem. ?

soulz2003
03-28-2010, 05:48 AM
Hey i like this modification could you make it possible to add usergroup color too?

BlackThorn
03-28-2010, 05:15 PM
Hey i like this modification could you make it possible to add usergroup color too?

you can try it, musername code

soulz2003
03-28-2010, 07:28 PM
I see postusername but how do i add postmusername?

Also i don't see post icon, is there a way around that?

Thanks!

BlackThorn
03-28-2010, 08:19 PM
Starter by $thread[postmusername] - $thread[postdate]

maybe it can work.. I didn't try it yet.

soulz2003
03-29-2010, 06:33 AM
I tried that didn't work, hopefully when you have the time maybe you can get it :D

concepts
04-29-2010, 06:16 PM
There is a HUGE GAP above the module wherever this module is placed.. someone already posted that bug here. Has there been a resolve?

BlackThorn
04-29-2010, 07:20 PM
Error Fixed.

concepts
05-01-2010, 07:52 AM
just reuploaded, gap still there

BlackThorn
05-01-2010, 08:08 AM
just reuploaded, gap still there

Please upload plug-in and open adv_portal_recthreads_exp template and all code replace with;


<tr>
<td class="$bgclass">
<if condition="$thread[avatarurl]">
<img height="40px" width="40px" class="inlineimg" src="$thread[avatarurl]" border="0" /></if></td>

<td class="$bgclass">
<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']">$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="$bgclass">
<span class="smallfont">
Poster: $thread[lastposter]<br />
Date: $thread[lastpostdate]<br />
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]"><u>Read Last Post..</u></a>
</span>
</td>
</if>
<if condition="$mod_options['portal_threads_replies']">
<td align="center" class="$class_reply">
<span class="smallfont">
Reply: $thread[replycount]</span>
</if>
<br />
<if condition="$mod_options['portal_threads_views']">
<span class="smallfont">View: $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>

concepts
05-03-2010, 02:22 AM
sorry, but I did all of that, but it still has a gap. Can I send my info so you can take a look at it?

BlackThorn
05-03-2010, 05:57 AM
sorry, but I did all of that, but it still has a gap. Can I send my info so you can take a look at it?

yes of course.

concepts
05-03-2010, 01:36 PM
information sent. Thankyou

BlackThorn
05-03-2010, 02:08 PM
information sent. Thankyou

its okay.

concepts
05-03-2010, 03:04 PM
the module is not aligned to the top.. if I add more than one recent thread.. the alignment gets worse.. thats what I was referring too.

BlackThorn
05-03-2010, 03:44 PM
the module is not aligned to the top.. if I add more than one recent thread.. the alignment gets worse.. thats what I was referring too.

You wanna it in left or right column? I'm really consufing now.. Cuz, your vBa cmps is very difference style :/

concepts
05-03-2010, 04:10 PM
the left column.. I changed the layout a bit.. I want it where it is right now if it can be aligned. its not flush with the other modules right now though.

credenscel
06-18-2010, 08:31 PM
i might be doing something wrong? i did what was told to do but nothing is showing up? as if i didn't do any changes. anyone else have this problem?

shakirulqadree
07-28-2010, 07:03 PM
There is a HUGE GAP above the module wherever this module is placed.. someone already posted that bug here. Has there been a resolve?

I alreay posted this bug

installed
Looks nice but there is a problem.
I'm using 3.8.4 vbulletin AND vBadvanced CMPS v3.2.2
i am using more then one copies of this module but there is a bad looking gap between tow modules u can see it in this picture
114441
What is the Problem.
my site
www.alqlm.org/forum

I uploaded plug-in and replaced given all code in adv_portal_recthreads_exp but the problem is still there.
Pleas look at the matter.

kjsmith84
10-19-2010, 05:10 PM
Awesome- Thank you.

demo can be seen at www.SXS411.com


I was also wondering if someone knew how to also add the main forum it was in instead of only showing the subforum it is in? does this make since?

so I want it to show

Last Posts------------Views---------Forum--------------Subforum
Big slick---------------107------------Yamaha------------Wheels and tires

THis is the code that I saw that had to do with the forums but not sure how to add or change it.
<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>

kjsmith84
10-21-2010, 12:13 AM
the left column.. I changed the layout a bit.. I want it where it is right now if it can be aligned. its not flush with the other modules right now though.


aucally I noticed this now too- there is a gap on my right column inbetween my stats and sxs new threads?

any idea on how to fix this???

kjsmith84
10-25-2010, 01:57 PM
?????

kjsmith84
11-08-2010, 02:13 PM
aucally I noticed this now too- there is a gap on my right column inbetween my stats and sxs new threads?

any idea on how to fix this???


any way to fix this gap yet? can be seen at www.sxs411.com