DNN5: all modules have disappeared - module

Yesterday we had a 100 modules, now there is only 1 module in the dropdown list that Admin can add to the page.
There is no HTML module, no iframe module, no nothing. The dropdown is blank (?)
screenshot of admin view:
http://s11.postimg.org/ii397az9v/modules_blank.png
I have no idea how this happened. All i did was try to get rid of a module for 1 specific portal, i went to Host > Extensions > geoRedirect > Edit > unassign that 1 module from1 specific portal and clicked update.
And now the "add new module" dropdown is blank, on all our portals. I never edited the settings for html or other modules. How can i restore all the modules in the module list?
Note: our existing sites show the existing modules that were added to pages, but in the dropdown there is none. Nothing can be added.

Related

How to insert module in product.tpl file in opencart 2.x?

I want to display a module in product page. How i can insert the module on product.tpl file in opencart 2.x?
For example,if you want to display Specials module on product page, you need to do the following steps
In opencart admin panel Go to Extensions > Modules > Specials (If not installed then install it.Click Edit button at the right).
Enter Module Name as special-products (put any name to recognize it).
Give limit,height,width & make Status as Enabled.
Click Save button.
Now Go to System > Design > Layouts and edit Product layout. (for Opencart 2.1.x Go to Design > Layouts)
Click on add module button at right corner.
Choose "Specials > special-products" for Module, Select Position and enter Sort Order (e.g "Content Bottom" for Position and 1 for "Sort Order")
Click on save button.
Yo will see on product page Specials module is added.

Editing Ektron frontend page (missing edit bar)

I'm using Ektron 9.00. I'm logging into the live frontend site but the bar at the top where i can choose to edited the page is not appearing.
How do I get the bar to appear?
Make sure "Toolbar" is checked in the Template Configuration. Go to Workarea > Settings > Configuration > Template Configuration. The fourth column in your list of templates is "Enable Toolbar". Make sure that's checked for all templates where you want the toolbar to appear.

Eclipse plugin Development- How to remove search again menu item from search result page

I am new to eclipse plugin development.
I am creating a separate search for my project.
I have already added a new search page to existing search dialog and even getting the results in the search page.
But I am struggling to access get the search again menu to work .It always remain disabled I am not able to remove it nor able to enable it.
I am working on eclipse kepler.
This menu item cannot be removed.
The enablement of the item is controlled by your ISearchQuery.canRerun() method.

Issue on using "scrolling text" module in Joomla

I have downloaded and installed various module for scrolling text horizontally using these websites.
After I created new module and point out the position of that module, I can view that module in my web page. The text didn't appear because I didn't mention it in my module.
In Both of those modules, I couldn't find out that where have to I place the text to be scrolled in that particular modules?
I have searched a lot. But I couldn't get anything.
Any help will be appreciated!
Thank you in advanced!
These extensions display text from articles. So all you have to do is simpley:
Create a category in the Content Manager
Create some articles and assign them to your newly created category
In the Module settings, there will be an option to choose which category you wish to display the articles from, simply select your category
Hope this helps
There is no need of using any other modules for scrolling the text.
I used Custom HTML as menu type and write the code on editor.
The steps I have done as below:
Go to site -> Global configuration -> set Editor-None in default editor
Go to Extension-> module Manager -> New -> select the module type as Custom HTML
Copy the html code for scrolling text and Paste it in the text part and save the module.
Check your site. Now, your site is having the scrolling text. Then, You can change the Editor as before.

Sugar CRM - How to add Custom Module to Navigation Bar shortcut?

I created a new custom module Customer.
It is currently shown as a shortcut in ALL sections on the main page.
I want users to be able to select Customer when they mouse over the Sales shortcut (to show Customer next to Accounts, Contacts, Opportunities).
How do I add it?
Thank you
You can add modules to different menu groups from the page Administration > Configure Module Menu Filters. It will be in the section Developer Tools on the Administration page.