Page 1 of 3

Re: Set proSilver to Fixed Width

Posted: Fri Feb 06, 2009 3:59 pm
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:

Re: Set proSilver to Fixed Width

Posted: Fri Feb 06, 2009 4:13 pm
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

Re: Set proSilver to Fixed Width

Posted: Fri Feb 06, 2009 4:26 pm
by LDM
It is at 950px as you had mentioned, did you want it smaller than that.

Re: Set proSilver to Fixed Width

Posted: Fri Feb 06, 2009 4:41 pm
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

Re: Set proSilver to Fixed Width

Posted: Fri Feb 06, 2009 4:52 pm
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.

Re: Set proSilver to Fixed Width

Posted: Sun Mar 29, 2009 4:43 pm
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 .

Re: Set proSilver to Fixed Width

Posted: Sun Mar 29, 2009 5:01 pm
by LDM
LDM wrote: Refresh your theme and templates in admin.

Re: Set proSilver to Fixed Width

Posted: Tue May 26, 2009 11:04 pm
by deathace
Thanks, works like a charm!

Re: Set proSilver to Fixed Width

Posted: Wed Aug 12, 2009 10:50 am
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

Re: Set proSilver to Fixed Width

Posted: Wed Aug 12, 2009 6:38 pm
by LDM
Glad it helped Jon :good:

Re: Set proSilver to Fixed Width

Posted: Sat Nov 07, 2009 2:57 am
by jas_is_0n_fire
CREATIVE SHARE THANX A LOT

Re: Set proSilver to Fixed Width - HELP!

Posted: Sun Nov 08, 2009 9:52 am
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

Re: Set proSilver to Fixed Width

Posted: Sun Nov 08, 2009 8:58 pm
by cisco007
have you edited and reuploaded the correct files, refreshed template, and purged cache in ACP?

Re: Set proSilver to Fixed Width

Posted: Sun Nov 08, 2009 9:32 pm
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

Re: Set proSilver to Fixed Width

Posted: Sun Nov 08, 2009 9:47 pm
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; }