Member icon without online/offline icon

Which code do i need to use to show the member icon ( thumbnail ) without the online / offline icon on a custom place?

Quote · 1 Aug 2014

And how are you doing it now?

https://www.deanbassett.com
Quote · 1 Aug 2014

Within the spotlight module of Modzzz ( at the top section of every page ) you have the spotlighted members and a button next to it with "get spotlighted" with a link to the purchase page. We want to make it in the rest of the style ( of our website ) and place that text over your current member icon ( thumnail )

Only when i do it now you see the ugly online icon. Totally useless and ugly because if you are looking at that section you know you are online ;) 

Quote · 1 Aug 2014

I see. A third party module.

Well, i can't tell you. You need to find the container that icon is in, and hide it with display:none in the spotlight mods css. Because it is not a module that comes with dolphin, i cannot tell you what code to edit as i don't have that code.

https://www.deanbassett.com
Quote · 1 Aug 2014

Ok, then i shall set it to display: none. Not the best way, but it gets the job done. I send you a PM btw....

Quote · 1 Aug 2014

The only other way is to find the code that inserts the icon.

If it's using the default thumbnail generator then that code is in templates\base\scripts\BxBaseFunctions.php in the getMemberThumbnail function. But only if it's using dolphin default code.

https://www.deanbassett.com
Quote · 1 Aug 2014

In modules\modzzz\spotlight\classes\BxSpotlightModule.php there is a getSpotlightThumbnail function that controls the icon display. You need to make the modification in that function.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 3 Aug 2014

 Also when it's just your thumbnail and not the rest? The others can have a online icon.

In modules\modzzz\spotlight\classes\BxSpotlightModule.php there is a getSpotlightThumbnail function that controls the icon display. You need to make the modification in that function.

 

Quote · 3 Aug 2014

 The mentioned function is used for displaying only the spotlight member thumbnails.

 Also when it's just your thumbnail and not the rest? The others can have a online icon.

In modules\modzzz\spotlight\classes\BxSpotlightModule.php there is a getSpotlightThumbnail function that controls the icon display. You need to make the modification in that function.

 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 4 Aug 2014
 
 
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.