Dealing with a flooding register

Posted in: Newspaper
Post count: 30

Hi,

i’ve seen some bots register in on my website using the SHOW SIGN IN / JOIN on top menu. They manage to register even i disable it. Is it possible to choose a link to redirect it to my userpro module ?

Thanks

Post count: 22421

Hello shadow,

It can be accomplished by changing the core files of the theme. Follow this topic here to see how it’s done:
https://forum.tagdiv.com/topic/incorporate-userpro-plugin-into-loginsign-in-topbar/

Thank you!

Post count: 30

Great it’s working fine but i’ve two question :

i just add the :

.td-login-wrap {
padding: 21px 21px 17px;
}
#login-form .mfp-close {
display: none;
}

to my theme custom css

Is it possible to make it larger ?

My second question :

on top bar menu, i have my account name, is possible to redirect it to my userpro menu instead of /author/shadow/ ?

Thanks

Post count: 30

Edit : i’ve found the answer for my second question

Post count: 22421

Hi,
You can make it wider if you want with this custom CSS:

.white-popup-block{
border:1px solid black;
border-radius: 10px;
max-width:700px!important;
}
div.userpro-294 {
max-width:600px!important;
}

Thank you!

Post count: 30

great thanks for you help !

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.