ZenphotoCMS Forum
remove plus sign - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: remove plus sign (/thread-1376.html)



remove plus sign - bbaker - 2007-04-17

wondering where I could find the code that inserts the plus sign (+) into the URL to the main image. I'd like to remove this and replace it with a space or %20.




remove plus sign - trisweb - 2007-04-19

Look for any instance of urlencode() and replace with rawurlencode() -- that should give you %20's. Spaces are not legal in URLs.