Search found 448 matches

by nervino
Wed Feb 12, 2014 11:42 pm
Forum: The Lounge
Topic: Hide div in iframe
Replies: 1
Views: 2389

Hide div in iframe

Hello, I put an iframe in a cmsms page, and tried to hide an iframe's element, like this: <__iframe id="webmailiframe" src="https://mycloud.seeweb.it/webmail/" frameborder="0" style="overflow:hidden;height:400px;width:100%" height="400px" width="...
by nervino
Tue Nov 05, 2013 8:29 am
Forum: CMSMS Core
Topic: [SOLVED] MIcrotiny deletes blank SPAN
Replies: 2
Views: 1221

Re: MIcrotiny deletes blank SPAN

I see. Thanks.
by nervino
Mon Nov 04, 2013 10:19 pm
Forum: CMSMS Core
Topic: [SOLVED] MIcrotiny deletes blank SPAN
Replies: 2
Views: 1221

[SOLVED] MIcrotiny deletes blank SPAN

Hi All, if I put a blank <span class="dropcap_holder"></span> in the content's textarea of a cmsms page, with the wysiwyg toggled off, and then I toggle the wysiwyg on, the SPAN disappears. The only way I've found to save the page, maintaining the empty span, with wysiwyg ON, is to insert ...
by nervino
Wed Oct 30, 2013 6:03 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Newbies install problem
Replies: 7
Views: 2508

Re: Newbies install problem

Hi Tiberia, have a look to this post: http://forum.cmsmadesimple.org/viewtopi ... =3&t=68355
Perhaps, your issue has the same cause described there (wrong permissions on folders)
by nervino
Sun Jun 16, 2013 2:45 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Path issue with subdir
Replies: 3
Views: 2861

Re: Path issue with subdir

Sorry, I've posted the system infos of my local server. The online server has php 5.2.6, so I think the issue is caused by the PHP version.
The php magic constant "__DIR__" was added in PHP 5.3.0...

Now I'm installing the online site from scratch.

Thank you Rolf.
by nervino
Sun Jun 16, 2013 1:23 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Path issue with subdir
Replies: 3
Views: 2861

Re: Path issue with subdir

Yes, I cleared the cache before upload the site.
by nervino
Sun Jun 16, 2013 11:11 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Path issue with subdir
Replies: 3
Views: 2861

[SOLVED] Path issue with subdir

Hello, I've uploaded my site in a sub directory (/test/) on my server, but when I try to load the frontend or the admin panel I have the following error: Warning: require_once(__DIR__/function.module_action.php) [function.require-once]: failed to open stream: No such file or directory in /home/mhd/w...
by nervino
Thu Apr 04, 2013 8:03 am
Forum: Developers Discussion
Topic: [SOLVED] Module permissions
Replies: 1
Views: 1804

Re: Module permissions

I've found the cause. The issue was due to the wrong case of a letter in action.defaultadmin.php:
CheckPermission('Use Mymodule')
instead of
CheckPermission('Use mymodule')

Sorry...
by nervino
Wed Apr 03, 2013 9:11 pm
Forum: Developers Discussion
Topic: [SOLVED] Module permissions
Replies: 1
Views: 1804

[SOLVED] Module permissions

Hello, I can't correctly set the permissions for my module in order to create a user account that can manage it. I created a new user (say "newuser") that belongs to "Editors group". I set the permissions of the "Editors group", granting ALL the permissions (like admin ...
by nervino
Wed Mar 06, 2013 7:24 pm
Forum: Developers Discussion
Topic: Post form to another cms page
Replies: 8
Views: 4816

Re: Post form to another cms page

I did as you suggested, but I can't get the values in destination page, where I need to load the same module that, in my intention, has to grab the posted values.
I'll give it a try with a clean test module, just for study as I agree with you in handling the form in the same page.

Thanks
by nervino
Tue Mar 05, 2013 12:41 pm
Forum: Developers Discussion
Topic: Post form to another cms page
Replies: 8
Views: 4816

Re: Post form to another cms page

I've just found a way to partially solve my problem using Smarty. In the tag with which I recall my module in Page1, I put: {cms_module module="MyModule" myvar=$smarty.post.m61137myvar} In this way $params['myvar'] gets the correct value from Page2. It's not a very clean way to do it, beca...
by nervino
Tue Mar 05, 2013 11:10 am
Forum: Developers Discussion
Topic: Post form to another cms page
Replies: 8
Views: 4816

Re: Post form to another cms page

Well, hence I infer from your answers that there isn't a way to pass form variables between pages recalling the same module, without using UDTs etc.
So, I'll make my form stay in the same page, toggling it with jquery.

Thank you very much.
by nervino
Mon Mar 04, 2013 3:02 pm
Forum: Developers Discussion
Topic: Post form to another cms page
Replies: 8
Views: 4816

Re: Post form to another cms page

Hi psy, thank you for replying. I don't need to change the form action, that I can do when creating the form in my module. I have 2 cmsms pages. For example, in my site navigation menu I have: - Home page - Page1 - Page2 I want to display the form (calling my module) in Page2, and display the submit...
by nervino
Sun Mar 03, 2013 3:02 pm
Forum: Developers Discussion
Topic: Post form to another cms page
Replies: 8
Views: 4816

Post form to another cms page

Hello, is it possible to have a form post to another cms page? I have 2 cmsms pages: page1 and page2 In page2 I put a module that creates a form in this way: $smarty->assign('formstart', CreateFrontEndFormStart($id,'16','default'); where '16' is the id of page1. $smarty->assign('myvalue', $this->Cre...

Go to advanced search