vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

mickmel 03-07-2004 10:43 AM

Quote:

Originally Posted by cybermomcafe
One question...

When I change settings for the Arcade in the Admin CP, after clicking "Submit" it comes up and says "Could not find phrase: 'arcade_cp_settingssaved'." Then it redirects back to the settings page... but the changes are saved...

I double checked and that phrase has been added...

Just wondering :) Great Hack BTW!

I had the same problem. The fix was pretty easy - read the install instructions more carefully. :) I spent hours trying to figure this one out...

Most of the phrases need to be added as GLOBAL. Some, though - like this one - need to be added as a different type. Delete the phrase from your system, and re-add it as the type of phrase they say in the install instructions and it should work.

Mickey

Owen 03-07-2004 10:53 AM

Quote:

Originally Posted by Owen
Code:

<if condition="$award[icon]!=''">
<!-- arcade awards -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead">Arcade Awards</td>
</tr>
<tr>
        <td class="alt1">$arcadeawards</td>
</tr>
</table>
<!-- / arcade awards -->
<br />
</if>

What do I need to do to get the IF thing working?

could someone help me out with this?

Roody 03-07-2004 02:24 PM

Let me ask something. Is there a way to implement some kind of system that a member would have to make 3-5 posts when they sign onto the boards before they could play arcade games?

Owen 03-07-2004 02:28 PM

you could just make a new group that registered users promote to after 3-5 posts.

John 03-07-2004 02:37 PM

Quote:

Originally Posted by Roody
Let me ask something. Is there a way to implement some kind of system that a member would have to make 3-5 posts when they sign onto the boards before they could play arcade games?

If you want a crude way to do it...

Find:
PHP Code:

// Checks to see if GET variables are valid 

And above this, add:
PHP Code:

if ($bbuserinfo['posts']<10){
    
print_no_permission();


Where in this example, 10 is the number of required posts to be able to play in the Arcade. People with post counts lower than that will be shown a "no permission" page.

Owen 03-07-2004 02:38 PM

Hey could you help me out? With that last post of mine?

ogden2k 03-07-2004 03:41 PM

Originally Posted by PiotrasG
this is a first version of the hack... wait dont be such a jackass...

I wasn't being one actually. I just see a lot of good hacks that don't have uninstallers. Nothing against this hack, I'm actually going to be installing it. I just want to know that there will be an uninstall script if something goes wrong.

So, is there a plan for an uninstaller?

John 03-07-2004 03:45 PM

Quote:

Originally Posted by ogden2k
I just want to know that there will be an uninstall script if something goes wrong.

So, is there a plan for an uninstaller?

Maybe there is, maybe there isn't.

Although anyone with a couple of braincells can figure out how to uninstall it. IIRC I've already been over the procedure once or twice.

John 03-07-2004 03:47 PM

Quote:

Originally Posted by Owen
Hey could you help me out? With that last post of mine?

You've just pasted a bit of code... :\

ogden2k 03-07-2004 03:51 PM

So you choose not to add an uninstaller because it may be simple remove tables from a database... Some people may not be well versed in phpmyadmin...


All times are GMT. The time now is 08:14 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.04281 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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