By yuridp3 on
Hello,
It is about making my Drupal into mobile version for alernative access from a mobile device. I found there was a module called Mobile Tools and it did have roles for mobile users.
I am wondering how to block the access to two links "Create new account" and "Request new Password" for mobile anonyous users of mobile version because I do not want them to access them but only login from their mobile devices so is it possible to block two links above the login form for mobile version?
yuridp3
Comments
Css might do the trick
why don't you simply hide those two links via css in your mobile style sheet?
Hiding two links vis CSS
Hello,
How can I hide two links that I do not waqnt them to show up on Mobile version via CSS?