How to add additional portals to my DNN community edition site? - dotnetnuke

I know this is a very basic question - I have googled and every where it says - click the "Add New Portal" button/link on the Portals page.
However, I have a DNN community edition version 06.00.00 that is live and I do not see any option to add a new portal. Could this be a configuration issue? Do I have to change some settings to be able to get the option to add a new portal?
See the image of the Host menu and Portals page. I am unable to get the Add New Portal link:

In the menu shown in your first screenshot, you need to go to "Portals"
Then you will see a small semi-transparent button that says "Manage"(if not, make sure your view mode is set to "Edit" in the top right of the control bar
hover over it and a menu will drop-down and there will be your "add new site" or "add new portal" link

you need to make sure your page is in the EDIT view mode (selected in the top right of the page), then you will see a manage button appear when you hover over the sites on the portal page. Click the manage button and choose new site.

Related

How to create a new tab in a Microsoft Access form

I am learning about Microsoft Access and need to create a user menu to access other forms. I know how to make buttons/controls to open the needed form, but I cannot get it to open in a new tab
How do I get "frmType" to open in a tab next to menu? I have been making the menu form using a tab control if that makes any difference.
Don't use Tab control. New database is set to Tabbed Documents mode by default. Objects will open as tabbed documents. This is what the lesson is demonstrating. The tab illustrated is a Tabbed Document, not a page tab of a Tab control.

How to show a popup or dialog on click of menu tab of salesforce?

I am new to salesforce and there is a requirement to show a popup or dialog box (vf page) on click of menu tabs.
Please guide me if this can be done.
If you are using JQuery on visual force page then you can use JQuery Dialog to have pop up.
Please refer this link.

Add Link to right click in CKEditor

It would be nice to add Link option in the right click menu on CKEditor. Currently I have the auto grow plugin enabled. If I have a very long article, I have to highlight the word, scroll up and press link. It would be nice if we can just handle that in the right click.
I created the CKEditor Context Link module that does just this.

Switching control in tabs in Selenium

While doing automation for my Web page through selenium,when i try to click on a button called "Learn More" it opens a page in a new tab and automatically closes the old tab.(This is a specific case for IE). The main problem is that i am not able to click on the link present in the new tab, the control is not getting switched to the new tab.
I tried all the possibilities of switching windows and switching tabs , but both has not helped me.
And as a result I end up with "No Such Window Exception."
Please help.

Adding Custom Button to a Salesforce Standard Page

How can a user that have Developer Account can add custom button to a standard page is there a way to do that. Because I couldn't find editing a button, adding a button or editing button's redirect URL for a standart visualforce edit page. i.e Opportunity creation form.
Your question is unclear :/
Your organisation is a "Developer Edition" (a free one to try out working on Force.com platform) or for example "Enterprise Edition" and your user Profile (a set of system permissions) is called "Developer"? In "Developer Edition" you probably are a System Administrator, so you have all the rights. In the later case - check if your profile has "Customize Application" permission for a start.
What do you mean by "standard visualforce edit page", there's no such thing. You mean standard page layout or do you have custom Visualforce Page that's used to edit opportunities?
Best guess answer:
You can go to Setup -> Customize -> Opportunities -> Buttons and Links, create there a "Detail Page Button" and when it's done - add it to the page layout(s) of Opportunities. If you don't see these options - you don't have permission to customize application.
BUT: none of the buttons added that way can be displayed on the "edit" page, which is a standard one with very limited customisation options. Only standard "view" page displays the extra buttons. There are some JavaScript tricks to inject content to "new/edit" (via section headers or sidebar)... But if you want the button to behave reliably best might be
to make a Visualforce page and override the actions.
What exactly this button should do?
You can not delete the standard button but you can edit it and override it with Visualforce page. You can find the all standard buttons for the opportunity are here. Setup-->App Setup --> Customize --> Opportunity --> Buttons and Links.
Form here you can either create any custom button or you can edit the standard button.
Note : If you are overriding standard page with Visualforce page then make sure that the Visualforce page is having standardcontroller as selected object i.e. here in this case is "Opportunity"
To add a custom button to a standard page go to Setup -> Customize -> Opportunity -> Buttons & Links. Click "New" custom button and link button.
Here is a good tutorial for adding javascript actions.
http://www.interactiveties.com/b_execute_javascript_button.php
If you wanted to override standard buttons with visualforce pages, create your page first, then on the same buttons and link page from above, select "Edit" on the action you want to override.

Resources