Resources for the DotNetNuke Community
Support this site
Hi All -
There is a small bug in the HelloWorld tutorial. In the "Edit Control" section of the tutorial it talks about the module actions menu and how most likely the first item in this menu is blank (it's the "edit" item). The way to fix this is to add a reference to the resource file. Open HelloWorld.ascx.resx. The tutorial states to add an item called "AddAction.Content". This is actually backwards. The item to be added is "AddContent.Action".
This is not a big deal and only the administrators of the site would ever see the blank module actions menu item, but thought I'd put it out there in case anyone was trying to solve the issue.