magnoct
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] field name in fieldThanks for the reply. It is the non extra fields that I want to have this working on so I will need to wait till version 4. Hope it is going well!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Working on a 4.0 versionProbably wrong of me to ask this, but here goes ?? How is V4 progressing ??
That’s alright, I will just go back in and edit the file again. Hopefully the developer will include the ability to do this from within the plugin ??
YES!! This works perfectly. THANK YOU for your patience and help with this. Greatly appreciated. So simple in the end ??
Forum: Plugins
In reply to: [SlimStat Analytics] Remove from admin barDo you have a reasonably accurate estimate of when that will be?
OK, so this is what I have. I will be essentially copying and pasting what is sent back (minus the obvious changes of security key etc).
OUTCOME: To have the register link on the login page point to my custom registration form located at mysite.com/register.
Many thanks to whomever helps out with this.
———————————————————–
RewriteRule ^mysite-login/?$ /wp-login.php?SECRET_KEY [R,L]
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
RewriteRule ^mysite-admin/?$ /wp-login.php?SECRET_KEY&redirect_to=/wp-admin/ [R,L]RewriteRule ^mysite-admin/?$ /wp-admin/?SECRET_KEY [R,L]
RewriteRule ^mysite/?$ /wp-login.php?SECRET_KEY&action=register [R,L]
RewriteCond %{SCRIPT_FILENAME} !^(.*)admin-ajax\.php
RewriteCond %{HTTP_REFERER} !^(.*)com/wp-admin
RewriteCond %{HTTP_REFERER} !^(.*)com/wp-login\.php
RewriteCond %{HTTP_REFERER} !^(.*)com/mysite-login
RewriteCond %{HTTP_REFERER} !^(.*)com/mysite-admin
RewriteCond %{HTTP_REFERER} !^(.*)com/mysite
RewriteCond %{QUERY_STRING} !^SECRET_KEY
RewriteCond %{QUERY_STRING} !^action=logout
RewriteCond %{QUERY_STRING} !^action=rp
RewriteCond %{QUERY_STRING} !^action=register
RewriteCond %{QUERY_STRING} !^action=postpass
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
RewriteRule ^.*wp-admin/?|^.*wp-login\.php /not_found [R,L]RewriteCond %{QUERY_STRING} ^loggedout=true
RewriteRule ^.*$ /wp-login.php?SECRET_KEY [R,L]Thanks I really appreciate your help. I am going to disable that function of the wp security plugin for the moment till my head stops hurting ??
Forum: Plugins
In reply to: [SlimStat Analytics] Remove from admin barHas it been implemented?
Yes. However I do not want to access that page. Instead of accessing that page I want to access mysite.com/register because it has a custom registration form on it ?? I do not want people to be able to access the generic wordpress registration form at all.
Isn’t that making newmember go to /wp-login.php?blablabla&action=register
I want to make /wp-login.php?blablabla&action=register go to newmember (which in my case is a page called register)
OK, so I still am unsure.
My file looks similar to yours.
I tried switching:
RewriteRule ^register/?$ /wp-login.php?blablabla&action=register [R,L]
to
RewriteRule ^wp-login.php?blablabla&action=register/?$ /register [R,L]
and it did nothing. I want mysite.com/wp-login.php?blablabla&action=register to redirect to mysite.com/register
Did I do it wrong? Obviously I did ??
Cheers, I will give it a go.
I have tried the .htaccess but I can’t figure it out, must be something to do with the secret key or something.
Any ideas on the syntax? I would be at least happy to keep changing it manually until I figured out a suitable alternative.
Forum: Fixing WordPress
In reply to: Different menus and different feelPerfect! Many thanks ??
Forum: Fixing WordPress
In reply to: Different menus and different feelThanks, I had thought of this option re styling, will look into it.
Any suggestions on the menus? Or can that be done in the template too?