Hello, I'm Lucas Reis, owner of:
I've fixed the PHP to post the correct news without the HTML tags.
If you want this fixed, go to:
Your style > hk > news2.php
In the 66 line, remove the Filter tag in the ["longstory"], eg:
Save the document and test to post the news.
Or download:
Attached document.
This realy work.
Credits:
Kryptos - RevCms coder
Me - Fixing the post News
You must be registered for see links
I've fixed the PHP to post the correct news without the HTML tags.
If you want this fixed, go to:
Your style > hk > news2.php
In the 66 line, remove the Filter tag in the ["longstory"], eg:
PHP:
mysql_query("INSERT INTO cms_news (title,shortstory,longstory,published,image,author, campaign, campaignimg) VALUES ('" . filter($_SESSION["title"]) . "', '" . filter($_SESSION["shortstory"]) . "', '" . ($_SESSION["longstory"]) . "', '" . time() . "', '" . filter($_POST["topstory"]) . "', '" . filter($author) . "', 0, 'default')") or die(mysql_error());
Save the document and test to post the news.
Or download:
Attached document.
This realy work.
Credits:
Kryptos - RevCms coder
Me - Fixing the post News