Log in

View Full Version : I have tried all the fixes?


LoneWolf71
01-22-2011, 04:30 PM
My arcade is whacked. Can you tell me what to do to get it to match my skin?

http://www.asskickersinc.com/forums/arcade.php

Thanks in advance!

Hippy
01-22-2011, 06:27 PM
do the fieldset fix I have posted in the ibproarcade fixes
also do the the alt1 and alt 2 I also have posted ..
also replace the arcade template I also have posted...
youll be 100%

LoneWolf71
01-23-2011, 03:39 AM
nope, done it all.. nothing is fixing the issue.

--------------- Added 1295761659 at 1295761659 ---------------

fixed, thanks bud :)

Hippy
01-23-2011, 10:23 AM
lol looks better but not 100%
in this post
https://vborg.vbsupport.ru/showpost.php?p=2087815&postcount=1

do the fieldset fix ..
in your skin_arcade.php

LoneWolf71
01-23-2011, 05:25 PM
Thanks Hippy, whats the exact path to that file?

And your support is just great on this mod.. much appreciated bud :)

Hippy
01-23-2011, 09:33 PM
arcade/skins/skin_arcade.php

LoneWolf71
01-23-2011, 11:01 PM
hmmm didnt work? Was that supposed to center the text in the top panels?

--------------- Added 1295831798 at 1295831798 ---------------

Hey also, could you tell me how to make the categories on the arcade main page yellow, so they are better seen?

Hippy
01-23-2011, 11:25 PM
that fieldset fix should o added the borders in the catagory boxes...
I am not sure what you mean about making them yellow..

LoneWolf71
01-23-2011, 11:26 PM
Just the lettering, I was hoping I could make it yellow..

Like This

LoneWolf71
01-23-2011, 11:28 PM
Here is the file, did I miss something?

Hippy
01-23-2011, 11:30 PM
for the text there to be yellow

in ARCADE.css change
color:{vb:stylevar blockhead_color};

to
color: #FDFF00;


now upload this file over writing yours to fix the fieldset

LoneWolf71
01-24-2011, 02:51 AM
I hate to say it, but that didn't work either Hippy. I deleted and uploaded your file, Nor did the color change. Its not a huge deal though, it looks close enough, I just wanted the categories to be more distinct, as they are hard to see if your not really looking for them.

There is one more thing, if the members dont tick the remember me box, it will not save the score. Not sure what thats all about.

And can you maybe help me with my postbit? Take a look at this if you could.

Its on top of my other field. Is there a way to move it elsewhere? Thanks again Hippy. Sorry to be such a pain in the crotch!

I tried your workaround in the header template, but your code isn't the same on 4.1.1

Here is the line and what it looks like on 4.1.1

Can I still just replace it with your workaround code?
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />

Hippy
01-24-2011, 07:51 PM
My file worked .. as you see in the screen shot...
as far as the color goes .. you did something wrong...

paste over your ARCADE.css so I can see what you did wrong..
I tested it here and working like a charm....

as far as your postbit...
I posted a fix for tha as well in the ibproarcade fix thread....

the code change there is just to tick rememebr be default and It's the same cause I tested it on 4.1.1..
after tabindex="103" add this
at the end of your code add checkbox="checkbox" but before />

Hippy
01-24-2011, 08:06 PM
Let me just add before incase you missed it .. ;)


paste over your ARCADE.css
so we can get that yellow going ..;)

LoneWolf71
01-24-2011, 11:19 PM
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

Hippy
01-24-2011, 11:23 PM
oh ok will test and let you know I think tho
all the category txt will change tho
I know you can set images for them that might be better ??

LoneWolf71
01-24-2011, 11:31 PM
yeah images might work.. I did your postbit legacy workaround, and it got rid of that annoying " : " but the marque isnt scrolling now.. strange..

--------------- Added 1295919183 at 1295919183 ---------------

sry, i noobed out.. scrolling works now...lol

Hippy
01-24-2011, 11:38 PM
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

as requested ... centered ....

still working on the color..
but consider the images

over write the one on your server with the one attached..

Hippy
01-24-2011, 11:39 PM
Hey bud, yeah I guess it did work :)

But I only want the category name in yellow.. such as in this screen shot.

And then on the Highscore-Champions section, they are not centered.. as you can see in the screen shot.

yeah images might work.. I did your postbit legacy workaround, and it got rid of that annoying " : " but the marque isnt scrolling now.. strange..

--------------- Added 1295919183 at 1295919183 ---------------

sry, i noobed out.. scrolling works now...lol

