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)

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 :)


All times are GMT. The time now is 06:25 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.01162 seconds
  • Memory Usage 1,739KB
  • 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
  • (10)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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