The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3arcade Show 5 Random Games on the Forum Home Details »» | ||||||||||||||||||||||||||||
v3arcade Show 5 Random Games on the Forum Home
Developer Last Online: Nov 2013
This pluggin display five random games on the Forum Home Page.
This is one addon for v3arcade Updated to v.1.0.5 If do you like more the version 1.0.3 don?t install this. The version 1.0.3 is more simple (see pictures attached 1 to 4) Products to import: (1) - product-v3a5random_1_0_3.xml Templates to edit: (1) - FORUMHOME Templates Added: (2) - arcade_5randomgame / arcade_5randomgame_alt Phrases Added: (4) in 1.0.3 (14) in the 1.0.5 Files to Upload: (16) gif images --> only in the version 1.0.5 Tested in vbulletin V.3.5.3 & V3arcade 1.0.2 *Instalation notes in the zip file See screenshots Update 1.0.1 Compatibility whit Mozila Firefox (<br /> ) corrected permisions error to play random arcades (minor update) 1.0.3 Add option in CP to change small pics to big pics // in big pics the images are hyperlinked to game (see screenshots) 1.0.4 Internal modification 1.0.5 Add option in CP to change style for your optimized board Visual change with more information about the games (see attached pictures since the 5th image) ** Soluti?n if your style crack --> https://vborg.vbsupport.ru/showpost....2&postcount=59 --> thanks yayvb (update in the next release for adminCP control) ------------ Quote:
My 1st hack in vb.org thanks for install -------->\\\Sorry for my english please\\\<-------------- Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
<a href="http://www.extreme-mobile.com" target="_blank">http://www.extreme-mobile.com</a>
the permissions are set up ok, the blank ones does not link to a game id thats why it is blank i believe is there a way to edit the coding so i can add the id? |
#53
|
|||
|
|||
Quote:
Lenny |
#54
|
||||
|
||||
PHP Code:
analize the query ... tests to install more games ... or reinstall the modification .. ufff aranoid: |
#55
|
|||
|
|||
A slight variation I made which I think is a tad cleaner. This is a replacement for the article_randomgame5_alt template.
Use alt1 and alt2 as your two colours in the settings in the AdminCP. Place the $showrandomgame just below the <!-- end what's going on box --> line in FORUMHOME. Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="341%" align="center"> <thead> <tr> <td class="$vboptions[ranstyle1]" colspan="5"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_randomtopic')"><img id="collapseimg_forumhome_randomtopic" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_randomtopic].gif" alt="" border="0" /></a>5 Random Arcade Games (Buy an <a href="http://www.enworld.org/nuttest/estore.php?do=action&itemid=32">Arcade Pass</a> from the eStore!)</td> </tr> </thead> <tbody id="collapseobj_forumhome_randomtopic" style="$vbcollapse[collapseobj_forumhome_randomtopic]"> <tr> <td class="$vboptions[ranstyle2]" width="5%" valign="middle"> <center><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid0"> <img src="$vboptions[arcadeimages]/$randomstimg0" title="$randomdescr0" border=0 width=50 height=50 hspace=2 vspace=1 align=absmiddle> </center></a> </td> <td class="$vboptions[ranstyle2]" width="5%" valign="middle"> <center><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid1"> <img src="$vboptions[arcadeimages]/$randomstimg1" title="$randomdescr1" border=0 width=50 height=50 hspace=2 vspace=1 align=absmiddle> </center></a> </td> <td class="$vboptions[ranstyle2]" width="5%" valign="middle"> <center><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid2"> <img src="$vboptions[arcadeimages]/$randomstimg2" title="$randomdescr2" border=0 width=50 height=50 hspace=2 vspace=1 align=absmiddle> </center></a> </td> <td class="$vboptions[ranstyle2]" width="5%" valign="middle"> <center><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid3"> <img src="$vboptions[arcadeimages]/$randomstimg3" title="$randomdescr3" border=0 width=50 height=50 hspace=2 vspace=1 align=absmiddle> </center></a> </td> <td class="$vboptions[ranstyle2]" width="5%" valign="middle"> <center><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid4"> <img src="$vboptions[arcadeimages]/$randomstimg4" title="$randomdescr4" border=0 width=50 height=50 hspace=2 vspace=1 align=absmiddle> </center></a> </td> </tr> <tr> <td class="$vboptions[ranstyle2]" width="17%" valign="middle" align="center"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid0">$randomtitle0</a><br> <a href="arcade.php?categoryid=$randomcatid0">$randomcatn0</a> <br> <a href="member.php?$session[sessionurl_q]u=$randomhigid3" target="_blank">$randomname0</a><a href="arcade.php?categoryid=$randomcatid0"> </a> <br> <img src="$vboptions[arcadeimages]/rstb$randomrating0.gif" title="$vbphrase[rating5]" border=0 hspace=4 align=absmiddle> </td> <td class="$vboptions[ranstyle2]" width="17%" valign="middle" align="center"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid1">$randomtitle1</a><br> <a href="arcade.php?categoryid=$randomcatid1">$randomcatn1</a> <br> <a href="member.php?$session[sessionurl_q]u=$randomhigid3" target="_blank">$randomname1</a><a href="arcade.php?categoryid=$randomcatid1"> </a> <br> <img src="$vboptions[arcadeimages]/rstb$randomrating1.gif" title="$vbphrase[rating5]" border=0 hspace=4 align=absmiddle> </td> <td class="$vboptions[ranstyle2]" width="17%" valign="middle" align="center"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid2">$randomtitle2</a><br> <a href="arcade.php?categoryid=$randomcatid2">$randomcatn2<br> </a><a href="member.php?$session[sessionurl_q]u=$randomhigid3" target="_blank">$randomname2</a><a href="arcade.php?categoryid=$randomcatid2"> </a><a href="arcade.php?categoryid=$randomcatid2"> <br> <img src="$vboptions[arcadeimages]/rstb$randomrating2.gif" title="$vbphrase[rating5]" border=0 hspace=4 align=absmiddle> </a></td> <td class="$vboptions[ranstyle2]" width="17%" valign="middle" align="center"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid3">$randomtitle3</a><br> <a href="arcade.php?categoryid=$randomcatid3">$randomcatn3<br> </a><a href="member.php?$session[sessionurl_q]u=$randomhigid3" target="_blank">$randomname3</a><a href="arcade.php?categoryid=$randomcatid3"> <br> <img src="$vboptions[arcadeimages]/rstb$randomrating3.gif" title="$vbphrase[rating5]" border=0 hspace=4 align=absmiddle> </a></td> <td class="$vboptions[ranstyle2]" width="17%" valign="middle" align="center"><font size=1><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]do=play&gameid=$randomgameid4">$randomtitle4</a><br> <a href="arcade.php?categoryid=$randomcatid4">$randomcatn4</a> <br> <a href="member.php?$session[sessionurl_q]u=$randomhigid4" target="_blank">$randomname4<br> <img src="$vboptions[arcadeimages]/rstb$randomrating4.gif" title="$vbphrase[rating5]" border=0 hspace=4 align=absmiddle> </a></td> </tr> </tbody> </table> <br /> |
#56
|
||||
|
||||
Interesting variation. Good work.
If you change this piece of code HTML Code:
<td class="$vboptions[ranstyle1]" colspan="5"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_randomtopic')"><img id="collapseimg_forumhome_randomtopic" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_randomtopic].gif" alt="" border="0" /></a>5 Random Arcade Games (Buy an <a href="http://www.enworld.org/nuttest/estore.php?do=action&itemid=32">Arcade Pass</a> from the eStore!)</td> HTML Code:
<td class="$vboptions[ranstyle1]" colspan="5"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_randomtopic')"><img id="collapseimg_forumhome_randomtopic" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_randomtopic].gif" alt="" border="0" /></a>$vbphrase[arcade_5random]</td> :up: |
#57
|
||||
|
||||
I noticed since upgrading from the old version that sometimes now my skin is broken because either the game name is too long or the usernames, I'm not sure which is causing the problem. Any way to fix this?
|
#58
|
||||
|
||||
It looks like if I edit the arcade title names to something shorter, it still breaks sometimes due to longer usernames. For instance I have a user who's name is similar to this: OUTDOORGROWER so even though his name may only be listed once in the random 5 hack, it is long enough to break the skin. If we could make the limit like 10 characters maybe?
|
#59
|
||||
|
||||
Hi, I keep seeing the skin broken every other refresh it seems, which means my users are too. I hate my users seeing the skin broken, so if there is no way to limit username length, can I just install the old arcade plugin to return it the way it was before? I don't want a broken skin any longer hehe.
|
#60
|
||||
|
||||
Sorry, forgive me for causing a expect.
Ok, if your like limit to 10 characters alone you have to continue my instructions ... in the pluggin manager serach the pluggin "Arcade - Show 5 Random Games on the Forum Home" and edit... Serach the following code: PHP Code:
PHP Code:
Sorry again, and test it.... as already I said before... my english is very bad... I expect that be understood. bye.... |
#61
|
||||
|
||||
Thank you so much. I think you are one of the best hack creaters here because you update your product and you give the best support ever!! Maybe I can have you work on some custom hacks in the future. I just paid someone $800 to do some hacks for me and the guy did everything wrong and keeps getting frustrated that I ask it to be done different. For instance he made it so that when someone pays with paypal they get changed to gold status and get certain features like they can enlarge photos, etc. However if I move someone to gold usergroup it doesn't happen automatically. He did a lot of backgound coding and keeps asking where his bonus is that I said I would send if he did a great job. It's been about 2 months since he started and it's still not complete. Grr Oh well, thank you very much. If you need any favors from an english speaker hehe, just ask!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|