| View previous topic :: View next topic |
| Author |
Message |
davidwt Newbie


Joined: Jun 23, 2009 Posts: 3
|
Posted: Tue Jun 23, 2009 7:12 pm Post subject: Content Plus 2.2.1 rc4 doesn't work properly on my box |
|
|
Hi Slaytanic,
i have installed Content Plus 2.2.1 Rc4 on my PHPDonkey76 2.0 box.
It seems all working accept for some things:
1) Viewing the content i dont see the right color of the text i insert, even if editing the item all seem allright.
2) i haven't any preview button in editing section
3) i can insert a content only by admin panel. For users there isn't the possibility
4) i have to substitute apostrophe with alt 96 char even if the contenent will not be recorded.
I read a lot of post and i thought these prob was of the previews release.
May you help me in some way?
Thanks
David |
|
| Back to top |
|
 |
slaytanic Site Admin


Joined: Jul 16, 2006 Posts: 231 Location: Santiago, Dominican Republic
|
Posted: Fri Jun 26, 2009 10:41 pm Post subject: |
|
|
Why are you using 2.2.1 RC4, there's an official and final 2.2.1 release, you must update files and btw this issues are being worked for the next 2.2.2 release to be out very soon. _________________ Best Regards
Mr. Jonathan Estrella
Slaytanic Scripts
Find me @ MySpace... http://myspace.com/megaslay |
|
| Back to top |
|
 |
davidwt Newbie


Joined: Jun 23, 2009 Posts: 3
|
Posted: Sat Jun 27, 2009 5:42 am Post subject: |
|
|
i apologyze my mistake. The verion i already have il the last one. i fault to understand it because the folder name containing your beautiful software.
So, the troubles i have are with newst tversion.
May you suggest something to do?
Ciao
David |
|
| Back to top |
|
 |
davidwt Newbie


Joined: Jun 23, 2009 Posts: 3
|
Posted: Tue Jun 30, 2009 4:13 pm Post subject: |
|
|
i solve the prob changing the following lines in index.php ( i recome the check_html for the body of the stories):
function showpage($pid, $page) {
global $prefix, $user_prefix, $db, $sitename, $admin, $module_name, $locale, $datetime, $bgcolor2, $nukeurl, $admin_file;
include('header.php');
cpheader();
OpenTable();
$pid = intval($pid);
$mypage = $db->sql_fetchrow($db->sql_query('SELECT * FROM '.$prefix.'_pages WHERE pid=\''.$pid.'\''));
$myactive = intval($mypage['active']);
$mytitle = stripslashes(check_html($mypage['title'], 'nohtml'));
$mysubtitle = stripslashes(check_html($mypage['subtitle'], 'nohtml'));
$mytags = stripslashes(check_html($mypage['tags'], 'nohtml'));
$mycategory = intval($mypage['cid']);
$mypage_header = stripslashes($mypage['page_header']);
$mytext = stripslashes($mypage['text']);
$mypage_footer = stripslashes($mypage['page_footer']);
$mysignature = stripslashes($mypage['signature']);
$mydate = $mypage['date'];
$mycounter = intval($mypage['counter']);
$myuname = $mypage['uname']; |
|
| Back to top |
|
 |
|