Which code do i need to use to show the member icon ( thumbnail ) without the online / offline icon on a custom place?
Which code do i need to use to show the member icon ( thumbnail ) without the online / offline icon on a custom place? |
And how are you doing it now? https://www.deanbassett.com |
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 ) |
I see. A third party module. https://www.deanbassett.com |
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.... |
The only other way is to find the code that inserts the icon. https://www.deanbassett.com |
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 |
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.
|
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 |