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