rendsvig84
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Multidays events shwoing problemI have the same problem. I don’t know if it’s a “feature” but I would prefer it just wrote the date.
v.1.9.1, WP 3.5.
Dear Richard,
I’m glad you will add it as a feature request.
There is no doubt that I will continue to use ai1ec — compared to how great a calendar the plugin provides, this is but a small unidealiality.
That is a shame.
The workaround is a good idea, and it would resolve for me, but it would not help the users of the website much, as I will not make a new ai1ec for every possible configuration of events they might be interested in… π
You’re welcome.
I can’t really help you with the other stuff, as I just try stuff out myself, too. My amateur way of doing stuff is to 1) find some text on the site close to where I want to insert something 2) look at the source of the given page, and search for the text I just located 3) find a command right around the text that looks unique-ish — might be some <div class=”something”> or something like that. 4) copy the “something” 5) search the theme folder for files that contain the “something”. (if too many, try finding different piece of code). 6) Open each file, find where it says “something” and see if that looks like a place to insert what I want to insert. 7) If so, then insert something (I usually just write a little text, like “test!”. 8) upload/update and check if it’s how I like it. 9) realize it isn’t. 10) try changing something in some of the steps…I wish I could be more helpful…
At least you index.php should en with a
?>to end the initial<?php. Try inserting the code from step 3 right before that?That is weird. It works for me, too, now.
Perhaps it’s because I tried sharing it before I had attached a picture, and facebook remembers (I tried different browsers at least).
Anyways, thank you for testing it.
+1 on master calendar!
Forum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] Work with custom post typesIs there some hack that could make all post types show up in the same calendar?
It really is a wonderful plugin, but it makes it a little harder to use when one calendar does not provide the overview.
No, that’s exactly the problem, I do not want to import all events, nor all events from a category.
I run a site with a calendar populated by conferences and call for paper deadlines. The idea is that people should be able to add to their calendars only the elements that they are interested in, one at the time.
To re-formulate my problem: in Google Calendar, I have many calendars. One is my personal calendar, some are my friends, one is for US holidays, and by now 28 are single event calendars generated by clicking “Add to Google Calendar” on the mentioned website.
I would like to have just one calendar in Google Calendar, merging the information from these 28 calendars, and I would prefer if I did not have to manually merge calendars every time I add an additional event.
Any chance? Any suggestions?
Hi!
I have been looking for a free plugin to do this, and found WordPress Form Manager. This solution is not ideal, as the event would afterward have to be manually set up with dates and more, but it’s a little way there.
However, the plugin only posts to the standard post type.
I have identified what I believe is responsible for doing the actual posting (below), and was wondering if someone could tell me what to substitute for what if indeed this is the only thing I need to alter.
If I get it to work, I promise a full step-by-step!
function fm_helper_publishPost($formInfo, &$postData){ global $fm_display; global $fmdb; //use the same shortcodes as the e-mails $advEmail = new fm_advanced_email_class($formInfo, $postData); $parser = new fm_custom_shortcode_parser($advEmail->shortcodeList, array($advEmail, 'emailShortcodeCallback')); $postTitle = $parser->parse($formInfo['publish_post_title']); $newPost = array( 'post_title' => sprintf($postTitle, $formInfo['title']), 'post_content' => $fm_display->displayDataSummary('summary', $formInfo, $postData), 'post_status' => (trim($formInfo['publish_post_status']) == "" ? 'publish' : $formInfo['publish_post_status']), 'post_author' => 1, 'post_category' => array($formInfo['publish_post_category']) ); // Insert the post into the database $postID = wp_insert_post($newPost, false); if($postID != 0){ $fmdb->updateDataSubmissionRow($formInfo['ID'], $postData['timestamp'], $postData['user'], $postData['user_ip'], array('post_id' => $postID)); } $postData['post_id'] = $postID; }Are there any news on this front?
I’m experiencing the same problem with 1.8.3-premium and 5.3. Deactivating ai1ec solves problem — but removes the wonderful calendar!
Forum: Plugins
In reply to: [MailPress] ai1ec breaks MailPressBeautiful!
It would be amazing if readers could submit events with-out being registered users — is that what’s planned?
I think a submission form on a page for the creation of an event which can then be accepted after moderation would be absolutely fantastic!
I haven’t. I don’t know if it’s possible — I don’t think it was when I did the above. It would be nice to know if you get it solved!
Thank you AndrΓ©!
I just received my first daily newsletter with an ai1ec event included!