Black Pearl Problems


Goto page 1, 2  Next

Subject: Black Pearl Problems
I have black pearl installed on phpbb3. I am also using the phpbb arcade mod.

On the drop down box for the games it is nearly white and you cannot see the writing...

Anyone know were i can change the colour ??

Thanx :)

Profile PM  
Subject: Re: Black Pearl Problems
Topic moved to phpBB 3 MODS And Styles ;-)

Profile PM  
Subject: Re: Black Pearl Problems
TheSteffen wrote: [View Post]
Topic moved to phpBB 3 MODS And Styles ;-)

Thank you :wink:

Hi carcruisenw,

You should actually ask for support in the mod's support thread for this and without any info (link to mod and link to the problem page on your board) it's hard to even try to see what's going on.

Greetings,
...Joshua203

EDIT:
Also .. if I play Sherlock Holmes a bit I notice absolutely no problem on your games quick jump menu :shock:

Subject: Re: Black Pearl Problems
@ carcruisenw,

This YOU? As it is not much help when you can't be bothered to link to a problem.... :(

http://www.carcruisenorthwest.co.uk/forum/index.php

If so - You have other problems as in the picture - As for the "Broken forum Header" - There is a fix posted here somewhere for that. And you have to remove the "LOGO" link and not just delete the logo picture from the header.


Untitled 1.png
Description:  
Filesize: 135.94 KB
Viewed: 168 Time(s)

Untitled 1.png


Profile PM  
Subject: Re: Black Pearl Problems
Hi guys,

Sorry... i didnt think about addin a link... duhh... One of them days.

It is CCNW


Thanx

Last edited by carcruisenw on Sat 29 Jan, 2011 15:46; edited 1 time in total
Profile PM  
Subject: Re: Black Pearl Problems
I can't play a game as I'm not registered, try cleaning your browser ..maybe?

and as mort says .. there's other issues even a few more than he mentioned, i guessed you're just not done editing yet :LOL:

Subject: Re: Black Pearl Problems
Joshua203 wrote: [View Post]
I can't play a game as I'm not registered, try cleaning your browser ..maybe?

and as mort says .. there's other issues even a few more than he mentioned, i guessed you're just not done editing yet :LOL:


Yes still a lot to be done... but trying to fix one section at a time... But the colour of this box is driving me mad haha


EDIT: Just noticed if your not logged in the box if fine, When you log in it changes colour :S

Profile PM  
Subject: Re: Black Pearl Problems
take it easy .. all in good time ..and feel free to post questions :wink:

Subject: Re: Black Pearl Problems
Appears to me to be a MOD problem with css and "Games one hasn't played" etc.

Code: [Download] [Hide] [Select]
Guest:

<option value="304">007 Everything or Nothing</option>

User:

<option value="304" style="background-color: rgb(205, 205, 205);">007 Everything or Nothing</option>
<option value="307" style="background-color: rgb(205, 205, 205);">1 in 24 Norm v32</option>


A quick test would be to place this in the arcade.css

Code: [Download] [Hide] [Select]
option {
background-color: #000000;
color: #0000FF;
border: 1px solid #CCCCCC;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
}

Profile PM  
Subject: Re: Black Pearl Problems
Hi Mort..

I tried adding the code but still the same problem.. :(

I have noticed another problem aswell... when a user posts in the forum after a few mins the post vanishes :S

hmmm eveything seem to be goin wrong LOL x

Profile PM  
Subject: Re: Black Pearl Problems
carcruisenw wrote: [View Post]
hmmm everything seem to be going wrong LOL x


Depends on what you have been doing too! :P

As you can see in the picture - I can fudge it from here to get some sort of outcome so maybe you need to clean your browser and forum cache's?

Don't know? as I don't do phpbb, but if you give me a download link to the arcade MOD AND zip up a few games for me to get a hold of - I may install it all just for the hell of playing with it.

:mryellow:


Untitled 2.png
Description:  
Filesize: 16 KB
Viewed: 168 Time(s)

Untitled 2.png


Profile PM  
Subject: Re: Black Pearl Problems
LOL :p

Arcade MOD

Games

Take it u like the arcade than LOL :)

Profile PM  
Subject: Re: Black Pearl Problems
carcruisenw wrote: [View Post]
hmmm everything seems to be going wrong LOL x


You're not wrong!

http://www.jeffrusso.net/forum/viewtopic.php?f=20&t=1328

MOD Download: Coming soon :(

carcruisenw wrote: 
Take it u like the arcade then?


Nup! I've currently got 1,182 swf games catalogued and indexed that I put together for some "Other" little people to play with, not to mention 1,000 Windows games also.

All I would be doing is installing it all on local host (XAMPP) and let them play with it. :mryellow:

Here's some rough shots of what I mean, so yep! I'm no stranger to games, or HTML - - - - Hehehe!


Untitled 1.jpg
Description:  
Filesize: 276.84 KB
Viewed: 163 Time(s)

Untitled 1.jpg

Untitled 2.jpg
Description:  
Filesize: 263.83 KB
Viewed: 149 Time(s)

Untitled 2.jpg

Untitled 3.jpg
Description:  
Filesize: 276.04 KB
Viewed: 180 Time(s)

Untitled 3.jpg


Profile PM  
Subject: Re: Black Pearl Problems
wow that looks really good !!!!

Profile PM  
Subject: Re: Black Pearl Problems
Thanks! ;)

But without getting too far off topic - I've installed phpBB3 and Black Pearl and fixed up a couple of known problems with Black Pearl.

So how about making available the arcade.zip MOD you have, and PM me a link so that I can download it, and hopefully see what is going wrong with the css.


Apparently the "Latest" download is available here! 8)

http://www.phpbbarcade.com/forum/viewtopic.php?f=5&t=1

So now we'll see how it goes......

:mryellow:

Edit:

Ahem!! :mryellow:

Mate, I think I've got this right - - - -

Quote:
Highlight unplayed games color:

If you specify a color code then this will be the color that un-played games will be highlighted with in the drop down. It must be in hex format. Please note that if you want to have different colors for different style you need to edit arcade_header_body.html for each style. Empty = disabled.


In: arcade_header_body.html for Black Pearl:

Find:
Code: [Download] [Hide] [Select]
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #{PLAYED_GAME_COLOUR};"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>


Replace with:
Code: [Download] [Hide] [Select]
<option value="{quick_jump.GAME_ID}"<!-- IF not quick_jump.S_PLAYED_GAME --> style="background-color: #111111; color: #FFFFFF;"<!-- ENDIF -->>{quick_jump.GAME_NAME}</option>


Change #****** to suit! :P


Mmmmm!

This may help too? :LOL:

http://www.icyphoenix.com/viewtopic.php?p=51380#p51380

Profile PM  
Goto page 1, 2  Next

Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9497s (PHP: 2% SQL: 98%)
SQL queries: 20 - Debug Off - GZIP Enabled