VFHwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Flickr set slideshows] Photo titles and descriptions?I second this request. It would be great to include the captions directly from Flickr.
Forum: Fixing WordPress
In reply to: Plugin Detail screen blankYes the plugins are being updated. So I’m connecting to the plugin repository. Any other ideas?
Forum: Fixing WordPress
In reply to: Plugin Detail screen blankI’m not following you.
Deactivate what via FTP?
And I don’t think WPMU has a theme for the Network site (which is where I’m having this problem). Are you suggesting I switch all my sub-sites themes to default?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Some posts not showing in resultsOh, of course! I should have thought of that.
I didn’t add any stop words, so I didn’t think of this. Does Relevanssi come with these stop words installed by default?
If so, do you have a suggestion of a minimal list of words we should have as stop words?
Forum: Fixing WordPress
In reply to: Byte-range requestsWe ended up moving all our audio files out of WordPress and hosting them through SoundCloud.
+1 to this feature request. Great plugin, thanks for the work.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Can I download the search logs?DOH! Scratch that. I was looking at the wrong table. I’m running multi site and had the wrong site ID. I see it now, thanks!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Can I download the search logs?That’s an empty table for me. I have the “Keep a log of user queries” option checked and I get search stats in wp-admin.
Forum: Fixing WordPress
In reply to: Tubepress Not working after 3.5 updateBTW, I’ve already tried disabling all other plugins and switching to a default theme (Twenty Twelve). That didn’t help.
Forum: Fixing WordPress
In reply to: Custom Post Type Archive Trouble in 3.5In case anyone else runs into this, creating a copy of my archive.php file and naming it category.php seems to have resolved the issue.
In my theme I want regular archives and category archives to display the same way, so I didn’t have a separate category.php as it seemed unnecessary.
It appears that in 3.5 it is necessary.
Is this a bug with the template hierarchy or is this expected behavior?
Ok, I think I worked it out. I found another one of my sites where search logging was working and compared the tables.
In the relevanssi_log table there were a number of changes I needed to make in addition to creating the ip column mentioned above.
I also needed to change id from tinyint to bigint and add a user_id (bigint(20)) column.
Just to be sure I’m putting the column in the right table, the ip column goes in the relevanssi_log table right?
Don’t know if this helps but it looks like my sites that were recording logs all stopped around 7/17/2012.
That didn’t seem to have any effect. I’ve run a couple searches (even logged out to make sure I wasn’t being filtered as a logged in user) and they’re not showing up in the log.
I downloaded a fresh copy of the plugin, uploaded it to my web server, then deactivated and reactivated the plugin. It’s still not working. Any other ideas?
I don’t see an ‘ip’ column in any of the relevanssi tables and deactivating and reactivating didn’t seem to create one.
So I added a column as you described to the table relevanssi_log.
I’ll give it a day and see if it starts working. Thanks for the help.