PDA


View Full Version : I hope I don't touch a nerve with this question but


DannyITR
12-02-2005, 12:46 PM
How can I get my recent threads module to look like the one located at the top of the page here:

http://www.photopost.com/forum/

club racer
12-02-2005, 02:51 PM
danny, not sure man. But, that looks horrible IMO. Very disorganized

TTG
12-02-2005, 03:34 PM
try this code in your forumhome_latestthreadbit

<div class="smallfont">
<if condition="$show['firstnew']">
<a href="showthread.php?t=$thread[threadid]&amp;goto=newpost"><img src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a>
</if>
<if condition="$show['icon'] && !$show['firstnew']">
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
</if>
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a>
<em>$vbphrase[last_post]:</em> $thread[date] <if condition="$vboptions['yestoday'] != 2"><span class="time">$thread[time]</span></if> <phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
&raquo; $vbphrase[replies]: $thread[replycount]
&raquo; $vbphrase[views]: $thread[views]
</div>

ConqSoft
12-02-2005, 03:54 PM
That should be really asked on www.vbulletin.org since it has nothing to do with CMPS...

KW802
12-02-2005, 04:06 PM
That should be really asked on www.vbulletin.org (http://www.vbulletin.org) since it has nothing to do with CMPS...Actually the original poster is trying to get his CMPS recent threads module to look like the one he linked to. :p

ConqSoft
12-02-2005, 04:17 PM
Actually the original poster is trying to get his CMPS recent threads module to look like the one he linked to. :p

Yeah, I guess I misread it as wanting to show recent topics at the top of his forum home. Which I guess, technically, could be done with integrating CMPS into forumhome anyway.

DannyITR
12-07-2005, 01:29 PM
try this code in your forumhome_latestthreadbit


Hey thanks for the code but I don't see a forumhome_latestthreadbit template. The two templates which appear to be for the latest threads are

adv_portal_latestthreads_head
adv_portal_latesttopicbits

I tried to create a new module based on a template with the code you gave me but nothing happened.

DannyITR
12-09-2005, 12:56 AM
I tried replacing the adv_portal_latesttopicbits with your code and it partially worked eccept the header is messing everything up even if I exclude that template. Help

DannyITR
12-18-2005, 12:15 PM
still cant find it

DannyITR
12-28-2005, 11:07 AM
up

DannyITR
01-04-2006, 01:47 PM
up

Brian
01-04-2006, 05:43 PM
Changing the module to look like that is only a matter of modifying the adv_portal_latesttopicbits template and removing the code.