Title: thannah's Replies | WordPress.org

---

# thannah

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/thannah/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/thannah/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Mail arrives without Contact7form](https://wordpress.org/support/topic/mail-arrives-without-contact7form/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mail-arrives-without-contact7form/#post-7257804)
 * Are you adding the information you want from the form to go to the email?
 * Go to Contact> (your form) > Mail > Message Body
 * Add what you want it to return to your as and whether or not you want the user
   to also receive a copy and save it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buddypress Xprofile Custom Fields Type] Major issue with latest version 2.4](https://wordpress.org/support/topic/major-issue-with-latest-version-24/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/major-issue-with-latest-version-24/#post-7022238)
 * I just started working this morning and got the same error. I went and checked
   my backup files to see if that line existed last night and it didn’t so I deleted
   it.
 * My site works again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Upgrade level -> Pay the difference](https://wordpress.org/support/topic/upgrade-level-pay-the-difference/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/upgrade-level-pay-the-difference/#post-6580670)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] List of PMPRO shortcodes](https://wordpress.org/support/topic/list-of-pmpro-shortcodes/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/list-of-pmpro-shortcodes/#post-6725772)
 * [http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/](http://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro Integration with WooCommerce] Choosing membership plugin](https://wordpress.org/support/topic/choosing-membership-plugin/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/choosing-membership-plugin/#post-5290127)
 * It’s Free. LOL!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro Integration with WooCommerce] SSL Seal appearing in page?](https://wordpress.org/support/topic/ssl-seal-appearing-in-page/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ssl-seal-appearing-in-page/#post-5589161)
 * Are you still having problems with this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro Integration with WooCommerce] Compatibility with buddypress](https://wordpress.org/support/topic/compatibility-with-buddypress-9/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/compatibility-with-buddypress-9/#post-5851970)
 * Sometimes you have to uninstall and re-install plugins to get them to work correctly.
 * I’m using woo-commerce, pmpro, and buddypress with no problems.Make sure your
   theme is compatible with all your plugins as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] PmPro Code isn't working](https://wordpress.org/support/topic/pmpro-code-isnt-working/)
 *  Thread Starter [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/pmpro-code-isnt-working/#post-6062250)
 * It’s not a widget. It’s a custom button. I’m not sure where to put the pmpro 
   code with the code above. At first I did something like this which did the trick
   but it hid the button for all users.
 *     ```
       <!--?php
       	if(pmpro_hasMembershipLevel('5'))
       	{
       	?-->
        <?php
                       @session_start();
                       $id = bp_loggedin_user_id();
   
                       $obj = get_userdata( $id );
                       $user = $obj->data;
   
                       if (empty($id)) {
                           unset($_SESSION['admin_user']);
                           $_SESSION['admin_user'] = array();
                       } else {
                           $_SESSION['admin_user']['employee_name'] = $user->user_login;
                           $_SESSION['admin_user']['email'] = $user->user_email;
                           $_SESSION['admin_user']['id'] = bp_loggedin_user_id();
                           $_SESSION['admin_user']['type'] = 3;
                       }
   
                       global $bp;
   
                       $_SESSION['front_user']['bid'] = $bp->displayed_user->id;
   
                       if ($_SESSION['front_user']['bid'] == @$_SESSION['admin_user']['id']) {
                           ?>
                          Manage my services, prices, etc. <button onclick="window.open('https://www.salonidm.com/gzappointment/index.php?controller=GzAdmin&action=dashboard', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Edit My Services</button>
                           <?php
                       } else {
                           ?>
   
                           Click button to view my schedule <button onclick="window.open('https://www.salonidm.com/gzappointment/preview.php', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Book me now</button>
                           <?php
                       }
                       ?>
   
       <!--?php
       	}
       ?-->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] PmPro Code isn't working](https://wordpress.org/support/topic/pmpro-code-isnt-working/)
 *  Thread Starter [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/pmpro-code-isnt-working/#post-6062244)
 * Thanks. My exact code is below.
 *     ```
       <center><p>
   
                       <?php
                       @session_start();
                       $id = bp_loggedin_user_id();
   
                       $obj = get_userdata( $id );
                       $user = $obj->data;
   
                       if (empty($id)) {
                           unset($_SESSION['admin_user']);
                           $_SESSION['admin_user'] = array();
                       } else {
                           $_SESSION['admin_user']['employee_name'] = $user->user_login;
                           $_SESSION['admin_user']['email'] = $user->user_email;
                           $_SESSION['admin_user']['id'] = bp_loggedin_user_id();
                           $_SESSION['admin_user']['type'] = 3;
                       }
   
                       global $bp;
   
                       $_SESSION['front_user']['bid'] = $bp->displayed_user->id;
   
                       if ($_SESSION['front_user']['bid'] == @$_SESSION['admin_user']['id']) {
                           ?>
                          Manage my services, prices, etc. <button onclick="window.open('https://www.salonidm.com/gzappointment/index.php?controller=GzAdmin&action=dashboard', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Edit My Services</button>
                           <?php
                       } else {
                           ?>
   
                           Click button to view my schedule <button onclick="window.open('https://www.salonidm.com/gzappointment/preview.php', '_blank', 'height=970,width=1000,toolbar=0,location=0,menubar=0,scrollbars=1');">Book me now</button>
                           <?php
                       }
                       ?>
   
               </center>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] how can i applly discount code on level](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/#post-5732595)
 * I’m not a guru with PmPro but I have learned alot. You should start a test account
   and test it in a different browser to see if your website is doing what you need
   it to do. It’s hard to test it as admin because you get all the features.
 * I’m also willing to help you out a bit if needed to further my experience with
   PmPro and wordpress. So feel free to email me anytime.
 * [contactme@tiffanyhannah.com](https://wordpress.org/support/users/thannah/replies/contactme@tiffanyhannah.com?output_format=md)
 * Good Luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] how can i applly discount code on level](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/#post-5732594)
 * Yes. From what I have seen customers need the code to add to their membership
   level at checkout in order to get the discount.
 * They will be ask to apply any codes at checkout.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] [pmpro_levels]](https://wordpress.org/support/topic/pmpro_levels/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/pmpro_levels/#post-5366069)
 * I did it with a Hidden Levels for Paid Memberships Pro. Create the php in plugins
   and activate in dashboard. Works like a charm!
 * [https://gist.github.com/strangerstudios/3100680](https://gist.github.com/strangerstudios/3100680)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] how can i applly discount code on level](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years ago](https://wordpress.org/support/topic/how-can-i-applly-discount-code-on-level/#post-5732590)
 * Create your discount code and give it to your potential customers or apply 10%
   discount to the membership level and they will have it automatically at login
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Registration, Checkout, Level, Payment Pages etc are not show](https://wordpress.org/support/topic/registration-checkout-level-payment-pages-etc-are-not-show/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/registration-checkout-level-payment-pages-etc-are-not-show/#post-6000450)
 * Add pages that you want to show to a menu and have sub menus
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fusion Builder greyed out](https://wordpress.org/support/topic/fusion-builder-greyed-out/)
 *  [thannah](https://wordpress.org/support/users/thannah/)
 * (@thannah)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fusion-builder-greyed-out/#post-5683192)
 * Here’s the fix! It worked for me!
 * [https://wordpress.org/support/topic/unable-to-click-in-avada-theme-fusion-builder?replies=4](https://wordpress.org/support/topic/unable-to-click-in-avada-theme-fusion-builder?replies=4)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/thannah/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/thannah/replies/page/2/?output_format=md)