Quote:
Originally Posted by drjdh
It only works if I have HTML enabled for the forum. Otherwise, I get only the link showing up instead of the video.
|
Can you post a link as an example.
Quote:
Originally Posted by RadioErewan
|
Not sure where the encoding will need to be done. Most likely here:
in includes/ame_bbcode.php specifically function ame_fetch_www_title
PHP Code:
$title = unhtmlspecialchars($title);
or possibly here (though this is at runtime):
includes/ame_bbcode.php
PHP Code:
$ameinfo['title'] = htmlspecialchars_uni($param1);
Quote:
Originally Posted by drjdh
This is the error message that I am getting:
The path to your file cache is set to /amecache/ which appears to be invalid and as such, the file cache is not correctly working. The suggested default value is /hermes/bosweb/web183/b1838/ipg.drjdh/amecache/.
|
That is a warning that your path to the file cache is incorrect. It needs the full server path to the folder. Listen to AME, she is giving you the answer