vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Fresh install and not Style (https://vborg.vbsupport.ru/showthread.php?t=325702)

gnrx 10-24-2017 09:04 AM

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.

gnrx 10-24-2017 11:27 AM

Hi,
In the first time, thank you for your attention and help.

My site

For example, I view this site 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 [DATE]1508857478[/DATE] at [TIME]1508857478[/TIME] ---------------

It looks fine here. I would suggest clearing your browser cache.

gnrx 10-24-2017 01:34 PM

Quote:

Originally Posted by RichieBoy67 (Post 2590713)
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.

Quote:

--------------- Added [DATE]1508857478[/DATE] at [TIME]1508857478[/TIME] ---------------

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 )
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:

HTML Code:

{vb:raw headinclude_bottom}
directly above:

HTML Code:

  </head>

gnrx 10-24-2017 01:40 PM

Quote:

Originally Posted by MarkFL (Post 2590716)
I believe what you need to do is edit the template "ARCADE_vB4" and add the line:

HTML Code:

{vb:raw headinclude_bottom}
directly above:

HTML Code:

  </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?

gnrx 10-24-2017 01:55 PM

Quote:

Originally Posted by MarkFL (Post 2590718)
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
Code:

</head>
I have, now, this:
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:raw headinclude_bottom}

Again, thank you!

gnrx 10-27-2017 07:45 AM

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


And this image, is with not style, but with "Store CSS Stylesheets as Files" set to Yes

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?

gnrx 10-27-2017 11:29 AM

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

Quote:

Originally Posted by MarkFL (Post 2590716)
I believe what you need to do is edit the template "ARCADE_vB4" and add the line:

HTML Code:

{vb:raw headinclude_bottom}
directly above:

HTML Code:

  </head>

Usually that works, sometimes though it simply needs:
Code:

{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:

HTML Code:

{vb:cssfile additional.css}
{vb:raw headinclude_bottom}

directly above:

HTML Code:

  </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:.

gnrx 10-28-2017 08:44 PM

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:

Code:

{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



HTML Code:

{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>


gnrx 10-28-2017 09:16 PM

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:

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

gnrx 10-29-2017 07:48 AM

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

Quote:

Originally Posted by MarkFL (Post 2590816)
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:

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:

Code:

  <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>


gnrx 11-01-2017 11:22 PM

Quote:

Originally Posted by stangger5 (Post 2590900)
Heres another edit you can try:
ARCADE_vB4 template:

Code:

  <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!!!


All times are GMT. The time now is 09:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01425 seconds
  • Memory Usage 1,811KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (9)bbcode_html_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete