I am working thru my first module using DNN 4.7 and the DotNetNuke Dynamic Module templace in VS2005.
For users with IsEditable permission, the EditUrl link shows up. This is fine
Say the module is called "Beta"
However in the Module's Container skin, there is also an "Add Beta" link, to add a new record
I only want a user to be able to create one record of this type. So once they have created a record, I want to turn off the "Add Beta" link in its container skin. I will leave the EditUrl in the main module, so the users can edit their Beta record.
I can handle determining whether a user has a record, but I dont know how to access that item to turn the "Add Beta" link off.
Can someone point me where I need to go to hide that link in the module's skin container?
Thanks.