MyBB Community Forums

Full Version: Lottery Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi.....i'm totally new to this coding and everything but i'm gettting a hang of it..... for the lottry plug-in, i'm having problems getting the text to write "Lottery"..... i got the image and the lottery to work and everything but i dont know where i'm supposed to put the text....

this is the code i have so far...

<li><a href="{$mybb->settings['bburl']}/lottery.php"action=lottery"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/lottery.png" alt="" />{$lang->Lottery}</a></li>


all it shows is the image...
The name of the Lottery is a setting; so you can use {$mybb->settings['lot_name']} instead of {$lang->Lottery}
just to notfiy everyone that i fixed it....

Thanks Lex