Anyone see why it's erroring out?
Quote:
Originally Posted by Psionic Vision
File class_bbcode.php, around line 1714:
PHP Code:
/**
* Handles an [img] tag.
*
* @param string The text to search for an image in.
* @param string Whether to parse matching images into pictures or just links.
*
* @return string HTML representation of the tag.
*/
function handle_bbcode_img($bbcode, $do_imgcode, $has_img_code = false)
|
What tag can I put in this function and where to stop parsing of IMG tags if the poster is a user group id 1?
I tried just displaying the user group id but couldn't even find the tag to do that would work.