Search found 13 matches
- Fri May 22, 2015 4:34 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
Re: Self Registration Module - Add to other group template
As per indication on the forge, this is the right behavior for this module, at least for now.
- Thu May 21, 2015 3:38 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
Re: Self Registration Module - Add to other group template
GAAAhhhh.. code overload... can someone help? at least verify if it is working?
- Thu May 21, 2015 2:20 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
Re: Self Registration Module - Add to other group template
Been looking to the .php files to see if I can create an alternate action.anothergroup.php using action.do_edituser.php for instance as workbase, but can't get it right...
- Wed May 20, 2015 5:29 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
Re: Self Registration Module - Add to other group template
Yes, and for now they are sharing almost all the fields, as "optional" (just for constrution and testing sake) THe problem with the date type of field, I can see that the page is invoking a Jscript for a datepicker on the "date" type of field... $(document).ready(function(){ $('i...
- Wed May 20, 2015 3:36 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
Re: Self Registration Module - Add to other group template
Edited... This template should already do the trick but is constructed with input type dependency... I guess it is the old way of doing the construction. :| and {$rec->value} or {$rec->val} doesn't return any values, hence the HTML output comes as value="" {$rec|print_r} returns for instan...
- Wed May 20, 2015 3:30 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED]Self Registration Module Add to other group template
- Replies: 7
- Views: 2785
[SOLVED]Self Registration Module Add to other group template
Hello.. I want to allow a Self Registration User to sign in to 2 separate FEU groups, and I have allowed this on the Admin section... and it works. But I want something more: Both user group forms share some of the fields, and I am trying to "import" the already complete form fields from G...
- Fri Dec 12, 2014 10:33 am
- Forum: CMSMS Core
- Topic: Html blob 'global_content_block_x' does not exist (reborn)
- Replies: 8
- Views: 4223
Re: Html blob 'global_content_block_x' does not exist (rebor
Just switched all GCB calls for {include file='globalcontent:nameofblock'} ...following Rolf's idea. let's see what happens during the day... yesterday, it was the main page that was incomplete, and the fail to load the template you experienced. :| I am betting that it can be the my provider's DB ca...
- Thu Dec 11, 2014 5:31 pm
- Forum: CMSMS Core
- Topic: Html blob 'global_content_block_x' does not exist (reborn)
- Replies: 8
- Views: 4223
Re: Html blob 'global_content_block_x' does not exist (rebor
Weird... it is working now... I did nothing...not even cleaning the cache ---------------------------------------------- Cms Version: 1.11.10 Installed Modules: CMSMailer: 5.2.2 FileManager: 1.4.4 MenuManager: 1.8.6 ModuleManager: 1.5.5 News: 2.14.2 Printing: 1.1.2 Search: 1.7.11 ThemeManager: 1.1.8...
- Thu Dec 11, 2014 2:43 pm
- Forum: CMSMS Core
- Topic: Html blob 'global_content_block_x' does not exist (reborn)
- Replies: 8
- Views: 4223
Re: Html blob 'global_content_block_x' does not exist (rebor
Hi Jo... that seems to be the problem... I cannot give much more information...because everything is working fine, and after some time (sometimes an hour, sometimes a day) when I go to one of the news posts e.g.: http://www.apdsi.pt/index.php/news/852/191/Forum-da-Acessibilidade-Web-2014.html The co...
- Thu Dec 11, 2014 1:25 pm
- Forum: CMSMS Core
- Topic: Html blob 'global_content_block_x' does not exist (reborn)
- Replies: 8
- Views: 4223
Re: Html blob 'global_content_block_x' does not exist (rebor
I have transferred all the blobs to the template, so it is getting harder to get.
Can't we put something in the end of the template that forceCloses all DB connections upon Successfully loading the page?
Can't we put something in the end of the template that forceCloses all DB connections upon Successfully loading the page?
- Thu Dec 11, 2014 1:00 pm
- Forum: CMSMS Core
- Topic: Html blob 'global_content_block_x' does not exist (reborn)
- Replies: 8
- Views: 4223
Html blob 'global_content_block_x' does not exist (reborn)
Following this (closed meanwhile): http://forum.cmsmadesimple.org/viewtopic.php?f=8&t=68368&start=45 This is also happening to me. I don't have CGSmartimage installed. Having to clean cache two or more times a day... Have implemented this also http://stackoverflow.com/a/13276808/1004312 With...
- Wed Sep 24, 2014 9:17 am
- Forum: Modules/Add-Ons
- Topic: [solved]CGUserDirectory sortby="f:prop" error
- Replies: 4
- Views: 2484
Re: CGUserDirectory sortby="f:prop" error
GOD... Should have come here directly. 
Thxs CB2004, worked like a charm.

Thxs CB2004, worked like a charm.
- Tue Sep 23, 2014 3:52 pm
- Forum: Modules/Add-Ons
- Topic: [solved]CGUserDirectory sortby="f:prop" error
- Replies: 4
- Views: 2484
[solved]CGUserDirectory sortby="f:prop" error
Hello... I have a lot of users (above 800).... and when I use the "f:prop" like this: {CGUserDirectory action="default" group="Parceiros" summarytemplate="v2_listaparceiros" sortby="f:nome"} I get a MYSQL error stating that it will be too much inform...