ardentfrost (@ardentfrost)

Forum Replies Created

Viewing 25 replies - 176 through 200 (of 225 total)
  • In reply to: users’ email address

    ardentfrost
    Member

    @ardentfrost

    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.


    ardentfrost
    Member

    @ardentfrost

    post up what you have in your config file (take out the password and stuff)

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    glad it works :D

    And spencer, since you have my post count plugin also, you can uncomment those lines in memberlist.php :D

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    spencer, 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 List

    ardentfrost
    Member

    @ardentfrost

    I 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 List

    ardentfrost
    Member

    @ardentfrost

    There’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 List

    ardentfrost
    Member

    @ardentfrost

    Trent, you have my post count plugin installed, you should enable post counts on the member list page ;)

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    Original download is now updated. The only file changed is the bb-memberlist.php in the my-plugins (spencer).

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    sweet, ok, going to update the download. Let me know how the call goes.

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    sent

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    Trent, can I email you a file to try out?

    In reply to: Site Options Plugin

    ardentfrost
    Member

    @ardentfrost

    Very 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 List

    ardentfrost
    Member

    @ardentfrost

    well, 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 List

    ardentfrost
    Member

    @ardentfrost

    the /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?


    ardentfrost
    Member

    @ardentfrost

    I think both me and box87 are attempting this with plugins.

    It’s certainly not an easy task though :)

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    it 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 List

    ardentfrost
    Member

    @ardentfrost

    aww, 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 List

    ardentfrost
    Member

    @ardentfrost

    I just updated the file. Retry it please.

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    did 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 List

    ardentfrost
    Member

    @ardentfrost

    what page do you get that error? main page or memberlist page?

    In reply to: Plugin – Member List

    ardentfrost
    Member

    @ardentfrost

    hmm, 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 List

    ardentfrost
    Member

    @ardentfrost

    Thanks ;)

    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 List

    ardentfrost
    Member

    @ardentfrost

    By 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.


    ardentfrost
    Member

    @ardentfrost

    Mine is? Try again, you might have seen it when I was fiddling with something and it errored out.


    ardentfrost
    Member

    @ardentfrost

    lol, 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 :)

Viewing 25 replies - 176 through 200 (of 225 total)