Jump to content



Photo

vBulletin - Arcade Anyone?


  • Please log in to reply
58 replies to this topic

#1 MordyT

MordyT

    Premium Customer

  • Customer
  • 59 posts

Posted 06 February 2010 - 01:38 AM

We have ibProArcade2.7.0+ installed, but the skin isn't working so well.....
Anyone made a correct skin?

#2 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 06 February 2010 - 01:44 AM

The problem is not with this skin, but the CSS within the ibproarcade, vbulletin.org i believe has a fix for this

Bluepearl Skins - vBulletin, XenForo & Custom Skins - Custom Skin Portfolio updated

If you are happy with our support, please leave feedback here it will be much appreciated!


#3 MordyT

MordyT

    Premium Customer

  • Customer
  • 59 posts

Posted 06 February 2010 - 09:23 PM

Could you link me to this fix? I search vb.org and found something but nothing seems to work.
I used firebug, changed the code on like 3 things and it looks perfect...

#4 acco

acco

    Premium Customer

  • Members
  • 21 posts

Posted 07 February 2010 - 02:07 PM

The problem is not with this skin, but the CSS within the ibproarcade, vbulletin.org i believe has a fix for this

Sean was the fix to do with fixing the boxes around the games? If so I used that fix myself which done the job but if you see the attached pic I think you'll see what I think MordyT is going on about.. This is what it looks like in my forum.

[ATTACH=CONFIG]1958[/ATTACH]

I've highlighted the txt on the lefthand side just in case you were not sure what I was going on about, also if you check the members list, this to can be very hard on the eyes.

Attached Thumbnails

  • 16bwnwp.png


#5 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 07 February 2010 - 04:45 PM

Send me a link to one of your arcades if you can, i will use firebug to find the CSS and then post what u need to add to your additional CSS template

Bluepearl Skins - vBulletin, XenForo & Custom Skins - Custom Skin Portfolio updated

If you are happy with our support, please leave feedback here it will be much appreciated!


#6 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 08 February 2010 - 07:49 PM

I have this Arcade and the link in the navbar is now gone since installing BP-Black.

Please help.

#7 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 09 February 2010 - 12:03 AM

ok the problem is the arcade uses custom CSS which works fine if your using a white template, but for darker templates its not so good.

.alt2, .alt2Active {
background-color: #e1e4f2;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
}

.alt1, .alt1Active {
background-color: #f5f5ff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
}

So in your additional CSS template add this:

.alt2, .alt2Active {
background-color: #1a1a1a;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #fff;
}

.alt1, .alt1Active {
background-color: #000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #fff;
}

Bluepearl Skins - vBulletin, XenForo & Custom Skins - Custom Skin Portfolio updated

If you are happy with our support, please leave feedback here it will be much appreciated!


#8 acco

acco

    Premium Customer

  • Members
  • 21 posts

Posted 09 February 2010 - 04:03 AM

ok the problem is the arcade uses custom CSS which works fine if your using a white template, but for darker templates its not so good.

.alt2, .alt2Active {
background-color: #e1e4f2;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
}

.alt1, .alt1Active {
background-color: #f5f5ff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
}
So in your additional CSS template add this:

.alt2, .alt2Active {
background-color: #1a1a1a;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #fff;
}

.alt1, .alt1Active {
background-color: #000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #fff;
}

