DNN Extensions fail to load DNN 7.4.2 - paypal

My first DNN site. Please go easy.
I'm trying to load some extensions (Blog & a PayPal extension).
While the admin console show's they're installed I can't see them or start them. They are not evident on any of the menus.
The theme creators say its not their problem.
Any suggestions for a Newby on how to get the extensions working?
thanks

You actually need to go to the page where you want a module to live and then use the Modules admin menu entry to Add New Module to the page. Click the menu entry, and you can drag and drop a module onto the page.

Yes.
They're listed and "In Use" is recorded OS "No"

OK - here's a screenshot of the Admin Page in Edit Mode whilst loggedon as a Super User after an Extension Module has been added to the page.
As you can see:
The extensions are not showing
Instead the area on the page shows 'Banner Options' even though no banners were inserted.

You are on the Admin page, and it certainly looks like you have added two modules to the bottom of the page. One of them seems to be the Banners module, as the screenshot shows that mousing over the edit pencil icon shows the Banner Options.
My guess is that this isn't close to what you want to do.
I think that what you want to do is to add a module or modules to some other pages.
So, go to the page to which you want to add a module. Then, click or mouseover the Modules menu item in the admin menu. Select a module and add it to the page.
Does that make more sense?

Related

How to see errors in PHPRunner?

I am working on a website created in PHPRunner. I have created a page using custom view and added it in the side navigation bar using Menu Editor. But when I save & build the project. I am not able to see the page I created on the website. The software doesn't show any errors when I build the project. All I can see no changes for the new page on the website. I am not sure whats wrong with the software or how to trace for errors?
Can anyone help me?
You need to give the group permission to see that page from the Administrator rights section.

How do I customize the Share Dialog, specifically to remove the "Share With People" section in Tableau

I need to customize the Share Dialog, specifically to remove the "Share With People" section.
Hi, my customer wants me to remove the "Share With People" section of the Share Dialog so that the user is only presented with the link to their custom view. I've noticed in the samples at https://help.tableau.com/samples that if I open the Share Dialog it only has the link which is what I want. Plus they have the social media links, which I don't really want, still shows customization possibilities.
Looking at the code, I don't see anything fancy that was done to accomplish this, so I have come to the conclusion that help.tableau might be a special version????
NOTE:
my version: 2020.1 (Out of my control)
OS: Linux (AWS instance)
Images attached:
helpDialog.jpeg (dialog from help.tableau)
myDialog.jpeg (dialog from my integration)
I have complete control over the server and any integration code needed, I just can't find the fix. Any ideas would be appreciated.
MyDialog.png
HelpDialog.png
In the end, this can't be done. I removed the button from Tableua using the parameters and wrote my own "share" outside of tableau.

Trigger a click on a page in the pagetree in Backend

How could I trigger in JS a click on the pageitem of TYPO3 BE pagetree by an ID of the page ?
Looking for solutions for versions 4.5 and 6.1.
The basics are described in this document (might be slightly deprecated):
http://buzz.typo3.org/people/steffen-kamper/article/backend-navigation-in-typo3-45/
For example, to open the submodule "task center" in the "user tools" module, enter this
top.TYPO3.ModuleMenu.App.showModule('user_task');
or, to change to the pagetree, this
top.TYPO3.ModuleMenu.App.showModule('web_layout');
inside the firebug console. According to the author,
The pagetree resides in top.TYPO3.Backend.NavigationContainer, the
content resides in top.TYPO3.Backend.ContentContainer.
I haven't really understood what you'd like to click on exactly. But it might get you started.
I think in real life (or in an html fragment in a page in the backend) you can set <a javascript:...> urls</a>
I am still trying to figure out the fine points of this javascript myself. I for one want to also click on a select-box in the content Iframe after clicking in the Admintools/Report submodule. The first part is this:
top.TYPO3.ModuleMenu.App.showModule('tools_txreportsM1');

Cannot see Content Type in Orchard

I am running Orchard 1.6 and have the following problem when setting up a Site of either template Blog or Core.
I go to the dashboard and go to the Content menu item on the left. There is no Content Type menu item only Content.
All training videos seem to get this straight away, what am I doing wrong?
Go to the modules (there's a link in the left menu) and enable ContentTypes feature.

Display a module on a page at any position ONLY when user logs in joomla 1.5

Greetings. I'm a newbie to Joomla and learning the same. I have created few modules to be displayed on the first page of my joomla website. However, I understand that they can be easily configured through the admin backend. However, I want that two of those modules, which occur in the left pane/side bar, be displayed ONLY if the user is currently logged in.
Can anyone please let me know how do I conditionally display my modules?
Ideally, I would like the left panel to be hidden without login and after successful login, the left panel modules should be visible.
Also, I would prefer following the Joomla! standard, so I don't want to change the Joomla core for this.
Kind Regards,
Verisimilitude.
You are in luck, Joomla does this natively. In the module set up in the Details section there is a setting called Access Level. Set that to registered and the module will only show up to registered users.
Assuming that your template is coded properly, the left column will collapse if there are no modules to be displayed.