How To Change Icons On Bbcode
»
Show posts from
to
Icy Phoenix
Archived phpBB Topics (Styles, Mods, Support) - How To Change Icons On Bbcode
seinkraft
[ Sat 03 Jan, 2009 16:17 ]
Post subject:
How To Change Icons On Bbcode
How can I change the icons of the bbcode from .gif extension to .png?
The file for this I think is bbcb_mg.tpl but when I change that I cannot see any result.
Before I had sucess with this but now I dont remember how.
TheSteffen
[ Mon 05 Jan, 2009 09:59 ]
Post subject:
Re: How To Change Icons On Bbcode
Easyest way is to overwrite the old icons with your new ones.
For instance /images/bbcb_mg/images/gif/email.gif
seinkraft
[ Tue 06 Jan, 2009 11:58 ]
Post subject:
Re: How To Change Icons On Bbcode
Yes, i know but i want to change also the extension and use png icons.
There is a simple way changing a variable in the code but a I don't remember where.
Lopalong
[ Wed 07 Jan, 2009 23:25 ]
Post subject:
Re: How To Change Icons On Bbcode
templates/mg_themes/mg_themes.cfg ;)
Mighty Gorgon
[ Wed 14 Jan, 2009 23:54 ]
Post subject:
Re: How To Change Icons On Bbcode
This is the correct one:
templates/mg_themes/bbcb_mg.tpl
Code: [
Hide
] [
Select
]
Code: [
Show
]
var bbcb_mg_img_path = "{BBCB_MG_PATH_PREFIX}images/bbcb_mg/images/gif/";
var bbcb_mg_img_ext = ".gif";
Powered by
Icy Phoenix