Title: alitheabdullah's Replies | WordPress.org

---

# alitheabdullah

  [  ](https://wordpress.org/support/users/alitheabdullah/)

 *   [Profile](https://wordpress.org/support/users/alitheabdullah/)
 *   [Topics Started](https://wordpress.org/support/users/alitheabdullah/topics/)
 *   [Replies Created](https://wordpress.org/support/users/alitheabdullah/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/alitheabdullah/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/alitheabdullah/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/alitheabdullah/engagements/)
 *   [Favorites](https://wordpress.org/support/users/alitheabdullah/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Restrict a specific user from editing any posts](https://wordpress.org/support/topic/restrict-a-specific-user-from-editing-any-posts/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/restrict-a-specific-user-from-editing-any-posts/#post-16218875)
 * [@gappiah](https://wordpress.org/support/users/gappiah/)
    Thanks for replying,
   I don’t want to change the role. I trying to restrict a user form editing posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide the post from its author, but post remains public](https://wordpress.org/support/topic/hide-the-post-from-its-author-but-post-remains-public/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hide-the-post-from-its-author-but-post-remains-public/#post-16217315)
 * [@sterndata](https://wordpress.org/support/users/sterndata/)
    Thank you for replying,
   I want to restrict a specific author from editing his posts while keeping the
   post published.
 * As an Admin I tried to make the post private so the author can not edit it but
   it also hides the post from the front end.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Restrict a specific author to edit their post](https://wordpress.org/support/topic/restrict-a-specific-author-to-edit-their-post/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/restrict-a-specific-author-to-edit-their-post/#post-16204938)
 * [@threadi](https://wordpress.org/support/users/threadi/)
    Thank you for the reply,
   but this article shows how to restrict capabilities for a role, I looking to 
   restrict a specific user to edit the post that is the author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add a custom page before checkout](https://wordpress.org/support/topic/add-a-custom-page-before-checkout/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/add-a-custom-page-before-checkout/#post-15261174)
 * Thanks for replying [@judagutor](https://wordpress.org/support/users/judagutor/)
 * I got What I was looking for, and it worked!
 * Thank You
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add a custom page before checkout](https://wordpress.org/support/topic/add-a-custom-page-before-checkout/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/add-a-custom-page-before-checkout/#post-15248797)
 * Hi,
 * Thank You for replying, but this is not what I was looking for.
    I am trying 
   to create a multi step checkout with a custom page before checkout where I can
   add my contact form 7.
 * so the goal is that when a student a course to the cart, then goes to cart, then
   the contact form 7 page and then checkout.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Driving License Pattern Input Format](https://wordpress.org/support/topic/driving-license-pattern-input-format/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/driving-license-pattern-input-format/#post-15048278)
 * [https://wordpress.org/plugins/masks-form-fields/](https://wordpress.org/plugins/masks-form-fields/)
   
   Created a custom mask using this plugin
 *     ```
       /**
        * WordPress Plugin: Masks Form Fields - https://wordpress.org/plugins/masks-form-fields/
        * Function to add custom mask. /wp-content/themes/YOUR-THEME/functions.php
        * Documentation, Demos & Usage Examples - jQuery Mask Plugin v1.14.0 - https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html
        */
       function custom_masks_form_fields() {
           ?>
           <script type="text/javascript">
               jQuery(document).ready(function($){
                   $("input[name='input_name']").mask('(000) 000-0000');
                   // $("input.class_name").mask('custom-mask');
               });
           </script>
           <?php
       }
   
       add_action('wp_footer', 'custom_masks_form_fields', 111);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Event Tickets WIth Dokan](https://wordpress.org/support/topic/event-tickets-with-dokan/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/event-tickets-with-dokan/#post-14819450)
 * Thanks for the reply [@shafinahmad01](https://wordpress.org/support/users/shafinahmad01/)
 * Creating a downloadable product is a good idea but there is a flaw, I can pay
   for only one ticket, then download it, and then send it to my friends, or what
   if I want to purchase multiple tickets for an event how can I do that?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sync Airbnb With WordPress](https://wordpress.org/support/topic/sync-airbnb-with-wordpress/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/sync-airbnb-with-wordpress/#post-14814387)
 * Thank you for replying [@corrinarusso](https://wordpress.org/support/users/corrinarusso/)
   
   I am using WP Hotel Booking Plugin, can I use this booking calendar with the 
   plugin? Can you explain how does this calendar works? I am not understanding 
   this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Show a drop-down of my account after customer login](https://wordpress.org/support/topic/show-a-drop-down-of-my-account-after-customer-login/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [5 years ago](https://wordpress.org/support/topic/show-a-drop-down-of-my-account-after-customer-login/#post-14772929)
 * Thank you for replying [@plantprogrammer](https://wordpress.org/support/users/plantprogrammer/)
 * Here is a link to the home of my website
    [https://sohabat.my/](https://sohabat.my/)
 * As you can see on the header these are static buttons and they don’t change after
   someone logs in. As I mention I want the login button to change to my account
   with a dropdown to dashboard, orders, and sign out
 * Is there any plugin for that ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Member Signup and Appointment Booking Website](https://wordpress.org/support/topic/member-signup-and-appointment-booking-website/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [5 years ago](https://wordpress.org/support/topic/member-signup-and-appointment-booking-website/#post-14753466)
 * [@corusx](https://wordpress.org/support/users/corusx/)
 * There are two plugins Dokan & WCFM mostly used for the multivendor marketplace
   and they both work as an online store to upload products how can I create a profile
   with them and get rid of the store feature. And I think that it will need a lot
   of custom work to convert the plugin into that. I am looking for a much simpler
   solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Ultimate Member Booking and Payment System](https://wordpress.org/support/topic/ultimate-member-booking-and-payment-system/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [5 years ago](https://wordpress.org/support/topic/ultimate-member-booking-and-payment-system/#post-14753233)
 * Hi [@champsupertramp](https://wordpress.org/support/users/champsupertramp/) thank
   you for the reply
 * the problem here is that the booking plugin will not get the profile information
   I have to manually add every member to the booking plugin.
 * Is there any booking plugin or any extension that supports Ultimate Member?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Member Signup and booking website.](https://wordpress.org/support/topic/member-signup-and-booking-website/)
 *  Thread Starter [alitheabdullah](https://wordpress.org/support/users/alitheabdullah/)
 * (@alitheabdullah)
 * [5 years ago](https://wordpress.org/support/topic/member-signup-and-booking-website/#post-14750651)
 * I am currently using ultimate member to create a user’s profile is there any 
   way to integrate a booking plugin with it?

Viewing 12 replies - 1 through 12 (of 12 total)