mrppp
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] IP blockI will check, i,m using
http://statcounter.com/plugin
If i block myself how can i access the site to remove the code?Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] SearchYes if i use a WP search that works so maybe EM search is the wrong way to do it
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] SearchNo actual pages. i have pages for each town of uk in addition to locations/events, but thinking about it this may be a WP thing as pages are not really EM related so may try a WP search
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] SearchNo i was after searching pages rather than events.
Forum: Plugins
In reply to: [BulletProof Security] IP blocki have
# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol # All legitimate humans and bots should be using Server Protocol HTTP/1.1 RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteCond %{THE_REQUEST} HTTP/1\.0 RewriteRule ^(.*)$ - [F,L] # BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 95.211.156.228 Deny from 178.162.199.35 Deny from 178.162.199.78 Deny from 178.162.199.70 Deny from 95.211.159.93 Allow from allIn place but these ips still show on my stat counter?
Forum: Plugins
In reply to: [Stop Spammers Classic] New UpdateOh yeah just noticed that DOH!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events list pageThanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events list pageOk this works
Change[events_list_grouped mode="monthly" country="UK"]
TO
[events_list_grouped ]
in Events-settings-formatting-events select monthly and add F Y to Events page groupingForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events list pageno that only changes the date under the event link i.e German beer festival Saturday March 22nd 2014
it does not change the date created with
[events_list_grouped mode="monthly" country="UK"]Its not the #_EVENTDATES that is the isuueit seems this
events_list_grouped mode="monthly"Creates Jun 2014, JUL 2014, AUG 2014 etcForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events list pageon this page
http://www.berkshireeventsguide.co.uk/list.jpgI want mar 2014, jun 2014 etc etc changed to how i mentioned before
i,e mar 2014 becomes what’s on March 2014Forum: Plugins
In reply to: [WP Mail From II] updateah right thank you
Forum: Plugins
In reply to: [BulletProof Security] IP blockAppreciate the help
Forum: Plugins
In reply to: [BulletProof Security] IP blockyes sorry that dot was an error
like so# BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 86.138.90.10 Allow from allForum: Plugins
In reply to: [BulletProof Security] IP blockThanks so in CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE
Just add
# BLOCK/FORBID Spammers etc Order Allow,Deny Deny from 86.138.90.10. Allow from allplus add more as and when required
Forum: Plugins
In reply to: [Custom Bulk/Quick Edit] WP Seo by YoastI was looking to be able to have the ability to noindex events that are shown when the past events are filtered and shown. so rather than noindex posts by date as normal with WP noindex events that are listed by event dates if this makes sense