ADBL
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] “Loading…” because of wrong permissionsThanks for your feedback! Will do the same if I find out about it.
Forum: Plugins
In reply to: [Plugin: NGG/smoothgallery] Cropped -> full size imageUp. Sorry if I’ve missed the obvious, but I’m stuck.
Again, it looks as if the Smooth Gallery player would mask the picture displayed in it’s actual (default thumb ?) size, so it appears as cropped.
I would like the picture resized, with aspect ration kept.
TIA.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] “Loading…” because of wrong permissionsNo one, really?
Forum: Fixing WordPress
In reply to: Custom string generated based on page titleActually this turned out to not work somehoh…
THIS does:
<?php echo remove_accents(the_title('','',false)) ; ?>Forum: Themes and Templates
In reply to: remove_accents() doesn’t work anymore hereYESSSSSsssss… THANKS, really!
Forum: Themes and Templates
In reply to: remove_accents() doesn’t work anymore hereIf I put the Codex test code:
<?php $text = "Hoy será un gran día"; echo remove_accents ( $text ); ?>…in that same template, it DOES work. SO there must be something wrong with my syntax.
Again, with this:
<a href="http://www.site.com/search/siteall?q=<?php remove_accents(the_title()) ; ?>&x=0&y=0&s=date" target="_blank">Site</a>…accents don’t get removed from “the_title”.
Could someone jump in?
Many thanks.
Forum: Themes and Templates
In reply to: remove_accents() doesn’t work anymore hereI tried deactivating newly installed plugins one by one, but no luck.
Could a plugin interfere with this?
Could that be cache related?
What else could I check?
I’m both puzzled and a bit anxious, as these pages are live, and search results are broken for these.
Forum: Fixing WordPress
In reply to: Convert out accented characters from the_title<a href="http://www.site.com/search/siteall?q=<?php remove_accents(the_title()) ; ?>&x=0&y=0&s=date" target="_blank">Site</a>Doesn’t seem to remove accents anymore here…
I checked, it’s the right template, same one that would work a couple of days ago.
remove_accents(the_title()) does the same as the_title()
Could that be a plugin conflicting? Something wrong in my syntax?
TIA.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] “Loading…” because of wrong permissionsAny idea?
I still have to chmod directories after each image added :o(
Precision: What I do is “Import image folder” from a local server directory. It’s that directory I need to chmod afterwards.
TIA.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Howto: custom links based on photo title?Thanks for your answer.
I’m using
<a href="http://www.variety.com/search/siteall?q=<?php the_title(); ?>&x=0&y=0&s=date" target="_blank">Variety</a>…which kind of does the trick for me.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Add images from url?Kind of “many”, i.e. a few dozens at a time. I gave a try to something called “SNIPI” (plugin hooked to a web service), that does work, although all images get uploaded to the same galleryy, then I need to dispatch (+ it comes with an “intrusive” FIrefox toolbar).
Thanks.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Add images from url?Thanks for precising this; I didn’t know.
Anyone know of an addon or a hack for this?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Add images from url?Thanks for your input.
Sorry if that was unclear, but I was thinking of UPLOAD image from url; i.e. remote image would get copied to local gallery directory.
Forum: Fixing WordPress
In reply to: Custom string generated based on page titleI found
<?php remove_accents(the_title()) ; ?>and it works!
Thanks for your answers.Forum: Fixing WordPress
In reply to: Convert out accented characters from the_titleThat would do:
<?php remove_accents(the_title()) ; ?>