Did not work for me that but I manage to take the info you give and alter the ARCADE.css and all looks well now thanking you very much for your support :)
here is the new altered ARCADE.css to suits your BP-black skins.
.tborder {
background-color:{vb:stylevar doc_backgroundColor};
    border: 1px solid #c4c4c4;
    font-size: {vb:stylevar font-size};
}
.tcat {
    font:{vb:stylevar blockhead_font};
    color:{vb:stylevar blockhead_color};
    background:{vb:stylevar blockhead_background};
    padding:{vb:stylevar blockhead_padding};
    border:{vb:stylevar blockhead_border};
    -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
    -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #FFFF66;
    text-decoration: underline;
}
.alt1, .alt1Active
{
    background: #000;
    color: #fff;
}
.alt2, .alt2Active
{
    background: #1a1a1a;
    color: #fff;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

@ Bluepearl Fan, you need to go back to the arcade installation instructions and do the edits for the new skins you've added ;)

#9 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 09 February 2010 - 04:27 AM

I redid the edit for the link and it didn't work. That prompted my question about it. And, the other edits for the arcade are for the posbit/postbit legacy and they are totally wrong and not working correctly. There's a discussion about it on vb.org.

Secondly, arcade.css would be the file to fix as per the posts above this one? I don't understand the "additional css template" comments.

#10 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 09 February 2010 - 04:30 AM

Additional CSS section allows template designers to add custom CSS to templates which overwrite any previous CSS properties.

You can find this template via style manager, css templates

Bluepearl Skins - vBulletin, XenForo & Custom Skins - Custom Skin Portfolio updated

If you are happy with our support, please leave feedback here it will be much appreciated!


#11 acco

acco

    Premium Customer

  • Members
  • 21 posts

Posted 09 February 2010 - 04:54 AM

I redid the edit for the link and it didn't work. That prompted my question about it. And, the other edits for the arcade are for the posbit/postbit legacy and they are totally wrong and not working correctly. There's a discussion about it on vb.org.

Secondly, arcade.css would be the file to fix as per the posts above this one? I don't understand the "additional css template" comments.


The way I have my skins setup up, is to have a parent skin & then any other skin added I have as a child following the parent.
I don't bother with the Postbit Templates edits for arcade so for me it was a simple revert of navbar template to get the arcade link back in the new skins.


to get the navbar link back it should be find in navbar template:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>

and below it add:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>


#12 MordyT

MordyT

    Premium Customer

  • Customer
  • 59 posts

Posted 09 February 2010 - 05:03 AM

Did not work for me that but I manage to take the info you give and alter the ARCADE.css and all looks well now thanking you very much for your support :)
here is the new altered ARCADE.css to suits your BP-black skins.

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
    border: 1px solid #c4c4c4;
    font-size: {vb:stylevar font-size};
}
.tcat {
    font:{vb:stylevar blockhead_font};
    color:{vb:stylevar blockhead_color};
    background:{vb:stylevar blockhead_background};
    padding:{vb:stylevar blockhead_padding};
    border:{vb:stylevar blockhead_border};
    -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
    -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #FFFF66;
    text-decoration: underline;
}
.alt1, .alt1Active
{
    background: #000;
    color: #fff;
}
.alt2, .alt2Active
{
    background: #1a1a1a;
    color: #fff;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

@ Bluepearl Fan, you need to go back to the arcade installation instructions and do the edits for the new skins you've added ;)


Bingo! This did it for me...

Sean was the fix to do with fixing the boxes around the games? If so I used that fix myself which done the job but if you see the attached pic I think you'll see what I think MordyT is going on about.. This is what it looks like in my forum.

[ATTACH=CONFIG]1958[/ATTACH]

I've highlighted the txt on the lefthand side just in case you were not sure what I was going on about, also if you check the members list, this to can be very hard on the eyes.


That is exactly what I was looking to do....

Funny part is, I took firebug and "fixed it with just three color code changes, but could not figure out which file to edit with them...

#13 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 09 February 2010 - 06:12 AM

The way I have my skins setup up, is to have a parent skin & then any other skin added I have as a child following the parent.
I don't bother with the Postbit Templates edits for arcade so for me it was a simple revert of navbar template to get the arcade link back in the new skins.


to get the navbar link back it should be find in navbar template:

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>

and below it add:
<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>


I reverted and nothing was fixed.

- Will either add code as you mentioned

or

- found a hack

#14 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 09 February 2010 - 06:53 AM

OK I got the link back but the background with the lettering makes it difficult to read.

Please advise

see screenshot

Attached Thumbnails

  • Screen shot 2010-02-08 at 10.32.44 AM.png


#15 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 09 February 2010 - 09:24 AM

Here's the actual screenshot corresponding to the above post.

Attached Thumbnails

  • Screen shot 2010-02-09 at 12.22.21 PM.png


#16 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 10 February 2010 - 04:31 AM

Did you follow the instructions that came with the arcade?

@ Bluepearl Fan, you need to go back to the arcade installation instructions and do the edits for the new skins you've added ;)


Apparently you have to do template edits to make the arcade work properly with templates

Bluepearl Skins - vBulletin, XenForo & Custom Skins - Custom Skin Portfolio updated

If you are happy with our support, please leave feedback here it will be much appreciated!


#17 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 10 February 2010 - 05:46 AM

I have done the template edits already. I will re-check myself.

#18 Bluepearl Fan

Bluepearl Fan

    Premium Customer

  • Members
  • 67 posts

Posted 10 February 2010 - 06:43 AM

OK, this is fixed! Thanks to everyone!!

#19 InternetMafia

InternetMafia

    Premium Customer

  • Members
  • 47 posts

Posted 13 February 2010 - 08:54 AM

Did not work for me that but I manage to take the info you give and alter the ARCADE.css and all looks well now thanking you very much for your support :)
here is the new altered ARCADE.css to suits your BP-black skins.

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
    border: 1px solid #c4c4c4;
    font-size: {vb:stylevar font-size};
}
.tcat {
    font:{vb:stylevar blockhead_font};
    color:{vb:stylevar blockhead_color};
    background:{vb:stylevar blockhead_background};
    padding:{vb:stylevar blockhead_padding};
    border:{vb:stylevar blockhead_border};
    -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
    -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #FFFF66;
    text-decoration: underline;
}
.alt1, .alt1Active
{
    background: #000;
    color: #fff;
}
.alt2, .alt2Active
{
    background: #1a1a1a;
    color: #fff;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
@ Bluepearl Fan, you need to go back to the arcade installation instructions and do the edits for the new skins you've added ;)


Where does one find the ARCADE.css

Actually any .css file for that matter. When I try to add the ones to the theme it says they obsolete and dont give me the option to edit

Edited by InternetMafia, 13 February 2010 - 09:27 AM.


#20 InternetMafia

InternetMafia

    Premium Customer

  • Members
  • 47 posts

Posted 13 February 2010 - 11:22 AM

Ok, figured out where to change the css. Thanks.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Links

Customers

Our Network

Our Friends