Member 3639
Active member
Is it possible to get attachment images inserted as full images into a post properly displayed outside the forum?
As right now the renderer just creates a link to it if it can't find the image, is there a way when using the renderer to set the path again?
This is how i setup the bbcode rendering:
	
	
	
		
Also is the same possible for smilies as right then they get rendered as missing images, either a way to keep them as text or actually show the right smilies.
				
			As right now the renderer just creates a link to it if it can't find the image, is there a way when using the renderer to set the path again?
This is how i setup the bbcode rendering:
		PHP:
	
	$startTime = microtime(true); 
 
$xenforoRoot = '/home/prxainf1/public_html/gamingonlinux.info/chill'; 
require($xenforoRoot. '/library/XenForo/Autoloader.php'); 
XenForo_Autoloader::getInstance()->setupAutoloader($xenforoRoot . '/library'); 
 
GeekPoint_Symfony::initializeXenforo($xenforoRoot, $startTime); 
$visitor = XenForo_Visitor::getInstance();  
 
$formatter = XenForo_BbCode_Formatter_Base::create(); 
$parser = new XenForo_BbCode_Parser($formatter);Also is the same possible for smilies as right then they get rendered as missing images, either a way to keep them as text or actually show the right smilies.
 
 
		 
 
		