[Release] Aluminoid_PRO

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

[Release] Aluminoid_PRO

Post by Thunderbolt10031 »

This is a follow up to the original Aluminoid theme. It has been re-optimized for the prosilver platform.

Style Name: Aluminoid_PRO
Style Author: Thunderbolt10031
Style Description: This style is a sleek style based on metal.

Style Version: 1.0

Download:
3.1.6: http://www.mediafire.com/file/3ibtjbjtj ... -3.1.6.zip
3.1.10: http://www.mediafire.com/file/9wuo19497 ... 3.1.10.zip
File Size:270 kilo-bytes


Demo: http://myphpbbtestsite.pcriot.com/index ... bebb9e377c

Thumbnail:
Image
Last edited by Thunderbolt10031 on Wed Nov 30, 2016 4:20 pm, edited 6 times in total.
Tyler
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Wow! I really love the look of this. Two questions...

1. Is there an easy way to put the profiles on the left? I think there is an extension that will do this but cant remember off hand.

2. can I set this to have a non static width or at least change the width without messing anything up?

Just might give this a go for a planned update. :D
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Huge error when I try to access the site via your style...

Code: Select all

Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "buttons.css" (looked into: ./ext/tierra/topicsolved/styles/all/template, ./ext/tierra/topicsolved/styles/all/theme, ./ext/tierra/topicsolved/styles/all/template, ./ext/tierra/topicsolved/styles/all/theme) in "@tierra_topicsolved/event/overall_header_head_append.html" at line 2.' in /home2/hippie74/public_html/mnmudboggers/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:202 Stack trace: #0 /home2/hippie74/public_html/mnmudboggers/phpbb/template/twig/loader.php(107): Twig_Loader_Filesystem->findTemplate('@tierra_topicso...') #1 /home2/hippie74/public_html/mnmudboggers/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(138): phpbb\template\twig\loader->findTemplate('@tierra_topicso...') #2 /home2/hippie74/public_html/mnmudboggers/phpbb/template/twig/environment.php(202): Twig_Loader_Filesystem->getCacheKey('@tierra_topicso...') #3 /home2/hippie74/public_html/mnmudboggers/cache/twig/86/0b/1c57fe5ecaf1f5fcbaf993ded4f2.php(24): phpbb\templat in /home2/hippie74/public_html/mnmudboggers/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 202
How do I fix this? My other 2 styles (Prosilver and Digi) both work perfect with zero errors.
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Ok, Its my Topics Solved Ext ( viewtopic.php?f=456&t=2298421&start=150 ) as I disabled that and it seemed to have fixed it. Hmmm....

EDIT: Sorry to be such a pest but is there any way to make this style inherit the Prosilver style? Making it a HUGE pain for installing a lot of the extensions. 80% of them dont work and I will have to sit and figure out how to make them all work with this style otherwise.
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Ok, so I found the style was all messed up on my mobile device so I looked into it more and I have seemed to have fixed it. I havent noticed any other issues so far so for now im going to leave it.

Here is before...
Screenshot_2015-08-28-12-09-03.png
And here is after...
Screenshot_2015-08-28-12-16-05.png
What I did was this

Open styles/Aluminoid_PRO/theme/common.css

Find:

Code: Select all

.logo {
	float: left;
	width: auto;
	padding: 10px 13px 8px 10px;
}
Replace with:

Code: Select all

.logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}
For some reason the 8px padding for your logo was messing everything up on the mobile style. It has fixed it here for me.
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Any chance of getting this updated for phpbb 3.1.6? Thanks
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Thunderbolt10031 »

Hippie459MN wrote:Any chance of getting this updated for phpbb 3.1.6? Thanks
Sorry for taking so long to reply. I've been busy with school.

I'll release a copy for 3.1.6 shortly... :)
Tyler
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Thunderbolt10031 »

Thunderbolt10031 wrote:I'll release a copy for 3.1.6 shortly... :)
*Updated for 3.1.6*

View original post for download link.
Tyler
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Hippie459MN »

Thunderbolt10031 wrote:
Thunderbolt10031 wrote:I'll release a copy for 3.1.6 shortly... :)
*Updated for 3.1.6*

View original post for download link.
:mrgreen: Thanks. Love this style.
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO

Post by Thunderbolt10031 »

I'm glad you like it. :)

Later I'll see if I can move the profile info to the left side like you requested. ;)
Tyler
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO

Post by Hippie459MN »

Thunderbolt10031 wrote:I'll see if I can move the profile info to the left side like you requested. ;)
Im already using an extension that switches them just perfect so far. :)
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO

Post by Thunderbolt10031 »

Oh cool.
Tyler
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO (3.1.5 only!)

Post by Thunderbolt10031 »

Hippie459MN wrote:Sorry to be such a pest but is there any way to make this style inherit the Prosilver style? Making it a HUGE pain for installing a lot of the extensions. 80% of them dont work and I will have to sit and figure out how to make them all work with this style otherwise.
This style uses prosilvers codebase in a sense, there's just a few re-colorings and images added. If you are having issues with extensions then either the extension doesn't support your board version or its having issues with 3rd party styles. If that's the case try making prosilver Aluminoid's parent and see if that fixes it.
Tyler
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Release] Aluminoid_PRO

Post by Hippie459MN »

I pretty much figured it out. Just changing the style/prosilver folder name in the extensions to style/all fixes it. No biggie. :)
User avatar
Thunderbolt10031
Registered User
Posts: 71
Joined: Fri Jan 31, 2014 7:28 am
Name: Tyler Brasher

Re: [Release] Aluminoid_PRO

Post by Thunderbolt10031 »

Ok cool. Let me know if you run into anymore issues.
Tyler
Locked

Return to “[3.1.x] Styles in Development”