amila
Forum Replies Created
-
Yes, I found it.
That means I need to do nothing.
Thank you for your great pluginForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Only 50 events imported on each iCal feedIt works for me as well.
Thank you so much.
I had thought that you will release a new version.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Only 50 events imported on each iCal feedWhen will the new version be released?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Only 50 events imported on each iCal feedYes.
I am using 4.6 and meet the same problemForum: Plugins
In reply to: [Timely All-in-One Events Calendar] how to import facebook with ical pathjust now I click the fresh button and got many events imported in the end.
I am wondering whether it can refresh automatically or notForum: Plugins
In reply to: [Timely All-in-One Events Calendar] how to import facebook with ical pathThank you again.
I did and succeed to import events of Google calendar.Benjamin, have you tried to import Facebook events?
I put my export webcal path in the “Feed URL” but got “Imported 0 events”
webcal://www.facebook.com/ical/u.php?uid=xxxxxxxxxxxxxxx&key=yyyyyyyyyyyyyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] how to import facebook with ical pathI got this message when click tab “import feeds”.
So it can not be imported for free version, right?You don’t have a subscription for this feature.
Please upgrade here to a plan that supports “Import Feeds”.Yes, I install
https://wordpress.org/plugins/google-calendar-events/
and set
Google API KeyAfter that ,
events created in
http://calendar.google.com/
can be show. but calendars created in Facebook can not be shown on my WordPress page.
But events created in facebook can be show in my Google calendar
http://calendar.google.com/Forum: Fixing WordPress
In reply to: cron can not get dataIn the end I did not use any php, instead I use shell to insert or update mysql.
But I still want to know why I can only select data but not update or insert data by cron running phpForum: Fixing WordPress
In reply to: cron can not get dataMackni, I tried the easycron service but also failed.
in my php I do some thing like this
$result = set_cimyFieldValue($user->ID, 'My_PASSWORD', $myPassword);
And it did not update the mysql correctly. All of the parameters are correct and I can successfully do when I copy the url to IE.Forum: Fixing WordPress
In reply to: how to write a file belong to root userThank you.
Because I have to give any one an account in my server whoever registers.
So I have to add user to the config file.
The only way is to give the config file 777 permission but it is not safeForum: Fixing WordPress
In reply to: error_log can not outputOh, I found log file here
C:\xampp\htdocs\wp\wp-content\debug.logForum: Fixing WordPress
In reply to: How to insert one value into en extra field when registrationI tried and it will be automatically added so nothing else is necessary
Forum: Fixing WordPress
In reply to: need activation after registrationThank you.
But I am using the following plugin because I need the prfile
WP User ManagerIt may be better to change to TML because there is profile page as well.
I will try later.Forum: Fixing WordPress
In reply to: rewrite can not workOk I solved by
follow (AllowOverride none)
and change to
(AllowOverride All)
in
/etc/httpd/conf/httpd.conf