Search found 448 matches

by nervino
Fri May 27, 2016 11:10 am
Forum: CMSMS Core
Topic: munge_string_to_url doesn't remove accented characters
Replies: 2
Views: 2186

munge_string_to_url doesn't remove accented characters

Hello, I'm using the function munge_string_to_url in cmsms 2.1.3 but it doesn't remove accented characters (i.e.: "à" => "a"). I noticed that the previous version of this function used the replacement.php file while the new one does not. Is it a bug or do I need to do something e...
by nervino
Mon May 23, 2016 9:30 am
Forum: CMSMS Core
Topic: News image path?
Replies: 4
Views: 2170

Re: News image path?

I made a new fresh install and it works. Now I'm going to check the other installation to see what's the issue with it.

Thank you very much for your help!
by nervino
Mon May 23, 2016 8:02 am
Forum: CMSMS Core
Topic: News image path?
Replies: 4
Views: 2170

Re: News image path?

Hi Velden,
{$entry->file_location} doesn't output anything.
I also tried {$entry|print_r} but there isn't the file path in $entry object.
by nervino
Sun May 22, 2016 7:13 pm
Forum: CMSMS Core
Topic: News image path?
Replies: 4
Views: 2170

News image path?

Hello, I'm using cmsms 2.1.3 and News module 2.50.5. In News module I've created a custom field (type:file) that I use to upload an image. In old version of the module I used: {$entry->file_location}/{$entry->miniatura} in the template but this doesn't work anymore. Now I can get the file name with ...
by nervino
Wed Nov 18, 2015 8:48 am
Forum: Developers Discussion
Topic: function to browse upload dir
Replies: 4
Views: 4027

Re: function to browse upload dir

I had read that post but, on my opinion, the licence's restrictions of the module are a real problem, as Calguy pointed out. I think the best solution would be the integration of the filemanager module that comes with cmsms. Would it possible? I am reading Calguy's module writing tutorial (It is con...
by nervino
Sun Nov 15, 2015 8:30 pm
Forum: Developers Discussion
Topic: function to browse upload dir
Replies: 4
Views: 4027

function to browse upload dir

Hello, is there a cmsms function that I can use inside a module to browse the uploads directory? Something like CreateFileUploadInput() that lets you browse the uploads dir instead of user's pc filesystem. I would make a user able to browse the cmsms uploads dir and choose a file, which name will be...
by nervino
Mon Nov 09, 2015 1:20 pm
Forum: Modules/Add-Ons
Topic: CGBlog & pretty urls
Replies: 0
Views: 665

CGBlog & pretty urls

Hello, if I call CGBlog archive action in a page template, filtering the category, it generates "ugly" urls. i.e.: {CGBlog action="archive" category="Blog"} It generates pretty urls if I remove the category="Blog" filter. If I remember correctly, CGBlog's beha...
by nervino
Wed Oct 21, 2015 6:24 pm
Forum: CMSMS Core
Topic: [SOLVED] How to extend templates?
Replies: 3
Views: 1542

Re: How to extend templates?

Jo, thank you very much for your explanation. My goal was to have a default template with an empty footer, then have other templates that extend the default one overriding the {block name='footer'}{/block} with the appropriate footer (this is a semplification as the templates are more complex). Now ...
by nervino
Wed Oct 21, 2015 5:03 pm
Forum: CMSMS Core
Topic: [SOLVED] How to extend templates?
Replies: 3
Views: 1542

[SOLVED] How to extend templates?

Hi, I would nest a template in the Smarty's {block} tag. I have a default template, called "Automotive default", with an empty footer block. inside template "Automotive default" I put: {block name='footer'}{/block} I also have made a template called "footer inner page" ...
by nervino
Sun Oct 04, 2015 7:35 pm
Forum: CMSMS Core
Topic: [SOLVED] Formbuilder issue after upgrade to cmsms 2.0
Replies: 10
Views: 3766

[SOLVED] Formbuilder issue after upgrade to cmsms 2.0

Hello, after upgraded to 2.0.1 from 1.12.1 the formbuilder tag does not output the form itself. In the page where there is the FB tag: {FormBuilder form='contatti'}, I can see the text that I put in the module template but I can't see the form. I tried to make a new page, with a default cmsms templa...
by nervino
Sat Jun 20, 2015 5:55 pm
Forum: The Lounge
Topic: [SOLVED] This forum icon issue
Replies: 1
Views: 1024

[SOLVED] This forum icon issue

Hi,
in the official boards main page I have seen the orange (unread posts) icon for some time, even if I click "Mark forums read" link or I'm not logged in.
I have deleted all my cookies, too...
by nervino
Sat Feb 14, 2015 2:48 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGBlog archive issue
Replies: 1
Views: 837

Re: CGBlog archive issue

Well, I've found that with "ugly" urls it works.

To make it working with pretty urls too, I put in the options tab of the page (in Smarty data or logic that is specific to this page) this code:

Code: Select all

{cge_module_hint module='CGBlog' showall='1'}
It works great.
by nervino
Thu Feb 12, 2015 12:48 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGBlog archive issue
Replies: 1
Views: 837

[SOLVED] CGBlog archive issue

Hello, I'm not able to show expired posts following the archive list's links. In my "archive" page I put: {CGBlog action="archive" summarypage="archive" showall="1"} and this shows the list: Feb 2015 - (1) Mar 2014 - (3) Jun 2013 - (3) If I click on a month's ...
by nervino
Tue Jan 13, 2015 12:10 pm
Forum: Modules/Add-Ons
Topic: Statistics of Banners module
Replies: 3
Views: 1200

Re: Statistics of Banners module

Can you suggest an alternative?

thanks

Go to advanced search