justinph
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Attachments] Seems to not work with 4.4.2This is not an issue specifically with gd-bbpress-attachments. Rather, gd-bbpress-attachments is relying on the bbpress function
is_bbpress()to determine when to include the js & css. I’ve submitted a patch to bbpress to fix the root issue: https://bbpress.trac.ww.wp.xz.cn/ticket/2974In the meantime, one can check the “always include” checkbox in the admin panel for gd-bbpress-attachments.
Should bbpress not address this issue in their next release, it might be wise for gd-bbpress-attachments to work around it.
Forum: Plugins
In reply to: [Plugin: WP to Twitter] Fix issues with wp to twitter in 2.9.2Sort of resolved. This is a bug on systems with php below 5.2.x, and not really in the purview of the plugin author’s problem. It looks like it’s going to be fixed in wordpress 3.0.
Forum: Fixing WordPress
In reply to: [Plugin: WP to Twitter] Tweet includes my custom text but not URLWith the latest version, I think there is some confusion on the part of users… In the textarea on posts for putting in custom twitter text, it doesn’t include anything by default. This sort of makes sense, but I think non-techy people would expect the URL to get added by default.
I customized the plugin a little bit to set the default template for each post in the textarea. In wp-to-twitter.php, part of function jd_add_twitter_inner_box, I added the following:
if ($jd_twitter == ''){ // if we dont have a default set, give us one $jd_twitter = get_option( 'newpost-published-text' ); #"#title# - #url#"; }This will set the default template for posts. It should be clearer to users that they can modify this.
Also, I thought the instructional text for this should say “shortened url” rather than “cli.gs”, since some of us don’t use cli.gs. It would be swell if it could know what your URL format was.
Great plugin, btw.
Forum: Plugins
In reply to: [Plugin: Search Everything] No search results with WP 2.8.1Having the same issue here.