the_sniper
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Display Past eventsNote that you can display the past events where you want in the view. Either before or after the current/future events.
Hope this helps
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Display Past eventsEdit the events-list-grouped.php file under the /wp-content/plugins/events-manager/templates/templates/. Copy and paste this
echo EM_Events::output(array('scope'=>'past', 'limit'=>10, 'pagination'=>1));at the end of the file before the tag ‘?>‘, save it and enjoyForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Display Past eventsI found the solution by using this short code:
EM_Events::output(array('scope'=>'past', 'limit'=>10, 'pagination'=>1))Forum: Plugins
In reply to: [Contact Form 7] Want to send the submitted form to userGo up to your form and Add a new field email.
Name it or take the default name in form of email-*** where *** are some digits.
Go down now, in the field To you enter the email-*** name. Then Save your change. Copy the generated link to your post/article.
When a user will fill the form, this email will be dropped automatically in th To field and the mail will be sent to him. Just simple like that.—————————-
GAK: I am a Greek !