vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   v3arcade Show 5 Random Games on the Forum Home (https://vborg.vbsupport.ru/showthread.php?t=101982)

MioTraGusa 11-30-2005 10:00 PM

v3arcade Show 5 Random Games on the Forum Home
 
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:

Originally Posted by dan35
Can it be on Forumdisplay too?

--> https://vborg.vbsupport.ru/showpost....2&postcount=15

My 1st hack in vb.org

thanks for install


-------->\\\Sorry for my english please\\\<--------------

youradultworld 12-01-2005 12:59 AM

Looks great, and sure beats my crappy static version:
https://vborg.vbsupport.ru/showthread.php?t=101753

I'll direct everyone to your hack. :)

MioTraGusa 12-01-2005 01:05 AM

thanks youradultworld...

rb290 12-01-2005 02:35 AM

kool thanks.!.!
installed

b6gm6n 12-01-2005 04:10 AM

Very handy, cheers!

-b6

michaelbenson 12-01-2005 06:28 AM

Thanks alot :)

Oblivion Knight 12-01-2005 06:31 AM

Nice instructions layout.. :speechless:

MioTraGusa 12-01-2005 06:36 AM

it is the problem of the spanish people writing in english :nervous:

Snake 12-01-2005 03:25 PM

Thanks alot! :)

Mastar 12-01-2005 03:45 PM

I got now permissions when I tried to click on a game. I checked my usergroup and I see nothing to change.

Kuimera 12-01-2005 05:44 PM

Nice one!
One thing, is it possible for only registerd users to see this in the forumhome?

FleaBag 12-01-2005 06:31 PM

MioTraGusa I'll take a look at those instructions and get a clear english version to you in PM later tonight. ;)

MioTraGusa 12-01-2005 07:16 PM

Quote:

Originally Posted by Mastar
I got now permissions when I tried to click on a game. I checked my usergroup and I see nothing to change.

I don?t understand what do you say whith " I see nothing to change ", this addon uses default permissions in your forum.

Quote:

Originally Posted by Kuimera
is it possible for only registerd users to see this in the forumhome?

in FORUMHOME template change
Code:

$showrandomgame
for
Code:

<if condition="$bbuserinfo[usergroupid] == 1">
<else />
$showrandomgame
</if>

Quote:

Originally Posted by FleaBag
MioTraGusa I'll take a look at those instructions and get a clear english version to you in PM later tonight

Ok .. thanks sir

dan35 12-01-2005 07:36 PM

Can it be on Forumdisplay too?

I guess:
plugin Arcade - Show 5 Random Games on the Forum Home
Hook Location: global_start

in forumdisplay template add $showrandomgame below $navbar.

and anything else?

MioTraGusa 12-01-2005 08:10 PM

ok Is one option ..

or upload this pluggin "attached" and in forumdisplay template find
Code:

$navbar
Bellow add
Code:

$showrandomgame
## UPDATED ##

dan35 12-01-2005 08:32 PM

installed! Thank you, MioTraGusa ;)

Kuimera 12-01-2005 08:51 PM

MioTraGusa tks a lot1
One more thing m8, is it possible to this hack use a different cell/border?
I?m asking this because it using a different border then from examplem, the Gallery one that I have one my site, and it messing up the titles of the games a little...
Can it use the same cell/border then the gallery one?

Check it here: http://www.kuimera.com

Hope you can help me with this.

P.S.
This is something to do with my current theme, its not a problem with your plugin, your plugin works great!

MioTraGusa 12-01-2005 09:12 PM

test it.... for you Kuimera

change
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[tablewidth]" align="center">
for
Code:

]<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="$stylevar[tablewidth]" align="center">
change
Code:

<td class="thead" colspan="6">
for
Code:

<td class="tcat" colspan="6">
Change all instances
Code:

<td class="tcat"
for
Code:

<td class="alt1"

Kuimera 12-01-2005 09:22 PM

You the man! :) Tks a lot m8!

Lea Verou 12-02-2005 01:41 AM

That would be really nice as a vbadvanced block :)

MioTraGusa 12-02-2005 05:11 AM

Quote:

Originally Posted by Michelle
That would be really nice as a vbadvanced block

I investigate if I can port this addon to a Vba CMPS module

Exist one version for vba, it show a single random arcade game. http://www.v3arcade.com/forums/showthread.php?t=596

don't worry :ninja:

Mastar 12-02-2005 12:52 PM

Quote:

Originally Posted by MioTraGusa
I don?t understand what do you say whith " I see nothing to change ", this addon uses default permissions in your forum.


I see the random games on the forumhome but when I click on one of then I get the no permission message.

Kuimera 12-02-2005 07:23 PM

