capsulebb
Forum Replies Created
-
after some investigation, i see it is related to a js error. Do you have any idea solving this?
Deprecated TinyMCE API call: .onKeyDown.add(..)
…./js/tinymce/plugins/compat3x/plugin.min.js?ver=4800-20180716Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] Override wp-login.phpfixed with alternate solution
Can the format of the username be configured in the Premium version? or it is impossible in anyway?
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] Override wp-login.phphi @kaminskym, there is a place where the modal is acessing the wp-login.php. can you please check?
the problem happens when a user type a wrong password and in the error message above where it says:
ERROR: Invalid username. Lost your password?
the lost your password link goes to wp-login?action=lostpassword. i think it will be better to direct to the reset password modal (or the inline page if not possible).
thanks!
I have setup to “Email verification” for page redirect as “Action after registration”.
The successful Registration message shows up but the modal won’t close.
I am using the latest version and I don’t think it’s a conflict issue. It is more likely a setting problem, here is the setting:
UM – User Roles -> “Can view other member profiles?” is checked
UM – Settings -> Appearance -> Profile Menu -> “Comments tab?” is checked
UM – Settings -> Appearance -> Profile Menu -> “Who can see comments tab?” Only the ownerOutcome:
1) a user cannot see the comments tab of another member when browsing the member’s profile, this is correct.
2) however, a user can see another member’s comments tab with typing the url:
https://www.domain.com/user/userID/?profiletab=commentsIt seems that the “Who can see comments tab?” will only hide the tab but a user can still access this tab by typing the url of this tab. Can you please confirm on this?
The problem also appears with copy & paste. In my case, the cursor will jump back to the beginning after pasting some characters.
I have another plugins (WP Job Manager Field Editor) using WP-Editor doesn’t have such behavior.
So, is there a way to correct the word count problem for other languages such as Chinese?
Forum: Plugins
In reply to: [WP Job Manager] Change user role upon job submissionSorry about confusion, let me try to explain more in details.
Your flow is only true for users who register and submit listing at the same time, i.e. where “Enable account creation during submission” is checked under Settings-Submission.
In my site, only logged in users (Subscriber) are allowed to submit a listing. And when a subscriber submits a listing, his role remains as Subscriber and never promoted to Employer.
I want an automatic way to change the user role once a user submit a listing (even before admin approval).
Forum: Plugins
In reply to: [WP Job Manager] sign-in message: display nickname instead of usernamethank you~
Forum: Plugins
In reply to: [Ultimate Member Custom Tab Builder Lite] security issue?Ok thanks!
Forum: Plugins
In reply to: [Ultimate Member Custom Tab Builder Lite] security issue?follow-up investigation…
The problem seems also apply to other UM built-in tabs, e.g. I have a “private” comments tabs which has the same issue.
However it is only limited to roles who are set “public” under UM –> User Roles –> Profile Access –> Can view these user roles only.
* Side question, may I know when “Roles that can view this tab” apply? If I have set a tab to private (Only owners of the profile can view tab. ), the selection “Roles that can view this tab” can be ignored?
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] Override wp-login.phpJust to let you know that I am still looking forward for the next version, as I found that some other places are still calling the wp-login.php. (e.g. when the user type in a wrong password).
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] logged_in_messageactually, i was able to solve this with an alternate solution by redirecting the login page for all logged-in user.
Forum: Plugins
In reply to: [AJAX Login and Registration modal popup + inline form] Override wp-login.phpIt works well, thank you!