The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBA CMPS Module: Displays avatars recent threads Details »» | |||||||||||||||||||||||||||
vBA CMPS Module: Displays avatars recent threads
Developer Last Online: Jun 2023
Removed...
Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
here's picture of what i mean. |
#23
|
|||
|
|||
Quote:
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. |
#24
|
||||
|
||||
Ok will later got things to do now lol.
|
#25
|
||||
|
||||
Ok here we go.
1.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]&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]&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&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> Code:
<tr> <if condition="$mod_options['portal_threads_showicon']"> <td class="thead" width="2%"> </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> Code:
<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]&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]&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&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> |
#26
|
||||
|
||||
this looks great..im gonna give it a try 2moro!!
|
#27
|
||||
|
||||
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 Attachment 114441 What is the Problem. my site www.alqlm.org/forum |
#28
|
|||
|
|||
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.
|
#29
|
||||
|
||||
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!!!!!!! |
#30
|
|||
|
|||
Quote:
OPEN adv_portal_recthreads_exp REPLACE WITH: PHP Code:
PHP Code:
|
#31
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|