Skip to:
Content
Pages
Categories
Search
Top
Bottom

Users display page with avatar

  • Hi .

    I am not sure whether any plugin is available for this .

    I have integrated wordpress and BBpress and in my wordpress blog i want to have a page which should show the lastest users who have registered in my forum along with their avatar if available. Is it possible .

    More or less like we have contact me plugin for wordpress , is there any plugin to display the users ..

    Thanks and regards

    blog : http://www.tecfre.com

    forum ( under testing) : http://www.tecfre.com/forum

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is possible but I don’t know of any plugins to do it. You can probably do it yourself fairly easily though :). You need to make a WordPress plugin that will call the data and display it. You can get the data by using something like

    global $wpdb;
    $latestusers = $wpdb->get_results("MySQL query");

    but the wordpress wpdb reference and plugin writing reference will be of more help.

    ohhh i really wish i could do that . I am no where close to programming in php . Is it not possible for me to request such kind of plugin as normally if you see its a feature in most of the sites as they show the lastest joined users and also online users with avatars :D

    finally i was able to do it myself .. hehehe :D … Still more things need to be added. it was all from avatar_upload plugin and memberlist plugin. I just tried to modified some code and it worked …

    :-D

    check out

    http://www.tecfre.com/memberlist/ (hosted on wordpress)

    http://www.tecfre.com/forum/mlist.php (on forum)

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar