vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   ibProArcade a dead mod? (https://vborg.vbsupport.ru/showthread.php?t=234579)

Digital Jedi 02-11-2010 11:31 PM

I'm not attempting to make anything up. I'm extrapolating.

The suggestion has been that if we all give money, that will be the thing that frees up the time he's not able to give to it now. I don't believe he's been upgrading this mod for five years and not care about it's functionality or to take the time to work on it. So the only other thing you could be suggesting is that he must give time up from something else, like from a job or family, to work on this. All for a little extra dough.

Garamond 02-12-2010 12:18 AM

My point of view is that if we all donate some money, he might find some extra time to polish this product. The money doesn't buy more time, but can be used as a motivator. A little extra tap on his shoulder saying "You're doing a damn fine job with this product, please keep it up".

JonnyThunder 02-12-2010 08:00 AM

I've never seen anything so ridiculous... this guy provides this addon FOR FREE. How people have the nerve to come on and complain about how the free product doesn't work on their board seems incredible to me. If you aren't happy with it then don't install it (or write your own).

Jedi - I think you're doing a fine job and hope (despite the whinging) that you keep up the good work. The members on my forum love this mod.

Garamond 02-12-2010 12:46 PM

Very mature of you to call people ridiculous when they point their fingers on aspects of a product that needs to be improved. But I guess you are living in a relatively perfect world if this is the worst you have ever seen. You're a lucky guy, that's for sure.

If coders that release products doesn't like to get feedback then they should not release them at all.

Have there ever been any doubt that we all love this product? Are you so narrowminded that you cannot see what I mean? I have even sent Marcel money because I value this product so much, something I urge all of us to do.

I'm not the problem here, the CSS design of ibProArcade in vB4 on the other hand, is, and I hope Marcel focuses on that in a future update.

JonnyThunder 02-15-2010 07:31 AM

Quote:

Originally Posted by Garamond (Post 1980754)
Very mature of you to call people ridiculous

That's interesting. At what point did I say PEOPLE were rediculous?

Quote:

Originally Posted by Garamond (Post 1980754)
But I guess you are living in a relatively perfect world if this is the worst you have ever seen.

In context to people complaining about free products, yes. There are thousands of people on here moaning and hurling abuse just because the product doesn't work for them (not just about this mod, but all of them)

Quote:

Originally Posted by Garamond (Post 1980754)
Are you so narrowminded that you cannot see what I mean?

Yes - I see what you mean. You're an inspiration to us all - an all round hero. Give yourself a big squishy kiss. However, my original post wasn't about you.

Quote:

Originally Posted by Garamond (Post 1980754)
I'm not the problem here, the CSS design of ibProArcade in vB4 on the other hand, is, and I hope Marcel focuses on that in a future update.

Sounds like someone has a case of paranoia because I never mentioned you (though you seem to have assumed it's you I'm talking about). I'm sure he will fix these things given time. But having to deal with hundreds of posts from people stupidly threatening to remove his mod because it doesn't work, is surely slowing down his progress.

Garamond 02-15-2010 03:26 PM

Quote:

Originally Posted by JonnyThunder (Post 1982710)
That's interesting. At what point did I say PEOPLE were rediculous?

I thought you meant me, sorry. Let's move on :)

Quote:

Originally Posted by JonnyThunder (Post 1982710)
Yes - I see what you mean. You're an inspiration to us all - an all round hero. Give yourself a big squishy kiss. However, my original post wasn't about you.

I'm sorry again, I thought you meant me. I guess I was a little paranoid back there... hehe..

Quote:

Originally Posted by JonnyThunder (Post 1982710)
Sounds like someone has a case of paranoia because I never mentioned you (though you seem to have assumed it's you I'm talking about). I'm sure he will fix these things given time. But having to deal with hundreds of posts from people stupidly threatening to remove his mod because it doesn't work, is surely slowing down his progress.

Indeed paranoia and I largely agree with you. Threatening with mod-removal is counter-productive.

hardfm 02-15-2010 04:52 PM

It seems to me everyone here is overseeing the main concern, and that is to get that damn arcade to look like your site, so just paste this into your ARCADE.CSS and we're all happy.

Code:

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        font-size: {vb:stylevar font-size};
}
.tcat {
        font:{vb:stylevar blockhead_font};
        color:{vb:stylevar blockhead_color};
        background:{vb:stylevar blockhead_background};
        padding:{vb:stylevar blockhead_padding};
        border:{vb:stylevar blockhead_border};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{

        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{

        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{

        text-decoration: underline;
}
.alt1, .alt1Active
{


}
.alt2, .alt2Active
{

}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
        padding: 5px;
        font-size: {vb:stylevar font-size};
        border: 1px solid #c4c4c4;
        margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


Digital Jedi 02-17-2010 04:23 PM

Quote:

Originally Posted by hardfm (Post 1983103)
It seems to me everyone here is overseeing the main concern, and that is to get that damn arcade to look like your site, so just paste this into your ARCADE.CSS and we're all happy.

Code:

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        font-size: {vb:stylevar font-size};
}
.tcat {
        font:{vb:stylevar blockhead_font};
        color:{vb:stylevar blockhead_color};
        background:{vb:stylevar blockhead_background};
        padding:{vb:stylevar blockhead_padding};
        border:{vb:stylevar blockhead_border};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{

        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{

        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{

        text-decoration: underline;
}
.alt1, .alt1Active
{


}
.alt2, .alt2Active
{

}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
        padding: 5px;
        font-size: {vb:stylevar font-size};
        border: 1px solid #c4c4c4;
        margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


And when you do, factor in that you may have heavily customize styles that may not use the default vB class names. So you'd need to edit that accordingly.

NashChristian 05-22-2010 05:17 PM

Reading this thread, I hate to say a peep, since it looked like y'all were fixin' to have a lynching... but I'm 75% of the way and could use a little nudge.

First, I applied the code below, and that is what got me 75% of the way.
Quote:

Originally Posted by hardfm (Post 1983103)
It seems to me everyone here is overseeing the main concern, and that is to get that damn arcade to look like your site, so just paste this into your ARCADE.CSS and we're all happy.

Code:

.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        font-size: {vb:stylevar font-size};
}
.tcat {
        font:{vb:stylevar blockhead_font};
        color:{vb:stylevar blockhead_color};
        background:{vb:stylevar blockhead_background};
        padding:{vb:stylevar blockhead_padding};
        border:{vb:stylevar blockhead_border};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{

        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{

        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{

        text-decoration: underline;
}
.alt1, .alt1Active
{


}
.alt2, .alt2Active
{

}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
        padding: 5px;
        font-size: {vb:stylevar font-size};
        border: 1px solid #c4c4c4;
        margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


That worked GREAT, with only one exception, which is DARK STYLES. I use several dark styles on my site, and instead of trying to edit this in the templates PER STYLE, I'm sure there must be a way to fix this in my default PARENT templates (I'm just not sure how).

The only problem I'm having in Dark Styles, is that the bold statistical text at the bottom of the page is all BLACK "best Score of all Time", "actual Highscore Champ", "personal best Score", "Statistics", "Game-Rating"... (For the record, I'm running v4.0.2).

Screen Shot:

http://nashvillechristian.com/images...text_color.jpg


I don't want to hard code the text to be white, because then it won't be visible in the light styles I use.

I see that there is another method of changing the background color listed here, which I have not tried, but since I applied the code above, it looks to do the same thing.

Can anyone tell me how I can fix this?

Thanks for the code above, that was a huge step in the right direction!

By the way, I'm allergic to rope. :eek:

Thanks!
:D Jeff

ShawneyJ 05-26-2010 04:56 AM

what a classic thread lol.
1.none of the codes around the forums help my arcade at all and any of the advice given.
2.you shouldnt have to edit a thing if the arcade was compatible for vb4.
3.arcade 2.7 is NOT compatible for vb4 so the thread should not have got moved to vb4 forum.

now when new comers start looking back through the arcade thread in vb4 for support, its going to be very confusing for them.

mr zero has been working on the new version of the arcade for awhile now, last i read he was having trouble with the new vbulletin front page/cmps, some coding problem to submit scores, him saying the new vbulletin is so different.

just think, IPBoads arcade was just released the other day, the new version of IP.Boards has been out for a bloody long time, a long time members had to go without an arcade.

hopefully its just a matter of time before something is released.

and who ever donated that $100, that was very nice of you to do that for us all, you would think it would help, bloody hope so. thanks m8


All times are GMT. The time now is 01:55 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.03124 seconds
  • Memory Usage 1,789KB
  • 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
  • (9)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