archon810
Forum Replies Created
-
Another vote for categories.
I specifically would like to support adding categories based on shortcodes too (so filter should run early). For example [embed] -> Videos category.
Forum: Plugins
In reply to: [WP-Polls] Adding new answer resets max num answers to 1Confirmed fixed for adding, but removing resets to 1 rather than just keeping it the same, so it’s not all fully fixed yet.
Ideally, it would:
– if last position, go to i-1, unless i==1
– if not last position, keep the same indexForum: Plugins
In reply to: [Solr for WordPress] [Plugin: Solr for WordPress] Custom Theme Integration?@dbejean Why can’t it implement the standard loop? This plugin http://wordpress.org/extend/plugins/relevanssi/ – it’s a transparent replacement that doesn’t require any changes to the current theme (maybe minor ones to add additional formatting). It’s really slow though, but it shows that a straight replacement can work just fine and is a lot more user-friendly.
Didn’t look at the source, so I just inserted a More tag and forced it to interrupt where I wanted for that post.
Yeah, we have about 15-20 posts a day and hundreds of different searches. 🙁
@danteand Caching is barely helpful since the first search will take a long time – people hardly search for exactly the same keywords.
The way I usually uninstall a plugin is by deactivating it and removing its files from disk. After it’s deactivated and the files are removed, I don’t see where the logic to clean up would come from since it’s located within the plugin’s files that were deleted. What am I missing?
Perhaps the queries could be optimized more with indices or clever rewriting. Do you think there’s room for improvement there?
Turned it down to 100, which knocked the search speed down to 1.7s from 5+, but now a sample search returns 4 results. 200 returned 10 results. 500 returned 23 results. This solution doesn’t work for me since it loses a ton of relevant search results. :-/
I didn’t mean to put you down at all, but rather identify an issue and see if there is a solution. I did try both Solr plugins for WP, and while they were much faster to search, the relevancy was much worse. So, I’d really love to get Relevanssi to work.
Let me try a smaller limit and report back. Thanks for the suggestion.
Any other things I can try?
@mikko, I don’t think deactivating uninstalls it (I used svn trunk version as of 2 days ago). I’ve deactivated and reactivated it multiple times but all the options and tables remained intact.
Forum: Plugins
In reply to: [Embed GitHub Gist] [Plugin: Embed GitHub Gist] Gist heightCorrect, it’s running the latest version.
Well, wrapping would be nice, it’s really not very friendly not to wrap long lines for narrow embeds. If there’s any way at all, it’d be great to at least try.
Forum: Plugins
In reply to: [Embed GitHub Gist] [Plugin: Embed GitHub Gist] Gist heightOK, fixed the vertical scrollbar and updated the gist.
Not really sure how to get text wrapping to work though. Check it out on this example: http://www.androidpolice.com/2012/10/09/heres-whats-new-in-android-4-1-2-at-the-low-level-developer-commit-logs.
Forum: Plugins
In reply to: [Embed GitHub Gist] [Plugin: Embed GitHub Gist] Gist height@dflydev I’m not sure that’s the best way to do it, so I’ll just let you use the diff above if you want. Plus, it’d be great if you could make an option to have the long lines wrap while you’re at it, if it’s not too much trouble.
Also, it seems like the vertical scroll bar is not in the right place with my patch – you need to scroll all the way down to see the horizontal one if the lines are too long.
I actually just opened a ticket about the speed – Relevanssi is pretty slow with only 4400 posts for me. Pretty upsetting.