Search found 6 matches

by christla
Wed Apr 23, 2008 9:01 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] - FEU (Front End Users) - 'returnto' question
Replies: 1
Views: 1176

Re: [SOLVED] - FEU (Front End Users) - 'returnto' question

Ok - with fresh morning fresh mind.... my fault I did not notice options in PREFERENCES for FEU before. anyone with the same 'problem' go to Preferences in FEU module and thera are fields for where to go when "changing settings" or "forgot password" and some other options. Just e...
by christla
Wed Apr 23, 2008 8:45 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] - FEU (Front End Users) - 'returnto' question
Replies: 1
Views: 1176

[SOLVED] - FEU (Front End Users) - 'returnto' question

I am using FEU  1.4.2 with CMSMS 1.2.3 Now..I added FEU module to my homepage using {cms_module module=FrontEndUsers form="login" returnto="members"} Works fine when logging in....goes to "members" page But when I'm not logged in yet and I click "forgot password&qu...
by christla
Wed Apr 09, 2008 2:03 am
Forum: Modules/Add-Ons
Topic: TinyMCE + Truetype Text
Replies: 3
Views: 1709

Re: TinyMCE + Truetype Text

try typin "\n" where you want the linebreak in your text.
by christla
Tue Jul 03, 2007 9:46 pm
Forum: CMSMS Core
Topic: How to get map module showing in IE6 ?
Replies: 1
Views: 811

Re: How to get map module showing in IE6 ?

Hey check your code, because I just copy and pasted the {cms_module.......} tag to the content area on my page, but FCK added some extra tags like ...so it did not show up in IE6, but after I deleted all crap around it works fine. SO check there is nothing else then for example {cms_module module=&q...
by christla
Thu May 17, 2007 9:59 pm
Forum: Modules/Add-Ons
Topic: Change "send" button in NMS
Replies: 3
Views: 3845

Re: Change "send" button in NMS

Try this:
go to Modules/NMS
and edit action.default.php
it is 11th or 12th line starting with
$this->CreateInputSubmit($id, 'submit', ............

chnage it to
$this->CreateInputSubmit($id, 'submit', 'Verstuur'));
and you should be sorted
by christla
Thu May 10, 2007 8:38 pm
Forum: Modules/Add-Ons
Topic: Company Directory - How does it work ?
Replies: 4
Views: 2313

Re: Company Directory - How does it work ?

HI there, if you want to link to a page with a category you can do this...... go to action.default.php and right after 4th or 5th line $inputcat = $_POST[$id.'inputcat']; } add this if (isset($_GET['cat'])) { $inputcat = $_GET['cat']; } then you can link to page with category like this /yourroot/you...

Go to advanced search