scamp50
Forum Replies Created
-
Thanks – it is such a great plugin, and it works so well – I just wondered if there was a hook or an action I can use.
I will just keep it on OR as the synonyms are so important.
Thanks
Thanks this all worked.
Brilliant – I will test this today. Just one thing – why would I or when would I:
set $remove_first is true, the post is first removed from the db
Thanks
so will we be able to call it with an ID as well as a Post object?
I have the same issue on my website – so I took msaari advice and used the mail() call to try and see where the Index code was failing.
The
function relevanssi_index_doc($indexpost, $remove_first = false, $custom_fields = false) {was being called from where my posts were being saved – however the Post ID it pickup was always ID=20!!! I never changed.
So I created another function, added it to my function file – it is the same as except for the top few lines – and I explicitly called it from my save post code…. – not sure if this will help anyone else but it solved the issue for me.
function relevanssi_index_doc($indexpost, $remove_first = false, $custom_fields = false) { global $wpdb, $relevanssi_table, $post; $post_was_null = false; if (is_array($post)) { $post = $post['ID']; } if (!isset($post)) { $post_was_null = true; if (is_object($indexpost)) { $post = $indexpost; } } if ($post == NULL) return; is_object($post) ? $ID = $post->ID : $ID = $post; $post = get_post($ID);to
function relevanssi_index_doc_byId($geo_post_id, $remove_first = false, $custom_fields = false) { global $wpdb, $relevanssi_table, $post; $post_was_null = false; $post = get_post($geo_post_id);…….
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersHi – just wondering if the latest version is compatible with: DB Cache Reloaded Fix ??
thanks
S
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Bit.ly url not tweetedI too have this issue! the bit.ly shortener used to work and now it has stopped.
Forum: Plugins
In reply to: [Front-End Users] [Plugin: Front-End Users] How to give access to some usersI am having the same issue
What can I do about it this issue? or is this something yu have to fix?
Hey – I need the prices to show up again.
Is wpsc_the_product_price() broken for products with variations?
btw i am using echo wpsc_the_product_price() but this return nothing until you selet a variation!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Index refreshok thanks – any ideas on how I can look for the issue?
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook pop up does not closeThat all worked, thanks so much.
Really appreciate the work you are doing. This is a fab plugin.
S
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersis this a bug with the plugin or with facebook?
Forum: Plugins
In reply to: [Facebook AWD All in one] Creates multiple usersAny Idea why the pop-up window dose not close? Is this just happening for me?