I'm trying to set the PrimaryURL for UU to be http://www.mysite.com/modules.php?name= ... ateprofile.
This works fine if I set it manually in UU but if I try and get the setting from UA it becomes http://www.mysite.com/modules.php?name
I checked the debug log for UU and it is definately getting the full URL from UA (PRIMARYURL=http://www.mysite.com/modules.php?name=Roster&op=updateprofile|ADDONAUTOUPDATE=1| etc) Is there someway I can modify the string so that UU doesn't drop the =?
Worst comes to worse I'll push out a new bundled UU version with that setting hardcoded and disable PrimaryURL in UA, but I'd like to avoid that if I can