Forum URL: dapimq.proboards58.comAn Error Has Occurred
Trying to setUserInfo on a user that does not exist!
That is the error I get when I try to delete custom groups... any help?
You have a syntax error in your codes that maybe causing it. Try removing this one and see if you can't edit your user groups:
<!-- START TITLE TEXT SWITCH // -->
<script type="text/javascript">
function textToImage(basetext,imagetext){
var TD=document.getElementsByTagName("TD");
for(t=0;t<TD.length;t++){
with(TD[t]){
if(className.match("(title|cat)bg") && innerHTML.match(basetext) && location.href.indexOf("action=headersfooters") == -1){
innerHTML=innerHTML.replace(basetext,"<img src='"+imagetext+"' border='0'>")
}}}}
textToImage("Forum Name","http://i7./y254/Pimq/Forums/forumname.gif")
textToImage("Topics","http://i7./y254/Pimq/Forums/topics.gif")
textToImage("Posts","http://i7./y254/Pimq/Forums/posts.gif")
textToImage("Last Post","http://i7./y254/Pimq/Forums/lastpost.gif")
textToImage("Info Center","http://i7./y254/Pimq/Forums/infocenter.gif")
textToImage("General","http://i7./y254/Pimq/Forums/general.gif")
textToImage("Users Online","http://i7./y254/Pimq/Forums/usersonline.gif")
</script>
<!-- END TITLE TEXT SWITCH // -->