I just got off to this problem in my module development where I needed to ask this to some expert. My question is, what could be the (best) way of showing and unshowing module in DNN7 depending on the value of custom field I provided in profile properties. I need something like:
if(customfield == "somevalue")
{
module1.show;
}
how can this be achieved?
thanks,