Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Fresh install and not Style Details »»
Fresh install and not Style
Version: , by gnrx gnrx is offline
Developer Last Online: Aug 2022 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-24-2017 Last Update: Never Installs: 0
 
No support by the author.

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!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-27-2017, 10:21 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you set the permissions in the style cache in the clientscript folder to 777?
Reply With Quote
  #13  
Old 10-27-2017, 11:29 AM
gnrx gnrx is offline
 
Join Date: Apr 2009
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #14  
Old 10-28-2017, 07:34 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
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 . Mark make a mental note of that, it's odd but comes into play every so often with the arcade .
Reply With Quote
Благодарность от:
gnrx
  #15  
Old 10-28-2017, 08:44 PM
gnrx gnrx is offline
 
Join Date: Apr 2009
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
  #16  
Old 10-28-2017, 09:02 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
Благодарность от:
TheLastSuperman
  #17  
Old 10-28-2017, 09:16 PM
gnrx gnrx is offline
 
Join Date: Apr 2009
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!!
Reply With Quote
  #18  
Old 10-28-2017, 09:34 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
2 благодарности(ей) от:
gnrx, TheLastSuperman
  #19  
Old 10-29-2017, 07:48 AM
gnrx gnrx is offline
 
Join Date: Apr 2009
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!!
Reply With Quote
2 благодарности(ей) от:
MarkFL, TheLastSuperman
  #20  
Old 10-31-2017, 01:21 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
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" .
Reply With Quote
Благодарность от:
MarkFL
  #21  
Old 11-01-2017, 06:11 PM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
Благодарность от:
gnrx
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05180 seconds
  • Memory Usage 2,340KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_html
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete