Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
vBA CMPS Module: Displays avatars recent threads Details »»
vBA CMPS Module: Displays avatars recent threads
Version: 2.00, by BlackThorn BlackThorn is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 03-15-2010 Last Update: 04-30-2010 Installs: 15
 
No support by the author.

Removed...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-18-2010, 12:32 AM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlackThorn View Post
Thank you answer my question well then open your adv_portal_recthreads_exp template and all codes replace with:

PHP Code:
<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.
Reply With Quote
  #23  
Old 03-19-2010, 02:35 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erica1977 View Post
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.
Reply With Quote
  #24  
Old 03-19-2010, 09:22 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok will later got things to do now lol.
Reply With Quote
  #25  
Old 03-19-2010, 10:13 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]&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
Code:
<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
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]&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>
Reply With Quote
  #26  
Old 03-20-2010, 01:51 AM
kNeeLy's Avatar
kNeeLy kNeeLy is offline
 
Join Date: Nov 2008
Location: ohio
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this looks great..im gonna give it a try 2moro!!
Reply With Quote
  #27  
Old 03-20-2010, 01:55 PM
shakirulqadree's Avatar
shakirulqadree shakirulqadree is offline
 
Join Date: Mar 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #28  
Old 03-20-2010, 05:17 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 03-21-2010, 02:21 AM
kNeeLy's Avatar
kNeeLy kNeeLy is offline
 
Join Date: Nov 2008
Location: ohio
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!!!!!!
Reply With Quote
  #30  
Old 03-23-2010, 09:40 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erica1977 View Post
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'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
Code:
<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
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]&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:

PHP Code:
<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:

PHP Code:
<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
Reply With Quote
  #31  
Old 03-25-2010, 11:13 AM
shakirulqadree's Avatar
shakirulqadree shakirulqadree is offline
 
Join Date: Mar 2009
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shakirulqadree View Post
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
What is the Problem. ?
Reply With Quote
Reply

Thread Tools

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


All times are GMT. The time now is 05:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09448 seconds
  • Memory Usage 2,488KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete