2 Parent BLOGs in DNN 5.x? - blogs

I have created 2 parent BLOGs in DNN. BLOG x has 3 children BLOGs and BLOG y has 5 children.
When I click Add BLOG entry, only BLOG x & is children come up in the dropdown list, BLOG y is missing. Anyone know why? Even if I go to the BLOG y and click Add BLOG entry, its missing.
Many thanks,
Tony.

I got it!
The 2 blogs were created by 2 different users...!!!! Therefore, only the user that created the blog can add entries.
But how can you change the owner of the blog to another user?

Related

Dropdown list dynamic data in jinja

First of all im using python and flask.
I have a signup form for my websits, it has two drop down lists
for example if users selects A from dropdown1 the dropdown2 should show A1,A2 and A3
and if user selects B the second drop down list should include B1,B2 and B3
I've searched the internet but could not find any suitable answer.
Thanks for this amazing website :))))

How to direct clicks based on the original click and then a selection

Im failing to find the correct terms for what I'm looking to do. I'm not a coder but I can get it done If I get pointed in the correct direction.
I have a network of sites. A main website, a blog, and 3 different woocom stores (international legal reasons all 3 need to be completely separated) I need to be able post a link to a product,let's say "www.--.com/product-x", on the main site the blog or a stand alone link in maybe a Facebook post. Once a potential customer clicks on that link I want them to be sent to a region select page of which there are 3 options. But I don't want them to just be sent to the landing for the woocom store of there selection I want them to be sent to "na.--.com/product-x" or "eu.--.com/product-x"
If it were just 4 or 5 products I would just duplicate the region select page but this isn't realistic. I'd like to compile the "/product-x" part of the URL from where they clicked from,and the "na." And "eu." Part of the URL from there selection.
I'm willing to do some possibly cumbersome .htaccess upkeep or add the pathways individually each time a new product link gets made of that keeps things simpler but aibjust don't want 100 region select pages.
I am aware of Geo-redirects but I'm just not there yet. I for the world can not type the correct thing into Google to find any help on this, and it's not conceivable to me that this is an original idea.
What is this called?

how to create a dynamic menu of items

hey i'm trying to create an it ticketing system for a college project and im stuck trying to create a page in jsp where i take in N items from my database for which i use hibernate to interface with where all the tickets or x amount are displayed in separate boxes per ticket where it shows the title and the description of the ticket as well as a button that would allow me to link it to its corresponding page to fully view the ticket. i just cant seem to figured out what this kind of menu is called as every google search i have done has lead me to dead ends.
any help would be fantastic.
I believe you can utilize Bootstrap cards to do that. See their official website: https://v4-alpha.getbootstrap.com/components/card/ You can display some image/description for the ticket. So basically what you need is to render array of such cards.

How to show gadget for certain categories labels in blogger and not for other posts?

Is this possible to show gadget for specific post..
Suppose there are 100 posts in my blog and i want 1 gadget to display only when specific 20 posts are open.
And that gadgets should not appear for remaining post which don't have the said label.

How to Display Data from Existing List via Criteria in Orchard

In Orchard, I have a News Article List, each News Article item has a flag to say it's 'archived'. Archived Articles do not show in the News Article List but are still published and I want to show the 'archived' Articles in a another List named News Article Archives.
Is there a way for me to display data from a single list differently between two List Content Types without re-assigning the News Articles to be under one or the other?
The List feature is only made to represent container-containee relationships, and an item can have only one container. What you need to implement your scenario is either a custom query in a custom controller (that works today), or a custom query in Projector (a new module that will be included in the next version).