Well i want to add custom buttons but next to them this appears:
and how are you adding the buttons?
those images should be in the same folder as the default group images.
By putting the HTML link there.
And i have tried but when i enter the name of it.. it does not show up.
if your going to use html, use a plain old image tag:
<img scr="http://mydomain.com/image.gif">
as for the image name not working, make sure they are in the same folder as the other group images. and try not to have spaces in the file name.
image.gif is good
my image.gif isn't.
I can't get it to work... the <img src etc isin't working at all, and i placed my button here: {Theme URL} -> Images And my picture "Police.gif" Then i go to settings, i type in Police and it won't show nothing.
my bad, dyslexia, <img src=
i inverted the r and c
so sorry
You're trying to set group images? If so, use the bare path (generally just a filename) rather than with the HTML code. Example:
image.png
instead of:
<img src="http://here.com/Themes/default/images/image.png">
Just enter the file name :)
Drakness, is this issue resolved now? All you need to do was upload your custom images to /Themes/default/images/ folder and then put only the filename into each membergroup since it already has the path listed.