MyBB Community Forums

Full Version: ChristmasTime [Gold Release]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A little christmas theme for your forums.
Download it from the attachment, a Demo Can be seen at
http://www.aquafy.sleekstyles.net/mybbdemo
or
http://gamesrule.mihopa.com/forums/
by signing up and choosing the theme from the UserCP.
Please do not remove any copyrights

Regards,
Marc.
Woah very nice yet again.
Thank you very much. Smile
I get this error after trying to import the XML file:
Quote:mySQL error: 1136
Column count doesn't match value count at row 1
Query: INSERT INTO mybb_templates (title,template,sid,version,status,dateline) VALUES ('','header','
\"$settings[bbname]\"

\"$settings[bbname]\"$settings[bbname]\"$settings[bbname]\"$settings[bbname]

$welcomeblock

$bannedwarning $bbclosedwarning $unreadreports
','4','100.07','','1135110702')

???
Marc O' Connor Wrote:A little christmas theme for your forums.
Download it from the attachment, a Demo Can be seen at
http://www.aquafy.sleekstyles.net/mybbdemo
or
http://gamesrule.mihopa.com/forums/
by signing up and choosing the theme from the UserCP.

Regards,
Marc.

Nice Theme [Image: 83.gif]
Any chance of getting the original PNG and font files so that we can translate it into other languages?
RaptorMoonX Wrote:I get this error after trying to import the XML file:
Quote:mySQL error: 1136
Column count doesn't match value count at row 1
Query: INSERT INTO mybb_templates (title,template,sid,version,status,dateline) VALUES ('','header','
\"$settings[bbname]\"

\"$settings[bbname]\"$settings[bbname]\"$settings[bbname]\"$settings[bbname]

$welcomeblock

$bannedwarning $bbclosedwarning $unreadreports
','4','100.07','','1135110702')

???
It is a common bug when PR2 is upgraded to Gold.
To fix it, Open admin/themes.php

[Find]:
	$db->query("INSERT INTO ".TABLE_PREFIX."templates (title,template,sid,version,status,dateline) VALUES ('','$templatename','$templatevalue','$templateset','$templateversion','','$time')");
(line 292)

[Replace with]:
$db->query("INSERT INTO ".TABLE_PREFIX."templates (title,template,sid,version,status,dateline) VALUES ('$templatename','$templatevalue','$templateset','$templateversion','','$time')");

Hope that fixes it. Wink

laie_techie Wrote:Any chance of getting the original PNG and font files so that we can translate it into other languages?

For the buttons?
Alas, I don't have a PSD.
Thanks for the help. All fixed! ^_^
It was My Pleasure.
I hope you and your members like it. Smile
I noticed you removed the copyright.
Please put it back as I really put a lot of work into the theme.