This little plugin will show the avatar of the latest poster in the forums sections and forums topics page.
In forums.topics.tpl
1 2 3 |
<!-- BEGIN: FORUMS_SECTIONS_ROW_SECTION --> < img src = "{POSTER_AVATAR_TOPICS_SECTIONS}" alt = "{POSTER_AVATAR_TOPICS_SECTIONS_NAME}" height = "30px;" width = "30px;" /> <!-- END: FORUMS_SECTIONS_ROW_SECTION --> |
1 2 3 |
<!-- BEGIN: FORUMS_TOPICS_ROW --> < img src = "{POSTER_AVATAR_TOPICS}" alt = "{POSTER_AVATAR_TOPICS_NAME}" height = "30px;" width = "30px;" /> <!-- END: FORUMS_TOPICS_ROW --> |
In forums.sections.tpl
1 2 3 |
<!-- BEGIN: SECTION --> < img src = "{POSTER_AVATAR_SECTIONS}" alt = "{POSTER_AVATAR_SECTIONS_NAME}" height = "30px;" width = "30px;" /> <!-- END: SECTION --> |
You can change the height and width of the avatars to whatever works for you.
Thanked: 7 раз
nice one twieb!
Thanked: 5 раз
just the thing i need
Thanked: 1 раз
link borcked !