Hi, all. I'm working with a set of sites currently running DNN 5.0.1 (773). As a heads-up, I am unable to update the sites at the moment - I'm the designer/developer, but I don't have full access to our server and I'm under instructions not to do an upgrade. I know that makes troubleshooting problematic, and I prefer to be working with the newest version, but our server guy is on a six-week leave and there's no touching it until he gets back.
In any case, I've recently lost access to the DNN Drop-Down Actions menu that's associated with containers - in both my applied skin, and the original Minimal Extropy that I've reapplied to see if it was something I broke in trying to set up the skin.
The section is being generated by DNN, but the menu itself is being left empty. Through a "view source," I can see the following:
<div class="c_actions">
<span>
<span id="dnn_ctr375_dnnACTIONS_ctldnnACTIONS" class="ModuleTitle_MenuItem"></span>
</span>
</div>
So yes, code is being generated, but nothing's appearing. I thought perhaps it was something in the default or portal css files, but again, reverting to those of a new installation didn't fix the problem.
Any suggestions? Workarounds? Specifically, I'm really trying to get to the import/export functions that normally appear in that dropdown.
Let me know if you need further information.