Topic: Remove Drop Down Company

Hi all,

I want one install and multiple companies so that my customers can log on and view their accounts.

I don't want customers seeing the other companies so I want clients to put

username

password

company

I saw a post but I can't get it to work, any ideas?

Re: Remove Drop Down Company

If you upgrade to 2.3.12 and copy these lines from config.default.php to config.php
Beginning with Line 243

/* 
    Display a dropdown select box for choosing Company to login if false.
    Show a blank editbox only if true where the Company NickName
    will have to be manually entered. This is when privacy is needed.
*/
$text_company_selection  = true;

Then you should be going.

Joe

Re: Remove Drop Down Company

hey joe,

I have the latest version and I placed the true at the bottom inside the php tag but nothing (although I am using the module for a different login screen)

Re: Remove Drop Down Company

In what way is your login screen different from the standard one? Check the diffs of the login.php and see what has changed....

Re: Remove Drop Down Company

http://www.anterp.com/shop/executive-theme

I have their module for the theme, would this make any difference?

Re: Remove Drop Down Company

from what I can see the combo box lays here in /access/login.php

    echo "<label>"._("Company").":</label><select name='company_login_name' tabindex='3' class='txtCombobox'>\n";
    for ($i = 0; $i < count($db_connections); $i++)

Re: Remove Drop Down Company

hi apmuthu

sorry I didn't see your post.

it just changes the look of it so in theory it should work but I placed the true result into the config file but I still have a combo box.