1 spasmface Nov 06, 2005 07:12
3 personman Nov 09, 2005 15:31
Could you delete your other forum post?
4 spasmface Nov 09, 2005 15:42
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
5 personman Nov 09, 2005 16:46
It should be
if( isset($MainList) )
I forgot that first parenthesis. But if that still doesn't work, try making it
if( 1==1 )
6 spasmface Nov 10, 2005 02:47
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.