MyBB Community Forums

Full Version: Images in portal template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used simple <img src> tag to put some buttons in portal template but they are not appearing. Anything special needs to be done there?
As far as I know its like editing any other template. You may want to check your html. It could be wrong. I'll play with my local copy of MyBB to make sure.
Wierd, It didn't work for me. I guess your html isnt the fault.
How were you calling these images? Was it something like:

<img src="$settings[bburl]/$theme[imgdir]/filename.gif" />

Or was it something else?
Chris Boulton Wrote:<img src="$settings[bburl]/$theme[imgdir]/filename.gif" />

That's the code I was missing. Thanx Chris Smile