Search found 12 matches
- Wed Nov 24, 2010 11:33 pm
- Forum: Modules/Add-Ons
- Topic: Calendar 1.0 - Missing Modify Calendar Permission
- Replies: 16
- Views: 8810
Re: Calendar 1.0 - Missing Modify Calendar Permission
The only thing that worked for me was to insert manually a record into the permissions-table in the database with permission_name="Modify Calendar" and permission_text="Modify Calendar". Be sure that youre 'permission_id' is unique (it doesn't matter what it is). This fix also w...
- Tue Nov 16, 2010 9:58 pm
- Forum: Developers Discussion
- Topic: steps to duplicate content_image tag as content_pdf (or other content types)?
- Replies: 12
- Views: 4464
Re: steps to duplicate content_image tag as content_pdf (or other content types)?
GBFilepicker looks potentially dangerous to me. . .way too much file manipulation is provided when all is needed is a simple file lister.wishbone wrote: ....but the functionality was put in GBFilePicker module (can be used in AdvancedContent).. Trying to get it to work.
- Tue Nov 16, 2010 9:56 pm
- Forum: Developers Discussion
- Topic: steps to duplicate content_image tag as content_pdf (or other content types)?
- Replies: 12
- Views: 4464
Re: steps to duplicate content_image tag as content_pdf (or other content types)?
Howdy. If there is no filepicker then the AdvancedContent module is not a solution unfortunately. So this brings things back to my original question. . . Does CMSMadeSimple have an external "hook" for content tags that can be used here? Literally all that needs to change is that a secti...
- Tue Nov 16, 2010 8:11 pm
- Forum: Developers Discussion
- Topic: steps to duplicate content_image tag as content_pdf (or other content types)?
- Replies: 12
- Views: 4464
Re: steps to duplicate content_image tag as content_pdf (or other content types)?
Thanks for the heads up about that module. Unfortunately it does not appear to have *any* documentation: http://dev.cmsmadesimple.org/projects/content2 It apparently messes with the default content and content_image tags so I am somewhat nervous about adding it since I already have a large amount o...
- Tue Nov 16, 2010 7:44 pm
- Forum: Developers Discussion
- Topic: steps to duplicate content_image tag as content_pdf (or other content types)?
- Replies: 12
- Views: 4464
steps to duplicate content_image tag as content_pdf (or other content types)?
Howdy. I am currently in need of a (relatively) user friendly way to allow site admins to associate a PDF with a given page (and possibly other filetypes as well). Functionally, the " content_image " tag behaviour is ideal but unfortunately, the filename parameters are hardcoded into a c...
- Thu Oct 28, 2010 7:42 pm
- Forum: Modules/Add-Ons
- Topic: News module problem - news detail page messes with CMS {content} placeholder
- Replies: 5
- Views: 1782
Re: News module problem - news detail page messes with CMS {content} placeholder
Correct on the fact that the summary view stays where you put it as it just calls the news module to output what is in the summary template where it is, when you click the detail link is where it gets the idea or knows that it is supposed to display in the {content} part... Howdy. After some diggi...
- Thu Oct 28, 2010 4:28 am
- Forum: Modules/Add-Ons
- Topic: News module problem - news detail page messes with CMS {content} placeholder
- Replies: 5
- Views: 1782
Re: News module problem - news detail page messes with CMS {content} placeholder
Thanks for the reply. On the initial summary page, the {content} tag is left alone - it is only when accessed via the detail link that this issue occurs. It still knows about the calling template so it is not like it does not have access to the template structure. This behaviour also causes it to ...
- Wed Oct 27, 2010 11:40 pm
- Forum: Modules/Add-Ons
- Topic: News module problem - news detail page messes with CMS {content} placeholder
- Replies: 5
- Views: 1782
News module problem - news detail page messes with CMS {content} placeholder
Howdy. I am using the News module and have come across some problematic behaviour which I am unsure how to fix. I am calling the news module via a CMS template where the relevant section looks like this: <div id="main_content"> <h1>{content label="main heading" oneline="tr...
- Tue Oct 12, 2010 12:17 am
- Forum: CMSMS Core
- Topic: dir argument for {content_image} not parsed before _display_image_block called
- Replies: 3
- Views: 1241
Re: dir argument for {content_image} not parsed before _display_image_block called
Ok, good to know that you can only pass static values to placeholders that control anything in the editor view.
Do I need to open a bug report to get that into the documentation?
Cheers
Do I need to open a bug report to get that into the documentation?
Cheers
- Tue Oct 12, 2010 12:12 am
- Forum: Feature ideas
- Topic: any reason not to add a "sort()" call in create_file_dropdown()?
- Replies: 1
- Views: 2515
any reason not to add a "sort()" call in create_file_dropdown()?
Howdy. I have just started adding some {content_image} boxes in my templates and noticed that there is no sorting being done for filename lists. Since that tends to make it harder to find what you are looking for (in larger lists especially), I was curious if anyone can think of a reason NOT to ad...
- Mon Oct 11, 2010 11:57 pm
- Forum: CMSMS Core
- Topic: dir argument for {content_image} not parsed before _display_image_block called
- Replies: 3
- Views: 1241
dir argument for {content_image} not parsed before _display_image_block called
Howdy. While trying to set up some templates to load images from a directory based on the current site section (as pulled from the menu manager via a custom tag), I have run into an issue with the admin template parser. The problem is that at page edit time, the image list for {content_image} is lo...
- Mon Oct 11, 2010 9:48 pm
- Forum: CMSMS Core
- Topic: #5279 cms_stylesheet doesn't use new logic with "name" parameter not solved
- Replies: 2
- Views: 1108
#5279 cms_stylesheet doesn't use new logic with "name" parameter not solved
Howdy. I was not sure where to post this as the announcement forum is read only. If a mod has a better spot for this I would appreciate it if you could move it to the correct location for me. I am quite new to CMSMadeSimple so am having to follow the documentation pretty closely while I learn the ...