jasonliehr / MyBB-GoMobile

A free mobile solution for the MyBB forum system.

Home Page:http://mybbgm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration Issue

trans opened this issue · comments

There is a bug in registration when using GoMobile with 1.8.x. The member_register template is missing the line:

<input type="hidden" name="regtime" value="{$time}" />

It goes here:

<div align="center">
<input type="hidden" name="regtime" value="{$time}" />
<input type="hidden" name="step" value="registration" />
<input type="hidden" name="action" value="do_register" />
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>

Thanks, this fix it :)

11106432_423976244446254_200939083_n
sett

Pls Help, My Site Users are facing Spam Message Error During Registrations and Also I am getting Blank Titles In Mybb Gomobile Settings Page, Even gomobile.lang.php is present in languages folder !

the error lies in the template because a line is missing
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
set under: Home » Template-Sets » MyBB GoMobile Templates » Template bearbeiten: member_login