You are here: Home
Support site for Tips and Tricks HQ premium products
Any word on how I can reset this back to unchecked ?
I manually removed the affiliate plugin and everything is working fine
Thanks it is line 332 for anyone looking …..
Tried this inserted into header.php (where my WP login plugin was inserted) and it’s not showing
<?php
if (function_exists(‘wp_eMember_install’))
{
global $auth;
$user_id = $auth->getUserInfo(‘member_id’);
if (!empty($user_id))
{
//Member is logged in so display whatever you want
}
else
{
//Member is not logged in
}
} ?>
There needs to be away for admins to CREATE new fields in the registration to be pulled into the profile. Not every plugin user will need the same information. For example I want to collect;
Phone: Twitter ID,Blog URL, and add some a checkbox to collect categories.
I would think we could get into the code to do this with some instruction and screenshots. Could you please let me know which pages I need to adjust ?
I seem to be having the same issue ….
heres a screenshot
http://blogpressreleases.com/wp-content/uploads/bprerror-semic.png