Search found 49 matches

by Andor
Thu Jun 04, 2009 11:06 pm
Forum: Modules/Add-Ons
Topic: Suggestions for administrating frontend lists
Replies: 1
Views: 932

Suggestions for administrating frontend lists

Hi, I have been searching the list of modules to find a suitable solution for a specific need, but don't see an obvious one  :-\ I have 50 different groups of people, with just one front end user per group, i.e. all people in one group use the same user login to get to a specific set of pages. Each ...
by Andor
Fri Dec 26, 2008 5:12 pm
Forum: CMSMS Core
Topic: [SOLVED] CustomContent, MenuManager, page aliases and user groups in combination
Replies: 3
Views: 2043

Re: [SOLVED] CustomContent, MenuManager, page aliases and user groups in combination

Hi there, My initial method handled several user groups and used the 'includeprefix=$customcontent_groups' part to pull the logged in users's group(s) and match this to pages with corresponding alias prefixes. You will need to adjust all page aliases (just the prefix) and user groups to match each o...
by Andor
Wed Nov 26, 2008 2:26 pm
Forum: Layout and Design (CSS & HTML)
Topic: Have a new idea of showing custom content...
Replies: 0
Views: 980

Have a new idea of showing custom content...

...but can't get the syntax right  :-[ I've created a UDT, page_alias_new , that gives me a sub string of the page alias - the first 3 letters. The UDT works fine. Now, I want to compare the value of that UDT with $customcontent_groups from FEU. Just to check the value of my variables, I've put this...
by Andor
Thu Nov 20, 2008 4:10 pm
Forum: Modules/Add-Ons
Topic: FEU - silent form and returning to a specific page
Replies: 1
Views: 1278

FEU - silent form and returning to a specific page

Hi, I use a link at the top for login/logout purposes. The only thing I can't get to work is the returnto function. This doesn't work: {FrontEndUsers returnto='start' form='silent'}{$link_logout} However, when I remove the form='silent' , it doesn't look nice, but actually brings me to the page I wa...
by Andor
Thu Nov 20, 2008 12:48 pm
Forum: CMSMS Core
Topic: [SOLVED] CustomContent, MenuManager, page aliases and user groups in combination
Replies: 3
Views: 2043

Re: CustomContent, MenuManager, page aliases and user groups in combination

Ok, after a good night's sleep I found a solution - funny how the brain continues to work when sleeping ;) I put the following lines in the template {if isset($customcontent_loggedin) && $customcontent_loggedin > 0} {cms_module module='menumanager' template='fjs_horiz'  number_of_levels='1' ...
by Andor
Thu Nov 20, 2008 12:42 am
Forum: Modules/Add-Ons
Topic: [solved] How to make "get_root_page_alias" printing the "Title" of the root page
Replies: 4
Views: 1920

Re: [solved] How to make "get_root_page_alias" printing the "Title" of the root page

Fantastic!

I guess you feel the same way I do when finding solutions here - that's what so great with the help on this forum :)

'Nilson' - Swede, by any chance?
by Andor
Thu Nov 20, 2008 12:36 am
Forum: CMSMS Core
Topic: [SOLVED] CustomContent, MenuManager, page aliases and user groups in combination
Replies: 3
Views: 2043

[SOLVED] CustomContent, MenuManager, page aliases and user groups in combination

Hi, I have been using CustomContent and MenuManager in combination for a while, e.g. {if isset($customcontent_loggedin) && $customcontent_loggedin > 0} {cms_module module='menumanager' template='fjs_horiz'  number_of_levels='1'  excludeprefix='std_'} {else} {cms_module module='menumanager' t...
by Andor
Wed Nov 19, 2008 11:50 pm
Forum: Modules/Add-Ons
Topic: [solved] How to make "get_root_page_alias" printing the "Title" of the root page
Replies: 4
Views: 1920

Re: How to make "get_root_page_alias" printing the "Title" of the root page

Hi, Not being an expert at all when it comes to Smarty or php, I found a solution in the forum for what I believe you are looking for. It combines two UDTs in my template: {get_root_alias alias=$page_alias assign='root_alias'}{get_page_title alias=$root_alias} The code for each of them: The get_root...
by Andor
Wed Nov 19, 2008 12:05 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Checking for corrupted files without checksum
Replies: 6
Views: 2247

Re: Checking for corrupted files without checksum

Ouch, Alby  :-[

I found the problem - the paths in config...

Anyway, I'm happy as ever  :)
by Andor
Tue Nov 18, 2008 11:06 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Checking for corrupted files without checksum
Replies: 6
Views: 2247

Re: Checking for corrupted files without checksum

Grazie, Alby, I did a check with FireFTP - checking for existence and size - but no solution there. It boils down to that Smarty_Compiler.class.php just doesn't recognize 14 tags. I really don't have a clue  :-\ I might just try another run from scratch and see if that helps. Again, thanks for your ...
by Andor
Tue Nov 18, 2008 8:46 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Checking for corrupted files without checksum
Replies: 6
Views: 2247

Re: Checking for corrupted files without checksum

Thanks for your swift reply, Alby :) I've CHMOD the following directories to 777: * tmp * tmp/templates_c * tmp/cache * uploads * uploads/images * modules Plugin folder is there and all files in that folder transferred again - tested in both ASCII and binary mode. Interestingly enough, I get "C...
by Andor
Tue Nov 18, 2008 7:54 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Checking for corrupted files without checksum
Replies: 6
Views: 2247

[SOLVED] Checking for corrupted files without checksum

Hi all, Any ideas on how to find corrupted files after an ftp transfer of all files? Earlier I was lucky enough to find the 2-3 files that didn't make it over to a new server just by checking the most obvious ones. Now, I just get a lot of errors and can't find the files causing the trouble. I trans...
by Andor
Sun Mar 09, 2008 12:37 pm
Forum: Modules/Add-Ons
Topic: FEU customized menu doesn't show all pages
Replies: 2
Views: 1333

FEU customized menu doesn't show all pages

Hi, I'm running CMSMS 1.2.3, FEU 1.3.3, CustomContent 1.5 and MenuManager 1.5. Also using the excludeprefix in MenuManager for the template to allow for private pages for logged in users - nice touch, by the way, the excludeprefix   ;) Now, the private pages (including the menu items for them) on ro...
by Andor
Sat Feb 16, 2008 1:28 pm
Forum: Modules/Add-Ons
Topic: Formbuilder with two actions
Replies: 4
Views: 2440

Re: Formbuilder with two actions

Hi,
Just wanted to add to the last reply. You'll just have to use two of the pre-defined fields in FormBuilder: 1) Store Results in Database and 2) Email Results to set Address(es).

For that, you don't need the FormBrowser, but to view the data, you will.

Go to advanced search