[ABD] proGravity for phpBB 3.0.4

Any abandoned 3.0.x Styles will be moved to this forum.
shadowflames
Registered User
Posts: 315
Joined: Sun Feb 25, 2007 7:00 pm
Location: Greenville, SC - USA

[ABD] proGravity for phpBB 3.0.4

Post by shadowflames »

Style Name: proGravity
Style Author: Ika - ShadowFlames Development
Style Version: 3.0.4

Style License: GNU General Public License v2

Style Status: Beta (In Development)
Style Colors: Blue/Black/White
Style Base: proSilver

Style Description: This is a variable width proSilver based style inspired by Glacier Style. This style features customizable headers, enhanced navigation features, and a smooth, functional look throughout.

Style Features:
Dashboard Menu
Customizable 'Quick Links' section in Dashboard menu
Changeable Header Backgrounds
Customizable Logo (with available PSD)
Clickable Forum and Topic Rows

Style Screenshots:
Image

Live Demos: http://www.shadowflames.com/development ... p?style=60

Style Support: Limited Support is available in the phpBB.com and STG topics. This style will be fully supported once the final version is released.

Style Downloads:
Full Version - Click to Download

This style has been validated by W3C.
Last edited by shadowflames on Mon Jan 19, 2009 4:41 am, edited 2 times in total.
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: [BETA] proGravity for phpBB 3.0.4

Post by mej284 »

Nice style, everything is easily accessible.
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
shadowflames
Registered User
Posts: 315
Joined: Sun Feb 25, 2007 7:00 pm
Location: Greenville, SC - USA

Re: [Released] proGravity for phpBB 3.0.4

Post by shadowflames »

Changed from Beta to Released --- Updated to 3.0.4
rcnutterz
Registered User
Posts: 97
Joined: Thu Apr 03, 2008 8:16 pm

Re: [Released] proGravity for phpBB 3.0.4

Post by rcnutterz »

what would i have to edit if i wanted to remove the 'white' background on this style? i would like it to be transparent and use a custom background like on the BF_Vista_Static style.
pfraites
Registered User
Posts: 10
Joined: Tue May 05, 2009 4:50 am

Re: [Released] proGravity for phpBB 3.0.4

Post by pfraites »

how do i modify the quick link area on the forum...?
jammnn
Registered User
Posts: 28
Joined: Wed Dec 15, 2004 4:13 am

Re: [Released] proGravity for phpBB 3.0.4

Post by jammnn »

pfraites wrote:how do i modify the quick link area on the forum...?
I would also like to know this...

Thanks
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: [Released] proGravity for phpBB 3.0.4

Post by mej284 »

I guess the question is what do you want to do. The quick links are not much different than any other link.
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [Released] proGravity for phpBB 3.0.4

Post by Hippie459MN »

I have been using this style for a while on one of my forums and I love it!

http://www.hydrostreamforums.com

:D
error1.3
Registered User
Posts: 2
Joined: Mon Jul 27, 2009 7:56 am

Re: [Released] proGravity for phpBB 3.0.4

Post by error1.3 »

Can sombody please help me, I want to change te link on the side bar, but nothing I do works
..\SF_proGravity\template\side_bar.html

Code: Select all

<div id="pgsidenav">

