waseemsoa
Forum Replies Created
-
Could you please share any article to understand this concept in depth in accounting.
Hi @tanvir101
Thank you for understand my concern and thanking again for listing my concern as a future request but I don’t think that more request are necessary because void status on every void transaction will clear the ledger more. Now customers are confused and asking why void transaction are there and why not it marked as void. If ledger has 50+ entries and there were 10+ void transactions so you can understand how it would confusing so kindly add this feature soon.
Thank you again
there should be a void mark into customer ledger on void transaction. A void class will be great for the row
any response anyone???
this code is still not working, select field still empty in user profile page “/wp-admin/user-edit.php”
sadly!
this is still not working, select field still empty in user profile page “/wp-admin/user-edit.php”
any response please?
add_action( "user_registration_edit_profile_form_start", 'ur_display_user_id_in_edit_profile'); function ur_display_user_id_in_edit_profile() { $user_id = $_GET['user_id']; echo wp_kses_post( sprintf( __('<h5> Student ID: %s </h5>', 'user-registration' ), esc_html( $user_id ) )); }
I hit the goal with the code snippet provided by you by replacing “$user_id = get_current_user_id();” with “$user_id = $_GET[‘user_id’];”
now can we get user role too with user id
e.g. userrole+userid
above code shows current logged in user id but my requirement is not current logged in user id. I want to display user id of profile owner (newly registered) user id. for example if a user submit a form and registered with id number15 then student id should be “ID-15” on its own profile page along with all other details like first name, last name etc.
- This reply was modified 1 year, 8 months ago by waseemsoa.
ok
can I get wp user id on profile page as a user Id labelled “student id”
e.g.
student Id = “sometext-1”
No, I can’t assign admin role to “Amelia Manager” since I can not give privileges of admin to amelia manager and I check all amelia capabilities by assigning to amelia manager role but it is not working.
Could you please provide any hook or any other codes to hit the goal.Thank you!
Forum: Plugins
In reply to: [Custom Post Type UI] seperate capabilities for seperate custom post typeno
this is not solved
“I did as you mentioned but when I trying to edit existing post “You need a higher level of permission. Sorry, you are not allowed to edit posts in this post type.” error occurs and when trying to adding new post “Sorry, you are not allowed to access this page.” error occurs and all testimonial button is also missing.” @tw2113- This reply was modified 2 years, 2 months ago by waseemsoa.
which capability I have to assign
Can we assign any capability to amelia manager to achieve the goal?
any hooks till you implement this feature in future updates
this is necessary for us.
Thank You!