Thanks a lot!
It's working great!
Search found 10 matches
- Tue Jul 28, 2009 7:51 am
- Forum: Developers Discussion
- Topic: passing php array between diferent user tags
- Replies: 3
- Views: 1682
- Mon Jul 27, 2009 4:05 pm
- Forum: Developers Discussion
- Topic: passing php array between diferent user tags
- Replies: 3
- Views: 1682
passing php array between diferent user tags
I have a page with this structure. {user_tagA} some html tags... {user_tagB} {user_tagC} The user_tagA connects to another database, makes some queries and creates a 3D array. I would like to use the 3D array in user_tagB, and user_tagC I read some posts about creating a smarty variable with $smarty...
- Tue Sep 23, 2008 2:44 pm
- Forum: Modules/Add-Ons
- Topic: forum module for cmsmadesimple
- Replies: 1
- Views: 879
forum module for cmsmadesimple
hi,
How can I add a forum to my cms site? The one's that are in construction does not function on my site.
I'm using php 5 and cms version 1.0.4
Do I need a third part forum tool?
Any one suggested?
thanks a lot.
How can I add a forum to my cms site? The one's that are in construction does not function on my site.
I'm using php 5 and cms version 1.0.4
Do I need a third part forum tool?
Any one suggested?
thanks a lot.
- Thu Jun 29, 2006 2:14 pm
- Forum: Tips and Tricks
- Topic: date format of News module
- Replies: 9
- Views: 9657
date format of News module
hi, I have been trying the dateformat parameter of the news module because I want the day/month/Year format. The problem is that the dateformat parameter only changes the format of the summarytemplate, and not the detailtemplate. I tryed to put this {strftime($entry->formatpostdate)} in the detailt...
- Thu Jun 22, 2006 6:56 am
- Forum: Tips and Tricks
- Topic: can't see any fckeditor style in the WYSIWYG
- Replies: 2
- Views: 3364
can't see any fckeditor style in the WYSIWYG
I want the FCKEditor to show some predefined styles from the drop-down menu. so.. I've pasted some styles (of my own) in the styles tag of FCKEditor but when I create a new page I can not see any of theses styles. I have checked it in three cmsmadesimple installations and all of them have the same p...
- Tue Jun 20, 2006 6:16 am
- Forum: Tips and Tricks
- Topic: can't change news module templates
- Replies: 5
- Views: 5874
Re: can't change news module templates
hi,
That is exactly what I have been trying.
not working.
any more suggestions?
thanks
That is exactly what I have been trying.
not working.
any more suggestions?
thanks
- Mon Jun 19, 2006 7:04 am
- Forum: Tips and Tricks
- Topic: can't change news module templates
- Replies: 5
- Views: 5874
Re: can't change news module templates
I have already done so.
No changes apply
No changes apply
- Fri Jun 16, 2006 3:05 pm
- Forum: Tips and Tricks
- Topic: can't change news module templates
- Replies: 5
- Views: 5874
can't change news module templates
hi,
when I change any of the new module templates (Summary template or the Detail template), no errors are shown but changes are never applied. I mean templates are changed but the page containing the news remain without changes.
Can anyone help me? I am getting crasier
when I change any of the new module templates (Summary template or the Detail template), no errors are shown but changes are never applied. I mean templates are changed but the page containing the news remain without changes.
Can anyone help me? I am getting crasier

- Fri May 05, 2006 6:18 am
- Forum: Tips and Tricks
- Topic: access denies for function.mysql-real-escape-string
- Replies: 3
- Views: 4065
Re: access denies for function.mysql-real-escape-string
Hi,
it was a charset problem.
I created a use tag with utf-8 and my database is in latin1. I solved that and the error dissappear.
Sorry and thanks
it was a charset problem.
I created a use tag with utf-8 and my database is in latin1. I solved that and the error dissappear.
Sorry and thanks
- Thu May 04, 2006 3:21 pm
- Forum: Tips and Tricks
- Topic: access denies for function.mysql-real-escape-string
- Replies: 3
- Views: 4065
access denies for function.mysql-real-escape-string
hi, I have defined some user tags to connect to a mysql database and now I have this error: Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /var/www/cmsmadesimple/lib/adodb_lite/adodbSQL_drivers/mysql/mysql_driver.inc on line ...