No. Why would you want old version?MaLeKo wrote:Is the download for 3.0.4 one still available?
Thanks for noticing, I'll fix that.Hercanic wrote:Display Bugs
I'm using IE 8, which has a Compatibility View. When on, the word "Code:" in a codebox is bumped down a line. When off, the Select All and Expand View icons are scooted to the left and a duplicate Select All icon colored gray and non-interactable is present.
Its a workaround for IE8 bug. I've removed width from textarea because when you assign width to textarea in IE8 and try to type long message, IE8 randomly scrolls text up/down as it wants and you can't see what you are editing.Hercanic wrote:When Compatibility View is turned off, the Reply Field when making a new post/replying has a tiny (300-400px) width. The BBcode buttons are also much smaller.
That's a very interesting idea and I think it can be done without mods.Hercanic wrote:This may be beyond what a template can do, but if you wanted to add any more nifty features, one thing that could be very helpful is, like the Memberlist, if you could sort posts in ViewForum by clicking on any column category title. Then, you could sort by posts, views, or topic title. Topic title would be especially useful for any forum that has its members add a prefix on their topics, like [Beta], [RC], [Dev] in the Mod Development forum here.
add in content.css:Hercanic wrote:How to?
- Category Underline - How would I set the category titles to no longer be underlined?
Code: Select all
li.header a { text-decoration: none; }
Icons: that would require rebuilding whole post view and its pointless. Quote icon is best at the bottom because users finish reading at the end of post, not at the beginning, so they don't have to scroll up to beginning of long post to reply to it.Hercanic wrote:[*]Move Quote Icon to Left - Instead of hugging the right corner and being overlooked, how would I put the " Quote icon back on the left before "[name] wrote:"?
[*]Move the Date and Post Buttons (Edit, Report, Quote) Back - I'd like the post buttons to be at the top right corner of posts instead of the bottom right corner. I would also like to move the date back to the left corner. I really like how when you hide the profile/avatar sidepanel, the corner date then displays the author's name instead of always displaying. But by being in the far right corner, you don't see it as easily. By having the date back on the left, when you collapse the avatar sidepanel, you'll preserve the author's name in roughly the same location. Much better synergy I think.
[*]Hide Subject in Posts - Is it just me, or is having stuff like "Re: [Release] CA Black (phpBB 3.0.5)" on every post repetitive, unnecessary, and a waste of vertical space? How would I snip that bit out of ViewTopic and make better use of that space?[/list]
Add this to tweaks_ie.css:Hercanic wrote:Display Bugs
I'm using IE 8, which has a Compatibility View. When on, the word "Code:" in a codebox is bumped down a line. When off, the Select All and Expand View icons are scooted to the left and a duplicate Select All icon colored gray and non-interactable is present.
Code: Select all
/* BBCode fix for IE7 */
.code-links, #ignore#ie8 {
width: 100px;
}
It's very simple. Go here.Undead46 wrote:Theme is great :].
1 Question: How do I change the logo to use site_logo.png instead of .gif?
Ah. It still does something similar when the text area develops a scrollbar and you try to go down a line. I have to keep IE on Compatibility View for that reason alone.CyberAlien wrote:Its a workaround for IE8 bug. I've removed width from textarea because when you assign width to textarea in IE8 and try to type long message, IE8 randomly scrolls text up/down as it wants and you can't see what you are editing.Hercanic wrote:When Compatibility View is turned off, the Reply Field when making a new post/replying has a tiny (300-400px) width. The BBcode buttons are also much smaller.
That is a very good reason for the Quote button. Moving it and the other buttons was part of my second suggestion. However, this particular suggestion here deals with the quotation mark icon that normally precedes "Hercanic wrote:" or "CyberAlien wrote:" like it is here. That icon. Maybe it's just IE and not intentional? In Compatibility and normal mode both, the icon is in the top far right corner of the quote box. If it is intentional, then my critique on that is by being out of the way, the icon loses its impact and goes unnoticed, giving it very little purpose. The quote box doesn't feel as different from any other box (like Code, or if you add any custom BBcode that use boxes).CyberAlien wrote:Icons: that would require rebuilding whole post view and its pointless. Quote icon is best at the bottom because users finish reading at the end of post, not at the beginning, so they don't have to scroll up to beginning of long post to reply to it.Hercanic wrote:[*]Move Quote Icon to Left - Instead of hugging the right corner and being overlooked, how would I put the " Quote icon back on the left before "[name] wrote:"?
Oh, no, I never meant to move the buttons on the right side. Sorry, I was trying to describe moving two different things. The buttons would have gone from the bottom right to the top right. At the top right already, however, is the date and, if you minimize the profile sidepanel, the author. I meant to move the date/author from the top right to the top left.CyberAlien wrote: Buttons are on rights side so it won't be too intrusive. There is already a lot of content on left side, adding buttons there would only increase post's height and distract visitor from what's important - post's content.
What about just moving the author to the right? When the profile sidepanel (can't think of a better term for it) is open, the secondary author display is normally hidden. When the profile sidebar is closed, the hidden secondary display for the author is shown. However, being over with the date on the top far right corner it goes unnoticed. What about moving that to the left top corner where the subject title used to be? That way, when you hide the profile sidepanel, you still have the author's name on the left, where you're used to seeing it. Then, sidepanel hiding would be more practical, as you keep the author name but get to remove avatars, post count, location, all that frivolous stuff, and gain more horizontal space.Hercanic wrote:I really like how when you hide the profile/avatar sidepanel, the corner date then displays the author's name instead of always displaying. But by being in the far right corner, you don't see it as easily. By having the date back on the left, when you collapse the avatar sidepanel, you'll preserve the author's name in roughly the same location. Much better synergy I think
That is very awesome. Thank you so very much! I really like that you are receptive to suggestions. Some authors aren't. You've been extremely helpful and have answered all my questions. What more could I ask for? =o)CyberAlien wrote: edit: implemented the following ideas:
- topics can now be sorted in viewforum
- topic titles that look like ("Re: " + topic title) are no longer shown inside posts, unless its a first post
All of that is implemented on my dev style. I'll add it to this style's next major version too, but it won't be soon because that version is not a simple modification of this version, but a complete rebuild.