The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello all,
Recently we decided to implement a mobile skin for our forum, but the registration process is hampered by the reCaptcha system. Is there any way to disable it just for the mobile skin, or is it a global variable for all the forum styles? Yes, we can use other human verification methods that are mobile-friendly, but if possible we'd like to stick to reCaptcha for everything else. |
#2
|
||||
|
||||
![]()
That is possible with a modification. However, I have not seen such a modification.
|
#3
|
||||
|
||||
![]()
Understood.
And speaking of limitations, do the vBulletin conditionals support showing a certain link in the navbar or footer by IP address? So if a member visits from the 193.x range for instance, he'll be shown a "Go to site X" link? |
#4
|
||||
|
||||
![]()
The IP address is stored by vBulletin in the "IPADDRESS" constant, which can be used everywhere (nearly).
|
#5
|
||||
|
||||
![]()
You're right, the IPADDRESS constant works like a charm, but there's one last snag. We need to compare it to a range of addresses.
Basically, the condition looks like this: PHP Code:
Ultimately, our if rule should be like PHP Code:
Later edit: We figured it out. You have to use a start and end value, like so: PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|