Search

bbPress Showcase » Plugins by _ck_

Members Online, - Editing the output

RSS
  1. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    hey ck,

    i need to edit the text that outputs the "online users today"... reason being is that i have permalinks on, so the links to the profile doesnt work, becuase it uses id, rather than name, i dont know what bit to edit from the code.

    my plan is too get the gravatar of the user show up instead of text, that links to http://www.sitename.com/profile/username (not id)

    thanks.

    Posted 2 years ago #
  2. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    I got the link working, correctly for the permalink.

    function members_online_now($time=0) {
    global $bbdb, $members_online;  $members_online['footer']=false;
    if (empty($time)) {$time=time()-$members_online['timeout'];}
    	$members=$bbdb->get_results("SELECT ID,user_login FROM $bbdb->users LEFT JOIN $bbdb->usermeta ON ID=user_id WHERE meta_key='last_online' AND cast(meta_value AS unsigned)>'$time' ORDER BY meta_value DESC");
    	if (!empty($members)) {
    		$profile=bb_get_option('uri')."profile/"; $output="";
    		foreach ($members as $member) {$output.="<a rel='nofollow' href='$profile$member->user_login'>$member->user_login</a>, ";}
    		echo rtrim($output,", ");
    	}
    }

    but i was wondering if you could do this but using the gravatar instead of text.

    Posted 2 years ago #

RSS feed for this topic

Post a reply to “Members Online, - Editing the output”

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
32 users online from in the past 30 minutes. 12 bots 20 guests
7,278 views today 8,426 yesterday 16,043 peak. Most at once 50 today 62 yesterday 131 peak. Visited today: Amylawrence, guava, JeffreyCasivant, wigbuy123, gdfddfs, nandao, _ck_, summerfortun
2,288 posts in 394 topics over 66 months by 430 of 2,167 members. Latest: watchessaleus, wigbuy123, JeffreyCasivant