Quote:
Originally Posted by Dennis Kaczor
This looks so simple, yet it does not seem to go to my forums. Is this correct with adding the forums in this area?
Here is the change
PHP Code:
$url = $vbulletin->options['homeurl'].'/forums/''/'.$contentTypes[$tag['contenttypeid']].urlencode($tag['tagtext']);
$tagsHTML .= "<a href='$url' style='$size'>$text</a>";
I get this error message on the Home Screen, when I made the changes below
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/XXXXXXXXX/www/www/forums/packages/vbcms/widget/execphp.php(177) : eval()'d code on line 52
|
Never mind, found how to solve this....