Arash
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenYes I would gladly help.
I have tried the new API but cannot seen any improvement.
I am going to make 2 pages that definitely have plagiarism, wait for google to crawl it and then retest it with the old and new api.
It can take 2-3 days for google to crawl them.
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenI may have found the problem
http://code.google.com/apis/websearch/docs/
The Google Web Search API has been officially deprecated as of November 1, 2010. It will continue to work as per our deprecation policy, but the number of requests you may make per day will be limited. Therefore, we encourage you to move to the new Custom Search API.
I will keep you updated
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenIt’s no longer giving an error, but it is also not working.
I am going to test it and see if I can debug it and find what is going on.
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenThank you for your fast response
This created a new error
Parse error: syntax error, unexpected T_FUNCTION in /home/local/public_html/wp-content/plugins/wp-pirates-search/wp-pirates-search.php on line 201btw do you bugtest your releases?
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenThat was fast 🙂
It no longer gives that error, but also does not work as it shoudl.
Warning: call_user_func() [function.call-user-func]: First argument is expected to be a valid callback in /home/local/public_html/wp-admin/includes/template.php on line 3056When running the process.php within a second I get
Done!
But it does not seem to do anything
Forum: Plugins
In reply to: [WP Pirates Search] [Plugin: WP Pirates Search] BrokenForum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] Videos in HDjwplayer does have an option to select between HD and SD video, but this does not seem to work with pro player.
Forum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] UpgradeIt works with WP 3.0.1 and 3.0.2 but I agree, this plugin has had no updates in over a year.
Forum: Hacks
In reply to: Dropdown search select and filter?I cannot get redirects and string replaces to work. So that
/?s=row1&sa=row2
becomes
/?s=row1+row2
so I am going to test JS.
Forum: Hacks
In reply to: Dropdown search select and filter?I have no JS knowledge so I am going to try some modrewrite using a second parameter.
Forum: Hacks
In reply to: Dropdown search select and filter?Thank you mark. That does indeed work, but makes things less clear for the user. Choosing between 4×10 words is less of a problem than 1×40 words. Specially when filtering based on related words.
So
– Choose country
– Choose state
– Choose cityShow all posts with mention of your city.
I am going to try giving the second drop a differnt name so that we get
/?s=row1&second=row2
and then do a modrewrite for &second= to +
On another site someone suggested
There may be a way to do this with javascript.
Add a hidden textbox with the name “s” and rename the selectboxes.
On each select onchange attribute call a javascript that adds the current selectbox’s value to the hidden textbox.
When the form is submitted the hidden box have the value “dog red” and should be passed as ?s=dog+red
I have no javascript knowledge and am trying to find examples for that.
Forum: Fixing WordPress
In reply to: Front End Filter for Displayed PostsSo how where you able to do this?
Forum: Themes and Templates
In reply to: How to filter multiple taxonomy?How can that be applied in search. For example.
Search for X any Y within tags A+B+C
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?Anyone have a suggestion? What seems to be a very basic things turns out to be very complicated. I cannot find anyone who has had a similar issue and string replacement does not seem to work with 2 search terms.
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?I think something like str_replace should be able to fix it. I am doing some experiments with that.