[DEV] Mobile phpBB 3

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

karimla131 wrote:
Fatal error: Cannot redeclare deregister_globals() (previously declared in /home/ricke2/public_html/flexplat/data_capri_7_3/mophpbb3/aruba_7_1/lib/phpbb3/common.php:26) in /home/ricke2/public_html/flexplat/data_capri_7_3/mophpbb3/aruba_7_1/lib/phpbb3/common.php on line 88
I read my log and debug my code, there are two issues:

1. There is a bug in my code rainy day scenario -- when my code receives any error message from phpBB web site, it calls a library the second times, which makes the error you found before. I have updated my code.

2. Look like your web site uses "abbcode.html" instead of "bbcode.html". "abbcode.html" is not a file in standard phpBB3, my module can not support it (so your web site returns an error message). I will check where the "abbcode.html" is from. If it is from a popular module, I will try to add support to it.

Any question, please let me know.
volail
Registered User
Posts: 4
Joined: Sat Jun 04, 2011 4:23 pm
Location: Tokyo, Japan

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by volail »

Hello,

Thank you very much for this really nice tool !
I just have one question.
Is it possible to hide the "Login" button ?
As my forum is accessible to anonymous people, this button is useless, and taking a lot of space for nothing.
If it is not actually possible, would it be possible to add some kind of option ?

Thank you !
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

volail wrote:Hello,

Thank you very much for this really nice tool !
I just have one question.
Is it possible to hide the "Login" button ?
As my forum is accessible to anonymous people, this button is useless, and taking a lot of space for nothing.
If it is not actually possible, would it be possible to add some kind of option ?

Thank you !
Hi,

I will move the Login/Logout/New Topic/Post Reply button to screen up-left corner, the place where Home icon is located right now.

Generally, I will use following template: http://jquerymobile.com/demos/1.0a4.1/d ... tting.html to replace current template: http://jquerymobile.com/demos/1.0a4.1/d ... inset.html. For action buttons, such as Login/New Topic/Post Reply, I will move them to the up-left corner. (Options is on the up-right corner.)

I hope this change can make the layout more compact. Any comments, please let me know.

Rickey
volail
Registered User
Posts: 4
Joined: Sat Jun 04, 2011 4:23 pm
Location: Tokyo, Japan

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by volail »

You mean that there is going to be some kind of menu for those actions ?
I do not know if it s really a good idea. Those actions are pretty commons actions so meant to be used often. I think as it is know, it s user friendly. On touch pad, i believe that big buttons are better than menus.
Still, you decide ! Maybe it is going to be good.
volail
Registered User
Posts: 4
Joined: Sat Jun 04, 2011 4:23 pm
Location: Tokyo, Japan

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by volail »

I just realized that it is not working with japanese characters.
Would it be possible to make it compatible in the future ?
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

volail wrote:I just realized that it is not working with japanese characters.
Would it be possible to make it compatible in the future ?
Language conversion is an big issue, since I can not read other language than English and Chinese.

Japanese conversion is more different than other languages.

I appreciate if any Japanese developer can help.
volail
Registered User
Posts: 4
Joined: Sat Jun 04, 2011 4:23 pm
Location: Tokyo, Japan

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by volail »

I can help if it s not too much time consuming.
What do you need ?
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

volail wrote:I can help if it s not too much time consuming.
What do you need ?
Thanks a lot for your kindly help.

What I want is: please help me to find any English procedure description to convert phpBB3 into Japanese, so I can integrate it into my code. (My understanding is the Japanese conversion procedure within phpBB3 Japanese Language Package does not work in most Japan mobile web browsers. There is another conversion solution -- special solution for mobile web browser. I do not know the name of the second one, but the second one is what I should use. Please correct me if I am wrong.)

Later, I will ask you to verify my conversion.

P.S.
For your reference, the following link is my Mobile phpBB2 (not phpBB3) Japanese conversion procedure: http://xing.xrea.jp/public/blog/archive ... pbb171.php . (I do not understand the detail, since I can not read Japanese.) What I want is: phpBB3 version of this description in English.
devilmat94
Registered User
Posts: 1
Joined: Fri Jul 01, 2011 6:53 pm

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by devilmat94 »

Hi, i have a question: where can i found the template files for edit the style of the forum? :D
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

devilmat94 wrote:Hi, i have a question: where can i found the template files for edit the style of the forum? :D
The template files are on my service platform: http://flexplat.com , you can not edit them -- you can not change the outlook of the mobile web pages. I am sorry this is a limitation of my solution.

If you have any suggestion to my template, please let me know. If there is many request on the same issue, I will try to improve.
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

Aruba Release Load 7.2
  • improvement: support UTF-8 character encoding
Please update the module from http://mobileonlinestyle.com/mophpbb3-download

For more information, please go to: http://mobileonlinestyle.com/mobile-online-phpbb3
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

Aruba Release Load 8.0
  • improvement: iPhone/Android friendly style
  • new feature: view subscription topics
  • new feature: view bookmark topics
Please update the module from http://mobileonlinestyle.com/mophpbb3-download

For more information, please go to: http://mobileonlinestyle.com/mobile-online-phpbb3
User avatar
cruzerv3
Registered User
Posts: 90
Joined: Thu Jul 23, 2009 10:24 am
Location: Switzerland

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by cruzerv3 »

Hi rickey29,

I just updated to v8.0 but now this is how the homepage looks on android, iPhone and WP7.
I think there is something wrong somewhere :D

Image
[sorry for my poor english]
rickey29
Registered User
Posts: 259
Joined: Tue Apr 27, 2004 11:35 am
Location: Beijing, China

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by rickey29 »

cruzerv3 wrote:Hi rickey29,

I just updated to v8.0 but now this is how the homepage looks on android, iPhone and WP7.
I think there is something wrong somewhere :D

Image
Hi cruzerv3,

Do you mean the page layout/outlook is changed? In this new version, I change the page theme from jQuery Mobile "Inset list" style: http://jquerymobile.com/demos/1.0rc1/do ... inset.html to "list" style: http://jquerymobile.com/demos/1.0rc1/do ... forms.html -- the margin outside of content border is moved, so content can has more space (on mobile screen). Another reason is most iPhone applications use "list" style, not "inset list" style.

I compare the content between you desktop phpBB3 and mobile phpBB3. I think this is what I want. If I make some mistake from content perspective, please let me know.

Rickey
User avatar
cruzerv3
Registered User
Posts: 90
Joined: Thu Jul 23, 2009 10:24 am
Location: Switzerland

Re: [DEV] Mobile Online phpBB3 (iPhone, Android, iPad friend

Post by cruzerv3 »

The old layout was much more finger-friendly, I mean, now every time I have to double tap because this new layout is smaller than the old one.

Hope you understand what I mean it's a bit difficult for me write in english, my english is not so good ;)
[sorry for my poor english]

Return to “[3.0.x] MODs in Development”