Members: 454  •  Posts: 18240  •  Topics: 1124  •  Please welcome keytor69, our newest member.
Please login or register.

Login with username, password and session length
 

News:

Welcome To Graphics Mayhem


collapse

Author Topic: The PlayRoom Ultimate  (Read 405 times)

0 Members and 1 Guest are viewing this topic.

Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
The PlayRoom Ultimate
« on: February 12, 2010, 09:07:16 AM »
The PlayRoom Ultimate




PlayRoom Ultimate By Shortie

Finally "PlayRoom Ultimate" has been released Based on the original PlayGround Ultimate theme for RC1.2  it contains 15 colour variations, performance enhancements in the dock operation and a number of layout tweaks to make it even smoother and sleek. 

All the icons included to ensure a consistent look "n" feel across all schemes additional icons have been added to accommodate the following functions / mods

The Rules
Contact
Arcade
Quiz
Buddies
Friends
Forum
Downloads
Gallery
Favorite

Resulting in a large number of icons all colour coordinated and consistent in design

PM Notification is achieved via a changing of Dock Icon indicating that new posts are available.

It still has a fully fluid design and will validate against XHTM standards to ensure compatibility across all main stream browsers (testing has included the use of the following browsers - IE 8 and 7 - Firefox - Opera  - Safari.

Via a number of simple edits the look can be customize further to make it even more unique and flexible to your needs.

So please emjoy and post any comments or suggestions.


The Techy Bit


In order to use this theme you require some basic knowledge of FTP and intermediate SMF administration skils. This has mainly arisen due to the size of the Theme (Approx 10MB)

Installation Instructions

Download the package and extract to a known place on your hard disk

Once extracted - navigate to the extracted files and you will find a directory called "UpLoad_EveryThing_Below_Here" change to this directory and upload all the files to your site the target location will be /YOUR_FORUM/Themes/ so that it would look like this once the upload has taken place /YOUR_FORUM/Themes/The_PlayRoom_Ultimate

Now the last stage

Log in to your forum and go

Admin > Themes and Layout >

And from the options provided -  near the bottom there is one called

"From a directory on the server:" leave all the text in place but append to the end the following "The_PlayRoom_Ultimate" so that the input box looks something like the following

"/home/iamjoe/public_html/somewhere/forum/forum1/Themes/The_PlayRoom_Ultimate"

Click install and away you

I have tried to make this as easy as possible but if there are any issues let me know

Shortie

For any support issues please use this Thread


How to add supported Mods

Simple Portal

Open The Theme's Index.template.php

And find

Code: [Select]
//echo '
//   ' . $txt['gmforum'] . '' . $txt['gmforum'] . ' ';

And replace with

Code: [Select]
echo '
  ' . $txt['gmforum'] . '' . $txt['gmforum'] . ' ';

The Rules Mod

Open The Theme's Index.template.php

And find

Code: [Select]
//if ($user_info['is_guest'] ? !empty($modSettings['rules_enable_guest_access']) : !empty($modSettings['rules_enable_member_access']))
// echo '' . $txt['gmrules'] .'' . $txt['gmrules'], '';

 And replace with

Code: [Select]
if ($user_info['is_guest'] ? !empty($modSettings['rules_enable_guest_access']) : !empty($modSettings['rules_enable_member_access']))
echo '' . $txt['gmrules'] .'' . $txt['gmrules'], '';

The Contact Form Mod

Open The Theme's Index.template.php

And find

Code: [Select]
//if ($user_info['is_guest'] ? !empty($modSettings['contact_form_enable_guest_access']) : !empty($modSettings['contact_form_enable_member_access']))
// echo '' . $txt['gmcontact'] .'' . $txt['gmcontact'], '';
 


 And replace with

Code: [Select]
if ($user_info['is_guest'] ? !empty($modSettings['contact_form_enable_guest_access']) : !empty($modSettings['contact_form_enable_member_access']))
echo '' . $txt['gmcontact'] .'' . $txt['gmcontact'], ''; 


The AEVA Mod

Open The Theme's Index.template.php

And find

Code: [Select]
// $context['view_gallery'] = allowedTo('aeva_access');

 And replace with

Code: [Select]
$context['view_gallery'] = allowedTo('aeva_access');
And again find

Code: [Select]
//if ($context['view_gallery'])
// echo '' . $txt['gmgallery'] .'' . $txt['gmgallery'], '';

And replace with

Code: [Select]
if ($context['view_gallery'])
echo '' . $txt['gmgallery'] .'' . $txt['gmgallery'], '';

The Downloads Mod

Open The Theme's Index.template.php

And find

Code: [Select]
// $context['view_downloads'] = allowedTo('downloads_view');

 And replace with

Code: [Select]
$context['view_downloads'] = allowedTo('downloads_view');
And again find

Code: [Select]
//if ($context['view_downloads'])
// echo '' . $txt['gmdownload'] .'' . $txt['gmdownload'], '';

And replace with

Code: [Select]
if ($context['view_downloads'])
echo '' . $txt['gmdownload'] .'' . $txt['gmdownload'], '';

« Last Edit: February 12, 2010, 09:11:03 AM by Shortie »

Thank You, "Guest" For Reading My Post.


Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7/Server 2008 R2
  • Browser:
  • Firefox 3.6
Re: The PlayRoom Ultimate
« Reply #1 on: February 12, 2010, 09:08:36 AM »
Here are some additional Screen Shots of the theme in action








 sshot00072.png (152.55 kB, 1398x1521 - viewed 15 times.)
 sshot00073.png (112.09 kB, 1398x1171 - viewed 12 times.)
 sshot00074.png (160.15 kB, 1398x1717 - viewed 12 times.)
 sshot00075.png (121.91 kB, 1398x1210 - viewed 14 times.)
 sshot00076.png (176.06 kB, 1398x1293 - viewed 15 times.)
 sshot00077.png (142.86 kB, 1398x1294 - viewed 12 times.)
 sshot00078.png (208.6 kB, 1398x1935 - viewed 15 times.)
« Last Edit: February 12, 2010, 09:14:50 AM by Shortie »

Thank You, "Guest" For Reading My Post.


lc62003

  • Practiced
  • Posts: 47
  • Graphics Grasshoppa
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.5.8
Re: The PlayRoom Ultimate
« Reply #2 on: March 08, 2010, 09:56:54 PM »
Will this work with 2.0 RC3?   

I'll answer my own question in case it is useful to anyone.  I just upgraded a live site, albeit a test site, from RC2 to RC3, and Ultimate Playroom works just fine by all appearances.   8)8)  Which is awesome!!!! 
« Last Edit: March 08, 2010, 10:03:52 PM by DMHolt57 »

Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6
Re: The PlayRoom Ultimate
« Reply #3 on: March 09, 2010, 01:48:20 AM »
Good to hear

I will upgrade after a day or so just in case there is any fall out

Will probably do DemoGraphics today as a test as it is not really live :D:D

Shortie

Thank You, "Guest" For Reading My Post.


lc62003

  • Practiced
  • Posts: 47
  • Graphics Grasshoppa
  • OS:
  • Windows XP
  • Browser:
  • Chrome 4.0.249.89
Re: The PlayRoom Ultimate
« Reply #4 on: March 09, 2010, 01:58:32 PM »
Again, should this info come in handy for anyone:

I did this on a larger forum, and did run into some issues.  The solution was simple however.  Just uninstall the theme, and then reinstall.  It is NOT necessary to delete the files from the server. 

Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6
Re: The PlayRoom Ultimate
« Reply #5 on: March 09, 2010, 02:55:36 PM »
At a guess that is to do with the cache - as the JS script is cached

BUT please keep me informed

Thank You, "Guest" For Reading My Post.


lc62003

  • Practiced
  • Posts: 47
  • Graphics Grasshoppa
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.5.8
Re: The PlayRoom Ultimate
« Reply #6 on: March 09, 2010, 06:41:43 PM »
It's working beautifully on two of my forums using the PlayRoom.   8)


You're welcome to take a look!


http://www.koolimportoffroad.com/forum

lc62003

  • Practiced
  • Posts: 47
  • Graphics Grasshoppa
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.5.8
Re: The PlayRoom Ultimate
« Reply #7 on: March 10, 2010, 09:46:10 PM »
I've now noticed one thing:  there are no bars in the stats or in polls.   If I switch back to the SMF default there are bars. 
« Last Edit: March 10, 2010, 09:52:32 PM by lc62003 »

Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6
Re: The PlayRoom Ultimate
« Reply #8 on: March 11, 2010, 03:00:44 AM »
Will look into it

Shortie


Thank You, "Guest" For Reading My Post.


Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6
Re: The PlayRoom Ultimate
« Reply #9 on: March 11, 2010, 06:18:47 AM »
Okay

All fixed

You can now download the whole theme from the download section or if YOU ALREADY have it installed just download the attached ZIP file extract the contents and FTP the css folder to your site

Let me know how you get on

Shortie

 css.zip (207.18 kB - downloaded 8 times.)

Thank You, "Guest" For Reading My Post.


lc62003

  • Practiced
  • Posts: 47
  • Graphics Grasshoppa
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.5.8
Re: The PlayRoom Ultimate
« Reply #10 on: March 11, 2010, 04:27:40 PM »
Cool....I'll give that a try!  Thanks Shortie!   8)



Update:   works perfectly!  If anyone else does this, I had to empty the cache in the Admin area, then a hard refresh (F5). 


Thanks a million Shortie!  I'm so happy this works with RC3.....I offer other themes on my sites to give users choices.....but for me there is no other theme!!   ;D
« Last Edit: March 11, 2010, 04:40:48 PM by lc62003 »

Nukegaming

  • Accomplished
  • Posts: 402
  • OS:
  • Windows Vista
  • Browser:
  • Firefox 3.5.8
Re: The PlayRoom Ultimate
« Reply #11 on: March 11, 2010, 05:42:37 PM »
Good to hear

I will upgrade after a day or so just in case there is any fall out

Will probably do DemoGraphics today as a test as it is not really live :D:D

Shortie

My i upgraded to RC 3 also shortie but still i need some issues that i must fix.






MY MODS

ozzie

  • Apprentice
  • Posts: 11
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.5.5
Re: The PlayRoom Ultimate
« Reply #12 on: April 16, 2010, 01:56:01 PM »
This theme is great shortie.

Dont know if any one wants these but i wanted a better graphic for my dicon image that better represented the arcade  with this in mind i made a batch,i thought other users may also have a acade so here they are if others require them.

(have included a blank joystick image if any one wants to make there own)



To use just add them to the appropiate folder -  images/dicons and rename them arcade.....either delete origanal or add a ~ to  the end of its name.
 dicons.PNG (166.21 kB, 625x466 - viewed 22 times.)
 dicons.zip (337.38 kB - downloaded 2 times.)
« Last Edit: April 16, 2010, 02:01:56 PM by ozzie »

Shortie

  • Administrator
  • Authority
  • Posts: 5057
  • The Ultimate Boss
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6.3
Re: The PlayRoom Ultimate
« Reply #13 on: April 16, 2010, 03:34:48 PM »
Nice one ozzie

And many thanks for sharing

Think they are a keeper - you know what it is like when you are creating 400 plus icons creativity goes out the window some time :D:D


Thank You, "Guest" For Reading My Post.


Nukegaming

  • Accomplished
  • Posts: 402
  • OS:
  • Windows 7
  • Browser:
  • Firefox 3.6.3
Re: The PlayRoom Ultimate
« Reply #14 on: Yesterday at 08:47:05 AM »
Here are some additional Screen Shots of the theme in action

the images u took shortie are realy some nice work m8
« Last Edit: Yesterday at 09:04:57 AM by DMHolt57 »


MY MODS

 


Search



Latest Activity.

finly got my win 7 Pro DVD by Nukegaming
[Today at 01:56:46 PM]


Change button text color by lc62003
[Today at 01:17:57 PM]


April 2010 Graphics Mayhem Wallpapers by NerdBoy
[Today at 06:07:02 AM]


Uptop' Logo by Nukegaming
[Today at 04:29:45 AM]


Giveawayoftheday by Nukegaming
[Yesterday at 09:10:21 AM]


The PlayRoom Ultimate by Nukegaming
[Yesterday at 08:47:05 AM]


Windows 7 keyboard shortcuts by Nukegaming
[Yesterday at 04:25:38 AM]


Post PM by hadesflames
[April 16, 2010, 04:12:54 PM]


Spanish Topic by Nukegaming
[April 16, 2010, 12:36:51 PM]


Logo Request by NerdBoy
[April 16, 2010, 06:49:26 AM]


April 2010 'Uptop' Logo Contest by DMHolt57
[April 15, 2010, 10:25:12 PM]


Clan needs help with GFX by reece2104
[April 15, 2010, 05:51:41 PM]


How to add texture like this? by Shortie
[April 15, 2010, 01:20:36 PM]


Can i sell logos/banners here? by NerdBoy
[April 14, 2010, 07:32:50 PM]


Paint.NET 3.5.5 Build 3754 Beta by DMHolt57
[April 14, 2010, 08:32:26 AM]