View Full Version : Fresh install and not Style
Hi,
Today, I made a fresh install of ibProArcade, in vb 4.2.5.
I view that, I don't have style in arcade. In others sites (and attach images of thread download) the arcade have a style.
In my site not, not have style, any line, all white...
If needs, I can post a link of my arcade.
Thanks in advanced!
blind-eddie
10-24-2017, 11:06 AM
Share your site link please.
Hi,
In the first time, thank you for your attention and help.
My site (https://www.forocable.com/foro/arcade.php)
For example, I view this site (https://www.lonasdigital.com/arcade.php?&act=Arcade) with other style (no style of website, style of arcade)
Or, like the first screenshot:https://vborg.vbsupport.ru/showthread.php?t=101554
But reading this subforum, I view others users with her style like me, but I like, if its possible, like indicate.
Again, thank you!
RichieBoy67
10-24-2017, 01:03 PM
Did you go into maintenance under Update counters and try rebuilding your style?
--------------- Added 1508857478 at 1508857478 ---------------
It looks fine here. I would suggest clearing your browser cache.
Did you go into maintenance under Update counters and try rebuilding your style?
At this moment, I made this, but continue view Arcade like before this.
--------------- Added 1508857478 at 1508857478 ---------------
It looks fine here. I would suggest clearing your browser cache.
I clear my browser cache, continue view Arcade like before.
Are you sure about this?
I view my Arcade different that link I indicate in my first post (for example, like this forum (https://www.lonasdigital.com/arcade.php) )
In the forum of example, I view separation between games with borders and lines, the Title of game, with border and line...)in my forum not (for example)
Sorry if I not explained well.
Again, thank you very much!
MarkFL
10-24-2017, 01:36 PM
I believe what you need to do is edit the template "ARCADE_vB4" and add the line:
{vb:raw headinclude_bottom}
directly above:
</head>
I believe what you need to do is edit the template "ARCADE_vB4" and add the line:
{vb:raw headinclude_bottom}
directly above:
</head>
Thanks! I added this line, but continue with the same style / appearance, title of games not border/line, for example.
Again, thank you!!
MarkFL
10-24-2017, 01:54 PM
Did you add that line to the template in the style you are using to view your site?
Did you add that line to the template in the style you are using to view your site?
Yes, correct. In the style that I use en the forum to view my site.
Above </head>
I have, now, this:
{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:raw headinclude_bottom}
Again, thank you!
Hello.
I think that its possible I view the issue...
I go to -> Admincp -> Options -> Style & Language Settings -> and set Store CSS Stylesheets as Files? to No
And then, works fine, now, my Arcade have a style.
But I want set store css as file, I view and set my file: /forum/clientscript/vbulletin_css.
Set chmod 777 to this folder and deleted all subfolders and files that have this vbulleting_css folder.
First, turn off "Store CSS Stylesheets as Files" and then turn it back on should recreate the files.
But continue with no style in Arcade.
Only have style if turn off "Store CSS Stylesheets as Files".
Now, I set to no "Store CSS Stylesheets as Files" for if you want view the change.
Like my english its regular...:) I link 2 images:
This image, its with style but with "Store CSS Stylesheets as Files" set to No (https://www.forocable.com/foro/images/arcade.jpg)
And this image, is with not style, but with "Store CSS Stylesheets as Files" set to Yes (https://www.forocable.com/foro/images/arcade2.jpg)
Again, thank you very much!
RichieBoy67
10-27-2017, 10:21 AM
Did you set the permissions in the style cache in the clientscript folder to 777?
I set permissions to 777 in this folder:
/forum/clientscript/vbulletin_css
But not view any style cache folder under clientscript folder, your referer to other folder?
Thank you very much!
TheLastSuperman
10-28-2017, 07:34 PM
I believe what you need to do is edit the template "ARCADE_vB4" and add the line:
{vb:raw headinclude_bottom}
directly above:
</head>
Usually that works, sometimes though it simply needs:
{vb:cssfile additional.css}
Added to the template, so gnrx, do as MarkFL originally suggested, but also include the additional.css template ;).
Example:
edit the template "ARCADE_vB4" and add the line:
{vb:cssfile additional.css}
{vb:raw headinclude_bottom}
directly above:
</head>
I bet it works after refresh now, seen this odd situation occur a few times over the years now :p. Mark make a mental note of that, it's odd but comes into play every so often with the arcade :cool:.
Thanks TheLastSuperman :)
I made the changes, add the new line additional.css to ARCADE_VB4 template but...not works...
This is my lines above head:
{vb:raw headinclude}
{vb:cssfile additional.css}
{vb:raw headinclude_bottom}
</head>
After thi change I turn off "Store CSS Stylesheets as Files" and view that not work.
In this moment, my forum have this lines in template and turn off "Store CSS Stylesheets as Files", and not have style...
Regards!!
Seven Skins
10-28-2017, 09:02 PM
Hi
I used this in 4.2.2 it used to work nicely.
You can copy and paste this in both arcade and arcade_vb4 templates
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> 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: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>
Thank you very much Seven Skins :up:
I made the change that you indicate, copy/paste your code to my both arcade and arcade_vb4 templates..continue with not style...not works...:(
Regards!!!
MarkFL
10-28-2017, 09:34 PM
Okay, I finally took a look at the link you provided, and I think I understand what you're after.
I did some additional styling to the arcade page, and I'm happy to share that with you. Create a plugin with the following:
Product: ibProArcade for vBulletin
Hook Location: parse_templates
Title: Arcade CSS
Execution Order: 5
Plugin PHP Code:
if (THIS_SCRIPT === 'arcade' OR strpos($_SERVER['REQUEST_URI'], 'arcade'))
{
$template_hook['headinclude_css'] .= '<style>.blockbody a {color: #0000FF !important;} .blockbody a:hover {color: #0000FF !important;} .tborder tr {border: 1px solid #CCCCCC;} .tborder tr td {padding: 5px;} .row1 tr {background: #CCCCFF; box-shadow: 2px 2px 2px rgba(0,0,0,.75)} .row1 tr tr {background: #FFAAAA linear-gradient(to right, #ffb0b0, #ffd0d0, #ffb0b0); box-shadow: none;} .row1 td {padding: 5px;} .tcat {padding: 5px; background: #00A000 linear-gradient(to right, #00A000, #00E000, #00A000); color: #FFFF00; white-space: nowrap; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);} .alt2 {border: 1px solid #CCCCCC;}</style>';
}
Plugin is Active: Yes
Ouuhhh!! Its really good!!!:up:
I made that you indicate and now works perfect but....but with your code, now, I have a very very beautiful style!!! ...this style its really fantastic!!
Thank you very much!!!
TheLastSuperman
10-31-2017, 01:21 AM
Okay, I finally took a look at the link you provided, and I think I understand what you're after.
I did some additional styling to the arcade page, and I'm happy to share that with you. Create a plugin with the following:
Product: ibProArcade for vBulletin
Hook Location: parse_templates
Title: Arcade CSS
Execution Order: 5
Plugin PHP Code:
if (THIS_SCRIPT === 'arcade' OR strpos($_SERVER['REQUEST_URI'], 'arcade'))
{
$template_hook['headinclude_css'] .= '<style>.blockbody a {color: #0000FF !important;} .blockbody a:hover {color: #0000FF !important;} .tborder tr {border: 1px solid #CCCCCC;} .tborder tr td {padding: 5px;} .row1 tr {background: #CCCCFF; box-shadow: 2px 2px 2px rgba(0,0,0,.75)} .row1 tr tr {background: #FFAAAA linear-gradient(to right, #ffb0b0, #ffd0d0, #ffb0b0); box-shadow: none;} .row1 td {padding: 5px;} .tcat {padding: 5px; background: #00A000 linear-gradient(to right, #00A000, #00E000, #00A000); color: #FFFF00; white-space: nowrap; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);} .alt2 {border: 1px solid #CCCCCC;}</style>';
}
Plugin is Active: Yes
Savvy! or in the terms of millennials "Savage" :cool:.
stangger5
11-01-2017, 06:11 PM
Heres another edit you can try:
ARCADE_vB4 template:
<head>
{vb:raw headinclude}
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile arcade-rollup.css}
<vb:else />
{vb:cssfile ARCADE.css}
</vb:if>
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude_bottom}
</head>
Heres another edit you can try:
ARCADE_vB4 template:
<head>
{vb:raw headinclude}
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile arcade-rollup.css}
<vb:else />
{vb:cssfile ARCADE.css}
</vb:if>
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude_bottom}
</head>
Hello!
I try editing the template addingh your code, not works, in my case, not works...
Regards!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.