8thos Members Only Avatars

Unmaintained 8thos Members Only Avatars 1.5A

No permission to download
This modification lets you post a link to pic in your account settings that will replace your avatar inside threads, your profile page, member's card and sidebar visitor panel and will not be viewable to guests.

This resource is unsupported.

Screenshots:

members-only-avatar.webp

members-only-avatar2.webp

members-only-avatar3.webp



Guests will only see the regular avatar you've uploaded through xenforo's settings. Your member's only avatar will automatically be resized to 100 x 100 inside of threads and automatically resized to 150x150 for your profile page and members card. It doesn't matter where you get the link for your pic from. You can post it from tinypic, facebook, whatever.

Edit: Use the link in this addon's update to make it compatible with Jake Bunce's Big and Tall avatars resource, Arty's Responsive Design and XF1.2's Responsive design.


Perquisite: Must have the Template Modification System installed.

Origin: This is a modification I originally created when I first started my site on vBulletin 4.

http://www.8thos.com/threads/vip-members-only-avatars.2205/

Directions

Step 1.

In AdminCP go to Users/User Customization/Custom User Fields/Create New Field

- Basic Information Tab -

Field ID: mavatar
Title: Member's Only Avatar
Description: Post a link to a pic that you want to show to VIP members and above only. (Auto resizes)
Display Location: Personal Details
Display Order: 1
Field Type: Single-line text box.

- General Options Tab -

Only 'User editable' should be checked.

Save Field
Step 2.
Directions: Download the resource, unzip the contents and install the addon.


Tip 1:

If your site has a different default avatar size like mine, then just change resize number inside the template modifications for this addon.

Tip 2:

By default, this addon only excludes guests. If you want to exclude certain usergroups from viewing Members Only Avatars you will have to edit the template modification(learn more conditionals here).

For example:

Code:
<xen:if is="{$visitor.user_id}">

with this code:

Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 1,6,8}">

1 = Uregistered / Unconfirmed
6 = Banned
8 = Regular Members
  • Like
Reactions: Steve F and Chris D
Author
DRE
Downloads
32
Views
529
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from DRE

Latest updates

  1. lol wrong link

    didn't mean to change the link
  2. Added Screenshots

    Added Screenshots
Back
Top Bottom