Set proSilver to Fixed Width

Tips & Tricks to use on your phpBB3 Forum.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

Download the attachment, unzip it, upload the files via ftp to your root/styles/prosilver/theme folder.

Go to ACP- Styles - Themes - Refresh Cache on prosilver.

Remember, Donating is not compulsory but if you want to send a donation in, the link is HERE :good:
You do not have the required permissions to view the files attached to this post.
User avatar
nedu
Forum Member
Forum Member
Posts: 14
Joined: Fri Feb 06, 2009 12:15 pm

Re: Set proSilver to Fixed Width

Post by nedu »

I completed all the steps.
Just take a look here, there is no change. The width is 100%.
Nothing to do. So farr. I hope that will be better next time.
I deleted the cache, I refreshed the cache, I have done everything, I have pushed all the buttons there :grin:
but no way to change something.
What else to do?

www.romsdc.ro/forum
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

It is at 950px as you had mentioned, did you want it smaller than that.
User avatar
nedu
Forum Member
Forum Member
Posts: 14
Joined: Fri Feb 06, 2009 12:15 pm

Re: Set proSilver to Fixed Width

Post by nedu »

LDM wrote:It is at 950px as you had mentioned, did you want it smaller than that.
OK
Now it is working fine.
I am wondering how to have the same feature like on your forum to click on a small thumbnail and to
have that black overlayer with a bigger image.
At the matter fact, I like your style :yahoo:
As you can see I used that link to paypal...
When it will be necessary I will use it again :hello:

just one
nedu
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

The image attachment mod you mention is 'Highslide Image Attachment' Mod for phpBB. I would find the link for it, but phpBB is down still after the hack on their phpList script. I don't recall the authors site that put the Highslide mod together.
aityahia
Forum Member
Forum Member
Posts: 1
Joined: Sun Mar 29, 2009 4:11 pm

Re: Set proSilver to Fixed Width

Post by aityahia »

i have the same problem i want to fixe the width to 950px and it's stay 100%
i have changed the wrap id in common CSS .
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

LDM wrote: Refresh your theme and templates in admin.
deathace
Forum Member
Forum Member
Posts: 1
Joined: Tue May 26, 2009 9:47 pm

Re: Set proSilver to Fixed Width

Post by deathace »

Thanks, works like a charm!
jchall
Forum Member
Forum Member
Posts: 1
Joined: Wed Aug 12, 2009 10:42 am

Re: Set proSilver to Fixed Width

Post by jchall »

Thank you LDM! After 3 hours of reading posts on the phpbb site and Googling quite a few other sites, I finally stumbled upon this thread and was able to successfully change my forum to a fixed width. I knew that it couldn't be THAT complicated and that I was probably missing something very simple. It was the template refresh--every other thread simply stated to refresh the theme.

Once again, thanks so much!

Jon
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

Glad it helped Jon :good:
jas_is_0n_fire
Forum Member
Forum Member
Posts: 3
Joined: Wed Nov 04, 2009 4:31 pm

Re: Set proSilver to Fixed Width

Post by jas_is_0n_fire »

CREATIVE SHARE THANX A LOT
a-friend
Forum Member
Forum Member
Posts: 8
Joined: Sun Nov 08, 2009 9:48 am

Re: Set proSilver to Fixed Width - HELP!

Post by a-friend »

Please help, i have a theme running based on prosilver but this mod doesn't work on it

the theme is green grass

ANY HELP would be greatly appreciated

Thanks
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Set proSilver to Fixed Width

Post by cisco007 »

have you edited and reuploaded the correct files, refreshed template, and purged cache in ACP?
a-friend
Forum Member
Forum Member
Posts: 8
Joined: Sun Nov 08, 2009 9:48 am

Re: Set proSilver to Fixed Width

Post by a-friend »

Hi

Thats not quite the issue, i can get the table to change size but there are other elements that don't resize with that.

I can't put a link sadly due to my newness but if you google Fradley Forum you should find it

I will continue to fiddle but any ideas very welcome
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Set proSilver to Fixed Width

Post by LDM »

Found you and think found the issue in your css main blocks. Change the width. Upload and refresh theme.

Code: Select all

/* Main blocks

---------------------------------------- */

#wrap { 

	padding: 0 20px; 

	min-width: 650px; 

	width: 850px; 

	margin: 0 auto; }  
Post Reply