Welcome, Guest
Username Password: Remember me
Keyword

Adding appointments for other users
(1 viewing) (1) Guest

TOPIC: Adding appointments for other users

Re:Adding appointments for other users 4 years, 5 months ago #628

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6203
  • Karma: 146
list of appointments that you dont have to be a resource admin to see


I'm not sure about that one. As far as I remember you are the only one that wants that, and a common concern from prospective buyers is that the system NOT allow that. With JCalPro or JEvents you can setup so people can see other bookings.

Re:Adding appointments for other users 3 years, 3 months ago #3122

Why not set admin and super admin as allowed by default?

Re:Adding appointments for other users 3 years, 3 months ago #3124

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6203
  • Karma: 146
I will add it to the wish list.

Re:Adding appointments for other users 2 years, 2 months ago #6913

admin2 wrote:
If you want to change the Joomla access level required to see the list you can edit file:
components\com_rsappt_pro13\rsappt_pro13_user_gad.php
or
components\com_rsappt_pro13\rsappt_pro13_user.php

Look for

<?php if($user->usertype == "Author" || $user->usertype == "Editor" || $user->usertype == "Publisher"){ ?>


Add or remove usertypes as required.


How is this managed in R2 ?

Regards Lars

Re:Adding appointments for other users 2 years, 2 months ago #6914

  • admin2
  • NOW ONLINE
  • Moderator
  • Posts: 6203
  • Karma: 146
ABPro 2.0 and 2.0.1 (Joomla 1.5) no longer support showing a list of users to "Author", "Editor" and "Publisher". The feature caused too many problems where sites did not want people in those groups seeing the list of users.

The code is still there but commented out. If you want it to act as 1.4.x did you can uncomment the code.

The recommended method for staff bookings is by using the Front Desk - Add Booking feature.

ABPro 2.0.1 for Joomla 1.6 works a bit different. It takes advantage to Joomla 1.6's ability to create groups of your own. You can define your own group that will see the list. This feature is also commented out by default.

Note also, ABPro 2.0 uses different tables so it can be installed beside 1.4.x for testing without effecting your 1.4.x.
Last Edit: 2 years, 2 months ago by admin2.
Time to create page: 0.72 seconds