Member
Member
bbaker   2007-04-17, 18:13
#1

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.

Developer
Developer
trisweb   2007-04-19, 01:03
#2

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.