2 personman Nov 09, 2005 15:29

Could you delete your other forum post?
lol..
I dont seem to have such great luck on these forums -_-
Sorry, I would have deleted this post ifi could, i thought that i may of put this in the wrong section..
no it didnt work =/ (i have it in hacks.php)
isset($MainList) is false
It should be
if( isset($MainList) )
I forgot that first parenthesis. But if that still doesn't work, try making it
if( 1==1 )
Yah I made sure that was correct, my reply wasnt true,
mainlist returns true, then goes onto:
$max_page = $MainList->get_max_paged();
echo $max_page;
//$max_page traces as 1;
So it just skips the whole code.
It seems its not seeing all the other posts because its in single post mode?
Here's my best guess. Find that function, wherever you put it and edit this line:
to be
Let me know if that works.