Template: Mobile Template
Posted by Brian Moon
|
Re: Template: Mobile Template June 30, 2012 11:10AM |
Registered: 17 years ago Posts: 754 |
I have two issues when I change the template to mobile on the FORUM/FOLDER admin panel.
The following error message is caused by /include/ajax/client.js.php.
[code="php"]
Uncaught ReferenceError: Phorum is not defined
Setup the Phorum.Ajax namespace if it has not yet been setup.
if (Phorum === undefined) Phorum = {};
if (Phorum.Ajax === undefined) Phorum.Ajax = {};
[/code]
If I infuse some extra javascript at the end of footer.tpl I get these results:
[code="php"]
Uncaught ReferenceError: $PJ is not defined...
Uncaught ReferenceError: jQuery is not defined
[/code]
I believe these two issues are related to each other. How could I solve this issue?
The following error message is caused by /include/ajax/client.js.php.
[code="php"]
Uncaught ReferenceError: Phorum is not defined
Setup the Phorum.Ajax namespace if it has not yet been setup.
if (Phorum === undefined) Phorum = {};
if (Phorum.Ajax === undefined) Phorum.Ajax = {};
[/code]
If I infuse some extra javascript at the end of footer.tpl I get these results:
[code="php"]
Uncaught ReferenceError: $PJ is not defined...
Uncaught ReferenceError: jQuery is not defined
[/code]
I believe these two issues are related to each other. How could I solve this issue?
|
Re: Template: Mobile Template November 27, 2012 12:55PM |
Registered: 24 years ago Posts: 83 |
|
Re: Template: Mobile Template November 26, 2013 12:08PM |
Registered: 12 years ago Posts: 4 |
|
Re: Template: Mobile Template December 29, 2013 02:46PM |
Registered: 18 years ago Posts: 12 |
I had a problem with special Norwegian characters after upgrade of Phorum. I solved the problem by adding the statement:
$PHORUM['DATA']['CHARSET'] = "utf-8";
in the Language file. However, I still have the problem in the mobile Version. I tried to add the same statement to the Language file I made and stored in /mods/mod_mobil/lang/, but I still have the problem.
Any idea how I can set utf-8 for the mobile template?
$PHORUM['DATA']['CHARSET'] = "utf-8";
in the Language file. However, I still have the problem in the mobile Version. I tried to add the same statement to the Language file I made and stored in /mods/mod_mobil/lang/, but I still have the problem.
Any idea how I can set utf-8 for the mobile template?
|
Re: Template: Mobile Template December 31, 2013 05:58AM |
Registered: 18 years ago Posts: 12 |
|
Re: Template: Mobile Template January 17, 2014 08:10AM |
Registered: 18 years ago Posts: 25 |
|
Re: Template: Mobile Template January 17, 2014 09:55AM |
Admin Registered: 20 years ago Posts: 577 |
|
Re: Template: Mobile Template June 04, 2014 08:00AM |
Registered: 12 years ago Posts: 6 |
|
Re: Template: Mobile Template June 08, 2014 04:56AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Template: Mobile Template October 26, 2015 04:06AM |
Admin Registered: 20 years ago Posts: 747 |
Andy from Switzerland noticed that the Mobile Template shows a wrong date for "Last post" when there isn't any post. It seems that a null value is interpreted as 1-1-1970...
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Sorry, only registered users may post in this forum.

