Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Username list for each voice

Curiously if I write the code in “functions.php” that break my login/logout/edit profile page and display a blank page. I have moved the code in “my-plugins” and no issue now.

Thank you for your information and your patience _ck_, I will try to solve my last problem by my self.

Edit: solved with :

foreach ($results as $result){$list.=" ".bb_get_avatar($result->ID, 20, $default)."<a href='".bb_get_option('uri')."profile/".$result->user_login."'>".$result->user_login." </a>";}

Skip to toolbar