[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.

Rating:

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

[2.0.21] RedSilver

Postby Styles Robot » Mon Jan 23, 2006 8:07 pm

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)
Styles Robot
Styles Queue Bot
Styles Queue Bot
 
Posts: 3765
Joined: Sat Nov 29, 2003 12:21 pm

Postby Erisar » Mon Mar 20, 2006 3:55 pm

Style Validated/Released

Notes:
Erisar · Styles Team Leader
Erisar Studios · Follow me on Twitter

phpBB: Rules · Knowledge Base · Documentation | Styles: Submit · FAQ · Template Changes
Do not message me for support. Due to the high volume of messages I receive, I will not reply.
User avatar
Erisar
Styles Team Leader
Styles Team Leader
 
Posts: 4233
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida

Postby jozomannen » Mon Mar 20, 2006 4:05 pm

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!
jozomannen
Registered User
 
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Postby spleen » Mon Mar 20, 2006 4:50 pm

Very nice style :) congratulations
User avatar
spleen
Registered User
 
Posts: 8
Joined: Sun Dec 18, 2005 12:30 am
Location: Poland // Pulawy

Postby xv1600 » Thu Mar 23, 2006 8:14 am

is there a way to put my logo at the top
xv1600
Registered User
 
Posts: 192
Joined: Tue Nov 15, 2005 4:41 am

Postby Stylee » Thu Mar 23, 2006 2:25 pm

very smooth
Stylee
Registered User
 
Posts: 54
Joined: Mon May 19, 2003 10:15 pm

Postby zjosie729 » Thu Mar 23, 2006 6:42 pm

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.
zjosie729
Registered User
 
Posts: 5
Joined: Tue Mar 14, 2006 10:32 pm

Postby Double_J » Thu Mar 23, 2006 9:18 pm

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
DoubleJ - "Why do things the easy way, if you can do them the hard way"
[ DoubleJWeb.Net - My Place on the World Wild Web ]
User avatar
Double_J
Former Team Member
 
Posts: 1232
Joined: Thu Nov 25, 2004 4:07 pm
Location: Netherlands

Postby jozomannen » Thu Mar 23, 2006 10:35 pm

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!
jozomannen
Registered User
 
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Postby spankme » Fri Mar 24, 2006 2:53 pm

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!
User avatar
spankme
Registered User
 
Posts: 39
Joined: Sun Nov 16, 2003 9:03 am

Postby stinkyFEET » Sat Mar 25, 2006 9:55 pm

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

Postby stinkyFEET » Sat Mar 25, 2006 10:13 pm

EDIT:
I just relized, its only a firefox issue. It works fine in explorer.
www.eastcoastchopstix.com - Authentic Import Car Community
stinkyFEET
Registered User
 
Posts: 45
Joined: Mon Mar 13, 2006 4:12 am
Location: aSHEVILLE nC

Postby jozomannen » Sun Mar 26, 2006 11:29 am

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!
jozomannen
Registered User
 
Posts: 172
Joined: Sun Jul 25, 2004 9:17 pm

Postby The Snoman » Sun Mar 26, 2006 3:46 pm

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?
User avatar
The Snoman
Registered User
 
Posts: 63
Joined: Sun Dec 04, 2005 7:39 pm

Postby Antekvist » Tue Mar 28, 2006 1:36 pm

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!
Antekvist
Registered User
 
Posts: 2
Joined: Tue Mar 28, 2006 1:32 pm

Next

Return to [2.0.x] Styles Database Releases

Who is online

Users browsing this forum: No registered users and 1 guest