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)

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>



All times are GMT. The time now is 02:12 PM.

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.01161 seconds
  • Memory Usage 1,760KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_html_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete