Search found 38 matches
- Sat May 07, 2011 6:54 pm
- Forum: Modules/Add-Ons
- Topic: tableshow plugin updated
- Replies: 0
- Views: 517
tableshow plugin updated
I've added the facility to convert currency symbols to html macros, to overcome problems of locale incompatibilities. It is now called version 0.3 and is in the forge, though you have to download from the git repository ("code" tab) as I have no idea how files are transfered to "relea...
- Sun May 01, 2011 10:05 pm
- Forum: Modules/Add-Ons
- Topic: availability calendar for rental property or similar
- Replies: 2
- Views: 1179
Re: availability calendar for rental property or similar
It now exists also as a project on http://dev.cmsmadesimple.org/projects/calshow. There, too it is in the git repository, as I do not see how to put it into a downloadable file. But the files in the repo are pretty complete, with screenshots and install instructions as well as sample css and data in...
- Wed Apr 13, 2011 12:22 pm
- Forum: Modules/Add-Ons
- Topic: availability calendar for rental property or similar
- Replies: 2
- Views: 1179
availability calendar for rental property or similar
I have created a plugin for showing the availability of rental accommodation etc. Data is entered in a very simple text table and presented as a colored calendar covering a configurable number of months, with paging if more data is available. Anybody interested can get it at https://github.com/backw...
- Fri Mar 18, 2011 5:23 pm
- Forum: Feature ideas
- Topic: [suggestion] list css_id in admin interface
- Replies: 5
- Views: 4984
Re: [suggestion] list css_id in admin interface
Thanks for the link. 'Core' wasn't in the list of projects! I've filed the FR now.
- Fri Mar 18, 2011 10:33 am
- Forum: Feature ideas
- Topic: [suggestion] list css_id in admin interface
- Replies: 5
- Views: 4984
Re: [suggestion] list css_id in admin interface
Good idea. I would have done, but could not see which project to post it against.I would file a FR, feature request, in the forge...
- Tue Mar 15, 2011 11:32 am
- Forum: Feature ideas
- Topic: [suggestion] list css_id in admin interface
- Replies: 5
- Views: 4984
[suggestion] list css_id in admin interface
When developing sites, using browser developer tools, the css_id is available, but not the name of the css pages. This makes it very difficult to debug css problems. I would like to suggest adding the id to the display in listcss.php and listcssassoc.php. as a permanent feature of cmsms. The changes...
- Wed Mar 09, 2011 10:55 pm
- Forum: Modules/Add-Ons
- Topic: extended display of CGCalendar
- Replies: 4
- Views: 1853
Re: extended display of CGCalendar
In fact, those useful tips do not seem to help. I need to call CGCalendar 12 times, once for each successive month, and assemble the outputs into a single page. There is no neat way to put a for loop on the page itself (and I would rather not do it there as I also want logic to allow paging forward ...
- Sun Mar 06, 2011 9:45 pm
- Forum: Modules/Add-Ons
- Topic: extended display of CGCalendar
- Replies: 4
- Views: 1853
Re: extended display of CGCalendar
You can call any module's Smarty tag from a UDT.. Thanks. That will be the way forward then. It's difficult to find intelligible information on smarty functions -- or even a catalog of them. I have finally located http://www.smarty.net/docsv2/en and expect everything is there somewhere -- just have...
- Sun Mar 06, 2011 7:05 pm
- Forum: Modules/Add-Ons
- Topic: extended display of CGCalendar
- Replies: 4
- Views: 1853
extended display of CGCalendar
I need to show the defaultCGCalendar output, i.e. the one-month view, but multiple times putting each successive month into a div. This way the user can see a 9-month or 12-month view. Then I want to allow paging forward/backward in, say, 6-month hops. I have tweaked the css to get the single month ...
- Mon Feb 21, 2011 12:56 pm
- Forum: Modules/Add-Ons
- Topic: fckeditor
- Replies: 3
- Views: 1937
Re: fckeditor
I have put this code into a page {if $ccuser->loggedin()} but fckeditor is changing it to {if $ccuser->loggedin()} which is causing errors. How can i get around this? Thanks in advance. In my testing, the only wywiwyg editor that does not destroy smarty tags etc is tinyMCE. That has its own weaknes...
- Wed Feb 02, 2011 8:44 pm
- Forum: Modules/Add-Ons
- Topic: get current page hierarchy position
- Replies: 4
- Views: 1895
Re: get current page hierarchy position
Could you post the way your structure is setup, as f.e. with main-level to be FR/EN, you could use a {menu number_of_levels=1} for ONLY first level (being languages). Yes, that is right -- at the moment it is only 'en' and 'it' at level 1 and then parallel structures of two further levels in each l...
- Wed Feb 02, 2011 7:41 pm
- Forum: Modules/Add-Ons
- Topic: get current page hierarchy position
- Replies: 4
- Views: 1895
Re: get current page hierarchy position
Hierarchy can be found using {$friendly_position} for root parent name etc. install CGSimpleSmarty and look at the Help as it has examples of this... That has been a great help, but I am still struggling: I need to get all siblings of the root parent. This is for a languages hierarchy of pages if t...
- Tue Jan 11, 2011 5:31 pm
- Forum: Modules/Add-Ons
- Topic: get current page hierarchy position
- Replies: 4
- Views: 1895
get current page hierarchy position
I have wasted hours searching these forums for this. I am sure someone must have answered it before, but ... I need to get the hierarchy position of the current page (eg 1.4.2) , also, preferably, the name of its root node. Then I also need to generate the url for a calculated hierarchy position -- ...
- Wed Jul 15, 2009 8:26 pm
- Forum: Modules/Add-Ons
- Topic: SimpleBooking -- sql error
- Replies: 4
- Views: 1942
Re: SimpleBooking -- sql error
Thanks. I'll wait with bated breath...
- Tue Jul 14, 2009 3:46 pm
- Forum: Modules/Add-Ons
- Topic: SimpleBooking -- sql error
- Replies: 4
- Views: 1942
SimpleBooking -- sql error
I have to admit to being completely at sea in the cryptic instructions to these modules: CGExtensions 1.16 CGCalendar 1.2.2 FrontEndUsers 1.6.7 SimpleBooking 0.1 CGUserDirectory 1.0.1 CustomContent 1.5.3 What I am trying to do is to set up a form on which vi...