No, you can not, because my module is a mobile web solution, not a mobile app. (binary executable file/app. store) solution.pink86wt wrote:Whit this mod, I can put my forum in the apple/android store to download it as a app? If so, how? Thank you.
I am sorry register and private message are not available at this time, this module is still under development.pink86wt wrote:Thank you!
Just another question: users can be able to register to my forum through iphone? I don't see the register button, there's only log-in.
Questions are always welcome.pink86wt wrote:Ok, thanks again.
Last question, I promise
How do I redirect automatically to the jquery version instead of the html one?
Code: Select all
<?php
header('Location: http://flexplat.com/index.php?flx-system=mophpbb3&flx-url=http://auditrisknet.net/phpbb3/index.php');
?>
Code: Select all
<?php
header('http://flexplat.com/index.php?flx-system=mophpbb3&flx-style=jquery-mobile&flx-url=http://auditrisknet.net/phpbb3/index.php&sid=ee2857c5ee717f6f661ddcc2334b4899');
?>
To make the jQuery Mobile redirection work, the code should be:pink86wt wrote:I'm using a php redirection.
http://auditrisknet.net/phpbb3/mobile.php <-- this redirect to the html version
mobile.phphttp://auditrisknet.net/phpbb3/mobil.php <-- this should redirect to the jquery version, but it doesn't work. (I've tried it only on my pc)Code: Select all
<?php header('Location: http://flexplat.com/index.php?flx-system=mophpbb3&flx-url=http://auditrisknet.net/phpbb3/index.php'); ?>
mobil.phpCode: Select all
<?php header('http://flexplat.com/index.php?flx-system=mophpbb3&flx-style=jquery-mobile&flx-url=http://auditrisknet.net/phpbb3/index.php&sid=ee2857c5ee717f6f661ddcc2334b4899'); ?>
However, doesn't this script add automatically the device detection there http://auditrisknet.net/phpbb3/ ? I have to do something more?
Code: Select all
<?php
header('Location: http://flexplat.com/index.php?flx-system=mophpbb3&flx-style=jquery-mobile&flx-url=http://auditrisknet.net/phpbb3/index.php');
?>
There is solution on internet. You can Google to find it. There is one solution in this phpBB forum. The searching key word are: "mobile device detect redirect". (I am sorry I am not good at this topic.)pink86wt wrote:Thank you
but there isn't a way to auto-redirect users when the go to http://auditrisknet.net/phpbb3/index.php through theys mobile browsers?
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
Hi there,karimla131 wrote:hi ..
i am sorry it worked great but when i enter any forum or category it gives me this error ::
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
and i am sorry but where can i find "device detection and redirection" ... for phpbb
thanks