<div class="pgsidenav_hd_top"><span class="corners-top"><span></span></span>phpBB Dashboard</div>
	<ul>
		<!-- IF not S_IS_BOT -->
		<li><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>
		<!-- ENDIF -->
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN -->
		<li><a href="{U_INDEX}" class="alert" style="color: red;">{L_BOARD_DISABLED}</a></li>
		<!-- ENDIF -->
		<!-- IF U_RESTORE_PERMISSIONS -->
		<li><a href="{U_RESTORE_PERMISSIONS}" class="alert" style="color: red;">{L_RESTORE_PERMISSIONS}</a></li>
		<!-- ENDIF -->
		<!-- IF not S_IS_BOT -->
		<!-- IF S_USER_LOGGED_IN -->
		<!-- IF S_DISPLAY_PM -->
		<!-- IF S_USER_NEW_PRIVMSG or PRIVATE_MESSAGE_INFO_UNREAD -->
		<li><a href="{U_PRIVATEMSGS}" class="alert" style="color: red;"><!-- IF S_USER_NEW_PRIVMSG -->{PRIVATE_MESSAGE_INFO}<!-- ELSE -->{PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></li>
        <!-- ELSE -->
        <li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>
        <!-- ENDIF -->
		<!-- ENDIF -->
		<!-- ELSE -->
		<li><a href="{U_REGISTER}">{L_REGISTER}</a></li>
		<!-- ENDIF -->
		<!-- ENDIF -->
		<li><a href="{U_FAQ}">{L_FAQ}</a></li>
		<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
		<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
		<!-- IF not S_IS_BOT and U_MARK_TOPICS --><li><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a></li><!-- ENDIF -->
	</ul>
<div class="pgsidenav_hd_bottom"><span class="corners-bottom"><span></span></span></div>


<!-- IF S_DISPLAY_SEARCH -->
<div class="pgsidenav_hd"><span class="corners-top"><span></span></span>{L_SEARCH}</div>
	<ul>
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
		<li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
		<!-- IF S_USER_LOGGED_IN -->
		<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
		<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
		<!-- ENDIF -->
		<li><a href="{U_SEARCH}" style="border-bottom-color: black">{L_SEARCH_ADV}</a></li>
	</ul>
<div class="pgsidenav_hd_bottom"><span class="corners-bottom"><span></span></span></div>
<!-- ENDIF -->

<!-- IF S_USER_LOGGED_IN -->
<div class="pgsidenav_hd"><span class="corners-top"><span></span></span>User Control Panel</div>
	<ul>
		<li><a href="./ucp.php?i=163">Overview</a></li>
		<li><a href="./ucp.php?i=164">Profile</a></li>
		<li><a href="./ucp.php?i=165">Board Preferences</a></li>
		<li><a href="./ucp.php?i=166">Private Messages</a></li>
		<li><a href="./ucp.php?i=167">User Groups</a></li>
		<li><a href="./ucp.php?i=168" style="border-bottom-color: black">Friends & Foes</a></li>
	</ul>
<div class="pgsidenav_hd_bottom"><span class="corners-bottom"><span></span></span></div>
<!-- ENDIF -->

<!-- IF U_MCP or U_ACP -->
<div class="pgsidenav_hd"><span class="corners-top"><span></span></span>Forum Management</div>
	<ul>
		<!-- IF U_MCP -->
		<li><a href="{U_MCP}">{L_MCP}</a></li>
		<!-- ENDIF -->
		<!-- IF U_ACP -->
		<li><a href="{U_ACP}" style="border-bottom-color: black">{L_ACP}</a></li>
		<!-- ENDIF -->
		</ul>
		<div class="pgsidenav_hd_bottom"><span class="corners-bottom"><span></span></span></div>
		<!-- ENDIF -->
		
		<div class="pgsidenav_hd"><span class="corners-top"><span></span></span>Quick Links</div>
		<ul>
		<li><a href="http://www.tmultimate.info">TMU HomePage</a></li>
		<li><a href="http://www.tmultimate.info/forum/chat.php">ChatBox</a></li>
		<li><a href="http://www.trackmania.com/">Trackmania HomePage</a></li>
		<li><a href="http://www.tm-exchange.com/">TM-Exchange</a></li>
		<li><a href="http://www.trackmania-carpark.com/index.php">CarPark</a></li>
		<li><a href="http://www.tm-creative.org/">TM-Creative</a></li>
		<li><a href="http://tm-ladder.com/">TM-Ladder</a></li>
		<li><a href="http://www.tm-forum.com/">TM-Forum</a></li>
		<li><a href="http://www.tm-tube.com/">TM-Tube</a></li>
		<li><a href="https://player.trackmania.com/">TM-PlayerPage</a></li>
		<li><a href="http://www.tmbase.de/">TM-Database</a></li>
		<li><a href="http://www.tm-rankings.com/">TM-Rankings</a></li>
		<li><a href="http://www.esl.eu/eu/tmnf" style="border-bottom-color: black">ESL</a></li>
	</ul>
<div class="pgsidenav_hd_bottom"><span class="corners-bottom"><span></span></span></div>

</div>
I'we changed the link but it dosn't work, is there somthing else I have to change??
Link to the forum.. http://www.tmultimate.info/forum/index.php
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: [Released] proGravity for phpBB 3.0.4

Post by mej284 »

Did you refresh your template by going to the ACP>styles>template and then selecting refresh on the progravity line.
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
error1.3
Registered User
Posts: 2
Joined: Mon Jul 27, 2009 7:56 am

Re: [Released] proGravity for phpBB 3.0.4

Post by error1.3 »

Jej, that solved the problem, Thank you!
rayminator
Registered User
Posts: 310
Joined: Wed Nov 15, 2006 1:37 pm
Name: raymond green
Contact:

Re: [Released] proGravity for phpBB 3.0.4

Post by rayminator »

how can i add another side_bar on the right side?

i hope someone can help

Image

i have installed the portal to this works fine but just center it
glassdmg
Registered User
Posts: 12
Joined: Sun Jun 07, 2009 5:12 pm

Re: [Released] proGravity for phpBB 3.0.4

Post by glassdmg »

I was wondering if someone could help me with this problem. I am using the proGravity style and every time I refresh 'Themes' in the ACP it messes up my Forum Category font. It makes the font huge.
Like this...
Image

I hope someone can help me. I can't install any mods that require Theme refresh.
artikkk
Registered User
Posts: 379
Joined: Sun Jan 04, 2009 1:37 pm
Location: Roma

Re: [Released] proGravity for phpBB 3.0.4

Post by artikkk »

Nice style ;)
sorry for my bad english :S
User avatar
ac_roma
Registered User
Posts: 321
Joined: Thu Mar 08, 2007 2:48 pm
Location: egypt,alexandria
Contact:

Re: [Released] proGravity for phpBB 3.0.4

Post by ac_roma »

wow cool style :)

thankks
Locked

Return to “[3.0.x] Abandoned Styles”