Search found 20 matches
- Wed Jun 22, 2011 7:03 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Tiny MCE Stylesheets Not Working!
- Replies: 4
- Views: 3069
Re: Tiny MCE Stylesheets Not Working!
It's happening again on a separate site. The strange part is there are several other sites on the same server without any issues. Firebug shows the elements are missing from the dom? No JS errors either so I beginning to lean towards something serverside, but I checked apache error logs and nothing.
- Fri May 06, 2011 2:50 pm
- Forum: Feature ideas
- Topic: Array of Content Blocks
- Replies: 0
- Views: 2459
Array of Content Blocks
Wouldn't it be cool if we could have content blocks that are infinite in the ability to be added on a page. For instance {content block='repeatingblockname' outterhtml=$somevar type='multipleblock'} Then when editing content on the page you could click an add button under the multiple content block ...
- Sun Apr 03, 2011 10:44 pm
- Forum: Developers Discussion
- Topic: Add Link to Javascript Files In Admin Head Area Of Template
- Replies: 2
- Views: 4101
Re: Add Link to Javascript Files In Admin Head Area Of Templ
I guess putting jquery in the body of the document and using document.ready works. It's not the best practice but it works.
- Sun Apr 03, 2011 10:40 pm
- Forum: Developers Discussion
- Topic: Posting error message with redirect [solved]
- Replies: 5
- Views: 2671
Re: Posting error message with redirect SOLVED
Awesome thanks for the help. Is there anywhere I can see all of the available params. I am still struggling with the documentation.
- Fri Apr 01, 2011 5:57 pm
- Forum: Developers Discussion
- Topic: mact unset
- Replies: 1
- Views: 1807
mact unset
Hi everyone, I tried extending a module with little luck so far. The mact is outputting unset when I use create form class addScheduleForm extends CMSModule { var $eventName = ""; var $eventDate = ""; var $eventInfo = ""; function setName($value){ $this->eventName=$valu...
- Thu Mar 31, 2011 1:00 pm
- Forum: Developers Discussion
- Topic: Posting error message with redirect [solved]
- Replies: 5
- Views: 2671
Posting error message with redirect [solved]
Is it possible to post an error message as a param? I know you can use 'module_message' for a success message, is there a similar param for error? I am aware of ShowErrors but this doesn't work with a redirect, and then I would have to pass the error message as a param anways well writing logic to s...
- Mon Mar 28, 2011 1:50 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Tiny MCE Stylesheets Not Working!
- Replies: 4
- Views: 3069
Re: Tiny MCE Stylesheets Not Working!
Yes it is marked as screen. I also tried all, neither are working. I even tried re-uploading the tiny mce module still with no success.
Also I don't think it is server settings as other sites are running on our server under the same configuration and working.
Also I don't think it is server settings as other sites are running on our server under the same configuration and working.
- Thu Mar 24, 2011 10:39 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Tiny MCE Stylesheets Not Working!
- Replies: 4
- Views: 3069
Tiny MCE Stylesheets Not Working!
When I click on style-sheets my classes do not show up. Typically I hand coded style-sheets simply because it was easier for me to ftp them real quick after making edits. Now I have a site the client is going to be working on updating more I wanted to be able to use the functionality of the styles a...
- Mon Feb 14, 2011 3:36 am
- Forum: Developers Discussion
- Topic: Add Link to Javascript Files In Admin Head Area Of Template
- Replies: 2
- Views: 4101
Add Link to Javascript Files In Admin Head Area Of Template
I've searched the form and can't seem to find a simple solution. I want to add a link to a static JavaScript file that my module will use to the header of the admin section, basically so I can call datepicker since I see jquery-ui is already included in the admin theme. Is there any easy way to load...
- Mon Feb 14, 2011 1:20 am
- Forum: Developers Discussion
- Topic: [Solved] How to prevent sql injection
- Replies: 2
- Views: 1910
Re: How to prevent sql injection
I see that adodb lite is used. Does this sanitize data when execute is ran? I can't seem to find the answer to this in the docs.
- Mon Feb 14, 2011 12:59 am
- Forum: Developers Discussion
- Topic: [Solved] How to prevent sql injection
- Replies: 2
- Views: 1910
[Solved] How to prevent sql injection
Is there a class / method to sanitize sql. Should I sanitize everything that is passed in the admin panel as params, or is this somehow handled by cmsms automatically?
Also any tips on how to read the api docs would be appeciated. I can't seem to find anything I am looking for !
Also any tips on how to read the api docs would be appeciated. I can't seem to find anything I am looking for !

- Mon Dec 13, 2010 7:55 pm
- Forum: Modules/Add-Ons
- Topic: Products Module Sort By Added - Solved
- Replies: 2
- Views: 1864
Re: Products Module
Thank you very much, it's working now! I didn't even think to look for an attribute since it was an option in the admin panel! 

- Mon Dec 13, 2010 4:20 pm
- Forum: Modules/Add-Ons
- Topic: Products Module Sort By Added - Solved
- Replies: 2
- Views: 1864
Products Module Sort By Added - Solved
Ok I am confused, there is a sort function on the products tab in the admin area. I set this to date added. I am trying to achieve a list of the newest products added. Currently it is still sorting by name. Any help would be appreciated. I edited my summary template to look as follows: Newest Items...
- Sun Dec 12, 2010 11:05 pm
- Forum: General Discussion
- Topic: Better Module Documentation In The Forge
- Replies: 35
- Views: 17031
Better Module Documentation In The Forge
Am I missing something, is there a list of smarty variables used by each module? It seems the documentation is really hard to follow, next to non-existent in some modules. I am looking at this from the point I have worked with procedual php code mainly, along with Java. I understand the syntax of PH...
- Wed Jun 16, 2010 4:27 pm
- Forum: Modules/Add-Ons
- Topic: Problem with CGBlog module
- Replies: 3
- Views: 2128
Re: Problem with CGBlog module
Same problem here.