ie8 it will not scroll unless you have compatibility view on...
works in Opera and firfox tho..
it's a **** ie thing

--------------- Added 1295919866 at 1295919866 ---------------

post over your ARCADE.css

in your templates... look for css
in there youll find the ARCADE.css

I can change the link color... to yellow...
all the links there will be yellow...??

LoneWolf71
01-24-2011, 11:45 PM
center worked great.. your got a paypal? I would like to donate something in the near future for you? You have been very helpful. Thank you sir!

--------------- Added 1295920062 at 1295920062 ---------------

My Current ARCADE.css

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
border: 1px solid #c4c4c4;
font-size: {vb:stylevar font-size};
}
.tcat {
font:{vb:stylevar blockhead_font};
color: #FDFF00;
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: #FFFFFF;
color: #000000;
}
.alt2, .alt2Active
{
background: #FFFFFF;
color: #000000;
}
/* ***** 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; }

Hippy
01-25-2011, 12:00 AM
the link color is set by vb....

this css does not have the at1 and alt2 changes??

did you do something different?


anyway
you can pull all the tcat crap out of that css
I change your skin-arcade.php all ready so the tcat is no longer used..


.tcat {
font:{vb:stylevar blockhead_font};
color: #FDFF00;
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;
}



is no longer being used.. ;)

--------------- Added 1295921104 at 1295921104 ---------------

by the way.. I'm not sure how you added the arcade button .. but it don't highlight when your in the arcade....

the forum button does... take it out and add this mod.. ;)
Arcade: Main Nav Tab + Sub Menu + Dropdown Menu (https://vborg.vbsupport.ru/showthread.php?t=235218)

LoneWolf71
01-25-2011, 12:25 AM
I am getting this after i installed Arcade: Main Nav Tab + Sub Menu + Dropdown Menu

Parse error: syntax error, unexpected T_IS_IDENTICAL in /home/asskicke/public_html/forums/includes/class_bootstrap.php(535) : eval()'d code on line 325

http://www.asskickersinc.com/forums/

LoneWolf71
01-25-2011, 12:31 AM
Here is my file that has the error.

Hippy
01-25-2011, 12:32 AM
humm.. I installed this mod on a hundered sites and this is the first time seeing this...
.. check your work......

see what happens...

--------------- Added 1295922796 at 1295922796 ---------------

Here is my file that has the error.

delete that file... has your vb info in it..

--------------- Added 1295922896 at 1295922896 ---------------

line 325 is // don't use popups

makes no cents to me... did you edit the xml file you grabbed for the arcade tabs ?

LoneWolf71
01-25-2011, 12:38 AM
Well after looking into it, seems I had it installed twice, must have installed it before and didn't remember, but now i have lost my HOME button, and a few others I had there.. custom buttons.. is there a way to get them back?

Hippy
01-25-2011, 12:43 AM
what mod did you use for it

add tabs .. mod

should still be there I just told you to take the arcade button out


sorry if you misunderstood me

--------------- Added 1295923488 at 1295923488 ---------------

you can turn the button on for vbadvanced .... no need for a mod .. but the custom ones youll need to add them back

--------------- Added 1295923548 at 1295923548 ---------------

well I am off to bed... have a good one.. enjoy

LoneWolf71
01-25-2011, 12:46 AM
I used this mod

https://vborg.vbsupport.ru/showthread.php?t=233629&highlight=tabs

Which I just disabled before messing around with your fix.

--------------- Added 1295923661 at 1295923661 ---------------

ok thanks Hippy!!! For everyting!!!

Hippy
01-25-2011, 07:48 PM
you can still use it .. just remove the arcade tab you made there

site is looking good

LoneWolf71
01-26-2011, 12:58 AM
yeah I did just what you said.. thank you for all your help Hippy.. your very committed. We all appreciate it!

Hippy
01-26-2011, 01:11 AM
welcome
any time
enjoy
"you got mail' ;)

LoneWolf71
01-26-2011, 02:21 AM
That worked very well. Thank you, I promise I wont bother you anymore...lol Thanks again bud, its people like you that we can all count on for help, wish there were more coders like you out there. :)

Hippy
01-26-2011, 02:45 AM
never a bother

lol coder !!!!!! ..I'm no coder by far..\\
I read and read ... test and test in return I taught myself a little..
and help when i can...

enjoy

RK KINGKONG
01-28-2011, 07:21 PM
as always great job , remind me to get you a call girl for christmas , but i cant promise she will have teeth . lol j/k great jobas requested ... centered ....

still working on the color..
but consider the images

over write the one on your server with the one attached..