The Arcive of vBulletin Modifications Site. |
|
how to do plugin to arcade? I need an small example... Details »»
|
|||||||||||||||||||||||||||
|
how to do plugin to arcade? I need an small example...
Developer Last Online: Aug 2013
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 Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
32 views and ZERO reply? Who will help me?
Thanks. |
|
#3
|
|||
|
|||
|
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....
|
|
#4
|
|||
|
|||
|
wtf? please read my question again.
I am trying to do a plugin for the ibparcade. |
|
#5
|
||||
|
||||
|
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, |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
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!!!
|
|
#8
|
||||
|
||||
|
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... |
|
#9
|
|||
|
|||
|
Yes, work fine in any page.
Can you please test in your machine and confirm here if it worked? Thanks |
![]() |
|
|