WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Add option border-radius for avatars to modules #290

Closed RikoDEV closed 6 years ago

RikoDEV commented 6 years ago

I think this is a useful option, nowhere can I find one

WildcardSearch commented 6 years ago

First of all, the styling of side boxes could use some work. If I ever find the time, I am going to look into CSS for each module, customizable on a per-sidebox basis.

For now, you can just edit the template for the sidebox and add border-radius: 50%; or whatever you like to the style attribute of the <img/>

If you need help locating the template for a particular module, let me know and I will try to help.

RikoDEV commented 6 years ago

I manually edited the modules by adding border-radius: 50%. However, the plug-in option is always more comfortable, especially since I have to do it every plugin update.

WildcardSearch commented 6 years ago

I manually edited the modules

I don't mean edit the PHP-- I mean editing the template: ACP -> Templates & Style -> Templates -> Advanced Sidebox Templates -> etc...

RikoDEV commented 6 years ago

Previously, I wanted to edit the avatar css through template files, but I did not find the option to modify the variable {$avatar} so I was edited the php file.