i seem to have sorted the 1st problem but now ive come to a bigger problem ><
the page wont load, it seems to take hours to do so and Ive asked a number of people who have all said the same, so I went over the whole setup thing again and noticed that in member.php the following is missing:
Code:
eval("standarderror(\"".gettemplate("error_cookieclear")."\");");
Im sure thats not normal because the install guide says:
Code:
Find:
eval("standarderror(\"".gettemplate("error_cookieclear")."\");");
Replace with:
eval("standardredirect(\"".gettemplate("error_cookieclear")."\",\"\$url\");");
This will ensure your users are redirected to the proper place when they log in or out.
can anyone tell me where to put that code please?
(aslo ty faranth for your help

)