Quote:
Today at 02:40 AM Morgalis said this in Post #82
one bracket can mess everything up, i want to be certain i am doing this correct [/B]
|
No, that is
not correct. Start with the code you have BEFORE installing the hack. REPLACE the line
PHP Code:
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) {
with the code provided in the instructions.
Quote:
this is still an issue which does not allow me to fully use this back
can you comment on it?
|
The instructions do not say to add
PHP Code:
$header='';
$footer='';
anywhere. You want to add code
after that.