| Live Page fix for Paul01
I posted this in bugs, but thought to cross post here in case. See below:
I created a derivative template from Paul01 and noticed the the "published" and "new" links from that page generate a missing page error.
There is a simple fix. Perform the following
Copy published_center.tpl and unpublished_center.tpl from the yget template to Paul01 or your derivative.
Edit main.css to add the live styles to the bottom of your main.css. You can copy these from the end of the yget main.css or just copy and paste these:
/* Live */
.live2 {margin: 10px 10px 10px 10px;background-repeat: no-repeat;background-position: bottom right; }
.live2 strong {font-size: 95%; }
.live2-item {width: 100%;clear: both;border-bottom: 1px solid #ccc;padding: 5px 2px 0px 2px;min-height: 25px;text-align: center;overflow: hidden;
}
.live2-ts, .live2-type, .live2-votes, .live2-story, .live2-who, .live2-status {float: left;display: block;}
.live2-ts {width: 10%;text-align: left;}
.live2-type {width: 10%;text-align: left;}
.live2-type img {border: none;margin: 0 0 0 0;vertical-align: middle;}
.live2-votes {width: 10%;text-align: left;}
.live2-story { width: 37%; text-align: left;}
.live2-who {width: 18%;text-align: left;}
.live2-status {width: 15%; text-align: left;}
.live2-problem {color: #F00;}
That's it.
|