-
AuthorPosts
-
April 1, 2008 at 3:24 am #127121
When I attempt to submit an article from the front end, I receive an error popup stating:
<blockquote>Calendar.setup: Nothing to setup (no fields found). Please check your code.</blockquote>
This popup happens twice, then is followed by another error popup:Any idea what causes this error and what I can do to fix it?
I am using Joomla 1.5.2, Template Ja_Teline.Thanks in advance!
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
April 1, 2008 at 5:27 am #243858Where did you get the template from? You are listed as unlicensed member…
April 4, 2008 at 2:30 am #244305April 12, 2008 at 2:58 am #245266I got this problem too. Please fix it. could you email me sampsung@gmail.com ?
September 25, 2008 at 8:17 pm #272341Hello, I got the same error message. I’m using JA Teline II on Joomla 1.5.7.
Please help.
Thanks.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 2, 2009 at 4:50 am #289159Please go to link http://forum.joomla.org/viewtopic.php?f=431&t=253745 to referring.
rivensun Friendrivensun
- Join date:
- December 2008
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
February 10, 2009 at 10:16 pm #290525I get the same message when I try to create a new article from the front end. I went to the link but it didn’t have anything useful to say.
I’ve tried 5 different templates and only the Teline template has the problem. “Uvite”, “Olivine”, “Utahia II”, and “Edenite” allow to post new articles, so I don’t think the fix is on the Joomla side. “Teline” is the template I really want to use. The others don’t have the clean line user modules along the bottom.
I also installed Teline using the quickstart up method, with no additional items installed and the problem is still there.
rivensun Friendrivensun
- Join date:
- December 2008
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
February 10, 2009 at 10:46 pm #290530Apply a different template to the “User Menu”.This fixed the problem for me and may help someone else: This assumes that your users create articles using the link in the ‘user menu’.
From the back end, select a template, select edit, change the “Menu Assignment” from ‘none’ to “Select From List”. Select the ‘user menu’. Save the settings. Now when you try to create an article from the front end, you don’t get the message about the calendar. The lovely Teline template is applied to the rest of the site, just not this page.
1 user says Thank You to rivensun for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
April 22, 2009 at 4:31 pm #302202Here is the bug fix for the JA Teline template:
On line 342 of {joomla root}/templates/ja_teline/index.php, change:
if ( !$tmpTools->isFrontPage() || $m_intro || $m_leading) {
to:
if ( !$tmpTools->isFrontPage() || $m_intro || $m_leading || $_REQUEST[“task”] == “new”) {
This should allow article submission to work correctly without having to change templates. Hope this helps.
June 1, 2009 at 11:05 pm #306464cndglobal,
Thanks for your input. I notice that in JA Teline II, the line you mention as being 342 is on 195. You say your fix is for JA Teline. I tried it for JA Teline II and it had no effect. Amazing, I’ve been trying to get this solved for about six months now. Joomlart support just keeps runnign me in circles. Arrgh!
June 1, 2009 at 11:42 pm #306466I haven’t worked on this for some time so cannot comment from memory.
I’ll try to look at it again when I get some time.
cAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 2, 2009 at 8:03 am #306494Hi
To solve this issue, please open templatesja_telineja_templatetools.php file, at about line 251, find following code:
[PHP]function isFrontPage(){
return (JRequest::getCmd(‘option’)==’com_content’ && !JRequest::getInt(‘id’));
}[/PHP]and change to:
[PHP] function isFrontPage(){
return (JRequest::getCmd( ‘view’ ) == ‘frontpage’) ;
}[/PHP]2 users say Thank You to JA Developer for this useful post
June 18, 2009 at 11:13 pm #308375For those of you suffering with the combo of Jom Social and Teline II, here is the solution:
http://www.jomsocial.com/forum/index.php?f=20&t=7241&p=40336&rb_v=viewtopic#p40336
-
AuthorPosts
This topic contains 36 replies, has 16 voices, and was last updated by n6rej 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum