Page 1 of 1

Screen resolution - Prosilver based theme

Posted: 5. September 2012 07:58
by shadzy89
hi guys,

recently downloaded a mod for phpbb (not board.de) where it sets the resolution of the page using the CSS sheets to magnify or decrease zoom.

The one page that hasn't been affected by this, because its now made for board3 is the portal.php page.

Is there a way to implement this on the portal page too for this based theme, I have been reading and subsilver seems like its do'able if you adjust left n right, not sure what this means though

Any advice please?

the mod can be found here, very very simple one involving editing overall_header.html and including various different CSS sheets for different resolutions!

https://www.phpbb.com/customise/db/mod/ ... ion_width/

Re: Screen resolution - Prosilver based theme

Posted: 22. September 2012 07:15
by shadzy89
Bump. Anyone??

Re: Screen resolution - Prosilver based theme

Posted: 30. September 2012 10:23
by shadzy89
Surely someone cud say if its even possible or not???

Re: Screen resolution - Prosilver based theme

Posted: 30. September 2012 12:28
by archivar
I do not know what they want in the portal with it? :oops:
In the *. Css files of the mod only the resolution of "postprofile" and is controlled by "postbody". And therefore no effect on the portal.
If they want to change the resolution of the portal, then they switch to the portal settings the phpBB menu. There, they can press the button to change the resolution.

Re: Screen resolution - Prosilver based theme

Posted: 2. October 2012 21:50
by shadzy89
All of the ofrum manage to change width, I just need a way (code way) to change portal.php page too

is it possible?

Re: Screen resolution - Prosilver based theme

Posted: 3. October 2012 15:18
by archivar
shadzy89 wrote:All of the ofrum manage to change width, I just need a way (code way) to change portal.php page too

is it possible?
A link to their forum would be helpful.
In prosilver, the code is in the overall_header.html:

Code: Select all

<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
But that has nothing to do with the portal, if they change the code and paste it to another location like.
You can ask for it to on phpBB.com.

Re: Screen resolution - Prosilver based theme

Posted: 9. October 2012 14:21
by shadzy89
Its not that sir

The portal.php (board3) page does not fit the person resolution like the entire website does (thanks to mod)

I just need to know how I can adjust portal.php so that it can allow similar code to function

Re: Screen resolution - Prosilver based theme

Posted: 9. October 2012 19:23
by archivar
A link to the relevant page would be helpful.

Re: Screen resolution - Prosilver based theme

Posted: 9. October 2012 19:44
by Marc
Please add a link to your website. This mod itself doesn't change anything in prosilver.

Re: Screen resolution - Prosilver based theme

Posted: 10. October 2012 23:11
by shadzy89
http://www.eff-clan.org

Please visit other link like forum, then go to portal and you will see the zoom is not all right!!!

Re: Screen resolution - Prosilver based theme

Posted: 10. October 2012 23:40
by Marc
First of, you don't even have that MOD installed on your style. Second of, I don't see a difference. Not on 1440x900 and neither on 1920x1080.

Re: Screen resolution - Prosilver based theme

Posted: 11. October 2012 20:40
by shadzy89
It must have been removed since we spoke, my apologies.

How would I go about resizing the portal page if I wanted to?? Any suggestions??