Forum Replies Created
-
In reply to: users’ email address
do something like this:
$result = get_profile_info_keys();
foreach ($result as $key => $label ) {
if ( $key == 'user_email' )
echo $label;
}
That needs to have some way to pull in the user you’re trying to get though… hmm. It should be close though.
post up what you have in your config file (take out the password and stuff)
In reply to: Plugin – Member Listglad it works
And spencer, since you have my post count plugin also, you can uncomment those lines in memberlist.php
In reply to: Plugin – Member Listspencer, I have permalinks enabled and it works for me, trent doesn’t and it works for him now too (and you too), so I think that bug is fixed.
Trent, I know what you mean… that’s why that deletion part of the plugin is so cool I can delete all spam users in literally a few seconds.
In reply to: Plugin – Member ListI thought about that, but there’s two things: 1. post count is another plugin altogether… not too big of a deal, making a function that is commented out by default is easy to do. 2. Post count isn’t a db entry, so to do it I’d have to sort results after I got them (whereas now I do it all with SQL queries).
I do hope to add it in at a later time, I just gotta figure out the best way to do it first
In reply to: Plugin – Member ListThere’s some commented out code in memberlist.php in your templates folder. Just take out the comments (I wrote some words in there too)
In reply to: Plugin – Member ListTrent, you have my post count plugin installed, you should enable post counts on the member list page
In reply to: Plugin – Member ListOriginal download is now updated. The only file changed is the bb-memberlist.php in the my-plugins (spencer).
In reply to: Plugin – Member Listsweet, ok, going to update the download. Let me know how the call goes.
In reply to: Plugin – Member Listsent
In reply to: Plugin – Member ListTrent, can I email you a file to try out?
In reply to: Site Options PluginVery nice, I thought about this a few weeks ago… and now I have to rerelease some of my plugins to add options!
In reply to: Plugin – Member Listwell, dang, now I gotta figure out how to deal with if you don’t have that enabled
Did you enable it? I want to test the plugin out on your site
In reply to: Plugin – Member Listthe /mlist is supposed to work. I don’t know why it doesn’t work for you spencer. Maybe it only works if you have pretty permalinks enabled?
For some reason Trent’s /mlist just goes back to the main page.
That is so weird. And that means that sorting doesn’t work for you guys.
I’ll try to work on this. I have no idea why this works for me. Do you guys have pretty permalinks enabled?
In reply to: A request for Private Message(s) plugin..I think both me and box87 are attempting this with plugins.
It’s certainly not an easy task though
In reply to: Plugin – Member Listit still works spencer, it just doesn’t delete the user in both places. For normal users, however, there is no difference.
You can still use whatever way you use now to delete users.
In reply to: Plugin – Member Listaww, sorry it doesn’t work with the integration. You can probably add a little something to it and do it though. I just don’t have mine integrated so can’t test it.
In reply to: Plugin – Member ListI just updated the file. Retry it please.
In reply to: Plugin – Member Listdid you not get the link? are you just pointing to mlist.php?
use the bb_memberlist_link() to get to the page, not just directly.
use it like this:
<a href="<?php bb_memberlist_link(); ?>">Member List</a>
In reply to: Plugin – Member Listwhat page do you get that error? main page or memberlist page?
In reply to: Plugin – Member Listhmm, that’s strange… gimme a minute, going to add in an if statement. Odd I don’t get that error though
In reply to: Plugin – Member ListThanks
I think private messages is another big factor keeping people away. I’ve been working on it, but it’s a decent size task. Every new plugin I do, though, teaches me more I need to know about bbpress to get pm’s working. Doing the member list taught me some very important things. Maybe I can get it done in the next week.
In reply to: Plugin – Member ListBy the way, currently all members will be displayed onto one page. I plan to release another version in the future that limits the number of users listed per page.
In reply to: Adding Custom Profile FieldsMine is? Try again, you might have seen it when I was fiddling with something and it errored out.
In reply to: Adding Custom Profile Fieldslol, I’m actually working on a PM system as well Post Preview is on my to-do list.
You can actually view what I have done, am doing, and plan to do on my forums. http://www.rayd.org/forums/
Right now I’m putting some finishing touches down on a memberlist plugin with a really cool admin feature I think everyone will enjoy.
As for my avatar plugin, I’d love to incorporate what you’ve done to make it more powerful, or maybe we can make your’s pluggable and we can make them work together to make one good plugin