How to set DNNArticle tabbed to show articles by categories - dotnetnuke

I have installed module DNNArticle and ArticleTabbed to show each article by category, how to do it?
I know to create articles but when click in readmore button show empty page.

You'll probably get better support from the module creator, zldnn.com.

Related

Is there any way to make <TabbedShowLayout> as a editable view?

We have a requirement where we have to use edit view in place of show view in tabbed show layout, something like below image.
In react-admin documentation is it clearly stated that The Show view displays a record fetched from the API in a read-only fashion
Need suggestions to achieve this.
Gone through several react-admin documentation did not find any relevant solution.
It was there in documentation
Achieved it using <TabbedForm>
document

Wagtail how to separate custom page types in sidebar

Is it possible to add custom pages in the admin sidebar and remove the "Pages" link. I want to have different links such as:
Blog Posts
Pages
Events
Games
Shown in the sidebar and each listing page only shows items based on the custom page. I have been looking in the documentation and the only thing that I found was to add custom URLs to the sidebar but I need to also add custom pages to show listings.
The ModelAdmin module allows you to register page models to appear as new items in the admin menu.
You can add exclude_from_explorer = True to your ModelAdmin definition to hide a page type from the main page explorer, although that won't hide the Pages menu item itself - for that, you would need to define a construct_main_menu hook to run after the menu has been built, and remove it from the list.

dotnetnuke hide menu from page

I'm running a dotnetnuke project (v7.0) with 2 portals.
I need to remove the default DDR menu from one page only.
The menu works great now with multiple pages and sub-pages, however on 1 specific page , ie landing page, I don't want to show the menu.
Right now I can think of 2 methods for achieving this:
Create a new skin template, remove menu, apply template to that one page
Use jquery to detect URL, for that page hide menu.
I'd rather just code the logic inside the template file, but I'm not strong in .net/c# and I'm new to DNN.
It's just one page today.
However, if you are using it for a landing page design I would recommend you just create another skin and exclude it from that and tailor that skin for that need.
That way when your non-technical editors need to work on the site and make a page that might only be used when linking from Google Adwords or whatever they can pick a template without that navigation and you as the developer/designer don't need to edit the skin to put in another exception based on the URL.

Drupal 7 page by page links

I'm working on a drupal site, and what I'm wondering is, I have a site that will have a main navigation menu-bar at the top of the page.
Then, other then the front page, each page will have it's own set of links. Now these links will be duplicated across pages that relate to each other. So, I know essentially what I need to do is to create individual blocks of navigation and then control those based on the page but I don't know how to do that.
Can anyone explain what I would need to do for this to work? Tutorials or videos would be helpful.
Why not create a taxonomy vocabulary containing all of the links.
Then add a term reference field to your page content type with checkboxes for the widget type.
Then when you edit the page you will be able to select any links that are needed for that page.
Control how these links are displayed on the page by looking at the manage display tab when editing the structure of the page content type.

how to set the image for the links in dnn

we need to set the page links as image in the DotNetNuke(dnn), mean the home page link should be image not text and contact us separate image, about us separate image, and the drop down are to be separate images, how i can do this?
DotNetNuke.
There isn't an easy way through the UI in DNN to do this, but if you are creating a custom skin and using the DNNMenu skin object you can target the specific items in the navigate with a CSS class, doing this would allow you to change each menu item with an image.
For example for the "HOME" link on my website (www.chrishammond.com) I could provide CSS like .id36{background-image:url('http://www/someimage.jpg');} though I would also want to be sure to hide the text, and provide a height/width

Resources