Iamdez
Forum Replies Created
-
Forum: Plugins
In reply to: [Rackspace CloudFiles CDN] 401 authorization failedI’m not using a sub-account (didn’t even know it was a thing).
I found my username & API Key here: https://manage.rackspacecloud.com/APIAccess.do
Forum: Networking WordPress
In reply to: Multisite Install but not showing Sites Option or Any OthersAnother solution that I found after having the same issue.
The instructions call for you to install the code in
wp-config.php
above the following line:/* That's all, stop editing! Happy Blogging. */
However, while I was following that rule I needed to place the code above the following line:
`require_once(ABSPATH . ‘wp-settings.php’);
Once I did that I had all my network setup options displayed
Forum: Plugins
In reply to: [Timed Content] Request: Ability to stack rulesThanks for the tip on showing/hiding. Still wrapping my brain around the logic, but I think I’ve got it.
Stacking would be awesome for a future release. The flexibility would be killer.
Forum: Plugins
In reply to: [Timed Content] Request: Ability to stack rulesAgreed. I thought about doing that, but it still involves having multiple blocks on the page, which is my real reason for wanting the feature.
Currently
[timed-content-rule id="1"] Ordering isn't available [/timed-content-rule] [timed-content-rule id="2"] Ordering isn't available [/timed-content-rule] [timed-content-rule id="3"] Ordering isn't available [/timed-content-rule] [timed-content-rule id="4"] ORDERING IS HERE! [/timed-content-rule]
Forum: Plugins
In reply to: [Timed Content] Maximum Execution time reachedMarking this as resolved.
Forum: Plugins
In reply to: [Timed Content] Maximum Execution time reachedI replaced the function wholly and it seems to be working.
I did get the following when I activated the plugin, though
[Sun Dec 01 14:46:01 2013] [error] [client 127.0.0.1] PHP Warning: Invalid argument supplied for foreach() in /wp-content/plugins/timed-content/timed-content.php on line 656, referer: https://mysite.org/wp-admin/plugins.php
Forum: Plugins
In reply to: [Timed Content] Maximum Execution time reachedYeah, they take about 5 seconds to show all of the dates set out from now until expiration. If I’m reading you correctly you’re talking about the button on the rule setup page that shows me the list of dates/times that the rule is in effect for.
Forum: Plugins
In reply to: [WP Editor] MultisiteI just installed this on multi-site.
It works great on a per-site basis, but yes, it would be nice to be able to have it in the main network editor.
Great plugin although the default active line highlighting colors on blackboard make the text your typing hard to read.