pibby
Forum Replies Created
-
Forum: Plugins
In reply to: Is There a way to display logged in usernames?I’m still trying to figure out a solution for displaying a list of logged in users on the pages of a site.
I’ve come across things like this, but they show only the username to the logged in person.
<?php
get_currentuserinfo();
echo "Logged in as $user_login.";
?>I’ve come across this which can list all of the authors registered on the site, but does not show which of them is currently logged in.
<?php list_authors(); ?>
Is there a way to adapt either of these tags to list all of the users logged in?
Forum: Plugins
In reply to: Is There a way to display logged in usernames?That thread did not have the answer. It shows how to echo the user (as in singular) that is logged in. If Admin is logged in, then it will show the name Admin only to the logged in Admin.
I want to see all of the users that are logged in, not just a message showing only my name when I am logged in. That code can be used to do- “Welcome to the site, UserName.”
What I’m looking for is an actual list in my sidebar, for instance, that shows anyone who is currently logged in.
Forum: Plugins
In reply to: Is There a way to display logged in usernames?I’m looking to do this as well. Any ideas?
Forum: Plugins
In reply to: New Version of the iTunes Podcast PluginAll is well, it turns out another user changed the password of the blog by email account.
Now back to the podcasting! I <3 garrickForum: Installing WordPress
In reply to: “There doesn’t seem to be any new mail.” & wp-mail.phpI’m having the same sort of problem, but I can see the posts that I sent by email in my database’s wp-posts table. I don’t know why WordPress is no longer grabbing them, but this problem is appearing on 2 of my blogs now.
Forum: Plugins
In reply to: New Version of the iTunes Podcast PluginNow that you mention it garrick, it doesn’t seem to work even with the plugin deactivated. It was working 4 days ago, the mail is making it to the mailbox, but “there doesn’t seem to be any mail.” Argh!
I replaced the rss files that were provided with the plugin, I can’t imagine that would have had any effect on the email?Forum: Plugins
In reply to: New Version of the iTunes Podcast PluginI installed the plugin- works great so far, so thanks for that!
However, I have had one issue since the install. When I use the blog by email function, WordPress is no longer posting my emailed posts. I can see the email in the mailbox for my “secret email,” but when I go to mydomain.com/wp-mail.php it just says that there is no mail.
None of my blog by email settings were changed in my admin panel in case anyone was going to suggest looking at that first ??Has anyone experienced a similar problem?
Forum: Plugins
In reply to: View Registered Users’ IPsPlugin activates just fine once there is a slight edit to the code you provided:
$ip = $_SERVER['REMOTE_ADDR''];
Change to
$ip = $_SERVER['REMOTE_ADDR'];
There was an erroneous quote in there.
Plugin works just great by the way, hopefully we will be able to track down the user now. Thanks again for your help!
Katie
Forum: Plugins
In reply to: View Registered Users’ IPsThanks Scott, I will definitely give that a try.
Forum: Your WordPress
In reply to: Awesome New DesignReally cool! It doesn’t validate anymore though- I think it may be from your post about PHP ?
Really great design though ??Forum: Your WordPress
In reply to: It’s a brand new blog and podcastI really like it rustin. The pictures of the characters are great- really brings back memories! I like the layout and colors as well, and it all looks fine in Safari on Mac OS X.
My only gripe would be to cut down on the ads a bit, but that’s a personal preference I suppose.
Anyway, good luck with your blog and podcast ??Forum: Your WordPress
In reply to: FiveLights.netI think it looks really nice! Though I do wonder why there are only 4 lights in the header image… hmm.
Forum: Your WordPress
In reply to: please review https://blog.snag.seAwesome! I love it ??
I am also on a Mac, so I can’t verify what it looks like on Windows, but in Safari it looks wonderful.Forum: Your WordPress
In reply to: Please visit my site and help me make it better…I think the only thing I would change is having such a dark header image. It is a bit too dark for my taste. I like everything else on the site- keep up the good work!
Forum: Plugins
In reply to: Basick Question about FlickrAlso, if you use a flash badge like davidbabylon, you have the option of just showing specific pictures from your collection. For instance, if you want to show only pictures from your birthday party in your flash badge on your site, just pick out those pictures when customizing the badge.