chathuranga
Forum Replies Created
-
Still I didn’t get any reply from you.
Forum: Plugins
In reply to: [OptionTree] Notice: Undefined index is givenStill I couldn’t solve this problem, any idea about this ?
Forum: Plugins
In reply to: [OptionTree] Notice: Undefined index is givenI tested this again without creating additional sections. This time it allowed to add only 75 options settings.
Here, this is the link https://pastebin.com/64raYY95Let me know how to avoid this problem ?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Refresh while test, and the timer restartsHi Muhammad Muhaimin,
It will be a great help, if you can share your knowledge (I mean the code about save the timer to cookies) among other people who have faced this problem including me.
Thanks.
Forum: Plugins
In reply to: [BuddyPress Links] Sidebar on Links Page gets moved down@chibichiii & @threadsgeneration,
Still, if you have this problem with BuddyPress Links version 0.9; then try this,
Remove
</div></div>
where right after the comment line // close old containers in buddypress-links/themes/bp-links-default/index.php file. (somewhere in line number 56)Even I deactivated bbPress;all default wordpress user roles, all bbpress user roles and 22 s2member user roles are displayed.
add_action( ‘plugins_loaded’, array( &$this, ‘register_cf7_shortcode’ ), 15 );
it works to me, first you log out and see.
Forum: Reviews
In reply to: [Facebook Friends Inviter] Great pluginha ha :), please if u can provide some answers for https://www.ads-software.com/support/topic/your-demo-doesnt-work?replies=7
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Check future eventsThanks everybody. Second code is working. ??
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Check future eventsIt is not working for me. Any idea ?
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Private Posts rating visibility issueHi Vovafeldman,
Thank you very much for your time. Anyway we decided to use your plugin. Since this is an actively developing and forum supporting plugin. After discussing with my client we came to a conclusion that, for a moment this is not a very big issue, because content of private events can not be read by non group members. Thank you very much for your reply and wonderful plugin.
Thanks,
Chathuranga.Yes, I tried Events > Settings > Emails > Event submission templates. But, I am trying to send a notification of a new event
being published to all site members or group members if event is public. I did not see any template for this kind of situation,
Hence I went through this link https://www.ads-software.com/support/topic/event-notifications-by-email?replies=11, Now I can send a notification
email to all site users. But, testing purpose I used $EM_Event->email_send( $subject, $body, $all_emails); from line 49 em-emails.php.
Mail content is something like this,***************************************************************************
A new event has been published by test.
Name : Event testing
Date : 21/08/2013
Time : All Day
Edit this event – https://mydomain.com/wp-admin/post.php?action=edit&post=361
View this event – https://mydomain.com/events/event-testing/
——————————-
Powered by Events Manager – https://wp-events-plugin.com
***************************************************************************
Because, originally this template is developed for this reason,
An email will be sent to an administrator of your choice when an event is published by users who are not administrators.But according to my requirement I need to remove below line from email template without touching the original template.
“Edit this event – https://mydomain.com/wp-admin/post.php?action=edit&post=361”So, now I’m trying to make a new email template for my requirement. Let me know where is the place above email template is located, I mean php file.
Suggestions:
1) I would like to suggest; add this feature to your plugin in future releases.
2) Also I didn’t see, send event invitation to friends,anyone feature,Personally, I’m very happy with this amazing flexible plugin and forum support. I hope, you will add above 2 features in the near future to your plugin.
Thanks,
ChathurangaHi,
Thank you very much for your quick reply. I went through your guidance & some tutorial from the plugin site and successfully done.
Another requirement is send a notification email to all members after publishing an event. I went through the following forum discussion.https://www.ads-software.com/support/topic/event-notifications-by-email?replies=11
I added a small code snippet between lines 44-50 in em-emails.php file. Now, I can send a notification email successfully only for public events. But I need to change the format of email body content.
It is greatfull, if you can show me the place that I should look for this change in email templates.I mean can I add another email template in coding level.Thanks,
Chathuranga.