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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Content manging problem on subsiteContent manging problem on subsite
Previous
 
Next
New Post
1/19/2009 6:35 AM
 

I have created site using DNN 4.9, and created three subsites.
Now i loggedIn to first subsite with subsite admin credentials, then all HTML module's data is coming in edit mode, i changed the data and clicked on Update button then its logedOut.

But when i loggedIn with Host account then there is no problem for updating data. 

What might be the problem?????

Please help...........

 
New Post
1/19/2009 6:55 AM
 

DNN 4.9.? ?
Do you have many roles?
Try clearing your browser cache (files/cookies).
Check the module settings to see what permissions admin has.
 



Alex Shirley


 
New Post
1/19/2009 8:20 AM
 

 

I am using DNN 04.09.00 source version.

I have created three roles and assigned all three Administrators role.

I also cleared browser's cache but but this is also not helful.

I have changed two files code to implement common login for all sites.

     

  • In file "Website\DesktopModules\AuthenticationServices\DNN\Login.ascx.vb"

 

In file "Website\admin\Authentication\Login.ascx.vb"


     

 

 



 

And procedures are (green marked in above code where these procedures are using)

To get PortalId--

ALTER PROCEDURE [dbo].[aa_GetPortalId]

@UserName varchar(100)

AS

BEGIN

SELECT UserPortals.PortalId

FROM UserPortals INNER JOIN

Users ON UserPortals.UserId = Users.UserID

where Users.Username=@UserName

END



 

To get sub site name

ALTER PROCEDURE [dbo].[getSubSiteName] --getSubSiteName 0

@intPortalId int

AS

BEGIN

SELECT [PortalID]

,[PortalName]

from Portals where [PortalID]=@intPortalId

END


 


 

Please advice what is wrong????

 
New Post
1/19/2009 9:56 AM
 

Well this is a completely different story now, over to people who are far better at this sort of thing than I am....



Alex Shirley


 
New Post
1/19/2009 11:56 PM
 

I removed all my code and putted original code of DNN, but there is same problem.

Unable to edit HTML module data from child site admin (when i clicked on Update link user LoggedOut), but host account this is possible.

I also created fresh new site using DNN 4.9.0 source version but getting same problem. 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Content manging problem on subsiteContent manging problem on subsite


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