x00
MVPx00 MVP
Reactions
-
Re: Why markdown?
thing like spoilers, excerpt, etc, don't represent specific mark-up. I think wordpress method of short codes might come in handy. that will allow you to apply short codes over a range of formatt… (View Post)1 -
Re: GoogleSkins theme for Vanilla [ preview ]
I'm not sure I like this one so much. I think you followed their new colour scheme too faithfully, when really they made specific styling touches due to layout/design. May have overused, colours… (View Post)1 -
Re: .css not updating
Zhanat when you make changes to your theme, you have an about.php file in your theme folder. there you have $ThemeInfo['your_theme'], in it you have Version => 'some_number',; … (View Post)1 -
Re: .css not updating
first of all best not edit the core, you can copy style.css and admin.css to your theme's design folder. secondly can you post the content of your about.php file (View Post)1 -
Re: Editing default theme
the files are in theme/default but the proper way to do a new theme is copy the folder, then rename it, then supply your meta then about.php, then enable the the theme. That way there won't be a… (View Post)1
