symbloeditor feedback

i found a bug.
when user's name is something with underscore,like User_Name.
when i click to change symblo , link shud be jump to
www.example.com/index.php?p=/profile/symboledit/1/User_Name
.
but it jump to
www.example.com/index.php?p=/profile/symboledit/1/User-Name
and shows a Whoops!User not found page.
1
This discussion has been closed.
Comments
I fixed this bug in SymbolEdit version 1.6 in the attached file below. Minor changes were done in the
ProfileController_AfterAddSideMenu_Handler()
andProfileController_SymbolEdit_Create()
methods in/SymbolEdit/default.php
. The SymbolEdit profile page link has been changed to/profile/symboledit
without the user ID and username and a proper session check has been added to the page. Nothing else was changed.https://us.v-cdn.net/5018160/uploads/FileUpload/5e/9740a61e7101dea51141d2d7ee3041.zip
Add Pages to Vanilla with the Basic Pages app
nice job ! fixed!
I like the way version 1.6 works but feel free to use shadowdare's mod above if you have underscore names,
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.