View Full Version : how to do plugin to arcade? I need an small example...
testebr
10-25-2007, 11:42 AM
Example of new plugin:
hook = ibproarcade_global_start
php code = $testinggg = "one little test that neverrrrrr work";
and in arcade skin I just place {$testinggg}.
This small example never work, what's the solution?
Thank you
testebr
10-28-2007, 08:43 PM
32 views and ZERO reply? Who will help me?
Thanks.
NukeOZ
10-29-2007, 09:51 PM
Well maybe more info would be good...
For example did you read all the install notes???
Have you loaded all the folders to their respective folders via FTP???
More info....:)
testebr
10-30-2007, 01:28 AM
wtf? please read my question again.
I am trying to do a plugin for the ibparcade.
stangger5
11-01-2007, 05:50 AM
Try global_start for your hook..
You`ll need to add the plugin variable to arcade/functions/functions.php
Find;
global $header,
add your variable after that..
Like this,,
global $header, $variable, $vbphrase,
testebr
11-01-2007, 06:35 PM
Can you try this test in your vbulletin?
-----------------
hook = global_start
title = arcade test
php code = $letsgo = "please work!!!";
functions.php = global $languagechooserbits, $spacer_open, $spacer_close, $vbulletin, $letsgo;
arcadeskin = {$lestgo} placed in function leaderstart($ginfo, $links) { .... }
--------------
I didn't have success here.
Thank you.
Sunray2
11-01-2007, 07:20 PM
Testebr,
I hope you can get it figured out. Hopefully, Mr.ZeroPage will find some time this week to answer a few questions.
I am uninstalling as I cannot open any of the games or set the permissions to even play. Hopefully there is something else similiar.
Good Luck!!!:)
stangger5
11-02-2007, 12:19 AM
It could be something not right with your plugin..
Have you tried the plugin variable on any vb pages ?? To see if it works outside of the arcade..
You could try editing the arcade.php file and call it by the arcade/skin...
testebr
11-02-2007, 12:32 AM
Yes, work fine in any page.
Can you please test in your machine and confirm here if it worked?
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.