Slavok wrote:As Anatoly wrote, we have an unofficial PunBB repository now. Use it! You can store your styles and extensions there. It will be more convenient to upload your style for other users, I think.
I've PM'ed Anatoly so will get styles added to the Repository as soon as I have write access
Bug Fixes - Style Updated
Download (v1.1)
If you prefer to manually update the skin heres the code fixes:
Open: style/A_Punbb_Xmas/A_Punbb_Xmas.css
Changeset 1
Find Line 1940
#brd-index #brd-main .main-category .redirect div.item-subject {border-left-width:0; width:700px;}
Change to:
#brd-index #brd-main .main-category .redirect div.item-subject {border-left-width:0; width:auto;}
Changeset 2
Add To Bottom Of File
/* Post / Edit
---------------------------------------------------------------*/
#brd-postedit #fld1,
#brd-postedit #fld2,
#brd-postedit div.longtext #fld3,
#brd-post #fld1,
#brd-post #fld2,
#brd-post div.longtext #fld3 {width:90%;}
#brd-postedit .main-head,
#brd-postedit #brd-crumbs-end,
#brd-postedit #brd-about,
#brd-post .main-head,
#brd-post #brd-main #brd-crumbs-end,
#brd-post #brd-about {display:none;}
The first changeset fixes "redirect" forums on the Index page from stretching in Internet Explorer.
The second changeset (additional code) prevents input fields on the Post and Edit pages from breaking out of the div. It also hides the breadcrumb trail found at the bottom of the page, consistent with the rest of the design.
If anyone has found any other bugs please let me know We never got our blizzard as promised, and all the snow we had yesterday has melted already