Calender in IE

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
wseibert
Active Member
Posts: 3
Joined: 22. June 2009 22:33

Calender in IE

Post 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?
Last edited by wseibert on 23. June 2009 05:24, edited 2 times in total.

Topic author
wseibert
Active Member
Posts: 3
Joined: 22. June 2009 22:33

Re: Calender in IE

Post 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

Topic author
wseibert
Active Member
Posts: 3
Joined: 22. June 2009 22:33

Re: Calender in IE

Post 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>
Locked

Return to “board3 Portal 1.0.x - English Support”