| Author |
Message |
charlord |
|
Post subject: WoW Theme Resolution Problem
Posted: Sep 25, 2007 - 09:53 PM
|
|
Joined: Sep 13, 2007
Posts: 6
Status: Offline
|
|
I d/l your new theme for WoW. I got everything to work perfectly except some of my users are complaining that the theme isnt auto adjusting to their screen resolution. It looks perfectly fine on my 1152x864 widescreen, but some that use 800x600, 1024x768 complain that the main body of the main page and the forums isn't adjusting and they have to scroll side to side to read the forums. Is there a script or insert into the theme.html and theme2.html that will allow for auto adjustment? Thanks in advance.
Heres the url btw....http://www.allianceoptimus.com |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: WoW Theme Resolution Problem
Posted: Sep 25, 2007 - 10:48 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| The logo is VERY wide, that would be the reason for the scrolling on smaller resolutions. |
|
|
| |
|
|
|
 |
charlord |
|
Post subject:
Posted: Sep 26, 2007 - 09:03 PM
|
|
Joined: Sep 13, 2007
Posts: 6
Status: Offline
|
|
| Ok, I changed the logo width to a much smaller and got the Home page to display correctly. But on the other hand, the forums is still showing the scroll arrows, like the main body of the forums is too wide. Any suggestions? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Sep 27, 2007 - 02:08 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It appears it is the Login to check your private messages that is doing it.
Open modules/forums/languages/lang-english/lang_main.php and look for
$lang['Login_check_pm'] = 'Log in to check your private messages';
Change it to
$lang['Login_check_pm'] = 'Register'; |
|
|
| |
|
|
|
 |
|
|
|
|