OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Button Problem - Real Estate Manager Pro (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Add Button Problem - Real Estate Manager Pro

epcs (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 0  
Hello,

I have the following situation on my web site web57.jet.studiocoast.com.au/index.php/real-estate. The ADD HOUSE button should be visible for registered users. When I test a user which is Registered he is unable to see ADD HOUSE button. The only way I can see the button is if I set it in the backend to EVERYONE. Do you have fix for this?

Thanks,
David
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 101  
Hello David,

Let try next:
in file
{yours site}/administrator/components/com_realestatemanager/functions.php

find function:
checkAccess_REM

In that function please find code
Code:

        if (!is_array($usersgroupid)){
            $usersgroupid = $usersgroupid * 1;
            if (!(is_int($usersgroupid))) return false;
                else{
                    if (is_int($usersgroupid) AND isset($usersgroupid) AND $usersgroupid > 0){
                        $t = $usersgroupid;
                        $usersgroupid = (array) $usersgroupid; // force to array
                        $usersgroupid[] = $t;
                    } elseif (is_int($usersgroupid) AND isset($usersgroupid) AND $usersgroupid == 0){
                        $usersgroupid = (array) $usersgroupid; // force to array
                        $usersgroupid[] = 0;
                    }
                }
        }


and replace it to:
Code:

        if (!is_array($usersgroupid)){
          $usersgroupid = explode(',' , $usersgroupid);
        }



Please back up that file first.

If that not help - please write

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
epcs (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 0  
the problem is still present. Now whether I'm logged in or logged out, the website says the following...

Sorry, you have not access to this page

Do you have any other suggestions?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 101  
Hello,

Please check menu Item to real estate manager.
Please renew it.

If that not help - please send admin access to yours site with help ordasoft support form and we will check where error

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
epcs (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 0  
form with info requested has been sent. thankyou
Logged Logged
The administrator has disabled public write access.
epcs (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Add Button Problem - Real Estate Manager Pro 11 Years, 1 Month ago
Karma: 0  
form with extra info requested has been sent. thankyou
Logged Logged
The administrator has disabled public write access.
Go to top
»