MyBB Community Forums

Full Version: ... add a message above the "Submit registration" button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to add a short message above the "Submit registration" button in the registration form.

I got a bit lost in the maze of language packs and templates. What is the most efficient way to do it? Bonus points if this doesn't need to be redone after upgrading to 1.8.8 Smile
Upgrade and then do it.

Go to:
Template -> your template -> member -> Member register

Find:
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />


And add your text / code above.
(2016-10-23, 09:27 PM)katos Wrote: [ -> ]Upgrade and then do it.

Go to:
Template -> your template -> member -> Member register

Find:
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />


And add your text / code above.

Thanks. Shouldn't a template change survive an upgrade? (or put the other way, shouldn't a patch -level issue preserve templates?)
(2016-10-23, 09:47 PM)Ofnuts Wrote: [ -> ]
(2016-10-23, 09:27 PM)katos Wrote: [ -> ]Upgrade and then do it.

Go to:
Template -> your template -> member -> Member register

Find:
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />


And add your text / code above.

Thanks. Shouldn't a template change survive an upgrade? (or put the other way, shouldn't a patch -level issue preserve templates?)

Yes but it's more reassuring to do the upgrade before.