MyBB Community Forums

Full Version: Quick Language Select Box - Need to edit for multiforums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, simple question. Where can I find the code that is responsible for submitting the user's choice when they select a language using the quick language selector, mainly the form code? With my Multiforums mod the selector doesn't work and I think there's a php_self for the form submission URL in the form submission process that I need to edit or remove.

If you could just tell me the file where I should look I would be very happy. Smile

Thanks,
BMR777
I would think it's something in global.php, inc/init.php, or even class_session.php. I don't remember which off the top of my head.
Thanks for the reply. Yeah, I thought it might be in there somewhere too, but then I eventually realized that I had to edit functions.php. Turns out the php_self function doesn't work too well with multiforums and virtual directories. Smile

Thanks,
BMR777