https://next-level-arcade.com


Results 1 to 10 of 10

Thread: I need help ...

  1. #1
    Game Downloader

    Join Date
    Jan 2021
    Posts
    5
    Thanks
    2
    Thanked 2 Times in 1 Post

    I need help ...


  2. #2
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    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.

  3. The Following User Says Thank You to stangger5 For This Useful Post:

    Tatta (01-27-2021)

  4. #3
    Game Downloader

    Join Date
    Jan 2021
    Posts
    5
    Thanks
    2
    Thanked 2 Times in 1 Post
    Quote Originally Posted by stangger5 View Post
    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 (:

  5. #4
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    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...

  6. #5
    Game Downloader

    Join Date
    Jan 2021
    Posts
    5
    Thanks
    2
    Thanked 2 Times in 1 Post
    Quote Originally Posted by stangger5 View Post
    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 ?

  7. #6
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    Copy this ARCADE_vB4 template and overwrite yours.
    Code:
    {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>

  8. #7
    Game Downloader

    Join Date
    Jan 2021
    Posts
    5
    Thanks
    2
    Thanked 2 Times in 1 Post
    Quote Originally Posted by stangger5 View Post
    Copy this ARCADE_vB4 template and overwrite yours.
    Code:
    {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

  9. #8
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    Can you download that skin and upload it here in this thread?

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

  10. #9
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,633
    Thanks
    666
    Thanked 620 Times in 320 Posts
    I think, I have a fix.

    Replace your ARCADE.css with this:
    Code:
    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
    Code:
    legend
    and replace with
    Code:
    legendd
    Find all
    Code:
    tcat
    and replace it with
    Code:
    tcatt
    Your arcade should look good now.

  11. The Following User Says Thank You to stangger5 For This Useful Post:

    Tatta (02-07-2021)

  12. #10
    Game Downloader

    Join Date
    Jan 2021
    Posts
    5
    Thanks
    2
    Thanked 2 Times in 1 Post
    Great ! Now is everything ok ! :D

    Thank you so much !


  13. The Following 2 Users Say Thank You to Tatta For This Useful Post:

    lagrace (02-07-2021), stangger5  (02-07-2021)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Link Exchange - Affiliates/Friends