DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Create one time pop up

 6 Replies
 0 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 0
New Around Here

Hi,

I want to create a pop up in my DNN webisite that the user will be able to see on first time login. Is this possible without creating a module? If yes, how?

Any help is appreciated.

Growing Member
Posts: 59
Growing Member

That built-in funcionality is only available for cookies notification. If you need the popup for your own content, you'll have to use a module.

Francisco

New Around Here
Posts: 0
New Around Here

Hi Francisco,

Thanks for your response.

Can you please elaboerate on what you mean by " cookies notification "?

 

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!

You can also add a popup to your skin/theme if you want, but you do need html/css knowledge for that.
I have created an Open Content (module) template before when I needed some admin settings for the pop-up.

But I don't think there's an out of the box solution.

Growing Member
Posts: 59
Growing Member

You can activate the Show cookies consent option (Site Settings > Site Behavior) and have a popup when entering the web.

New Around Here
Posts: 0
New Around Here

I can work with HTML and CSS.  I dont want to use a module so is my other option  to simply use JS or Jquery for one time pop up?

Senior Member
Posts: 1322
Senior Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
Lifesaver
Lifesaver
You're Life Saver!
New Poster
New Poster
Congrats on posting!
3 Engaged Reader
Engaged Reader
You are an engaged reader!

Yes, add your html/css to your skin.
You can use <%=Request.IsAuthenticated%> to get from DNN is the user is logged in.
You could then write a cookie to prevent the popup after the first login.

 

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved