Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Editing main discussion page template
You don't need tables. You can do this with CSS. Saved from an old theme: .DataList .ItemComment, .ItemDiscussion { border: 1px solid #ddd; margin-top: -1px; padding: 0;}.Item-Header { width: 120px; … (View Post)1 -
Re: Import fail with special characters such as å, ä, ö.
What's the character set and collation of your old database? I would try to convert it to utf8 first. Also see this older discussion: http://vanillaforums.org/discussion/17990/character-encoding-prob… (View Post)3 -
Re: Get Rid of the 'You've Asked Questions' Pop-Up?
Like @vrijvlinder said, it does serve a purpose. But changing this translation: "You've asked questions that have now been answered" to an empty string "" in your conf/locale.php … (View Post)4 -
Re: Custom CSS Question
You do not get to choose your own class names with any forum-type, or blog software. Unless you modify the views HTML (which is not adviseable), a random stylesheet with random class names won't just… (View Post)2 -
Re: How do I set security for uploaded files?
This is not easily possible, but usually not required. Why it is not possible: When you are downloading a file, your request doesn't hit vanilla, it goes directly to your web server (apache) which se… (View Post)5