View Single Post
  #11  
Old 10-10-2009, 06:03 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,299
BMR777 is on a distinguished road
Default RE: HTML instead of BBCodes (Answered)

When you do the content1 test, where does it appear, at the top of the screen?

Try making the content1 function like:

PHP Code:
$var "testing current location";
return 
$var
Then see if that works. If it does, then article_content doesn't like echo statements directly in the variable.
Reply With Quote