![]() |
|
#1
|
||||
|
||||
|
Hi,
I would like to display an announcement (text, image or whatever...) on my CMPS depending on the visitors IP address AND/OR postcount. I know how to do this depending on the usergroup: Code:
<if condition="$bbuserinfo[usergroupid] == 6"> <-- custom text or image here --> </if> ThanX in advance, cLord
Last edited by cLord; 10-15-2009 at 05:46 AM. |
|
#2
|
||||
|
||||
|
I believe this will work:
<if condition="$bbuserinfo['posts'] == X OR IPADDRESS == '123.456.789'"> |
|
#3
|
||||
|
||||
|
Quote:
<if condition="$bbuserinfo['posts'] <= X OR IPADDRESS == '123.456.789'"> So the announcement would be seen by members with less then X posts? PS: The IP part works like a charm!
|
|
#4
|
||||
|
||||
|
Forget the last question Brian, I tried it and it works...
Thanks for your help Sir!
Last edited by cLord; 06-13-2004 at 04:06 PM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|