jsruok
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] Your BackUp Failed (with stacktrace)Backing up failed with 2.1.
Works with 2.2.
Thanks, Tom!
Forum: Plugins
In reply to: [BackUpWordPress] Your BackUp Failed (with stacktrace)Tom, if you need more guinea pigs who have this problem, I could volunteer as one.
v 4.2.4 / WP 3.3.1
Problem still exists.
And while we’re at it, like Matt, I too would like to see an input field for custom code. 🙂
Resolved:
remove unwanted actions in theme’s functions.php:// removes Quotes Collection plugin's CSS reference remove_action('wp_head', 'quotescollection_css_head'); // removes Quotes Collection plugin's .js reference remove_action('init', 'quotescollection_scripts');Forum: Plugins
In reply to: [Quotes Collection] [Plugin: Quotes Collection] Search Feature NeededBob, I thought of the very same feature. While we wait for the quote search we can create a private page that shows all quotes and search there.
[Offtopic]
Of course, this workaround does not show tags. Built-in tag suggestion for new quotes might be an overkill but I would still like to browse the tags somehow. It would be nice to see which tags have most quotes.
[/Offtopic]Same here.
Changed to http://wordpress.org/extend/plugins/wp-dbmanager/
Then realized I have no scheduled backup for the FILES (basically, everything in wp-content directory).
Now running http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/
Forum: Plugins
In reply to: [Blog Introduction] Seems to have stopped working with WP 3.2.1Ok, it seems that you’re forcing a certain category to be displayed on the front page with
if (is_front_page() || is_home()) { query_posts("cat=8&paged=$paged"); }I’m afraid that at this moment I don’t have the time to include this kind of exception into the plugin, but there might be a way to make the plugin work for you.
As the plugin works with category intros as well, you’ll probably be able to show *that* intro on the front page. For instance, if the category id 8 has a permalink “travel-tips”, you’ll need to create a page that has a permalink “travel-tips-cat-intro” (or change the permalink of your current page). Intro will then be taken from that page.
Hope that helps!
Forum: Plugins
In reply to: [Blog Introduction] Seems to have stopped working with WP 3.2.1Do you think you could send the source code for index.php to [my username] at gmail.com? That should give me some idea of the context.
Forum: Plugins
In reply to: [Blog Introduction] Seems to have stopped working with WP 3.2.1I’m afraid I’ll be needing your theme to troubleshoot the issue. Are you using a theme that I can download from somewhere (e.g. WP theme directory)?
Forum: Plugins
In reply to: [Blog Introduction] Seems to have stopped working with WP 3.2.1Thanks for your feedback!
There was a bug in code that appeared only after update to WP 3.2.1. If you were using introduction content from plugin settings (not a specific page), the intro didn’t show anything. This has now been fixed in 1.9.11.
Let me know if updating to Blog Introduction 1.9.11 will get the intro up again.
Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?Yes, that’ll have to do as the feature is not that critical for us.
Thank you for adding it on the list!
Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?Thanks for the offer! I’ll make a counter-offer, though. 🙂
How about changing $replace variable to
$replace = array ( 'post_author' => 'get_the_author' , 'post_url' => 'get_permalink' , 'post_date' => 'get_the_modified_date' , 'post_time' => 'get_the_modified_time' , 'post_title' => 'get_the_title' , 'blog_url' => array ( 'get_bloginfo' , array ( 'url' ) ) , 'blog_name' => array ( 'get_bloginfo' , array ( 'name' ) ) , 'post_categories' => array ( 'get_the_category_list', array ( ', ' ) ) );at application/controllers/rrsinjectionfilters.php?
That is, [post_categories] would implement get_the_category_list function (http://codex.wordpress.org/Function_Reference/get_the_category_list).
Forum: Plugins
In reply to: [RSSInjection] [Plugin: RSSInjection] Feature: new tag [post_categories]?Thanks for the super fast reply!
[post_categories]
would produce a comma separated list of the categories the post belongs to.Our blog has a special guest author category and we would like to emphasize that for each guest post. Of course the optimal way of doing this would be having conditional tags, say [if category=53]This is a guest post by [post_author][/if], but I’m afraid that’s too much to ask for. Anyways, just having a list of applied categories would help a lot!
Forum: Plugins
In reply to: [Blog Introduction] [Plugin: Blog Introduction] doesn't workHi,
I installed the latest atahualpa, 3.6.4, but it refuses to work at all. (At least one other user has encountered the same issue, see http://wordpress.org/support/topic/atahualpa-blank-page?replies=2.)
Also, I couldn’t download the version you are referring to. So, I’ll be needing your assistance.
If you can zip your atahualpa theme files and send them to me at jsruok@ruokomaki.fi I’ll take a closer look.