Membership Icons

ok. I know this is a stupid question. Probably going to require someone to build a mod to handle it....

How do you change the icon for a membership type after you have created it? (you can add one when you create the membership but can't change it once it's saved)

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 31 Oct 2011

http://www.boonex.com/m/premium-membership-badges

 

Might do what you need.

Other solution would be upload a new icon. and change it in the DB.

Quote · 31 Oct 2011

You can always do it the hard way.

UPDATE `sys_acl_levels` SET `Icon` = 'member.png' WHERE `ID` = 2 LIMIT 1;

Change member.php to new icon name and change the 2 to the ID of the membership you want to change.

https://www.deanbassett.com
Quote · 31 Oct 2011

 

You can always do it the hard way.

UPDATE `sys_acl_levels` SET `Icon` = 'member.png' WHERE `ID` = 2 LIMIT 1;

Change member.php to new icon name and change the 2 to the ID of the membership you want to change.

 Thanks. I knew I could do it that way but it seems like there should be an admin function for something this simple?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 31 Oct 2011

You can actually just overwrite the images.

My Membership -

  • Standard member badge: /media/images/membership/member.png 110x110
  • Non-member badge: /media/images/membership/non-member.png 110x110
  • Promotion badge: /media/images/membership/promotion.png 110x110
  • Any other memberships you create and upload a badge for will found in this folder: /media/images/membership/

 

From my tutorial (self promotion!! lol) http://www.boonex.com/trac/dolphin/wiki/TutorialHowToWorkWithIconsAndImages

 

Just find the membership icon that you want to change and upload a new image with the same name. Clear the cache on your site and the cache on your browser and TADA!!

Quote · 4 Nov 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.