Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by DonGnom ( 14 years ago )
def MyPoiFilter(poi):
if poi['id'] == 'Sign':
if poi['Text1'] == "[POI]":
poi['icon'] = "poi.png"
return "<a ><img ></a><br>%s<br>%s" % (poi['Text2'], poi['Text3'], poi['Text4'], poi['Text2'], poi['Text3'], poi['Text4'])
Revise this Paste