Hello,
How to turn on pagination on {Cataloger action='all' sub_template='Categories-CSS-based' alias='/' recurse='items_all'}
What sub_template to use? I cant get it working , i mean i dont see navigation at all.
Search found 6 matches
- Tue Jul 20, 2010 3:50 pm
- Forum: Modules/Add-Ons
- Topic: Cataloger pagination
- Replies: 0
- Views: 534
- Thu May 13, 2010 5:42 pm
- Forum: Modules/Add-Ons
- Topic: Welcome email for new FEU users
- Replies: 2
- Views: 1124
Welcome email for new FEU users
Hello, Ive been trying to make an UDT and fetch it to SelfRegistration OnUserRegistered event, so after the completion of registration , new users receive a welcome email. global $gCms; $config = $gCms->GetConfig(); $site = $config['root_url']; $feusers = $gCms->modules['FrontEndUsers']['object']; $...
- Fri Dec 04, 2009 10:02 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] FEU input fields
- Replies: 6
- Views: 2621
Re: FEU input fields
I've figured out everything by myself. Even a default value. Here is an example: <input type="text" STYLE="color: #fcc014; background-color: black;" name="m2feu_input_username" value="User" onBlur="if(this.value=='') this.value='User';" onFocus="...
- Fri Dec 04, 2009 4:01 am
- Forum: Modules/Add-Ons
- Topic: [Solved] FEU input fields
- Replies: 6
- Views: 2621
[Solved] FEU input fields
Hello , is it possible to change , for example, username or password field color? Or put image on sign in button? They are white , and my website is black , so i want to change them in black too and type in white letters. Anyone can help me to figure this out? I know how to make input colors with ht...
- Tue Dec 01, 2009 3:53 pm
- Forum: Help Wanted (commercial)
- Topic: [solved] HTML Coding
- Replies: 2
- Views: 1908
Re: HTML Coding
Well , thats what ive made: http://www.tapukas.lt/index.php?page=contacts {FrontEndUsers} And then I have edit my login template like this: {$startform} {$prompt_username} {$input_username} {$prompt_password} {$input_password} Lang('login')}"/> Remind {$end...
- Tue Dec 01, 2009 4:16 am
- Forum: Help Wanted (commercial)
- Topic: [solved] HTML Coding
- Replies: 2
- Views: 1908
[solved] HTML Coding
Hello, I have problem with HTML coding. Here is my page with CMSMS. http://www.tapukas.lt/index.php?page=contacts (in production) The problem: i need the top row split in 2 columns , so i can put 2 separate pictures in it. At the moment , the code create a separate column somewhere at the right. Any...
