Quote:
Originally Posted by S S0DEN
How about you explain it a little better? Fetch what url and where? If you need to define something else with the admin cp or template, you need to include that in your instructions.
|
There is nothing to explain things from the manual!
but here you go! this have nothing to do with this mod,
but this mod allows this function to actually work.
Quote:
Originally Posted by fetch_avatar_url()
Fetches the URL for a User's Avatar
- return: Information regarding the avatar
array fetch_avatar_url (integer $userid, [boolean $thumb = false])
- integer $userid: The User ID
- boolean $thumb: Whether to get the Thumbnailed avatar or not
|
And all it does is update the database via cron
from checking users if they have avatar or not.