Pollproblem
Die roten Ergebnisbalken in Polls scheinen nicht mehr angezeigt zu werden. Siehe z.B. hier.
Die roten Ergebnisbalken in Polls scheinen nicht mehr angezeigt zu werden. Siehe z.B. hier.
Wenn man direkt in ein Topic verlinkt, also einen Link der Form irntwer.antville.org setzt, dann wird der Referrer nicht registriert. Absicht oder Bug?
Hi
I first raised this bug nearly a year ago and it was acknowledged as a bug at the time. When you read a story (permalink), the breadcrumb trail is home>stories>story number. When you sign on as a "subscriber" and click on "stories" you are booted to the home page, instead of the story manager page. The story manager page should work the same way as the topics manager page; a subscriber does not get the option to add stories, but the add stories option appears for an administrator. Why hasn't this been fixed as I thought this would be a major bug?
Another problem in storymanager is that there is no preview skin, which is a problem for me because I use the story.content part="lead" fallback="text" limit="400"
macro functionality. This means the "lead" part of my story never appears in the story manager which is quite annoying.
BTW, is it possible to have the "limit" attribute only apply when there is no "lead" text?
Thanks in Advance
Johnthe year-string is not formatted correct:
<dc:rights>Copyright © 103 antville_user_name</dc:rights>
Today I discovered that all of the titles in my weblog went black, but only with my Opera Browser. I made long research until I discovered, that in some of the CSS notations the "#" before a color is missing.
After changing the color in the preferences it was normal again, but then some others, namely the hover-link colors and the body background color started to loose their "#".
Here's an example. In the Source Code (as the browser shows it) of my weblog the body-notation in the CSS is this:
body, td { background-color: FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
The styleshheet-skin proofs that the colors are inserted from the preferences using a macro:
body, td { background-color: <% site.bgcolor %>; font-family: <% site.textfont %>; font-size: <% site.textsize %>; color: <% site.textcolor %>; }
But i am not able to enter the colors in the prefernces including a "#". So there must be a but somewhere. As sometimes this "#" gets lost.
The only way would be to write the colors to the stylesheet manually, but thats not the sense of the macros.