| User | Post |
|
8:21 pm 6 Mar 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Is it possible to have the same avatar that displayed in the simple form post to also show up in regelular wordpress post along user comments, that would be a great feature instead of having them upload a seperate avatatar for the wordpress blog. It would most likely be done with a template tag that would pull the image form the simple forum avartar folder.
|
|
|
1:03 am 7 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
Its already built in… Its called gravatars… with the WP 2.5 release on Monday, they will also have built in gravatar support… its built into simple:press forum too…
|
|
|
10:18 pm 17 Mar 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Thats not what i mean, I know what gravatars are. I don't use gravatar because not enough people use that service. What I meant is Is there a way to have the same avatar that is uploaded to the Simple Press Forum to also be displayed in regular wordpress blog comments. Maybe by using a seperate plugin or using some sort of template tag?
|
|
|
|
|
I can almost certainly do you a template tag for this if you really want it.
|
|
|
10:54 pm 17 Mar 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Yes thank you that would be great
|
|
|
3:49 pm 31 Mar 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Will it be available in the next update?
|
|
|
|
|
The next version I should imagine - yes.
|
|
|
9:20 pm 18 Apr 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Is it possible to use this Add Local Avatar plugin to pull the Simple Press avatars and place them within blog posts.
|
|
|
|
|
I wouldn't know to be honest. But I DO have a template tag taht you can use for that - but will need to send it to you if you want to try it.
|
|
|
9:39 pm 18 Apr 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Okay my e-mail is chosen1234 at gmail dot com
|
|
|
7:01 pm 19 Apr 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Yellow Swordfish said:
I wouldn’t know to be honest. But I DO have a template tag taht you can use for that - but will need to send it to you if you want to try it.
Correction my email is chosen1234@gmail.com.
|
|
|
9:20 pm 22 Apr 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Okay I added the template tag to the sf-tags file, now what do I to to my comments file to make the avatars show up inside the regular wordpress posts?
|
|
|
|
|
You use this template tag the same way you use any other:
<?php sf_show_members_avatar($userid) ;>
passing in the users ID. It will wrap the avatar in a class of 'sfavatartag'
|
|
|
4:45 pm 23 Apr 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Yeas I have already tried it but is doens'nt work, it brings back error message…..
Parse error: syntax error, unexpected '>' in /home/musicvid/public_html/wp-content/themes/WP-MagTheme10-Dev/comments.php on line 28
|
|
|
|
|
And have you looked at line 28 of your comments.php file to see what the problem may be?
|
|
|
3:59 pm 1 May 2008
| Killazeek
Member
| | | |
|
| posts 13 |
|
|
Yellow Swordfish said:
And have you looked at line 28 of your comments.php file to see what the problem may be?
Okay I tried to fix everything but I'm just not having any luck…….
|
|
|
|
|
All I can tell you is that you are looking for a stray '>' on the line and in the file the error points to. Not much else I can do I'm afraid.
|
|
|
3:03 pm 26 May 2008
| Tirwin
Guest
| | | |
|
| |
|
|
With regards to the issue I am attempting, this is exactly the same as I am trying to do. I am trying to display the SF avatars on WP. What was thing you told him to add to the sf-tags file? perhaps this would resolve the issue I am getting?
|
|
|
|
|
it is exactly the same template tag as I have been suggesting to you.
|
|
|
3:20 pm 26 May 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
the answer for posts and comments is in your other post….
|
|