mahe84b
Forum Replies Created
-
@ipstenu ?? one user for all sites is what I need!!
Finally this hack resolved my problem.
In plugin file : rename-wp-login.php
line number: 125
change the code as below*****************************************************************
if ( ! get_option( ‘rwl_page’ ) || get_option( ‘rwl_page’ ) == ” ) {
switch_to_blog(1);
update_option( ‘rwl_page’, wp_unique_post_slug( get_option( ‘rwl_page’ ), 0, ‘publish’, ‘page’, 0 ) );restore_current_blog();
}
yes i agree it is good to have different login url for each inner site.
I am working on to add an option to have a network wide default login url.
Yes, I would like to change all the urls at once.
Because to leave the inner sites login with default option as “/login” is not recommended either.
I am reviewing the code and found that if the option is not specified for inner sites it’s taking hard coded value ‘login’ for innersites. am working on to modify the code to correct this. will provide you modified code once done.
Forum: Plugins
In reply to: [Total Slider] [Plugin: Total Slider] Feature RequestsThanks this is a awesome plugin.
looking for the responsive version.Marcus good to hear from you thanks so much for your support.
I am looping data from other DB server and storing those to my wordpress DB.
while looping I am passing all the values to EM_Event object and finally calling the EM_Event_save() method.Please tell me how I can get post_id from there to use with this WP Function.
I have figured out inserting recursive events as well.
Just 2 things to finish my project:
1) how can I set the categories and tag values for the events using EM_Event object.
2) is it possible to set individual timings for each day of week to recursive events.
Any Help would be highly appreciated. I promise a definite word spread and donation.
[No bumping. If it’s that urgent, consider hiring someone.]
Really Appreciate your help.
I am able to successfully import single events.
Can you suggest how I can dump the recursive events/long events.
For example for a recursive event the values are obtained as follows from my database:
1st recursion:
start date:2012-07-06 10:10:00:000
end date: 2012-07-06 11:10:00:0002nd recursion:
start date:2012-07-13 10:10:00:000
end date: 2012-07-13 11:10:00:0003rd recursion:
start date:2012-07-20 10:10:00:000
end date: 2012-07-20 11:10:00:000and so on…..
How can I convert these to recursive events of Events Manager.
Thanks aglonwl.
I will post my solution once am through.Thanks once again.
Dear Spike am having the same issue. please advise if you are successful.
can you reopen this post please and provide more information on how to create assoc array that can be used with EM_Event object.