• Latest Games on Portal/Index
  • Uploader:leefish
#1
As requested by Play, a list of the latest games to be displayed on Portal or Index or Portal AND Index or all pages.

Features:

You can select the number of games you want to show.
You need to add the variable to the template yourself - look in the settings Smile

Screenshots
Latest Games on Portal/Index Screenshot Latest Games on Portal/Index Screenshot Latest Games on Portal/Index Screenshot
Download link
Filesize 1.96 KB | File Name latestgamelists.rar | # of Downloads 81  
Comments
#2 10-07-2011 
Thanks a lot Big Grin You are the man! Big Grin

#3 10-07-2011 
Thanks Play - no probs - except, um, I am a GIRL ... Smile
The site don't jive? PRESS F5 Flower

#4 10-07-2011 
Ohh.. Blush

Sorry, I did not knew that.

Smile I was thinking about if your name was Lee, cause that is my girlfriends name.
Sorry for the off topic. Smile

#5 10-07-2011 
Lol - its ok - actually, this gave me an idea for a completely customised forum with plugins to match up with game section. Like on every forum page a side bar with latest games/champs/tournaments/king of the hill. etc etc. Could be cool.
The site don't jive? PRESS F5 Flower

#6 11-07-2011 
This would be EPIC Big Grin

EDIT: I can not find out how to install the plugin.
I placed it at inc/plugins folder, and activated it.
Set it to be at all pages, but it does not show.
I think I must make some templates edits or something.

#7 11-07-2011 
Hi Play,

Like it says in the settings, you have to put the variable in the template yourself

{$latestgamelists_gallery}

So you open the template you want to show it on (Portal, Index, Forumdisplay) I guess and add the variable where you want the list to show.

Yea, its a drag having to put the variable in yourself, but this way you get to choose from all the options - I can't know in advance where you are going to put it.

Attached File(s) Thumbnail(s)
   
The site don't jive? PRESS F5 Flower

#8 14-07-2011 
  • Guest
 
Can you help me.

Any ideas to fic the style error.

[Image: jez7Io.jpg]

#9 14-07-2011 
Style error? It validates....

Anyway, try changing to this in the template for the gallery:

[html]
<tbody style="{$collapsed['topgameslists_e']}" id="topgameslists_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/games.php">All Games</a></strong></span></td>
</tr>
{$topgameslists_gallery_gallery}
</tbody>
[/html]
The site don't jive? PRESS F5 Flower

#10 14-07-2011 
leefish;7204 Wrote:Style error? It validates....

Anyway, try changing to this in the template for the gallery:

[html]
<tbody style="{$collapsed['topgameslists_e']}" id="topgameslists_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/games.php">All Games</a></strong></span></td>
</tr>
{$topgameslists_gallery_gallery}
</tbody>
[/html]

Thanks.
I was not logged in before, but the quest was me Big Grin

Btw: I fixed it with this code in the template:
PHP Code:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
    <
tbody>
        <
tr>
            <
td class="thead" colspan="6">
                <
div class="expcolimage">
                    <
img src="{$theme['imgdir']}/collapse{$collapsedimg['latestgamelists']}.gif" id="latestgamelists_img" class="expander" alt="[-]" title="" />
                </
div>
                <
div><strong>Latest Games</strong></div>
            </
td>
        </
tr>
    </
tbody>
    <
tbody style="{$collapsed['latestgamelists_e']}id="latestgamelists_e">
            <
tr>
                <
td class="tcat" colspan="2"><span class="smalltext"><strong><a href="{$mybb->settings['bburl']}/games.php" />All Games</a></strong></span></td>
            </
tr>
            {
$latestgamelists_gallery_gallery}
        </
tbody>
</
table>
<
br /> 


Sorry, that is a members only option