|
14-03-2012, 07:52 PM
Post: #1
|
|||
|
|||
|
As requested by David Edison, a random games Pro Portal block.
Assumptions: You have ProPortal and the games section addons installed Warning This block uses "order by RAND". This is NOT optimised for forums with a lot of games and may cause slow loading and excessive server load. Installation Unpack the rar file and upload the contents to forum root. There are two png images included to show the rating stars. IE8 and below does not support this kind of image manipulation so in those browsers there will be no image for the rating.
|
|||
|
Screenshots
|
|
14-03-2012, 07:58 PM
Post: #2
|
|||
|
|||
|
This plugin contains hard coded values (a problem with ProPortal which is out of my control). In order to change the number of games shown you need to open the portal block and find the following code:
Code: $query = $db->query("SELECT g.title, g.gid, g.active, g.rating, g.name FROM ".TABLE_PREFIX."games g ORDER by RAND() DESC LIMIT 0, 4");Change the number 4 to however many games you want to display. The site don't jive? PRESS F5
![]() |
|||
|
16-03-2012, 09:51 AM
Post: #3
|
|||
|
|||
|
Thanks!
davidedison, proud to be a member of LeeFish since Nov 2011.
|
|||
| Possibly Related Topics... | |||||
| Topic: | Author | Replies: | Views: | Last Post | |
| Random Games on Index | leefish | 24 | 1,492 |
12-10-2012 05:23 AM Last Post: leefish |
|
| Top Rated Games on Portal/Index | leefish | 8 | 1,251 |
15-07-2011 06:02 PM Last Post: Play |
|
| Latest Games on Portal/Index | leefish | 10 | 1,838 |
14-07-2011 01:55 PM Last Post: leefish |
|

IE8 and below does not support this kind of image manipulation so in those browsers there will be no image for the rating. 
