- Posts: 8
COMMUNITY FORUM
User Avatar in Category Listing of items
- Matthias Jäger
-
Topic Author
- Offline
- New Member
Less
More
15 years 3 months ago #78728
by Matthias Jäger
User Avatar in Category Listing of items was created by Matthias Jäger
hi,is it possible to show the Avatar of the Autor in the category listing of the k2 items?thx.emmjott
Please Log in or Create an account to join the conversation.
- Matthias Jäger
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
15 years 2 months ago #78729
by Matthias Jäger
Replied by Matthias Jäger on topic User Avatar in Category Listing of items
any comments for this topic????
Please Log in or Create an account to join the conversation.
- vcantante
-
- Offline
- New Member
Less
More
- Posts: 19
13 years 10 months ago #78730
by vcantante
Replied by vcantante on topic User Avatar in Category Listing of items
i want to know too! Please
Please Log in or Create an account to join the conversation.
- ahmad balavipour
-
- Offline
- New Member
- هاستینگ
13 years 10 months ago #78731
by ahmad balavipour
Replied by ahmad balavipour on topic User Avatar in Category Listing of items
just add this in category_item.php of your file:
<img src="<?php echo $this->item->author->avatar; ?>" />
I am using this in my site
<img src="<?php echo $this->item->author->avatar; ?>" />
I am using this in my site
Please Log in or Create an account to join the conversation.
- Vyatka
-
- Offline
- New Member
13 years 9 months ago #78732
by Vyatka
Replied by Vyatka on topic User Avatar in Category Listing of items
And how about changing avatar size?
Please Log in or Create an account to join the conversation.
- vcantante
-
- Offline
- New Member
Less
More
- Posts: 19
13 years 9 months ago #78733
by vcantante
Replied by vcantante on topic User Avatar in Category Listing of items
This its GOOD Question? Please!!!
Please Log in or Create an account to join the conversation.
- Vyatka
-
- Offline
- New Member
13 years 9 months ago #78734
by Vyatka
Replied by Vyatka on topic User Avatar in Category Listing of items
Well it not the problem to make User Avatar in Category Listing of items
Here I made this, for example
muckraker.ru/blog.html
Here I made this, for example
muckraker.ru/blog.html
Please Log in or Create an account to join the conversation.