Log in

View Full Version : Major Questions


King Kovifor
07-29-2006, 09:28 PM
Hello,

I've installed on my test board and have some questions...

Does this support table prefix?
Does this use templates for everything? Game info, main arcade...
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:

'uid' => $name[id],

Shouldn't that be:

'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
" . 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
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
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...