![]() |
|
#1
|
|||
|
|||
|
I use CMPS v1.0.0 on Vb. 3.0.3
On my latest thread module when i click on the thread it takes me to the first post in that thread, however if i click the thread in my vB forumshompage then it takes me to the latest post in the thread. can someone here please help and tell me how can i get CMPS to take me to the newset post instead of taking me to the thread only...this is especially irritating if the thread is more than 2 pages. = |
|
#2
|
||||
|
||||
|
If you click on the title it is going to take you to the first post. If you click on the
then it will take you to the last post. If you would like the thread title to take you to the last post as well just copy the link around that image and replace the link around the thread title with that.
|
|
#3
|
|||
|
|||
|
cool.
thanks Brian |
|
#4
|
|||
|
|||
|
Quote:
) or have the title link to the first new post in the thread and not the first post?
|
|
#5
|
||||
|
||||
|
Edit your adv_portal_latestthreadbits template and add &goto=newpost in the URL for the link that you want to take them to the new post.
|
|
#6
|
|||
|
|||
|
Sweet! Thanks Brian, that will work. Is there any way to make it conditionally display the icon so it only displays if there are new posts the way it is in forumdisplay?
Last edited by 04screamer; 01-04-2005 at 09:12 PM. |
|
#7
|
|||
|
|||
|
*bump*
I'm trying to add a dynamic "view first new post" as well. VBindex had it and my users miss it since i switched to CMPS. please pertie please? ![]() Quote:
|
|
#8
|
||||
|
||||
|
Code:
<if condition="$show['gotonewpost']"><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if> |
|
#9
|
|||
|
|||
|
Quote:
thanks alot Brian!
|
|
#10
|
|||
|
|||
|
ok to bug ya even more can the links work like "new posts" and unbold if read?
|
|
#11
|
||||
|
||||
|
<if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if>
|
|
#12
|
|||
|
|||
|
Quote:
(thanks again!)
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMPS Module - Latest or Hot Links | Brian | Modifications | 63 | 08-21-2008 08:34 PM |
| a sticy post in CMPS | hani | Troubleshooting / "How do I..." Questions | 15 | 03-10-2005 03:23 PM |
| How do I get a list of latest threads in a specified forum? | ComiX-Fan | Troubleshooting / "How do I..." Questions | 7 | 09-11-2004 05:24 PM |
| Latest Topics: how to direct to last post instead of thread | apokalupsis | Troubleshooting / "How do I..." Questions | 2 | 07-26-2004 12:32 PM |