-
iCagenda
-
iCagenda - English
-
[IN DEV. 1.4] frontend event creation
[IN DEV. 1.4] frontend event creation
-
weeezdom
-
Topic Author
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
12 years 1 month ago - 12 years 1 month ago #1545
by weeezdom
hi there!
this is a great component! only thing that i am missing is a way to create events in frontend. Good to hear that you are working on it! I think this is something that almost everyone who is using your component is waiting for.
Meanwhile I set up my own frontend form that sends event data to the database table. But there is one thing that I just can´t get to work:
the table "jos_icagenda_events" contains a field called "desc". So when I create a prepared statement like
$stmt = $db->prepare("INSERT INTO `table` ( id, desc) VALUES (?, ?)");
$stmt->bind_param("is", $id, $desc);
I end up with an SQL syntax error because of the colum name "desc" which conflicts with SQL´s DESC.
Do you know any solution to this?
thanks
weeez
Last edit: 12 years 1 month ago by Lyr!C. Reason: [IN DEV. 1.3]
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
12 years 1 month ago #1576
by Lyr!C
Why don't you do it with a data array ?
Have you made your own files, or used the files that were in zip install before 1.2.6 ?
i will work again on this feature when 1.3 with new dates management will be ok and stable...
But you're welcome if you want to give help on this!
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
[IN DEV. 1.4] frontend event creation
Time to create page: 0.133 seconds