MyBB Community Forums

Full Version: editing your signature in User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a suggestion for when editing the user signature. When you submit your signature, it is really annoying that you are taken back to the main User CP page. I think it would make a lot more sense to take you back to the edit signature page.

At least right now I am trying to edit my signature right now, things are not working out, and I have to click Edit Signature every-single-time I submit my signature for modification.

And as much as previewing your signature is nice, I still want to see it one last time after it has been submitted to see if it looks right.

Ken
Easy to do. Open usercp.php and find
redirect("usercp.php", $lang->redirect_sigupdated);
and replace with:
redirect("usercp.php?action=editsig", $lang->redirect_sigupdated);

Putting this tutorial on my site Big Grin........... All done: http://k776.ivolvehost.com/MyBB-Mods/?a=viewtut&tid=2
Yea! you rock!