Quote:
Originally Posted by sgrynd
I have this installed on 3.6.3 and for the most part is working fine, however I am having a problem with thread creation. When the talk about it button is hi t,it creates the thread with the link and a few words from the feed.
|
Can you give this a try:
On line 1218 of abouttoday.php, find:
PHP Code:
$pagetext = html_entity_decode($_GET['story']);
Change to:
PHP Code:
$pagetext = $_GET['story'];