MyBB Community Forums

Full Version: DAJ_Glass!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Nice conversion, and I might have a few skins you could convert. I'll have to look on my computer at home though.

But again, nicely done. Smile
Some of the image links are wrong (they reference folder name DAJ_glass instead of DAJ_Glass). Remember some servers are case-sensitive.
Also I fixed the problem of white links in the footer (namely the myBB part which no one mentioned).

Edit the theme and create a new custom css entry.

.copyrights a:link {
	color: #000000;
}
.copyrights a:visited {
	color: #000000;
}
.copyrights a:hover, .bottommenu a:active {
	color: #FF8723;
}
This is basically the same code as some of the other css entries but it will only apply to links.

Then edit the footer template and look for this:

$lang->powered_by <a href="http://www.mybboard.com" target="_blank">MyBB</a> $mybbversion<br />
				$lang->copyright &copy; $copyyear <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong><br />
Theme By <a color="#000 href="http://www.dumbassjones.com/">Dustin Baccetti</a><br />
Converted by <a color="#000 href="http://www.x-revolt.net">Stephen Chan/Kevin S.</a>
The color attribute in the 'a' tags don't do anything so they can be removed. I still don't know why they were coming up black. It might have something to do with the fact that there is no closing quotes. :p

Anyways wrap it with a span tag. It should look something like the following.
<span class="copyrights">
$lang->powered_by <a href="http://www.mybboard.com" target="_blank">MyBB</a> $mybbversion<br />
				$lang->copyright &copy; $copyyear <strong><a href="http://www.mybboard.com" target="_blank">MyBB Group</a></strong><br />
Theme By <a href="http://www.dumbassjones.com/">Dustin Baccetti</a><br />
Converted by <a href="http://www.x-revolt.net">Stephen Chan/Kevin S.</a></span>

You can also do the same thing with the <debugstuff> tag right above it. Put the span tag around it and the "advanced details" link will change from white to black. Make sure the span tag is with the div tags for the debug one.

The theme is being used on my new conga site that isn't even ready. It is open for viewing though.

http://www.congachaos.com/

Since I changed the logo (which was the only reference to the theme name imo) I also made one more edit. I changed the third line down and added the theme name to the front of it. Then people know what theme I am using. Wink

P.S. - For my previous post if you want to change the folder names because they are not working with your server (Windows servers would have no issue with this) then edit the theme and change all incorrect references from DAJ_glass to DAJ_Glass.
hahaha....that was intended Toungue (the colour links)

but change is good.
How did i miss this one !!! (Y) amazing!! good job
gusto5 Wrote:hahaha....that was intended Toungue (the colour links)

but change is good.

Don't know about the MyBB link on the left but yea the one on the right was intended. BTW, This is an excellent theme. Great conversion.
sigh... there is missing images... Anyone can give me with all the images.. Like the one at http://www.congachaos.com/

thx....

gusto5 u might want to edit the themes...
yea, i have the same problem of zanzan, someone have the original ones?
www.tibia4.net
Arkold Thos Wrote:yea, i have the same problem of zanzan, someone have the original ones?
www.tibia4.net

the original one is this one that available for download.. but there is missing images when u have change it to default themes such as there is NO new thread buttons...

I need the one that have been change and everything is in place... anyone has it? Can put it up for download?
Ok, I have attached a correct version, upload it into your ./images/
folder.
Pages: 1 2 3 4 5 6 7