vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   ibProArcade Fixes (https://vborg.vbsupport.ru/showthread.php?t=249120)

Hippy 10-08-2010 11:27 AM

You lost me . Please post a screen shot

R4Z0R49 10-08-2010 12:41 PM

Hello Hippy,

lol Not sure how i lost you there but here

http://thebritishguards.co.uk/main/a...wtourney&tid=3

as you can see the crown background is now black but for users there background is still white i need to change that white background.

cheers

Hippy 10-08-2010 07:45 PM

for some reason that color is in the tables of the DB..

TABLE_PREFIX . "games_settings ADD `ladder_empty_color` VARCHAR(10) DEFAULT 'FFFFFF' NOT NULL");

or you could try and edited it here in arcade.php
Code:

$ladderhtml = "
                                        <!-- CSS Stylesheet -->
                                        <style type='text/css' id='tournament_css'>
                                        <!--
                                        .empty
                                        {
                                                background: #{$this->arcade->settings['ladder_empty_color']};
                                        }
                                        .qual
                                        {
                                                background: #{$this->arcade->settings['ladder_qual_color']};
                                        }
                                        .elim
                                        {
                                                background: #{$this->arcade->settings['ladder_elim_color']};
                                        }
                                        .disqual
                                        {
                                                background: #{$this->arcade->settings['ladder_disqual_color']};
                                        }
                                        -->
                                        </style>
                                        <!-- / CSS Stylesheet -->



this line
Code:

.empty
{background: #{$this->arcade->settings['ladder_empty_color']};
}

welcome jack12

R4Z0R49 10-08-2010 07:50 PM

Hippy your a start thank you worked perfect cheers :-)

jalmz 10-31-2010 02:59 AM

Thanks..

mod. please stick this one..

RitaW 11-12-2010 08:58 AM

Hippy. Thank you for these fixes. Really appreciate the time and effort you put into this.

Bob_R 11-27-2010 01:06 PM

Though I have it set up in my arcade settings to display trophies in the postbit legacy. Nothing shows. :confused:

Hippy 11-27-2010 01:33 PM

  • Open the Menu Styles & Templates
  • Click Style Manager
  • Select "Edit Templates" in the Dropdown-Menu
  • Scroll down and double-click on Postbit Templates
  • Choose postbit and click CUSTOMIZE in the right menu
  • vBulletin 3.x - Search for:
    <td valign="top" nowrap="nowrap">
  • Below add:
    <div class="smallfont">$post[crowns]$post[champtext]<br /></div>
  • vBulletin 4.x - Search for:
    <dl class="userstats">
  • Below add:
    {vb:raw post.crowns}{vb:raw post.champtext}<br />
  • Click SAVE and edit the Template postbit_legacy
  • vBulletin 3.x - Search for:
    <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
  • Above add:
    $post[crowns]$post[champtext]<br />
  • vBulletin 4.x - Search for:
    <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
  • Above add:
    <dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
  • click SAVE and edit the Template navbar (below "Navigation/Breadcrumb Templates")

argothiusz 12-04-2010 07:33 AM

Updated to 4.1PL2 and it stopped working. For some reason, members keep getting "score cannot be submitted" and its automatically log them out. BUT, it works just fine for admin lol.

- Tried All the fixed
- All my permission are set correctly.

akxt660 12-04-2010 11:51 PM

Anyone can explain to me how this happened?

See the image bellow:

https://vborg.vbsupport.ru/external/2010/12/74.jpg


I use the latest version! 2.7.0
VB 4.03 Version


All times are GMT. The time now is 09:39 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.01211 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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