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)

corsacrazy 01-18-2004 11:19 AM

can you please read post 48 john :) cheers

KuraFire 01-18-2004 11:19 AM

Quote:

Originally Posted by John
Yep. :)

Wheeee, HTL hacks! :D

John 01-18-2004 11:19 AM

Quote:

Originally Posted by corsacrazy
correct :o

I used Dreamweaver's text editor a lot of the time, it didn't take me long to discover that it kills functions.php when you edit it. ;)

Still, it works fine for all other files. Just use Wordpad/Notepad for those changes, and you shouldn't have any problems.

John 01-18-2004 11:45 AM

Quote:

Originally Posted by corsacrazy
can you please read post 48 john :) cheers

In includes/functions_showthread.php

Find:
PHP Code:

$arcade_result $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscore,miniimage FROM " TABLE_PREFIX "games "); 

Replace with:
Find:
PHP Code:

$arcade_result $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscore,miniimage,gameid FROM " TABLE_PREFIX "games "); 

:)

Installation instructions updated

corsacrazy 01-18-2004 11:49 AM

thats sorted it john cheers

corsacrazy 01-18-2004 11:55 AM

can we have challenges set to on as default per user? because i cant challenge the people i want to challenge PLUS is it possible to make it clearer on HOW to challenge a member (i know the link is in their arcade stats page) but its only on some pages and itsnt clear for users as i have already had many pms about how to challenge

John 01-18-2004 12:06 PM

Quote:

Originally Posted by corsacrazy
can we have challenges set to on as default per user? because i cant challenge the people i want to challenge PLUS is it possible to make it clearer on HOW to challenge a member (i know the link is in their arcade stats page) but its only on some pages and itsnt clear for users as i have already had many pms about how to challenge

To turn on challenges by default for all new users, run this query:
Code:

ALTER TABLE `user` CHANGE `arcadesettings` `arcadesettings` INT(13)  UNSIGNED DEFAULT "15" NOT NULL
However, this won't turn on challenges for existing users. To have challenges enabled and email notification turned on for every user, run this query:
Code:

UPDATE user SET arcadesettings=15

John 01-18-2004 12:10 PM

Quote:

Originally Posted by corsacrazy
can we have challenges set to on as default per user? because i cant challenge the people i want to challenge PLUS is it possible to make it clearer on HOW to challenge a member (i know the link is in their arcade stats page) but its only on some pages and itsnt clear for users as i have already had many pms about how to challenge

Thanks for pointing this out. (I forgot to take a screenshot.)

See the attached image. :)

CHeeKY 01-18-2004 12:21 PM

john can I ask ya to take a look at my post on permissions...

I still cant access the games, all usergroups have rights as set in the usergroups in admincp, I saw in the install that usergroup ids are set, are the relative to the board ids?

Just seems weird...

macshrine 01-18-2004 12:26 PM

Warning: Invalid argument supplied for foreach() in /home/macshrin/public_html/forums/includes/functions.php on line 2755

Warning: Invalid argument supplied for foreach() in /home/macshrin/public_html/forums/includes/functions.php on line 2755

Warning: Invalid argument supplied for foreach() in /home/macshrin/public_html/forums/includes/functions.php on line 2755

im getting that on my forum front page, whats wrong?


All times are GMT. The time now is 11:50 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.02696 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
  • (2)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
  • (3)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