Customizing SMF > Modifications and Packages

AvatarOnBoard

<< < (97/105) > >>

D.Joe:

--- Quote from: phantomm on June 30, 2012, 02:50:47 AM ---This was for showing avatar from topic starter, because by default mod shows avatar from last poster. This edits aren't required.
All you need is in reply #468 :)

--- End quote ---

--- Code: ---Not unique table/alias: 'mav'
File: /home/rasserve/public_html/forum/Sources/Subs-BoardIndex.php
Line: 78
--- End code ---
:-\

phantomm:
can you attach this file?

D.Joe:
I solved, i got another 2 problems : how do i remove the noavatar on redirects and how do I remove last post in child board's description

phantomm:

--- Quote from: D.Joe on July 05, 2012, 12:43:46 PM ---I solved

--- End quote ---
How did you solved it?


--- Quote from: D.Joe on July 05, 2012, 12:43:46 PM ---how do i remove the noavatar on redirects

--- End quote ---
I don't use this mod anymore, so pure guess...:
In BoardIndex.template:

--- Code: (Find) ---if (!$modSettings['disable_avatar'])

--- End code ---

--- Code: (Replace with) ---if (!$modSettings['disable_avatar'] && !$board['is_redirect'] && !empty($board['last_post']['id']))

--- End code ---

D.Joe:

--- Quote from: phantomm on July 05, 2012, 01:41:34 PM ---How did you solved it?

--- End quote ---
There was some duplicates.
And how about removing 'last post' from child boards

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version