joekane
Forum Replies Created
-
Yes admin only, Thanks for the help
Hi radiok, great plugin – Im having a weird issue, some users after they register,
I activate their account from Unverified Users
But their username is blank and they cant login??? I cant lock down whats causing it, only happens sometimes???
Any idea what it might be, I read some posts about the old Register plus having the same issue.
The plugins I have activated are (All latest versions)
Atropos
Contact Form 7
Dave’s WordPress Live Search
Google Analytics for WordPress
Olark for WordPress
Private Only
Search Everything
WassUp
WP-PageNavi
WP Post SortingThanks, Joe
Forum: Fixing WordPress
In reply to: Display Howdy Message on Home PageGot it working – Thanks for the Help.
Forum: Fixing WordPress
In reply to: Display Howdy Message on Home PageSlightly modified and working perfect
<?php global $current_user; get_currentuserinfo(); echo 'Welcome Back ' . $current_user->user_firstname . "\n";?>Is there a way to apply a style sheet to the output?
This is outputing perfectly
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a>See Screenshot
http://joekane.u109.hosting365.ie/screenshot.jpg
Thanks, Joe
Forum: Fixing WordPress
In reply to: How to Redirect ?p=1 to /blog/OK got it working – a simply .htaccess file – had to delete the cache to get it working.