I am asked to help other people but yet no response to my own issue??
nexgenrecs wrote:
Hmm. Check the parameter 'desktop_url' in administrator/components/com_mobilejoomla/config.php (it should contain your site url in the form 'yourdomain/').
Now can someone help and tell me why when I hit the "Standard Version" at the bottom of my page it launches to localhost/mydomain.com instead of my regular site homepage?
Hmm. Check the parameter 'desktop_url' in administrator/components/com_mobilejoomla/config.php (it should contain your site url in the form 'yourdomain/').
Thanks Denis - I'll all done working perfectly now. It was a process but I learned a lot.
Now please let me donate for such a wonderful plugin/component.
Actually one more thing. Am I able to remove the footer for the smartphone template? The iPhone template is pretty straightforward but the other templates don't seem to have the option.
Cheers,
Dan.
Now please let me donate for such a wonderful plugin/component.
Actually one more thing. Am I able to remove the footer for the smartphone template? The iPhone template is pretty straightforward but the other templates don't seem to have the option.
Cheers,
Dan.
nexgenrecs wrote:
Try to remove <div id="footer">...</div> block from mobile_pda template.
Actually one more thing. Am I able to remove the footer for the smartphone template? The iPhone template is pretty straightforward but the other templates don't seem to have the option.
Try to remove <div id="footer">...</div> block from mobile_pda template.
That didn't work as it removed the mobile to standard switching capability. I had to do a hack provided by someone else in the forum..
Many, many thanks Denis, but I'm very curious as why you've ignored my attempt to make a donation on several occasions? Are you really just a good samaritan?
Cheers,
Dan
www.nexgenrecs.com
Many, many thanks Denis, but I'm very curious as why you've ignored my attempt to make a donation on several occasions? Are you really just a good samaritan?
Cheers,
Dan
www.nexgenrecs.com
nexgenrecs wrote:
It's not a problem to publish switcher module in another position.
That didn't work as it removed the mobile to standard switching capability. I had to do a hack provided by someone else in the forum..
It's not a problem to publish switcher module in another position.
HI ,
i get same and cant figure it out - mysql is enabled on server..
Fatal error: Class 'mysqli' not found in /home/xxxx/public_html/plugins/mobile/terawurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php on line 491
Help guys!
i get same and cant figure it out - mysql is enabled on server..
Fatal error: Class 'mysqli' not found in /home/xxxx/public_html/plugins/mobile/terawurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php on line 491
Help guys!
mobilejoomlaspam, most likely you use PHP4 or mysqli extension (mysqli.so/php_mysqli.dll) isn't enabled in your php.ini file.
Hi , im using PHP 5 ( 5.3.2 ) and here is extract from php ini:
extension = "pdo.so"
extension = "pdo_sqlite.so"
extension = "sqlite.so"
extension = "pdo_mysql.so"
extension= "pdo_mysqli.so"
Any ideas ?
extension = "pdo.so"
extension = "pdo_sqlite.so"
extension = "sqlite.so"
extension = "pdo_mysql.so"
extension= "pdo_mysqli.so"
Any ideas ?
Idea is to add
extension = "mysqli.so"