lxg
Forum Replies Created
-
Forum: Plugins
In reply to: New Plugin: Advanced SearchGlad you like it, guys. 🙂
basketball: I see you created a beautiful template. May I link your advanced search page as show case on my site?
Forum: Plugins
In reply to: redirect using HTTP_ACCEPT_LANGUAGEBefore you reinvent the wheel: Check the Polyglot plugin:
http://www.fredfred.net/skriker/index.php/polyglotForum: Plugins
In reply to: New Plugin: Advanced SearchHey guys…
I’ve got news for you, good news! 😀http://www.contutto.com/blog/software/advanced-search-02/
Truth: I’ve included a CSS snippet, but I’d love to see yours, too.
Forum: Plugins
In reply to: Variable $s in searchform.phpOk, solved it myself… it actually is derived from $_GET[‘s’], but it has to be altered early.
Forum: Plugins
In reply to: New Plugin: Advanced Searchbasketball: The relevance thing is a big mystery of MySQL… but you can have the value shown.
Put something like the following into the Loop in your search.php
Relevance: <?php echo round($post->score, 2) * 100; ?>As for the any/all issue: I’ll remove the three fields in the next version. Instead there will be only one, and it will be possible to arbitrarily use all of MySQL’s boolean operators.
Forum: Plugins
In reply to: New Plugin: Advanced SearchIndeed, I didn’t put too much (read: no) effort into validating the HTML output.
This will change with the new version, where the form will be valid XHTML 1.1 and semantically more correct.
Forum: Plugins
In reply to: Bilingual postingPolyglot will be the perfect choice for you.
I also use it, and I’m totally happy with it.
Forum: Plugins
In reply to: Variable $s in searchform.phpAnybody has an idea?
Forum: Plugins
In reply to: New Plugin: Advanced SearchHi basketball,
the any/all problem I could reproduce. This is an obvious bug I’ll have to fix. Thanks for pointing out.
But the categories can be excluded: When I search for “Bryant”, I get posts from “Basketball” while when I deactivate this category, I get nothing.
The “include results from” does not actively exclude, but it silently ignores. E.g. if a post is in two categories, and one is unselected for search, the post will still be found.
Forum: Plugins
In reply to: New Plugin: Advanced SearchOk, the site is back online, and all downloads are available again.
Forum: Plugins
In reply to: New Plugin: Advanced SearchYes, there was a power failiure in the data center and my server is down right now. (*grrrrr*!)
It should be back in one or two hours.
Forum: Plugins
In reply to: New Plugin: Advanced SearchYeah, stupid me… I have escaped the quotes with a backslash in the plugin file.
This had also caused a problem with the German localisation, and it is already fixed.
You can either remove the backslashes before the double quotes in advancedsearch.php, line 186, or you can download the corrected version.
Forum: Plugins
In reply to: New Plugin: Advanced SearchAn english screenshot is now available, too.
http://www.contutto.com/download/screenshot_ctas-en.pngHope you’ll like the plugin. 🙂
Forum: Plugins
In reply to: New Plugin: Advanced SearchNo, it’s written so badly and I don’t want to mess up my site. 😉
No, just kidding. The problem is that my sites are much to small so that search would be too funny.
I have installed it on a bigger site, but I have yet to tune the CSS for it. But you can have a look, if you want: http://www.turbojugend-aachen.de/erweiterte-suche/
A screenshot of the form in the Kubrick theme is available from here: http://www.contutto.com/download/screenshot_ctas.png
(Don’t let yourself irritate by the German; it’s fully gettexted.)
Forum: Plugins
In reply to: Export WordPress contents to a PDFHey, good to see that some people finally took notice of it. 😀
Trent: Sorry, this only works on PHP5, because the underlying DOMPDF is designed for it. The author of DOMPDF says he won’t port it back to 4; and to be honest, I also don’t feel much joy thinking about that. Sorry.