Log in

View Full Version : I need help ...



Tatta
01-26-2021, 11:36 PM
https://www.vbulletin.org/forum/showthread.php?t=328545

Can someone help me ... ?

Thx (:

stangger5
01-27-2021, 11:54 AM
Looks like a skin/style problem, not a arcade problem.

Do you have any other skin/style installed to see? Maybe try vbulletins default skin.

Tatta
01-27-2021, 08:10 PM
Looks like a skin/style problem, not a arcade problem.

Do you have any other skin/style installed to see? Maybe try vbulletins default skin.

Yes , you were right . Its a skin problem .
On my default skin works fine , but I would like it if its possible that works on my other skin . That other skin/style is used .

Did you know where I can start looking to fix that ?

Thx (:

stangger5
01-29-2021, 06:39 PM
style templates/ CSS Templates:

One thing you could try:
Open the ARCADE.css and copy it completely,

now paste it into the additional.css
click save...

Tatta
01-29-2021, 09:40 PM
style templates/ CSS Templates:

One thing you could try:
Open the ARCADE.css and copy it completely,

now paste it into the additional.css
click save...

I try it but it does not work ... :S
Another idea ?

stangger5
01-30-2021, 12:05 PM
Copy this ARCADE_vB4 template and overwrite yours.


{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude}
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile arcade-rollup.css}
<vb:else />
{vb:cssfile ARCADE.css}
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div class="blockbody">
<div class="blockrow">
{vb:raw arcadeheader}
{vb:raw maincontent}
</div>
</div>
{vb:raw footer}
</body>
</html>

Tatta
02-01-2021, 01:54 PM
Copy this ARCADE_vB4 template and overwrite yours.


{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude}
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile arcade-rollup.css}
<vb:else />
{vb:cssfile ARCADE.css}
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div class="blockbody">
<div class="blockrow">
{vb:raw arcadeheader}
{vb:raw maincontent}
</div>
</div>
{vb:raw footer}
</body>
</html>

I try it and it dosent work ... :S

stangger5
02-01-2021, 04:39 PM
Can you download that skin and upload it here in this thread?

All I need is the xml file. I dont need the images.

stangger5
02-03-2021, 07:37 PM
I think, I have a fix.

Replace your ARCADE.css with this:

legendd{color:#ffffff;}

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
border: 1px solid #c4c4c4;
font-size: {vb:stylevar font-size};
}
.tcatt {
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};
}
.tcatt a:link, .tcatt_alink
{
text-decoration: none;
}
.tcatt a:visited, .tcatt_avisited
{
text-decoration: none;
}
.tcatt a:hover, .tcatt a:active, .tcatt_ahover
{
text-decoration: underline;
}

/* ***** 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; }
.tcatt .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; }



Then in the arcade/skin/skin_Arcade.php

Find all
legend and replace with
legendd

Find all
tcat and replace it with
tcatt

Your arcade should look good now.

Tatta
02-07-2021, 09:01 AM
Great ! Now is everything ok ! :D

Thank you so much !

https://media0.giphy.com/media/ZBn3ZRvCbWz2PS3Rbg/giphy.gif?cid=ecf05e47pklyj0aubymbq6ki9vmlnvmpngb9 x7o6vkvrqq4y&rid=giphy.gif