diss0nance
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: search and replace french charactersYep, that’s what I am doing now. I had to break it down into chunks….
exported post content to CSV, copied the text from there to search, and find/replace it in chunks, not the whole thing at once.
thanks again for that script, it is perfect.
backup? what’s a backup? lol
cheers
Forum: Fixing WordPress
In reply to: search and replace french charactersthanks for that awesome script…. but it didn’t work:
result:
In the process of replacing “Design d’intérieur / Interior Design [box set=”interiors-2″] Reproductions encadrées / Framed Prints [box set=”frames”]” with “Contact to order framed print or custom size digital printed fabric.” we scanned 1 tables with a total of 760 rows, 0 cells were changed and 0 db update performed and it all took 0.424768 seconds.
I scanned the posts table… tried both with and without HTML tags.
what would happen if I changed the character set for the post content in mysql to null or binary, do the search/replace, and then change it back to utf8 after?
Forum: Fixing WordPress
In reply to: search and replace french charactersit’s not plugin related…. just saying.
link to the site is here: http://www.jaxart.ca tho I’m not sure you can see the problem from there tho.
ahh cool… cuz I have no idea if that translation worked or not lol
что он делает, может быть, особенность, которую я ищу … так только соответствующие тэги (не все метки) отображаются после категория выбрана.
what he is doing is maybe the feature I am looking for… so only the relevant tags (not all tags) are displayed after a category is selected.
Forum: Plugins
In reply to: [Cat + Tag Filter] [Plugin: Cat Tag Filter] feature suggestionhi.. I am looking for a solution like Ovidiu was…
after selecting a category, only tags in that category should be available for user to check or select in dropdown…
and
having possibly two category selection boxes
is it possible to add this function to your plugin?
I have seen a lot people looking for this… would be really great!
Forum: Plugins
In reply to: filtered search by categorythank you for your response…
I found a plugin called “cat + tag filter” http://ww.wp.xz.cn/extend/plugins/cat-tag-filter-widget/
It works for me, since I don’t really want visitors to search for something random, just select from the categories and tags and display associated posts.
I will try to modify the plugin with your code and see if I can manage to add a second category filter…
thanks again for your help
Forum: Fixing WordPress
In reply to: Updated to 3.2 and flash image uploader is brokeI was having this problem today, and
after trying a few things, including upgrading Flash etc,
and then discovered somehow my uploads folder url (in WP settings) was with a capital L in “upLoads” …so I changed the uploads folder name to also have a capital “upLoads”
I also renamed the images…
and it works
Forum: Plugins
In reply to: [Plugin: WordPress Automatic upgrade] failed upgrade from 2.6.1 to 2.6.2my upgrade to 2.6.2 from 2.6.1 is also failing…
tells me everything is ok and proceed to backup… then shows just the blog header with a blank page.
try again… same.
deactivate, activate, try again… same.
tried skipping the backup… goes on to next step, but only as far as the “get latest – let’s go!” and then blank screen again.no error message, nothing.
so I tried updating a different plugin, and it worked, everything else functions no problem.
Forum: Fixing WordPress
In reply to: wp_list_page – exclude current pageok dumped all the code I posted first… and now I’m using the sub pages plugin… but it doesnt show all child pages when on a child page
Forum: Fixing WordPress
In reply to: wp_list_page – exclude current pageok…
figured out how to do it with CSS (sort of) using:
#divname .current_page_item a, .current_page_item ul li, #home .on { display:none; }but it would be cool if the wp_list_pages documentation included more information for “exclude”