Forum Error...!! Need ur help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Forum Error...!! Need ur help

    Guys.. I cant open any forum of my site Share4m Board
    here is a part of its showforum.php
    pls anyone help me to correct it... Pls anyone correct it for me...

    Code:
    print "<b>Pages:&nbsp;&nbsp;";
    	foreach($pages as $key => $val)
    	{
    		if($val == $p)
    		{	print $key."&nbsp;&nbsp;";	}
    		else{	print "<a href=\"".$config->url."f/".$forumid."/p/".$val."/".converturl($forum->name).".html\">".$key."</a>&nbsp;&nbsp;";	}
    		
    	}
    	print "</b>";

    #2
    i guess you need to post also the mod rewrite rule, even the 1 line.
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment

    Working...
    X