MG Autumn

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4872
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands
Contact:

Re: MG Autumn

Post by Derky »

You can use this webbased button maker for Mighty Gorgon styles:
http://www.icyphoenix.com/customicy_buttons.php
User avatar
BucsFan
Registered User
Posts: 253
Joined: Tue Nov 04, 2008 2:41 pm

Re: MG Autumn

Post by BucsFan »

Hello. I've installed this style and it doesn't work right. Below is a screenshot. Also, after installation of PHPBB3, the admin control panel looked the same. Its very basic white pages. I know its not supposed to look like this. I installed via Fantastico Deluxe and it says the PHPBB version is 3.0.2. Can anyone tell me what the problem could be? I know I installed everything correctly.

Screenshot
http://i2.photobucket.com/albums/y32/fr ... creeny.png

Edit: Nevermind. It has nothing to do with the theme. Its because my DNS hasn't completely propagated yet (I think).

Sorry about that. :oops:
Hostgator - The very best webhosting available on the net
The most reliable uptime - The lowest prices - Excellent tech support
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: MG Autumn

Post by Mighty Gorgon »

drotz wrote:Nice style this.
But im from sweden and need to remake some of the buttons.
Which font is used on the buttons?
Thanks for a reply.
Font used is Denmark, which is really similar to Handel.
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

MG Autumn

Post by Erisar »

Style Updated to version 1.4.5
See first post for Download Link
My Twitter · Erisar Design [Web Development and Graphic Design]
cjames83
Registered User
Posts: 1
Joined: Tue Mar 03, 2009 4:29 pm

Re: MG Autumn

Post by cjames83 »

Hi there,

I'm brand new to the whole phpBB world. I downloaded this style and can't figure out how to do certain things. For example, how do I get rid of the 'Area 69' powering communities wording? Also, is it possible for me to make the heading orange and green? Lastly, is there a way to get a 'search' tab? Thanks, and please be gentle with your explanations, I'm quite the newbie. Thanks!
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: MG Autumn

Post by Mighty Gorgon »

cjames83 wrote:Hi there,

I'm brand new to the whole phpBB world. I downloaded this style and can't figure out how to do certain things. For example, how do I get rid of the 'Area 69' powering communities wording? Also, is it possible for me to make the heading orange and green? Lastly, is there a way to get a 'search' tab? Thanks, and please be gentle with your explanations, I'm quite the newbie. Thanks!
Hi,
the logo is called sitelogo_small.png and is located to the imageset folder, you can either replace it or edit template/overall_header.html to change the url.

You need to know at least some basics in html to be able to edit it.

Regarding colors changing you can try to use this link:

http://www.icyphoenix.com/colorizeit/in ... 3_mgautumn

You need to edit template/overall_header.html to add the search box as well.

You can try to adjust this code for that...

Code: Select all

				<form action="{U_SEARCH}" method="post" id="search">
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
					<input class="button2" value="{L_SEARCH}" type="submit" /><br />
					<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</form>
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

MG Autumn

Post by prototech »

Style Updated to version 1.4.6
See first post for Download Link
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

MG Autumn

Post by prototech »

Style Updated to version 1.6.0
See first post for Download Link
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
Mr_makaveli
Registered User
Posts: 1159
Joined: Sun Oct 26, 2008 3:34 pm

Re: MG Autumn

Post by Mr_makaveli »

prosilver or subsilver - btw how do we tell so we dont have too ask!
www.tgzforum.com, a new forum for all types of people
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: MG Autumn

Post by Mighty Gorgon »

This template is based upon subSilver.

Most of the times you can guess which is the template base by looking at the files structures (number of CSS for examples).
User avatar
travor
Registered User
Posts: 3
Joined: Mon Dec 31, 2007 4:19 am

Re: MG Autumn

Post by travor »

I've looked everywhere and can't seem to locate where to change the text color between the category and forums (see attachment). Can someone tell me where this is?? Thanks.
Attachments
Capture.JPG
Capture.JPG (50.95 KiB) Viewed 2157 times
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: MG Autumn

Post by Mighty Gorgon »

Try changing this part in stylesheet.css

Code: Select all

th {
	color: #880000;
	background-color: #DDDDDD;
	background-image: url('./images/bg_th.gif');
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
}
color: #880000; should be the part you are interested to.
User avatar
travor
Registered User
Posts: 3
Joined: Mon Dec 31, 2007 4:19 am

Re: MG Autumn

Post by travor »

Hmmm... I tried your suggestion but no change. I also refreshed and cleared the cache. Suggestions??
User avatar
Mighty Gorgon
Registered User
Posts: 616
Joined: Thu May 23, 2002 2:56 pm
Location: Italy
Name: Luca Libralato
Contact:

Re: MG Autumn

Post by Mighty Gorgon »

You are right, you need to change the color in this block:

Code: Select all

.tablebg th {
	color: #880000;
	background: #FFFFFF url('./images/bg_th.gif') top left repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	padding: 0 5px;
	border: solid 1px #FFFFFF;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	white-space: nowrap;
}
User avatar
travor
Registered User
Posts: 3
Joined: Mon Dec 31, 2007 4:19 am

Re: MG Autumn

Post by travor »

Yep, that was it. Thanks Luca!
Locked

Return to “[3.0.x] Styles Database Releases”