Jump to content



Photo

vBulletin - Arcade Anyone?


  • Please log in to reply
58 replies to this topic

#41 acco

acco

    Premium Customer

  • Members
  • 21 posts

Posted 21 June 2010 - 06:42 AM

I have no idea Sean, but he has a next to worthless support forum. I have recieved 10 times more help in this thread then that forum.

But whatever that poster is doing that posted that pic, he is on the right track.

He also mentioned something about posting the arcade.css somewhere else



But I am not exactly sure what he means

I just followed what was said, basically go to the vbulletin.css template and find:

/* BLOCK STUFF */

added all of the contents of arcade.css above that line.

[ATTACH=CONFIG]2621[/ATTACH]

this is how mine has turned out like after edit

Attached Thumbnails

  • 311q349.png


#42 InternetMafia

InternetMafia

    Premium Customer

  • Members
  • 47 posts

Posted 21 June 2010 - 10:27 AM

Cool, I just need those couple of lines to center and it would be perfect

#43 InternetMafia

InternetMafia

    Premium Customer

  • Members
  • 47 posts

Posted 21 June 2010 - 03:26 PM

I hope the poster from .org doesnt mind, but I will give you the info that he gave me via PM to fix the arcade.


Look right in vb templates / stylvar etc.. there is a manual at vb.com as well
example.. vb no longer uses tcat, or atl1, alt2 tborder, etc this is what the arcade is using still..

so you need to change all those to what ever they are currently using.
so it calles from the vbulletin.css..
take tcat, well tcat is now blockhead........ tcat used
Code:
<td>
well blockhead uses
Code:
<div>
this makes the borders follow the round corners in firefox and Opera etc..



#44 InternetMafia

InternetMafia

    Premium Customer

  • Members
  • 47 posts

Posted 21 June 2010 - 03:27 PM

How did you center the text that said Highscore champions, King Of The Arcade, etc?

in the skin_Arcade.php look for the tables and look at the class =

if it's blanks add center .. if it says right add center ..


I will give it a shot later and see what comes of it

#45 armthehomeless

armthehomeless

    Premium Customer

  • Customer
  • 23 posts

Posted 23 July 2010 - 09:10 PM

I used the ammended arcade.css supplied on the first page and it mostly works except for some of the sub titles on the games...

Posted Image

When you highlight the text, it reveals what should be there:

Posted Image


And it also does it on the 'Newest Champions' and 'Latest Arcade Scores':

Posted Image

#46 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 25 July 2010 - 05:35 PM

Have you guys tried using firebug addon for firefox, which will show u what each of the DIV elements are called, so u can then add additonal css in 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!


#47 rhorman

rhorman
  • Members
  • 11 posts

Posted 20 February 2011 - 06:44 AM

Ok, so where does one edit the CSS?

If someone could make this a step by step of where to click and what to change, that'd be great. I'm having the same problem.

Thanks!

#48 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 20 February 2011 - 07:05 PM

Hey mate goto Styles manager and click 'edit templates' While here look for the CSS folder that contains the template called additional.css.

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!


#49 rhorman

rhorman
  • Members
  • 11 posts

Posted 21 February 2011 - 12:53 PM

Thanks Sean!

#50 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 09:12 AM

Well, none of this worked for me. My arcade looks terrible. Any help would be appreciated.

Thanks!

#51 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 02:10 PM

So I got my arcade working...

Can someone please tell me how to change the outline for the games on the bottom from black to white?

Thanks!

#52 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 02:34 PM

Posted Image

I'd also like to center the words. Any ideas?

#53 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 24 February 2011 - 03:52 PM

Link me to your board mate and i will post the CSS to put in your additional.css

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!


#54 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 03:55 PM

Thanks Sean.

Here it is: http://www.respawnga....com/arcade.php

-Ryan

#55 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 24 February 2011 - 03:58 PM

Thanks Sean.

Here it is: http://www.respawnga....com/arcade.php

-Ryan


In your additional.css add this:

.tborder {
border: 1px solid #000;
}

If this does not work then add this:

.tborder {
border: 1px solid #000 !important;
}

what text do you want to center?

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!


#56 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 04:37 PM

In your additional.css add this:

.tborder {
border: 1px solid #000;
}

If this does not work then add this:

.tborder {
border: 1px solid #000 !important;
}

what text do you want to center?


Tried that. No luck. No white lines. Tried it in both the additonal CSS and the Arcade CSS. :(




The last 5 items that are in white I'd like to center.

(i.e. best Score of all Time, actual Highscore Champion, personal best Score, statistics, Game-Rating)

#57 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 24 February 2011 - 04:56 PM

In firebug viewing the CSS .tborder is the element name so this should change the borders, if it doesn't then the CSS is being controlled somewhere else that i cannot find.

You will need to contact or post in the arcade thread on vBulletin.org asking how to change the border colors as the mod author will have more knowledge of his plugin than me.

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!


#58 rhorman

rhorman
  • Members
  • 11 posts

Posted 24 February 2011 - 05:03 PM

Ok, I will do that.

How can I go about centering those words?

#59 Sean James

Sean James

    Administrator

  • Administrators
  • 12,891 posts
  • LocationSydney Australia

Posted 24 February 2011 - 05:11 PM

Looking at it in firebug i would add this to either the bottom of your arcade.css or additional.css

.alt1, .alt1Active {
text-align: center;
}

Also for the .tborder try adding the code i gave you to the bottom of the arcade.css not the top if you haven't already done so

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!





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Links

Customers

Our Network

Our Friends