r-a-y
Forum Replies Created
-
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Tabbed Widgets works fine in 2.7.1, but is buggy in 2.8+.
Forum: Installing WordPress
In reply to: Is WordPress Download Monitor compatible with WPMU?Just tested WordPress Download Monitor on WPMU with the custom download URLs option enabled on two blogs.
And while custom download URLs work on the first WPMU blog (blog id #1), using custom download URLs on another WPMU blog do not work properly.
It’s probably something to do with the .htaccess RewriteRule.
If you disable custom download URLs on the second blog, it works; but I’d like to see further compatibility with WPMU for this option.
Something to look at for a future release.
Forum: Fixing WordPress
In reply to: Page people go to after RegistrationHi MichaelH,
That plugin only helps when a user logs in.
Is there a similar plugin that handles redirects after registration?
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Follow-up… Tabbed Widgets on 2.8 doesn’t detect all widgets available.
Forum: Plugins
In reply to: Limit comment submission to one per user on a post?Anyone?
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Okay I’m an idiot! Next time, I should actually test things out before making a conclusion!
Roger is right… it is a simple jQuery issue.
Forum: Plugins
In reply to: [Plugin: WordPress Dashboard Twitter] Nice – now also in Danish – p? danskGreat plugin!
I also experience the same problem as GeorgWP.
I can login and check my tweets, but can’t post new tweets.In the error logs I get a 400 Bad Request.
* About to connect() to twitter.com port 80 (#0) * Trying 168.143.161.20... * connected * Connected to twitter.com (168.143.161.20) port 80 (#0) * Server auth using Basic with user 'xxx' > GET /statuses/update.xml HTTP/1.1 Authorization: Basic dHdpdF90d2lyZTp0ZXN0dGVzdA== Host: twitter.com Accept: */* User-Agent: WordPress Dashboard Twitter X-Twitter-Client: WordPress Dashboard Twitter X-Twitter-Client-URL: https://static.wpdashboardtwitter.com/wp-dashboard-twitter.xml < HTTP/1.1 400 Bad Request < Date: Fri, 14 Aug 2009 20:07:30 GMT < Server: hi < Last-Modified: Fri, 14 Aug 2009 20:07:30 GMT < Status: 400 Bad Request < X-RateLimit-Limit: 150 < X-RateLimit-Remaining: 139 < Pragma: no-cache < Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0 < Content-Type: application/xml; charset=utf-8 < X-RateLimit-Reset: 1250283381 < Content-Length: 142 < Expires: Tue, 31 Mar 1981 05:00:00 GMT < X-Revision: 0d88584f16e93a44c12e18c32a5d425a66da1127 < X-Transaction: 1250280450-33589-6695 < Set-Cookie: lang=en; path=/ < Set-Cookie: lang=en; path=/ < Set-Cookie: _twitter_sess=BAh7CToJdXNlcmkEnmDGAzoTcGFzc3dvcmRfdG9rZW4iLTVjNjU2NjM3NjZm%250AMTY3ZTFmYzE4N2ViNWFmZWZlY2NmZmQwZjYyYWU6B2lkIiU0ODI0OTU5MTIz%250AYTM1NWIzZTUyM2I3NGFmOGE1MmQ1NCIKZmxhc2hJQzonQWN0aW9uQ29udHJv%250AbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%253D%253D--c7c454ee0cd3bcd42a8832456eb5a81f1528f250; domain=.twitter.com; path=/ < Vary: Accept-Encoding < Connection: close < * Closing connection #0
—
Also I have a huge feature request… instead of having the Twitter widget only available in the Dashboard, could we have the ability to embed the widget on any WordPress page?
Reason is I’ve created a customized WordPress page where logged-in members see recent posts, etc. It’s basically a stripped-down dashboard.
Doing this via some PHP template tags would be preferred. Not worried about shortcodes and filters.
What do you think?
Forum: Fixing WordPress
In reply to: wp_list_categories selected states only working 2 levels downNeed this as well!
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Roger’s post doesn’t mean anything. That’s just a small jQuery issue.
The larger issue at hand with WP 2.8+ is the entire widget API has changed.
So a lot of kaspars’ code will need to be rewritten in order for Tabbed Widgets to work on 2.8+.
Forum: Plugins
In reply to: Limit comment submission to one per user on a post?bump.
Forum: Themes and Templates
In reply to: Nested categories for single.phpThis is a great post!
I need this to work with sub-sub-categories as well though.Any idea how?
Hi iDope, sorry to be a pain, but can you take a look at this when you have the chance?
Forum: Requests and Feedback
In reply to: 2.8 Very Fast…I miss the old Plugin PageI agree as well.
The new 2.8 plugins page is so bad usability-wise.
The colors melt into the background as well.Hopefully someone can code a plugin to bring back the 2.7 plugins page!
[EDIT]
I found a plugin that helps the usability slightly:
https://planetozh.com/blog/my-projects/wordpress-better-plugin-page/The colors are still a problem though.
I could probably put a tiny plugin to override the v2.8 white back to v2.7 green.Forum: Plugins
In reply to: calling 2.8 widgets directly from template/pluginGreat! Exactly what I was looking for!
Single Category Permalink reduces parent/child categories, so only the deepest category depth is used.
eg. “example.com/category/entertainment/movies/horror” becomes
“example.com/category/horror”What I want do is this:
“example.com/horror”—
I have activated both WP No Category Base and Single Category Permalink, but was unable to get both working in tandem.
While your plugin removes the “category” base, it seems to make Single Category Permalink invalid.
Both use the “category_link” hook. Probably a priority setting. Can you test the two out and see what I mean?
Thanks!