Arash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?The above code does not work at all. 🙁
I think there is miscommunications. WordPress has it’s own search function and there is an option to search more than one word.
So all I want to do is have 2 rows of preselected search terms.
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?Thank you I am going to try that and let you know the outcome.
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?Thank you.
The search results are even less accurate and it is still
?&s=dog&s=white
instead of
?&s=dog+white
Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?It gives a unexpected T_STRING error. So I changed it into
global $wpdb; $posts = $wpdb->get_results($wpdb->prepare( 'SELECT * FROM '.$wpdb->posts.' WHERE post_title="$_POST["s"]" OR post_title="$_POST["+"]" '));Forum: Fixing WordPress
In reply to: Dropdown sidebar filter by category?Thank you, but how can I implement that in the dropdown box?
The dropdown I made give the following
?&s=dog&s=white
instead of
?&s=dog+white
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Weekly mails stopped workingStill no fix. I have no idea what the problem is. Have reinstalled wordpress, mailpress and all it plugins and still nothing.
Forum: Plugins
In reply to: [Plugin: Watermark RELOADED] Image as watermarkany news on this?
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Weekly mails stopped workingAnyone else have similar problems or knows how to fix this?
Forum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] Database getting huge!?I don’t think there is a fix for this as proplayer development seems to have stopped.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cannot chose eAccelerator / phpinfo says installedThank you for your reply.
I have eAccelator installed but it cannot be selected in the w3 total cache drop down panel.
I also have memcached and that can be selected.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cannot chose eAccelerator / phpinfo says installedThank you for your reply.
I have eAccelator installed but it cannot be selected in the w3 total cache drop down panel.
I also have memcached and that can be selected.
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Weekly mails stopped workingI have tried deactivate/activate the main plugin and all its add-ons.
Yet it is not working 🙁
According to the log the newsletter is already processed, but that is not the case. No newsletter has been send.
Is there a way to change this so that the software knows it is not send?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cannot chose eAccelerator / phpinfo says installedHad anyone found a way to get w3 total cache to work with eaccelerator v0.9.6.1
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Exclude some widgets?Try http://en.wikipedia.org/wiki/DoubleClick
All ads (static html or not) served unsing DoubleClick are cached by W3 Total Cache.
When users view a gallery and then presses an image. Is is possible to show an add under the image
For example on the following page show an add between the image and ” HPIM1062.JPG”
http://www.opajaap.nl/wordpress/?page_id=1587&album=1&photo=28&occur=1
And when people click on the next image then show a different add between the image and “HPIM1063.JPG”
I can hard code the add, but because you are using javascript I was wondering if it was possible.