Hello, found the site through a google search & must say yours are the best themes for mybb I have seen. Am wondering if when you have time you could make arcade buttons for MDT & Slick Pro toplinks & possibly the code to edit them into the theme header if say the url is /games.php
Would be greatly appreciated as I lack the skills as of yet
I don't use arcade, how many buttons do you need?
Where can I find default arcade buttons?
Is it just one named "Arcade"?
(20-12-2009 08:12 PM)ivgeo Wrote: [ -> ]I don't use arcade, how many buttons do you need?
Where can I find default arcade buttons?
Is it just one named "Arcade"?
It is for the game section for my site & I would like to add a link to it in the toplinks so would be nice to have it match the others you have made with the hover effect you gave portal, forum etc. & the code to edit into the header would be very useful. Thanks for responding & for the great themes
Slick pro is easy
edit header template and add this code to menu section
Code:
<li><a href="link_to_arcade">Arcade</a></li>
I'll make button for MDT later today.
upload arcade.gif and arcade_b.gif to MDT\toplinks\
in mdt.css add
Code:
li#tl-arcade a {
background: #cbcbcb url(images/MDT/toplinks/arcade_b.gif) 0% 0% no-repeat;
width: 115px;
height: 70px;
}
li#tl-arcade a:hover {
background: #cbcbcb url(images/MDT/toplinks/arcade_b.gif) 0% 100% no-repeat;
}
in header template, menu section add
Code:
<li id="tl-arcade"><a href="{$mybb->settings['bburl']}/arcade.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/arcade.gif" alt="Arcade" title="" /></span></a></li>
Thank you very much love it !!
