PDA

View Full Version : Hi Have a few questions about Vbulletin


ovryu85
09-27-2012, 02:32 PM
Hi I went to Vbulletin.com and I was directed to this forum. I wanted to ask if their is a mod that allows me to put a message or a question in the register form. For example I want to ask new registered users if they use a PROXY or NOT, if they check yes, under every post they make it would say PROXY USER, if they select no and they post under their username it would probably just show the country they are posting from.

Similar to TOPIX.com where if you where to type it shows your location, if you use a proxy it says anonymous proxy.

BirdOPrey5
09-27-2012, 02:55 PM
Asking the question when they register is easy and vBulletin has a built in way of doing this.

Showing "Proxy User" in each post if they answered yes is also fairly easy to custom code, there are a number posts/guides here of how to show custom profile information in the postbit.

Showing the country they are posting from is possible but much more complicated. You will either need to edit an existing mod (there is one that shows the country flag I believe) or design a new one- you will have to download a library from somewhere that lists the IP addresses ranges for each country, there is no simple PHP or vBulletin function built in to figure out the user's country by IP address.

So it's all possible to do yes, but getting the country would likely be beyond the ability of someone with no existing PHP experience.