panzerdude
Member
You get that error because the function mark posted is missing
If you want it, try adding it anywhere in details_build_page.php
If you rather want to get rid of urls, like Mark suggested, you need to remove
andCode:'#\[url\]([^\[]*?)\[/url\]#e', '#\[url=([^\[]*?)\](.*?)\[/url\]#e',
So the script not looks for a missing functionCode:'handle_url_tag(\'$1\')', 'handle_url_tag(\'$1\', \'$2\')',
Thanks allot, that did the trick