MyBB Community Forums

Full Version: Default VB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Basically, I'm trying to convert the default vb theme (here is an example) to mybb but I've had no luck.

Could anyone assist me in this?
http://mybbtheme.info - They convert vB themes to MyBB.
But you'd have to get permission from the owners of the theme, which is the vBulletin company themselves, which would be hard.
I see that costs - which isn't quite what I'm looking for, but thanks for the suggestion =)
There are a few 3.8.x themes, but not the new 4.x layout.
Its not so hard to convert, I already converted the Default VB 4 theme into MyBB but unfortunately I cant release it because I don't have the permission.
Could you please provide a link to where I can find these?

Edit: That was directed at faviouz
Ok thanks Wink
Another Question: I want to replace the "on" and "off" .gif images with .png files, how do I change the forums so that it displays the png ones instead of gif?

(Spent ages looking around in the templates/themes, found nothing)
(2010-06-01, 07:50 PM)Alex. Wrote: [ -> ]Another Question: I want to replace the "on" and "off" .gif images with .png files, how do I change the forums so that it displays the png ones instead of gif?

(Spent ages looking around in the templates/themes, found nothing)

For that u have to go

Dash board >> templates >> forum bit templates >> forumbit_depth2_forum

Find
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Replace " .gif " replace it with " .png " and upload ur on/off with png
alirex, you need to edit "general.js" too.
Pages: 1 2