[2.0.21] RedSilver

This is an archive of the phpBB 2.0.x styles that were in our database. The release topics are here for reference, but we no longer host or support these styles.
Locked

Rating:

Excellent!
31
46%
Very Good
15
22%
Good
8
12%
Fair
8
12%
Poor
6
9%
 
Total votes: 68

Styles Robot
Styles Queue Bot
Styles Queue Bot
Posts: 5941
Joined: Sat Nov 29, 2003 12:21 pm

[2.0.21] RedSilver

Post by Styles Robot »

Style Name: RedSilver
Style Author: jozomannen
Style Description: This style is 100% wide and uses the colors red and silver.


Style Version: 1.03 (Updated 10/08/06)

Download File: RedSilver1.03.zip
styles overview page: View
File Size: 201363 Bytes

Demo: click here

Screenshot:
Image
Last edited by Styles Robot on Mon Apr 30, 2007 12:34 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Styles Team)
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

Post by Erisar »

Style Validated/Released

Notes:
My Twitter · Erisar Design [Web Development and Graphic Design]
jozomannen
Registered User
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Post by jozomannen »

How to replace your forum name + description with a logo.

Code: Select all

If your logo-name is logo.jpg upload it to /templates/RedSilver/images/

Open /templates/RedSilver/overall_header.tpl
Find:
<center><span class="maintitle">{SITENAME}</span><span class="gen"><br /><br />{SITE_DESCRIPTION}</center>

Replace with:
<center><img src="/templates/RedSilver/images/logo.jpg" alt ="Forum Logo" /></center>
Last edited by jozomannen on Thu Mar 23, 2006 10:44 pm, edited 3 times in total.
Image
Questions regarding this? PM me!
User avatar
spleen
Registered User
Posts: 8
Joined: Sun Dec 18, 2005 12:30 am
Location: Poland // Pulawy
Contact:

Post by spleen »

Very nice style :) congratulations
xv1600
Registered User
Posts: 192
Joined: Tue Nov 15, 2005 4:41 am

Post by xv1600 »

is there a way to put my logo at the top
Stylee
Registered User
Posts: 54
Joined: Mon May 19, 2003 10:15 pm

Post by Stylee »

very smooth
zjosie729
Registered User
Posts: 5
Joined: Tue Mar 14, 2006 10:32 pm

Post by zjosie729 »

Hi

1. Which file would I edit to make the title go down a line?
2.
is there a way to put my logo at the top


Thank you.
User avatar
Double_J
Former Team Member
Posts: 1243
Joined: Thu Nov 25, 2004 4:07 pm
Location: Netherlands
Contact:

Post by Double_J »

zjosie729 wrote: Hi

1. Which file would I edit to make the title go down a line?
2.
is there a way to put my logo at the top


Thank you.

1: You will have to edit overall_header.tpl
2: You can also add this in overall_header.tpl
jozomannen
Registered User
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Post by jozomannen »

Which file would I edit to make the title go down a line?

Code: Select all

Open /templates/RedSilver/overall_header.tpl
Find:
<center><span class="maintitle">{SITENAME}</span><span class="gen"><br /><br />{SITE_DESCRIPTION}</center>

Replace with:
<br /><center><span class="maintitle">{SITENAME}</span><span class="gen"><br /><br />{SITE_DESCRIPTION}</center>
Is there a way to put my logo at the top=

Code: Select all

If your logo-name is logo.jpg upload it to /templates/RedSilver/images/

Open /templates/RedSilver/overall_header.tpl
Find:
<center><span class="maintitle">{SITENAME}</span><span class="gen"><br /><br />{SITE_DESCRIPTION}</center>

Replace with:
<center><img src="/templates/RedSilver/images/logo.jpg" alt ="Forum Logo" /></center>
Image
Questions regarding this? PM me!
User avatar
spankme
Registered User
Posts: 39
Joined: Sun Nov 16, 2003 9:03 am
Contact:

Post by spankme »

Great Looking! :D It may not fit my place but its an awsome style and I will save it and try it on anouther real soon... A+


Free Web Design Templates, Tools, Software and Discussions> Just Click Here!
stinkyFEET
Registered User
Posts: 45
Joined: Mon Mar 13, 2006 4:12 am
Location: aSHEVILLE nC
Contact:

Post by stinkyFEET »

this might be a bug:
You cant click any links when the topic title is below the link your trying to click. It will click the topic title instead. It appears to extend above the link.

Example:
Try to click - FAQ, SEARCH, OR MEMBERSLIST - (at top of page)
http://www.phpbb.com/styles/forum/viewf ... &style=267
www.eastcoastchopstix.com - Authentic Import Car Community
stinkyFEET
Registered User
Posts: 45
Joined: Mon Mar 13, 2006 4:12 am
Location: aSHEVILLE nC
Contact:

Post by stinkyFEET »

EDIT:
I just relized, its only a firefox issue. It works fine in explorer.
www.eastcoastchopstix.com - Authentic Import Car Community
jozomannen
Registered User
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Post by jozomannen »

stinkyFEET wrote: this might be a bug:
You cant click any links when the topic title is below the link your trying to click. It will click the topic title instead. It appears to extend above the link.

Example:
Try to click - FAQ, SEARCH, OR MEMBERSLIST - (at top of page)
http://www.phpbb.com/styles/forum/viewf ... &style=267



I think this should fix it.

Code: Select all

Open /templates/RedSilver/viewforum_body.tpl

Change (on line 5)
<a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>

To:
<br /><br /><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>



Open /templates/RedSilver/viewtopic_body.tpl

Change (on line 4)
<a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>

To:
<br /><br /><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>
Image
Questions regarding this? PM me!
The Snoman
Registered User
Posts: 63
Joined: Sun Dec 04, 2005 7:39 pm

Post by The Snoman »

I like the style but it does not work properly with my mods and will not show subforum properly (Simple subforum mod) and Report and a few others. If there anyway I can easly fix this?
Antekvist
Registered User
Posts: 2
Joined: Tue Mar 28, 2006 1:32 pm
Contact:

Post by Antekvist »

jozomannen wrote:
stinkyFEET wrote:this might be a bug:
You cant click any links when the topic title is below the link your trying to click. It will click the topic title instead. It appears to extend above the link.

Example:
Try to click - FAQ, SEARCH, OR MEMBERSLIST - (at top of page)
http://www.phpbb.com/styles/forum/viewf ... &style=267



I think this should fix it.

Code: Select all

Open /templates/RedSilver/viewforum_body.tpl

Change (on line 5)
<a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>

To:
<br /><br /><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a>



Open /templates/RedSilver/viewtopic_body.tpl

Change (on line 4)
<a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>

To:
<br /><br /><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a>


Isn't there another way of fixing this? Lowering the maintitle isn't really the smoothest way for me.

I mean it's using the same .a css tags as subsilver and the .maintitle is also the same. I'm just not grasping what's the trouble? Why does subsilver work and Redsilver not?
Heck!
Locked

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