MyBB Community Forums

Full Version: Remove dateline from avatar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I'd like to remove the dateline from the avatar URL.
Would this be possible?

If so, how?

Thank you for your time.

Kind regards,

Senethic
Not possible without core changes I suppose
You'll need to make core edits. It needs to be removed from 6 places in two files:

/admin/modules/user/users.php, lines: 174, 723, 784
/usercp.php, lines: 1870, 1897, 1956.

Depending on caching, removing it may mean that users avatar's won't update when they change them
(2014-02-17, 07:20 AM)Cameron:D Wrote: [ -> ]You'll need to make core edits. It needs to be removed from 6 places in two files:

/admin/modules/user/users.php, lines: 174, 723, 784
/usercp.php, lines: 1870, 1897, 1956.

Depending on caching, removing it may mean that users avatar's won't update when they change them

Thank you for the help although I already had it fixed Big Grin