MyBB Community Forums

Full Version: MyBB GoMobile for 1.8.*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
(2015-09-02, 03:06 AM)SolarCrane Wrote: [ -> ]How would I go about adding MyAlerts to GoMobile?

I'm not sure if all mobile platforms supports that. It has JS. Have you checked if it works on your phone using a default theme that has MyAlerts working ? Otherwise, I'd say it has to be put into the mobile theme.
(2015-08-30, 02:27 AM)Raslansayyidi Wrote: [ -> ]hey i am posted a small tut for you



http://community.mybb.com/thread-176858.html


If you like my work plz + repu mee

This is not a fix, @Phumix can you see my original question?
(2015-09-06, 05:28 AM)Horuzar Wrote: [ -> ]
(2015-08-30, 02:27 AM)Raslansayyidi Wrote: [ -> ]hey i am posted a small tut for you



http://community.mybb.com/thread-176858.html


If you like my work plz + repu mee

This is not a fix, @Phumix can you see my original question?

I will look into this, also ignore that guy. He seems to just be a repo freak.
(2015-09-06, 10:08 AM)Phumix Wrote: [ -> ]
(2015-09-06, 05:28 AM)Horuzar Wrote: [ -> ]
(2015-08-30, 02:27 AM)Raslansayyidi Wrote: [ -> ]hey i am posted a small tut for you



http://community.mybb.com/thread-176858.html


If you like my work plz + repu mee

This is not a fix, @Phumix can you see my original question?

I will look into this, also ignore that guy. He seems to just be a repo freak.

Thanks can you private message me once you have? You can see it on my site at https://freedomain.club/
It fixed it is due to missing some strings in member_register template
<input type="hidden" name="regtime" value="{$time}" />

Before it was
Quote:<div align="center">
<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>


after adding that it is
Quote:<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>

Let me know guys if it is working
(2015-09-07, 03:20 PM)Dark-Power-Invader Wrote: [ -> ]It fixed it is due to missing some strings in member_register template
<input type="hidden" name="regtime" value="{$time}" />

Before it was
Quote:<div align="center">
<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>


after adding that it is
Quote:<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>

Let me know guys if it is working

I will do some testing and check, then commit on github if it works.
Hi,Phumix pls update theme 1.8.6 ,Thanks
Hello,
There is any way to mod GoMobile in order to show the users signatures, under every post, like in Full version?
Hallo,
the option "Use theme permissions?" is not working for me. I have disabled it.
I have now to give all users the permissions to use the mobile theme.

Do you have the same problem?

thanks
Bonjour!


not install gomobile

I have an error message


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ID (thème ID) de GoMobile ci-dessous. Il est utilisé pour passer l'utilisateur' at line 3
Query:
INSERT INTO mybb_settings (`title`,`description`,`optionscode`,`value`,`disporder`,`gid`,`name`) VALUES ('ID du thème','Entrez l'ID (thème ID) de GoMobile ci-dessous. Il est utilisé pour passer l'utilisateur vers la version mobile.','text','48',2,72,'gomobile_theme_id')
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19