- Posts: 10
COMMUNITY FORUM
K2 Front End Editing Calender.Setup Extra Fields
- Luke Walsh
-
Topic Author
- Offline
- New Member
Less
More
12 years 5 months ago - 12 years 5 months ago #107050
by Luke Walsh
K2 Front End Editing Calender.Setup Extra Fields was created by Luke Walsh
Hi
I have a problem with my front end editing and extra fields.
I get an error whenever I try and edit an item in the front end which has the extra fields attached to it.
When you click okay and go to the extra fields you also cant edit them and they look weird like a blue box which it was not like before.
It is really racking my brain with what is wrong you help would really make me happy :D
I have a problem with my front end editing and extra fields.
I get an error whenever I try and edit an item in the front end which has the extra fields attached to it.
When you click okay and go to the extra fields you also cant edit them and they look weird like a blue box which it was not like before.
It is really racking my brain with what is wrong you help would really make me happy :D
Please Log in or Create an account to join the conversation.
- Luke Walsh
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
12 years 5 months ago #107051
by Luke Walsh
Replied by Luke Walsh on topic Re: K2 Front End Editing Calender.Setup Extra Fields
Problem Solved:
The issue is located in the file /components/com_k2/templates/default/itemform.php, line 532
<?php if($extraField->type = 'header'): ?>
Should be
<?php if($extraField->type == 'header'): ?>
Hope this helps!
The issue is located in the file /components/com_k2/templates/default/itemform.php, line 532
<?php if($extraField->type = 'header'): ?>
Should be
<?php if($extraField->type == 'header'): ?>
Hope this helps!
Please Log in or Create an account to join the conversation.
- Tadeo
-
- Offline
- New Member
Less
More
- Posts: 5
12 years 5 months ago #107052
by Tadeo
Replied by Tadeo on topic Re: K2 Front End Editing Calender.Setup Extra Fields
Just wanted to say thanks. I had exactly the same problem and the solution works great.
It´s a bug of K2 v. 2.6.1?
It´s a bug of K2 v. 2.6.1?
Please Log in or Create an account to join the conversation.
- Leandro
-
- Offline
- New Member
Less
More
- Posts: 10
12 years 5 months ago #107053
by Leandro
Replied by Leandro on topic Re: K2 Front End Editing Calender.Setup Extra Fields
The error is still in k2 2.6.2
I lost an entire afternoon for a simple sign "="
I had a date field and I generated another error: "Calendar.setup: Nothing to setup (no fields found). Please check your code" and went for the mistake
thank you!
I lost an entire afternoon for a simple sign "="
I had a date field and I generated another error: "Calendar.setup: Nothing to setup (no fields found). Please check your code" and went for the mistake
thank you!
Please Log in or Create an account to join the conversation.
- Christophe BERTRAND
-
- Offline
- Senior Member
Less
More
- Posts: 46
12 years 5 months ago #107054
by Christophe BERTRAND
Replied by Christophe BERTRAND on topic Re: K2 Front End Editing Calender.Setup Extra Fields
Thanks a lot also
I had the same problem.
Your fix solved it
I had the same problem.
Your fix solved it
Please Log in or Create an account to join the conversation.
- Luis Arreaza
-
- Offline
- New Member
Less
More
- Posts: 1
12 years 3 months ago #107055
by Luis Arreaza
Replied by Luis Arreaza on topic Re: K2 Front End Editing Calender.Setup Extra Fields
Great job! you helped me too
Please Log in or Create an account to join the conversation.
- Daniele Lavarra
-
- Offline
- New Member
Less
More
- Posts: 1
12 years 3 months ago #107056
by Daniele Lavarra
Replied by Daniele Lavarra on topic Re: K2 Front End Editing Calender.Setup Extra Fields
Hi there,
I got the same error.
I run Joomla 2.5.9 and K2 2.6.4
Please anybody can help me?
Thank you,
Dan
I got the same error.
I run Joomla 2.5.9 and K2 2.6.4
Please anybody can help me?
Thank you,
Dan
Please Log in or Create an account to join the conversation.