DNN - Mange Icon not visible - dotnetnuke

I have deployed dnn6.2.6
After logging in as admin/host user - when am in any page ( that too in EDIT mode - dropdown ) am not able to see the MANAGE Icon. :(
Is there any value to be set or enable any setting , in-order to make this facility enable after installing ?
where am missing ?
Please suggest
Rigin

I would start by looking for any javascript errors on the page. It is likely something is throwing a JS error earlier on and killing the icons on modules later in the page.
Do you have a custom skin, or any custom modules being loaded on the page?
Does it function different for an Admin or Host account?

My issue was :
Site Mgmt > edit site setting <<=== more need to configure site here
&
Add module > add "HTML editor" Module to that Page
Rigin

Related

Salesforce: Visualforce pages not working anymore because of certificate error

I have a dev box running with a namespace and just added a demo visualforce page named "test" and just clicked on "Preview". It is ending up with a certificate error on my browser.
The URL salesforce tries to open is https://myinstance-dev-dev--mynamespace.visualforce.com/apex/test
The certificate being provided by this domain is for "viv1.force.com". That is why my browser is blocking it.
Any idea why this is happening? My visualforce pages were working on the dev box, but now suddenly end up with this error.
Strange solution. Had to check "Critical updates" on setup, and DEACTIVATED the setting "Stabilize URLs for Visualforce, Experience Builder, Site.com Studio, and Content Files". Now it is working again.
I assume for some reason this stabilization missed to change the used certificate behind visualforce pages. Deactivating above option fixed it.

Twitter module does not work in drupal site

I have installed twitter in my drupal site. But when I tried to configure setting. It goes to the - configuration > webservices > No setting.
Do I need to set permission for the or what else ?
Check if you have installed Oauth_common module along with twitter module.
Next step is to clear cache and check if the module is enabled properly. If you still not find the link then clear the cache (menu specifically) and check it.
Always use superadmin for enabling / disabling of your modules or use drush commands.
By using twitter card I solved issue

How to enable wp_wcm_async theme module in WebSphere Portal 8.5 CF 06 theme?

Recently, I have applied Fix Pack CF06 to my WebSphere Portal 8.5.
This fix pack provide new feature of asynchronously loading the content in Web Content Manager Portlet. For information Click Here
I have successfully completed step 1, skip step 2 because I don't want to change the loading mask. But I am not able to complete step 3, because I don't know how to enable wp_wcm_theme module in my customized theme. The wp_wcm_theme javascript object is always undefined for my Page.
I have also tried with applying Portal 8.5 Theme, but that also don't work. Any help would be highly appreciated.
To enable wp_wcm_async module in your theme. Open the themelist using WebDav or other client. Move into your theme folder -> profiles. In each and every profile or in the necessary profile add the "wp_wcm_async" inside "moduleIDs" json.
For example :
modeleIDs : {
"wp_theme_portal_85",
"wp_toolbar_host",
"some other modules",
"wp_wcm_async"
}
Save the file and restart the portal server, now you can access the wp_wcm_async theme module inside your theme which gives you access to wp_wcm_async global java script object.

Installed DNN Module - Not showing in dropdown to give link

I had an link in my DNN site Menu - pointing to aspx page of my installed module.
I replaced this link with an external link.
And now i wish to change back to old one - aspx from module. BUT am not getting that listed in the dropdown
How to get that back or I missed anything ? I could found the module still in that EXTENSIONS.
Please suggest
Rigin
I think you may be a little confused,
Modules are placed on pages, (One or mor module generally makes up a page.
Menu links refer to pages,
To add a module to a menu it must be on a page.
Once you have placed you module on a page you can select it from the select a web page drop down
A dnn module got 2 pages a view page and a settings page. So you must be sure that your module start's with the correct page.
So what you want is not possible the way you want it.
Best way for you is to control the page in your module. You can control this with for example a user controls(ascx). See image for a default module view.

drupal Block Config option not showing in main page

Hi I am logging as admin but block config option icon is not showing on top right corner of every block. I have to opt a long route to configure the blocks. plz help.
check your style file you may add display:none to it or any style conflict with it
most likely it's a theme issue, try to switch to one of the themes that shipped with Drupal, and check if they show up.. if not please post a link or some screenshots. and let us know what theme do you use.
In the module configuration page ( /admin/modules ), make sure that the following module is enabled :
Contextual links (contextual)
I had the same issue and re-enabling this module solved the issue.

Resources