andrisig
Forum Replies Created
-
@jonua very cool, thanks for a quick reply. Great plugin btw!
Forum: Plugins
In reply to: Completely remove pr exclude pages from the front-endPLS! 🙂
Forum: Fixing WordPress
In reply to: Custom Rewrite Rules stopped working with 3.1Im having a similar problem, trying to rewrite the category permalinks but WP redirects my the the category ignoring my query var :/
Forum: Fixing WordPress
In reply to: Lost Paragraphs Bug in SafariHaving the same problem, saving the post and opening it againg with going to the code tab does the same thing. This bug sucks ass and should have been corrected along time ago!
Forum: Fixing WordPress
In reply to: Setting up a development environmentHere is how I do it, developing a fairly large site for a online magazine using WordPress MU. I would love some feedback on this.
The basic setup is fairly simple, we have a sandbox on the same server where all development is done.
For all changes to the WordPress Admin GUI we develop plugins and for all development of the site it self we us themes, making new ones for each major release. So upgrading the main production server with the latest version simply involves upgrading the theme files and reinstalling plugins as needed.
This works fairly well for us, what would make it even better is if we could somehow share the content (posts, pages , users etc) between the two installations while keeping the configuration separated.
Can that be done?
Forum: Installing WordPress
In reply to: permalinks and .htaccessWhy is this Options Symlinks option not set by default by WP?
Forum: Installing WordPress
In reply to: permalinks and .htaccessOk, the option Options FollowSymlinks was missing from the WP rewrite rules. Add it to the top if the htaccess file, inside the if statment. This fixed the problem for me .. I’m surprised no one mentioned this right away.
Forum: Installing WordPress
In reply to: permalinks and .htaccessI’m having the exact same problem :/
Forum: Fixing WordPress
In reply to: MT import weirdnessI did try to set the encoding to ISO-8859-1 before impoting, that did fix the problem.
Forum: Themes and Templates
In reply to: Random element in CSSHmm .. I have never seen any one try this before. I could be wrong but I do not think this is possible. One solution would be to create a CSS class for every possible image and then do the random bit in the page itself but not the CSS file.