• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

convert spaces in URLS and BBCode to %20 or _

Status
Not open for further replies.

dotch

Chevereto Member
Chevereto 2.5 accepts images with spaces and ouputs the URLS with spaces:

Code:
http://demo.chevereto.com/images/2012/11/15/ana beatriz barros0001.jpg
 
[img]http://demo.chevereto.com/images/2012/11/15/ana beatriz barros0001.jpg[/img]
 
[url=http://demo.chevereto.com/Bzr][img]http://demo.chevereto.com/images/2012/11/15/ana beatriz barros0001.th.jpg[/img][/url]

This is not allowed in HTML and I noticed, while some forums accept BBCode with spaces, some forums don't and Chevereto images are refused.

It would be nice if 3.0 would convert spaces to %20 (official) or_

http://stackoverflow.com/questions/2547783/do-spaces-in-your-url-20-have-a-negative-impact-on-seo
 
I'm afraid that this is actually a bug. I never noticed the files with spaces thing. I will replace the spances with "_".

This fix will be issued in 2.5.1
 
Woow that's Quick! Thanks, it works:

Code:
http://demo.chevereto.com/images/2012/11/16/ana_beatriz_barros0001.jpg
 
[url=http://demo.chevereto.com/BoI][img]http://demo.chevereto.com/images/2012/11/16/ana_beatriz_barros0001.th.jpg[/img][/url]
 
Status
Not open for further replies.
Back
Top