LatePoint - Appointment Booking & Reservation plugin for WP

LatePoint - Appointment Booking & Reservation plugin for WordPress v5.1.92 + Addons

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
LatePoint - Custom Fields v1.0.9
LatePoint - Messages v1.1.1
LatePoint - Timezone Selector v1.0.9
 

Attachments

  • latepoint-custom-fields_1.0.9.zip
    24.5 KB · Views: 41
  • latepoint-messages_1.1.1.zip
    37.4 KB · Views: 42
  • latepoint-timezone-selector_1.0.9.zip
    6.4 KB · Views: 27

nivrito

Active member
Oct 1, 2019
217
99
28
i want to buy this plugin. can someone assure, if this plugin on sale is a yearly subscription model or lifetime plan?
 

Braza

Member
May 4, 2022
71
31
18
lifetime plan, it was on sale over the weekend. By the way, this is one of the best, if not the best plugin out there, for booking. I noticed that people book more when the service you offer is shown as a picture, not a list. This one also let you add information on each service or extra service ( so you can have the name, picture and description)
 
  • Like
Reactions: nivrito

spikerrbg

Active member
Aug 17, 2019
191
44
28
Any know how can disable agent to cant change user profile ?
Im looking this system have big security problem Agent (not admin) can change name of admin profile, email adress of admin profile, connect end user and make it agent and other. If cant disable or hide this function for agent its big hole for security
Agent can delete all users and can edit and Admin user/s
 
Last edited:

r3turn_z3r0

Well-known member
Feb 3, 2020
141
175
50
Paradise
Any know how can disable agent to cant change user profile ?

What can I say, I'm in a good mood today:

PHP:
function spikerrbg_prevent_lp_agent_profile_edit() {
    if (OsRouterHelper::get_request_param('route_name') == 'agents__update' && OsAuthHelper::is_agent_logged_in() &&
        OsRouterHelper::get_request_param('return_format', 'html') == 'json') {
        wp_send_json(['status' => LATEPOINT_STATUS_ERROR, 'message' => esc_html__('Not authorized to perform that action', 'latepoint')], 200);
        exit;
    }
}

add_action('latepoint_init', 'spikerrbg_prevent_lp_agent_profile_edit');

Paste that in your theme's functions.php or use the lovely Code Snippets plugin
 

spikerrbg

Active member
Aug 17, 2019
191
44
28
Mate, really thanks im appreciated. Thanks so match.
Im edit agents_update whit customers__update cuz maby im not explain good and its work.
And this whit spikerrbg fuction its so funny :D
 
  • Like
Reactions: r3turn_z3r0

r3turn_z3r0

Well-known member
Feb 3, 2020
141
175
50
Paradise
Mate, really thanks im appreciated. Thanks so match.
Im edit agents_update whit customers__update cuz maby im not explain good and its work.
And this whit spikerrbg fuction its so funny :D
Haha, it's a global function. The responsible thing to do is make it as unique as possible. It was either spikerrbg_ or testbtg_
 
  • Haha
Reactions: spikerrbg

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu