microberto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrading WordPress Sites with SSH2 and nginx?Thank you so much Jan!!
It turns out I had extension=ssh2.so in the wrong php.ini file (the one that Apache had been using), but not the one in the fpm folder.
Thanks again!
MikeThanks Phil!! Will check for upgrades this week and get that setup. It will look nice against other vertical boxes
Hi, I’m bumping this. Is it possible to get an option to use my real URL when sending to the facebook group? I don’t like the wordpress shortened URL. Using /%postname% as my slug/permalink looks much better.
I might end up hacking this one myself if the answer is no. I like to avoid these redirects whenever possible.
Thanks!
MikeAgreed. I’m fine with a double opt-in, or giving them an option for a single opt-in. Abuse it too much and MailChimp will smack you off their service – not worth the risk.
Anyway, for now I have a solution involving Gravity Forms. But it’s not free…
Bump – Would LOVE this plugin. Will pay too.
Forum: Plugins
In reply to: [Custom Permalinks] [Plugin: Custom Permalinks] 404 ErrorsWP 3.2.1 + Custom Permalinks 0.7.8 works for my purposes. I only need to change the permalinks on a few posts.
Forum: Plugins
In reply to: [Custom Permalinks] [Plugin: Custom Permalinks] 404 ErrorsUsing WP 3.2.1, I get this with Custom Permalinks 0.7.9 and 0.7.10. Looking for a version that works, might see if I can hack at the code too.
Forum: Plugins
In reply to: [CSV Importer] Enable Sticky Posts via CSV Importer?Nope, no response. I don’t sweat it much since I usually only have 2-4 stickied posts per site. Would still be cool though, but I’m not going to spend hours patching the code for something that takes me 1 minute to do 🙂
I updated the download now. So upgrading or downloading the plugin again should also work.
So… 4.0 is now fixed?
Can’t say that I’m a fan of a “hidden” release. That is a bit unethical and you should have made it 4.0.1 for the people who already upgraded to 4.0 and aren’t aware of these threads (on top of just being ethical and admitting your mistake via version control).
Anyway, I’ll delete it and reinstall on this site to confirm.
For those of you seeing this, just edit the advanced experpt php file and remove the spaces from before the <?php
Not sure if you need to, but add a new line at the end and type in ?> with nothing after it.
Good enough for me now, but I won’t be upgrading this on my other sites.
Forum: Hacks
In reply to: How to Display a Message Box in post.php After save_post Action is Executed?Perhaps this?
http://stackoverflow.com/questions/6152315/wordpress-how-displaying-custom-error-message-in-wp-insert-post-dataOK, so looking at this solution and doing some error logging, it turns out that the wp_insert_post_data filter happens BEFORE the add_action(‘save_post’,…) stuff gets done. This means that the solution I really want is technically impossible.
I’m not sure why the message would get displayed before anything really gets done – is that a bug in that it’s out of order? You should want everything to get done before messages get printed!
My next idea is to just put the plugin code INTO the redirect_post_location filter. Sloppy but it could work.
Forum: Hacks
In reply to: How to Display a Message Box in post.php After save_post Action is Executed?OK, I’m still struggling here, but I’ve found a few things that might help:
add_filter('post_updated_messages', 'function_name');Well, that doesn’t even run.
Next idea is to steal code from this:
http://wordpress.org/extend/plugins/wp-update-message/Basically, make ANOTHER metabox to display a message. Seriously? This cannot be the only way to display a message to the user….
Perhaps this?
http://stackoverflow.com/questions/6152315/wordpress-how-displaying-custom-error-message-in-wp-insert-post-dataAnyone else? Otherwise I’ll get working on this, but it’s a bit ridiculous. I just want to pop a box up AFTER save_post.
Thanks…
This is still happening with 6.9.6. Any workarounds?
Hey, looks like you guys fixed it! Thanks!
No updates on this? I don’t think I’m the only one with this issue.