grusl83
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-UserOnline] Create custom php page with [page_useronline]Thanks for the support, it is working!
It seems the german translation is a bit strange:
Es sind 3 Besucher jetzt online: 1 Mitglied, 2 Gäste und 0 Bots.Should be:
Jetzt sind 3 Besucher online: 1 Mitglied, 2 Gäste und 0 Bots.
or:
Es sind 3 Besucher online: 1 Mitglied, 2 Gäste und 0 Bots.Greetings.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] simplemodal login compabilityOk I’m stuck now, since the other 2 year old plugin breaks the registration modal. After I press submit, it should redirect to the login modal popup, displaying a message “Registration complete”. But with the plugin it just refreshes the registration dialog and displays “3 login attempts remaining”.
If you could make your plugin compatible with simplemodal login I would be really pleased! 🙂
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] simplemodal login compabilityHey Gioni, thanks for the answer.
I tried out the other 2 years old login attempts plugin, and it is working fine with simplemodal login, displaying all attempt messages on the modal dialog.
I really would like to use your plugin instead, cause the log/display options are really awesome!
Looking forward hearing from you if theres any update on compability.Forum: Hacks
In reply to: How to escape % in LIKE query clauseI can’t tell you exactly 75%, but in my searchform i use:
SELECT ... WHERE myCol LIKE '%$searchtitel%'Just replace $seatchtitel with your string, and put it in % %
If you search for “Hello” you will find all entries including hello like “Hello World”.