Info
- 6 posts
- 5 voices
- Started 4 years ago by giveror
- Latest reply from MSR6
- This topic is not resolved
how to inset avatar
-
- Posted 4 years ago #
I'm using plugin avatar upload .
http://bbpress.org/forums/topic/plugin-avatar-uploadI want to insert avatar under username .
EX :
[img]http://www.uppic.net/ic/ccats.gif[/img]where i must insert code.
sorry if my english isn't good.Because I'm thai people.
-
- Posted 4 years ago #
From the readme file:
=================================
3. To display an uploaded avatar, insert the following template function.a) On the user's profile page (
profile.phptemplate).<?php avatarupload_display($user->ID); ?>This grabs the avatar info file directly from the current user's profile information.
b) On each user's forum posts (
post.phptemplate)<?php avatarupload_display(get_post_author_id()); ?>You can include the avatar anywhere else you like, just be sure to have the user's ID available.
=================================You would insert one of those pieces of code in a template file wherever you want the avatar to appear. Try one and see how it works.
-
- Posted 3 years ago #
hi.. i have both avatar and avatar upload plugin..
can i use both or do i need to uninstall 1 of them? because, when i try to upload an image for the avatar, an error msg appear saying
--> The file could not be saved to the avatars/ folder. -
- Posted 3 years ago #
Sounds like a permissions problem on the avatars folder. What are the file permissions on that folder?
-
- Posted 2 years ago #
Thanks, this helped me a lot.
-
- Posted 2 years ago #
-
You must log in to post.