Log in

View Full Version : need help


urstorm.com
03-14-2009, 10:37 AM
i have 2 problems in my forums : and i hope get some help . and pls try understand my bad english :
1- ppl after registered in my forums , and done . try to loging, its say ok and u loged , but when he in the maine page its appere not logine!
2- using internet explorer we got a problem : this pic may help explan


http://www.urstorm.com/ups/uploads/d3f61a7b15.jpg (http://www.urstorm.com/ups)


i can insert this code in the header - but i thing its not gona solve the maine problem . true ?

<script language="JavaScript">
<!--
function stopError() {
return true;
}
window.onerror = stopError;
// -->
</script>

Lynne
03-14-2009, 03:22 PM
1) Make sure that you are only using one url for your site - either www.yoursite.com or yoursite.com . Otherwise, if a user logs in on www.yoursite.com, but your links are to yoursite.com, then they may get the message to login again. You can do this with htaccess.