vb.org Archive

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

King Kovifor 07-29-2006 09:28 PM

Major Questions
 
Hello,

I've installed on my test board and have some questions...
  1. Does this support table prefix?
  2. Does this use templates for everything? Game info, main arcade...
  3. Is this phrased?

This questions are keeping me from actually installing on my main board. As I'm trying to make changes can't find templates and things like that.

And on line 3879:

PHP Code:

'uid' => $name[id], 

Shouldn't that be:

PHP Code:

'uid' => $name['id'], 

EDIT:

I've answered some of my questions:

No it's not phrased. I think half of the code wasn't correctly modified to vbulletin ($ibforums), Hard Coded HTML. I think the only reason I'm really using this, is because I can't get v3Arcade to play games. Don't mean to be rude, but I'm not a big fan of the adaption! I'm also not seeing any
Code:

" . TABLE_PREFIX . "
through the code. That I think is a must. Any query needs that.

MrZeropage 07-31-2006 05:41 PM

Table-Prefixes work well, they are done/parsed in another way :)
So don't worry, it will work!

All Phrases reside in the corresponding language-file (/arcade/lang/) and there is no hardcoded text left.

King Kovifor 08-01-2006 09:40 PM

Quote:

Originally Posted by MrZeropage
Table-Prefixes work well, they are done/parsed in another way :)
So don't worry, it will work!

All Phrases reside in the corresponding language-file (/arcade/lang/) and there is no hardcoded text left.

Sorry, not to be a jerk, but I'm talking HTML. And there is $sendername on line 3760 that doesn't use your language.
  • Line 945 :: $ladderhtml
    HTML Hardcoded
  • Line 995 :: $ladderhtml again
  • Line 1473 :: $ran_games
  • Line 2373 :: echo is used
  • Line 3576 :: $extra

MrZeropage 08-01-2006 09:54 PM

all the listed above does not contain any phrase, just plain HTML using variables, only $sendername is a static value used for PMs
As told before, text is done by using the language-files.


So where is your problem ?! ;)

King Kovifor 08-01-2006 11:33 PM

Quote:

Originally Posted by MrZeropage
all the listed above does not contain any phrase, just plain HTML using variables, only $sendername is a static value used for PMs
As told before, text is done by using the language-files.


So where is your problem ?! ;)

I've got a problem with the html. I can't seem to correctly edit the look and feel, like I'd like to do.

MrZeropage 08-02-2006 01:45 PM

This is not using Templates, right. You asked for Phrases ;)

Complete adaption is alot of work, and will result in the fact you couldn't update later, as update always overwrites all files


Most things reside in the skinfiles, but not everything, right.

King Kovifor 08-03-2006 12:29 AM

i wish it was templated...

MrZeropage 08-03-2006 03:52 AM

I got this structure from the original ibProArcade, sorry


Be sure that someday there will be a solution on this ;)

King Kovifor 08-03-2006 10:49 PM

I'd be the one that spends hours upon hours doing this, but I'm lazy...


All times are GMT. The time now is 11:57 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.01042 seconds
  • Memory Usage 1,732KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete