vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

Mijae 11-19-2002 11:34 PM

Also, I edited function.php to post[arcade] but I cant get it to show up on the postbit template...

aibon 11-19-2002 11:45 PM

Quote:

Originally posted by v0id
How can I make a user with no requierments go to a new template with the text saying Y"ou need 2 posts to play in the arcade"? [/B]
for ease just use the vbulletin errordisplay (function standarderror):

PHP Code:

    if (($bbuserinfo[usergroupid] != 2) and
        (
$bbuserinfo[usergroupid] != 5) and
        (
$bbuserinfo[usergroupid] != 6) and
        (
$bbuserinfo[usergroupid] != 7)) {
      
show_nopermission();
    }
    elseif (
$bbuserinfo[posts] < 2) {
      eval(
"standarderror(\"".gettemplate('error_need2posts')."\");");
      exit;
   } 

you'll have to create a template 'error_need2posts'.

the template should be put in the templatecache for performance reasons. unfortunately the templatecache isnt yet used in this
hack. should be implemented, but to avoid overhead of caching unused templates a bit of the code has to be rearanged. i dont know whats up with the hack as futureal seems to be pretty busy @moment. i'm offering my help, if its wanted as i really like this hack and will be modifying my verion definitly. unfortunatly futureal didnt contact me yet about that and the state of development.

Sebastian 11-20-2002 12:45 AM

Quote:

Originally posted by aibon
im not futureal, but here you go: all i can say is rtfm.... read da ++++ing manual.
That is why I specially asked futureal for an answer, so I won't have to hear someone telling me to RTFM, obviously I did or it would be like guessing trying to install it... I rather manually add the links to forum home rather that adding three extra unnecessary queries .. the same affect can be achived by adding the links to the template.

Areku 11-20-2002 03:34 PM

When is next version coming out? ;)

Any major issues/security issues with current one?

Sebastian 11-22-2002 11:03 PM

Same ... any updates? I see you add many new features to the newer version .. update, update! :)

http://www.shadowsofnamek.com/forum/proarcade.php

JackG 11-23-2002 06:04 PM

Tried to mannually make thetabes but get this error:

MySQL said: You have an error in your SQL syntax near '$tetrisscore', 550, 380, 'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540' at line 9

JackG 11-23-2002 06:08 PM

My file has slashes in it. I will remove all slashed and try again.

JackG 11-23-2002 06:10 PM

Ahh ok - my files does not have slased but it has ( ' )

When i past into MysqlAdmin - it puts the slashed in (on submit)..

hmmm

What should I do?

Sebastian 11-23-2002 07:25 PM

Don't copy&paste it ... run it from the sql file ... you are talking about the content in allgames right?

xxxsaint 11-23-2002 08:09 PM

here's a pretty kool .fla poker game , anyone able to integrate it into the arcade and with LeSane's Store


All times are GMT. The time now is 11:35 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.02554 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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