Page 1 of 1

Calender in IE

Posted: 22. June 2009 23:09
by wseibert
Your Portal Version: 1.0.3
Your phpBB Type: Standard phpBB3 (v. 3.0.5)
MODs installed: Yes - User Blog Mod, Instant Redirection (for posts and log in only), Apache mod rewrite SSL for log in and adm functions
Your knowledge: Basic Knowledge

What have you already tryed to solve the problem?
Poured through the /styles/subsilver2/template/portal/block/mini_calendar.html file
Triple checked all edits
Checked all edits again, especially in subsilver2
refreshed theme cache.
deleted all files in /mysite/cache/
Checked Search for any similar problems with the calendar
Overwrite my mini_calendar.html file from the install to be sure

Description and Message
The calendar is correct in Firefox.

However, in internet explorer 7 and 8 the Calendar is slightly wider than all of the other blocks on the right side in the subsilver2 theme only.
In prosilver it is fine. When running Firefox, the calendar also displays correctly in either style.

It is just IE7 and 8 in subsilver2.

Any ideas?

Re: Calender in IE

Posted: 23. June 2009 04:52
by wseibert
Actually, I am beginning to think this is an error within Portal3 - Calendar, and not an installation error on my part.
Here is another board that I found that is using a subsilver2 based style with the calendar active.

http://kotrwrath.shadowroute.net/

When viewed in Internet explorer, his site has the same issue.
The calendar is slightly wider then all the other blocks on the right hand site.

Is there any chance that this could be looked in to for the next release ?

On a separate note, there are errors in the HTML file for the calender which I have found and fixed. They are as follows

Open File:
styles/subsilver2/template/portal/block

Find:
<td style="width: 14%;"><span class="gensmall">{L_MINI_CAL_FRI}</span></td>

Replace with:
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_FRI}</span></td>

Find:
<td style="width: 14%;"><span class="gensmall" style="color:#FF0000">{L_MINI_CAL_SAT}</span></td>

Replace with:
<td style="width: 14%;"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_SAT}</span></td>

These same edits should be done in Prosilver

Thanks a ton for all of your work,

Ted

Re: Calender in IE

Posted: 24. June 2009 05:08
by wseibert
Found the problem.

For Subsilver2 Style

File: styles/subsilver2/template/portal/block/mini_calendar.html

Find:
<td class="row1" align="center"><span class="gensmall">{mini_cal_row.mini_cal_days.MINI_CAL_DAY}</span></td>

Replace With:
<td align="center"><span class="gensmall">{mini_cal_row.mini_cal_days.MINI_CAL_DAY}</span></td>