![]() |
|
#1
|
|||
|
|||
|
I'm trying to get my copied recent threads module to show only the latest threads in the left column while the original center module functions as the 'latest forum posts'...
I tried it a bit myself and come up with the following in latesttopics.php... PHP Code:
|
|
#2
|
|||
|
|||
|
bump
|
|
#3
|
||||
|
||||
|
Code:
if ($mods['modcol'] == 1)
{
$torder = 'lastpost';
}
else
{
$torder = 'thread.dateline';
}
|
|
#4
|
|||
|
|||
|
thanks for your help, but I'm still getting an parse error...this is the part
PHP Code:
|
|
#5
|
||||
|
||||
|
That code needs to be added somewhere above the query.
|
|
#6
|
|||
|
|||
|
that was too easy
thanks a lot!!
|
![]() |
| 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 |
| Latest threads | Snakey | Troubleshooting & Problems | 1 | 06-29-2005 04:32 PM |
| Latest threads on CMPS - takes to post #1 not latest post | Viks | Troubleshooting / "How do I..." Questions | 11 | 02-16-2005 01:47 PM |