Hey again MioTraGusa, yes is the pain in the a** again :)

Listen, is it possible to remove the first cell that says "Did you played?" I just want the games in there..

nexus851 12-03-2005 01:22 AM

any figure out how to use this as a CMPS module or even just the adv_portal homepage? i tried but no thumbnails came out.. doesnt seeem like it carried the variables over...

to be specific....

When i put "$showrandomgame" in the adv_portal, nothing comes out..

Kuimera 12-03-2005 01:49 PM

I think MioTraGusa will work on that soon.

MioTraGusa 12-03-2005 10:09 PM

Quote:

Originally Posted by Michelle
That would be really nice as a vbadvanced block

Quote:

Originally Posted by nexus851
any figure out how to use this as a CMPS module or even just the adv_portal homepage? i tried but no thumbnails came out.. doesnt seeem like it carried the variables over...

to be specific....

When i put "$showrandomgame" in the adv_portal, nothing comes out..

I create one module for vbadvanced v3arcade Module CMPS - 5 Random Games .. thanks for your interest.

Quote:

Originally Posted by Kuimera
isten, is it possible to remove the first cell that says "Did you played?" I just want the games in there..

simply search in arcade_5randomgame template and delete
Code:

<td class="tcat" width="15%" valign="middle" colspan="1"><font size=1>$vbphrase[arcade_playrandom]</td>
seach all instances (5)
Code:

width="17%"
and replace for
Code:

width="20%"
test it

bye

dan35 12-04-2005 02:18 AM

Does this one also need update or not, MioTraGusa?

plugin for forumdisplay template:
https://vborg.vbsupport.ru/showpost....2&postcount=15

Kuimera 12-04-2005 05:18 AM

Tks MioTraGusa, worked great :)
Take care and good luck!

MioTraGusa 12-04-2005 08:08 AM

Quote:

Originally Posted by dan35
Does this one also need update or not, MioTraGusa?

plugin for forumdisplay template:
https://vborg.vbsupport.ru/showpost....2&postcount=15

No, only the principal product ..:devious: , if your have installed the plugin for forumdisplay template you do not need update this.

Mastar 12-04-2005 06:48 PM

Can anyone help me please wid my little permissions problem?

I see the games on the forum home but when I click on them it give the no permissions message and I see no way of editing the permissions in the ACP.

Zerachiel 12-04-2005 07:19 PM

Quote:

Originally Posted by Mastar
Can anyone help me please wid my little permissions problem?

I see the games on the forum home but when I click on them it give the no permissions message and I see no way of editing the permissions in the ACP.

Change your settings in the Usergroup Permissions of your admin area.

Mastar 12-04-2005 10:45 PM

Sorry its not this hack, its another one like this one. So sorry!!

MioTraGusa 12-05-2005 04:02 PM

don't worry :rolleyes:.

yayvb 12-13-2005 07:01 AM

Is there a way to have the random thumbnails use the larger thumbnail images and not the smaller ones? I feel like the small ones are just TOO small and you can't tell what the game is. I feel like the height of the row is about an inch, but yet the images are so tiny. Also the image should be part of the hyperlink, not just the text in my opinion.

By the way this hack is great!!

Chris.....can you help with any of the above?

MioTraGusa 12-13-2005 04:00 PM

Quote:

Originally Posted by yayvb
Is there a way to have the random thumbnails use the larger thumbnail images and not the smaller ones? I feel like the small ones are just TOO small and you can't tell what the game is. I feel like the height of the row is about an inch, but yet the images are so tiny. Also the image should be part of the hyperlink, not just the text in my opinion.

OK.. The modificacion has been updated. Thanks for your idea, now you can change the small image by the large image since your ADMINCP.

bye :ninja:

Mastar 12-13-2005 05:12 PM

Quote:

Originally Posted by MioTraGusa
OK.. The modificacion has been updated. Thanks for your idea, now you can change the small image by the large image since your ADMINCP.

bye :ninja:


nothin changed 4 me, images still small

MioTraGusa 12-13-2005 05:53 PM

Quote:

Originally Posted by Mastar
nothin changed 4 me, images still small

Yes sorry.. corrected attachment .. download again and reinstall the product (overwrite yes)

Mastar 12-13-2005 06:01 PM

Quote:

Originally Posted by MioTraGusa
Yes sorry.. corrected attachment .. download again and reinstall the product (overwrite yes)

Yip works now, thanks! vb3.52

yayvb 12-13-2005 08:47 PM

Awesome Thanks!!!!!

dan35 12-15-2005 10:35 AM

Would you please update this one too ;)
https://vborg.vbsupport.ru/showpost....2&postcount=15


All times are GMT. The time now is 06:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02044 seconds
  • Memory Usage 1,826KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete