Dayo Posted June 7, 2011 Share Posted June 7, 2011 (edited) Due to the code tags, some mods will show this error Parse error: syntax error, unexpected T_STRING in path/to/file.php on line [color=green]XX[/color] If you have copied a modification from here open up, notepad and press CTRL+G and type in the number that would be insted of the green XX's. Now you are on that line you will notice the BBcode engin will replace a link like <a href='index.php'>index</a> with <a href=[color=red]"[/color]http://index.php[color=red]"[/color] target=[color=red]"[/color]_blank[color=red]"[/color]>index</a> This is the root of the error what you have to do is replace the double quotes (hilighted in red) with single quotes ( ' ) If the error persists but on a diffrent line go throgh this again! Edited June 7, 2011 by Dayo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.