Search found 19 matches
- Mon Nov 09, 2009 4:46 am
- Forum: Modules/Add-Ons
- Topic: Real Estate Entries Search Form
- Replies: 5
- Views: 2619
Re: Real Estate Entries Search Form
Agreed. A "Real Estate" module would come in handy for many I'd suspect
- Mon Nov 09, 2009 4:40 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: How to make a demo?
- Replies: 5
- Views: 2091
How to make a demo?
How can I make a demo for CMSMS?
i.e. users can login with demo @ demo and then the script will install itself again after X hours?
i.e. users can login with demo @ demo and then the script will install itself again after X hours?
- Fri Jul 17, 2009 9:18 am
- Forum: Modules/Add-Ons
- Topic: Custom Content/FEU and Tiny MCE
- Replies: 1
- Views: 995
Custom Content/FEU and Tiny MCE
Tiny MCE in my WYSIWYG turns my code from: {if $ccuser->loggedin() && $ccuser->memberof('TrustedLeaders')} A snippet from the Blogetin {CGBlog summarytemplate="Snippet-View" number="1"} {else} * Some message to guests {/if} to this: <p>{if $ccuse[b]r->[/b]loggedin()[b] &a...
- Sun May 31, 2009 7:56 am
- Forum: Developers Discussion
- Topic: Saving to DB as parsed?
- Replies: 3
- Views: 1885
Re: Saving to DB as parsed?
Well I found a compromise that I am happy with 
When outputting I just use htmlspecialchars_decode
Thanks for looking

When outputting I just use htmlspecialchars_decode
Thanks for looking

- Sun May 31, 2009 3:11 am
- Forum: Developers Discussion
- Topic: Saving to DB as parsed?
- Replies: 3
- Views: 1885
Re: Saving to DB as parsed?
Okay, I am pretty sure it has something to do with textboxes always stripping HTML when submitting from frontend.
- Sun May 31, 2009 3:01 am
- Forum: Modules/Add-Ons
- Topic: WYSIWYG instead of textarea for front end users
- Replies: 3
- Views: 1585
Re: WYSIWYG instead of textarea for front end users
The TinyMCE editor loads and i can input the data. The only thing, that the formated data gets stored wrongly. For example, in the databe at the "properties" table, the text gets stored as " <p> something </p> " instead of something. In other words, html code gets converted into...
- Fri May 29, 2009 11:47 pm
- Forum: Developers Discussion
- Topic: Saving to DB as parsed?
- Replies: 3
- Views: 1885
Saving to DB as parsed?
For some reason this is not saving any HTML codes, rather they are parsed and show in a browser. I.e. It looks like this: bold Instead of: bold action.user_editcontent <?php if (!isset($gCms)){ exit; } $feusers = $this->GetModuleInstance('FrontEndUsers'); if( !$feusers ) { $this->_DisplayErrorPage( ...
- Fri May 29, 2009 11:44 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE from frontend?
- Replies: 4
- Views: 5542
Re: TinyMCE from frontend?
thank you
Works great!

- Fri May 29, 2009 6:31 am
- Forum: Modules/Add-Ons
- Topic: TinyMCE from frontend?
- Replies: 4
- Views: 5542
TinyMCE from frontend?
I'm trying to call TinyMCE from the front end. I have searched the forums but the posts returned didn't help/had no context.
^Above code i'm trying to edit.
Code: Select all
$this->smarty->assign('content', $this->CreateTextArea(true, $id, $content, 'textbox', '', 'textbox'));
- Wed May 27, 2009 12:55 pm
- Forum: Modules/Add-Ons
- Topic: What comments does the forge use?
- Replies: 1
- Views: 854
What comments does the forge use?
What comment module does the forge use?
- Wed May 27, 2009 12:04 pm
- Forum: Modules/Add-Ons
- Topic: Simple Wiki, TinyMCE support?
- Replies: 2
- Views: 1175
Re: Simple Wiki, TinyMCE support?
Also, integration with Archive Manager Module would be awesome!
- Wed May 27, 2009 6:36 am
- Forum: Developers Discussion
- Topic: Frontend site editing without having to know about the backend
- Replies: 18
- Views: 19788
Re: Frontend site editing without having to know about the backend
Is there any more development with this? It'd be great.
Alternatively, implementing a TinyMCE in to the existing SimpleWiki module would give the same result yes?
Alternatively, implementing a TinyMCE in to the existing SimpleWiki module would give the same result yes?
- Wed May 27, 2009 5:44 am
- Forum: Modules/Add-Ons
- Topic: Simple Wiki, TinyMCE support?
- Replies: 2
- Views: 1175
Re: Simple Wiki, TinyMCE support?
Sorry for the bump, it's just pretty integral to the development of my website. Any ideas / point me in the right direction?
- Mon May 25, 2009 5:25 am
- Forum: Modules/Add-Ons
- Topic: Simple Wiki, TinyMCE support?
- Replies: 2
- Views: 1175
Simple Wiki, TinyMCE support?
At the moment the simple wiki module only has wiki syntax. Is there any easy way for somebody to either: a) post the code how to implement tinyMCE or b) post a zip that can just be uploaded? Any help is greatly appreciated! The module is exactly what I need, however, our users aren't all that tech s...
- Fri May 22, 2009 5:17 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar, Date Format?
- Replies: 2
- Views: 1750
CGCalendar, Date Format?
How can I change the date format with CGCalendar? There is no parameter that I can find :/