[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

User avatar
xmenfile
Registered User
Posts: 163
Joined: Sun Apr 22, 2007 10:32 pm

Re: [2.0.21] RedSilver

Post by xmenfile »

Does anyone have a Quick Reply button? I just installed Super Quick Reply mod and the button is for subsilver, does not look nice.
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

xmenfile wrote:Does anyone have a Quick Reply button? I just installed Super Quick Reply mod and the button is for subsilver, does not look nice.

This is one I did myself from subsilver buttons, a while ago...
I hope it suits your needs...

Image
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
xmenfile
Registered User
Posts: 163
Joined: Sun Apr 22, 2007 10:32 pm

Re: [2.0.21] RedSilver

Post by xmenfile »

Thank you Chriz
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

By, the way, is the template author going to release a version for phpbb3??
It's a really beautiful template and I wouldn't like to lose it when upgrading to phpbb3.. ;)
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
xmenfile
Registered User
Posts: 163
Joined: Sun Apr 22, 2007 10:32 pm

Re: [2.0.21] RedSilver

Post by xmenfile »

Hi Chriz,

can you show me how to change it to Fixed width, not adjustable.

Thank you,
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

xmenfile wrote:Hi Chriz,

can you show me how to change it to Fixed width, not adjustable.

Thank you,
Yeap..

Code: Select all

#
#-----[ OPEN ]------------------------------------------
#
templates/RedSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%">

#
#-----[ REPLACE WITH ]------------------------------------------
#
#Change width="800px" to whatever you wish..

<center><table cellspacing="0" cellpadding="0" border="0" width="800px" height="100%"></center>

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
ChriZathens wrote:By, the way, is the template author going to release a version for phpbb3??
It's a really beautiful template and I wouldn't like to lose it when upgrading to phpbb3.. ;)
My mistake, there's already a Redsilver release for phpbb3, here!
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
xmenfile
Registered User
Posts: 163
Joined: Sun Apr 22, 2007 10:32 pm

Re: [2.0.21] RedSilver

Post by xmenfile »

Thank you ,

I'll download it, in case upgrading to php3. Anyway, I have 1 more tiny issue, sometimes uploading pages, it opens in full size and within a second, it switch to fixed size/center. is there anyway to stop that?
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

Have you tried clearing your cache???

If it isn't a cache problem then I don't know why it does that....
Perhaps the style author or the styles team have an idea about this..My little knowledge is only from the fact that I'm using this style for about a year or so, and I've experimented with its appearance a few times.. :roll:
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
edx
Registered User
Posts: 23
Joined: Mon Sep 10, 2007 7:59 am

Re: [2.0.21] RedSilver

Post by edx »

Just wondering if anyone one can help re adding a logo to this theme...

I am following these instruction to add 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>


The problem I have is when I change the SITE_DESCRIPTION source code to the logo.jpg source code in notepad, I can not get the change to save. I change to the corect html code in note pad, save it, and for some reason the change does not save. After I save the new code I re check the code and it has gone back to the old SITE_DESCRIPTION code rather than saving the new logo.jpg code. What am I doing wrong?!

I have tried numerous times but I can not save the change I make to the source code in notepad-it will not save! I am no expert and it might be me making some basic mistake but if someone can advise me that would be great. Thanks...
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

Use another editor, even Wordpad...
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
edx
Registered User
Posts: 23
Joined: Mon Sep 10, 2007 7:59 am

Re: [2.0.21] RedSilver

Post by edx »

Ok. I have now edited the code in dreamweaver and checked that it is correct for my logo.

Problem now is that my logo doesn't appear on my forum. All I see is a rectangle with 'logo' written inside it and a little red cross where the logo should be.

I have checked the file path and the code is correct. I have tried both jpeg and gif files for the logo but all i see is the little red cross where the logo should be on the home page.

Advice please!

Thanks...
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

I believe that code should not be

Code: Select all

<center><img src="/templates/RedSilver/images/1.jpg"alt ="Forum Logo" /></center></a>
but

Code: Select all

<center><img src="templates/RedSilver/images/1.jpg"alt ="Forum Logo" /></center></a>
(without / before templates)
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
edx
Registered User
Posts: 23
Joined: Mon Sep 10, 2007 7:59 am

Re: [2.0.21] RedSilver

Post by edx »

Hey ChrisZathens-thanks for your help. That code has solved the problem and my logo is now up on the forum. Really appreciated.
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: [2.0.21] RedSilver

Post by ChriZathens »

NP...
Glad I could help !! ;)
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
ahaynes106
Registered User
Posts: 7
Joined: Fri Jun 16, 2006 5:07 pm
Contact:

Re: [2.0.21] RedSilver

Post by ahaynes106 »

After I download the zip file and try to extract, I get teh following error:

! C:\Documents and Settings\xxx\phpBB_themes\RedSilver1.03.zip: Unexpected end of archive
Locked

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