MyBB Hacks

Full Version: Default avatar in postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i go about this so if user has no avatar or guest has no avatar it will display a default avatar.
For postbit:

Code:
<if !$post['useravatar'] then>
WHY U NO AVATAR?
</if>


Other places (eg profile page) may require different conditionals in different places.

(01-26-2015 04:18 PM)ZiNgA BuRgA Wrote: [ -> ]For postbit:

Code:
<if !$post['useravatar'] then>
WHY U NO AVATAR?
</if>


Other places (eg profile page) may require different conditionals in different places.


Thanks
Reference URL's