Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Variables accessable thru .ascx skin files?Variables accessable thru .ascx skin files?
Previous
 
Next
New Post
8/27/2006 9:22 AM
 

 

Thanks for the feedback guys.  I appreciate it.


DotNetNuke Modules from Snapsis.com
 
New Post
8/27/2006 12:29 PM
 

A couple more examples, I needed to seperate my register and profile links:

Stand-alone User Profile link that only shows up when logged in
<a href='<%=DotNetNuke.Common.Globals.NavigateUrl("Register")%>'>
<%=IIf(Request.IsAuthenticated,UserController.GetCurrentUserInfo().FirstName + "&nbsp;" + UserController.GetCurrentUserInfo().LastName ,"")%></a>

Stand-alone Register link - only visible when logged out.
<% If NOT (Request.IsAuthenticated) Then %>
      <a class="custom_login" href='<%= DotNetNuke.Common.Globals.NavigateUrl("Register")%>'>Register</a>
<% End If %>

Also, John while we're talking about your blog, i accidentally screwed myself over yesterday with the login form. Switching the LoginTabId setting back from the database doesnt seem to fix it with 4.3.4. I found another way of getting around it if you can access your database though. Register as a new user (since on default settings it automatically logs you in) then change the users role to have administration privileges and fix it.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Variables accessable thru .ascx skin files?Variables accessable thru .ascx skin files?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

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

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. 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.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out