MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
spikescot2005 Wrote:
Paretje Wrote:What is your theme?

The theme is bluevision

Some days ago, I looked for it, but I can't download it because I'm not registered, can you give me the files?
Paretje Wrote:
spikescot2005 Wrote:
Paretje Wrote:What is your theme?

The theme is bluevision

Some days ago, I looked for it, but I can't download it because I'm not registered, can you give me the files?

Here you go [attachment=7011]

Thanks
I made a theme to fix your theme, you can download it here and here
Ok well it kind of has worked but none of the images are showing?

http://www.tussaudtimes.co.uk/games.php
I see it, there is a bug in the export system.

Fix:

Go to the editing page of the theme and look if the folder is images/BlueVision

Add this in the CSS field:
.games_menu ul {
	background: url(images/BlueVision/menu_bg.png) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	padding-bottom: 30px;
}

.games_menu ul a:link {
	color: #ffffff;
	text-decoration: none;
}

.games_menu ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.games_menu ul a:hover, .menu ul a:active {
	color: #ffff99;
	text-decoration: none;
}

.games_menu ul {
	list-style: none;
	margin: 0;
}

.games_menu li {
	display: inline;
	padding-left: 5px;
}

.games_menu img {
	padding-right: 5px;
	vertical-align: top;
}
Thanks it worked a treat.
Today, I released 1.1.5
Whats new in it?
There are some bugfixes.
Hi,
I'm having a problem with mine right now.
I'm trying to de-activate it so I can remove everything entirely and install it fresh. But when I try to de-activate, I get this error:
MySQL error: 1051
Unknown table 'mybb_games,mybb_games_categories,mybb_games_champions,mybb_games_rating,mybb_games_scores,mybb_games_settings,mybb_games_templates,mybb_games_themes'
Query: DROP TABLE mybb_games, mybb_games_categories, mybb_games_champions, mybb_games_rating, mybb_games_scores, mybb_games_settings, mybb_games_templates, mybb_games_themes;


And if I try to access games.php, I get this error:
MySQL error: 1146
Table 'db204111782.mybb_games_settings' doesn't exist
Query: SELECT * FROM mybb_games_settings WHERE sid='1'