Forum Replies Created
-
AuthorPosts
-
hermedia
MemberAny word on how I can reset this back to unchecked ?
January 15, 2010 at 7:39 am in reply to: profile error / Redirect error (affiliate plugin error) #17291hermedia
MemberI manually removed the affiliate plugin and everything is working fine
hermedia
MemberThanks
it is line 332 for anyone looking …..
January 14, 2010 at 7:24 pm in reply to: Question about adding login status to Nav bar on page #17193hermedia
MemberTried 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
}
} ?>
hermedia
MemberThere 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 ?
hermedia
MemberI seem to be having the same issue ….
heres a screenshot
http://blogpressreleases.com/wp-content/uploads/bprerror-semic.png
-
AuthorPosts