ParticularlyEvil
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Events Importer] RSS stops workingI can confirm this as well. Facebook Event Importer will break your rss feed.
Forum: Plugins
In reply to: [[UNMAINTAINED] TaskFreak! Free] View – Default filterOh, thanks for the info! I was looking into the code to do this myself, but I might wait now!
As things stand now people will mistakenly think I’m not doing anything just because my tasks keep getting marked as completed!
Forum: Plugins
In reply to: [[UNMAINTAINED] TaskFreak! Free] View – Default filterI believe what pcpostar was asking was if there was a way to change the default view for each category.
Now, if you click on PROJECTS or TASKS the default view is “In Progress” rather than, say, “All”. Does that make sense, taskfreak?
Forum: Plugins
In reply to: [podPress] Problem with byte-range requestJust chiming in – I have the same byte-range error that others are reporting. I’ll try disabling stats and the like to see if that helps.
Forum: Fixing WordPress
In reply to: Byte-range requestsSame problem here. Submitting a new RSS feed for a podcast hosted on WordPress via podpress shows an error stating there was a problem with the feed and that our server doesn’t support byte-range requests (which it does) Any ideas?
Forum: Fixing WordPress
In reply to: Set per-file size limit per blog?We’re in the same boat here.
We want a default set for Max File Uploads, but the ability to change that max for specific subsites. It has nothing to do with disk quota (which can be changed on a site-to-site basis).
Any solutions?
Forum: Plugins
In reply to: [Social Crowd] [Social Crowd] Nothing shows upI am kind of at a loss on how to call the function. Can you supply some sample code? Thank you – the plugin looks great!
Forum: Networking WordPress
In reply to: Multisite Site Url QuestionI believe get_current_site gets the current site you are browsing, so in a multisite install, that wouldn’t be the core site.
I’m looking for the code for getting the core site itself.
Any other ideas?
Forum: Networking WordPress
In reply to: Multisite Site Url QuestionAnyone?
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides and Role CapabilitiesRole Scoper and User Capabilities Editor are two plugins I use.
Yes, having plugin specific capabilities would make using Meteor Slides far easier on a site where roles are vital. Nice work!
Forum: Fixing WordPress
In reply to: Allow registration only from a specific domainThanks for posting your fix – lots of people forget to do this when they solve their own problem!
Forum: Plugins
In reply to: How to use 2 blogs with the same users.For those of you that miss your “Post Author” drop down menu, I have found the fix.
Go to wp-admin/admin-db.php
Find all:
$level_key = $wpdb->prefix . ‘user_level’;and replace with:
$level_key = ‘wp_user_level’;There are several replacements of this term in that file.
That should do it.Frank