You need to Register for free and Login to post a message in the forum.

Forum

Subject: Issue 26 - Limiting Access Issue
Prev Next
You are not authorized to post a reply.

Author Messages
topoulos
Nuke Active Member
Nuke Active Member
Posts:30

23 Nov 2007 6:45 PM  
Hi guys, I've asked this in the other forums, so forgive me if I seem redundant, but I have a major problem.  After moving the user accounts page from the admin menu to it's own menu for site admins, the login and register links in the skin do nothing.  I researched and tried resetting the skin to the default.  Still the same issue.  I've tried removing all cookies in the cache.  Still nothing.  I've restarted the application.  Notta.  I looked at the portals table, and the logintabid is set to null.  Both areas can be accessed by directly going to http://louangel.com/Home/tabid/140/ctl/Register/Default.aspx and http://louangel.com/Home/tabid/140/ctl/Login/Default.aspx, so I know it's still all there.  Something must be wrong with the database since I've done this move.  Would moving the page back to the admin menu fix this, and if so, how can this be accomplished?  It did me no good to move the user accounts page to it's own menu anyway, because editing the user is restricted to all but actual administrators anyway.  This is only happening in the one portal, and I have 4.

Your help will be extremely appreciated.


Tony
jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2188


24 Nov 2007 10:10 AM  
I would try moving the page back to the admin menu by reversing the changes that you made. If that doesn't work, I'm not sure what to suggest to you.

Joe Craig
DNN Creative Support
Subscribe to the website
topoulos
Nuke Active Member
Nuke Active Member
Posts:30

24 Nov 2007 10:37 AM  
Reversing the changes simply moves the page to it's own menu. I cannot figure out how to move it back to the admin menu. Before when I edited the settings for the page, it was set to no page as the parent page. now when doing this it simply sets the page to it's own menu. I am having other errors on the site now, as none of my xmod modules are working either, and the other sites have gone down as well. I will ask for a restore from powerDNN. I would highly recommend because of all this that user accounts not be an option for the limiting access tutorial.

Thanks
Tone
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3149

26 Nov 2007 5:40 AM  
I  added a reply to this question in your other forum post, which outlines how to move it back into the admin menu:
http://www.dnncreative.com/Forum/tabid/88/forumid/1/tpage/1/view/topic/postid/7469/Default.aspx#7485

I will add a note to the tutorial page stating not to apply this to the user accounts page, thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
MrHappy
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

21 Jan 2008 1:40 PM  

I tried the Limiting Access procedure using the TABS page but it did not accomplish what I was trying to do so I tried to move the TABS page back into the Admin menu and it would not go. I cannot figure out how to move it back.

I read the note from Lee about accessing the database and moving it but I'm not that well versed with SQL Server 2005 (which is what I'm using) to move it back. Would it be possible to get a step by step outline on how to do that?

I would really appreciate your help! Thanks.

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3149

22 Jan 2008 3:54 AM  
Open the tabs table in SQL Server
Look at the TabName column
find the entry 'Tabs'
You need to edit this item to match the other pages that are in the admin menu
ie. look at the parent ID - my install is 38 for the 'Site Settings' record, so also change the parentID in the 'Tabs' record to 38
(This places it back in the admin menu)

IconFile will be: icon_tabs_16px.gif




Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
MrHappy
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:7

25 Jan 2008 4:20 PM  

I do not see what you are talking about here. Remember, I’m not well versed in MS SQL Server. I can install the server app., create a database and connect to it. That’s about the extent of my SQL knowledge.


So.....
 

I open up MS SQL server management studio,

 

Expand databases

 

Expand the target database

 

Expand “Tables”

 

Browse to the dbo.Tabs table

 

Expand the Columns folder

 

Scroll down to and select the TabName column

 

I right click on the TabName Column and select properties. Another window opens and nothing can be changed. It doesn't show anything about ParentID anyway.

 

I right click on the TabName Column and select Modify. A windows opens and the ParentID does not have a number. It shows a “data type” of “int” and a check box, that is checked to allow “Nulls”

 

I cannot find a place where I can change/modify the ParentID number.

 

What am I doing wrong?

 

Please help.

 

Thanks!

jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2188


25 Jan 2008 7:59 PM  

Browse to the dbo.Tabs table


Right click on the dbo.Tabs table name and select "Open Table."

You will then be able to look through the data in the tabke and (very carefully, and only if needed) type over the entries that you need to change.

Then, click the red "X" in the upper right corner to close the table.  At that point, you should go back to your DNN site, refresh the pages and your changes should have taken effect. 

If you aren't sure, go to the Host Settings page and restart the application.

Joe Craig
DNN Creative Support
Subscribe to the website
tjthay
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:8

15 May 2008 11:27 AM  
This is a feature I would really like to provide to a segment of my clients. I am hesitant to grant full admin access to most clients as there is too much damage they can do in the site. For most of the popular functions (i.e., newsletters) there are affordable 3rd party modules that replicate the function. The only area I have not been able to replicate is the User Accounts area. Like above I tried to grant access to a limited admin role and messed everything up. Does anyone know of a good 3rd party module that would allow another role (other than admin) to access, update, edit roles, delete, etc. the User Accounts. Thanks in advance for any assistance.

Travis

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3149

19 May 2008 7:49 AM  
I have not come across one for user accounts, let us know if you find one,

Thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > Users Lounge > DNN Creative Articles > Issue 26 - Limiting Access Issue



ActiveForums 3.7

Latest Forum Posts

RE: Changing the House Menu?? by leesykes
Hello,DNN Nav is available with the default install of DotNetNuke and already installed. - Just look...
RE: Congratulations to Lee and the DNN community! by leesykes
Hello,Glad to hear it is useful. I didn't go for the DVD, but went for the net effect magazine, rece...
RE: Register and Login Links by jncraig
The general scheme is that CSS styles are attached to skins.  I believe that it's possible to switc...
RE: User Import from Excel by jncraig
I have used John Mitchell's script (http://blogs.snapsis.com/PermaLink,guid,c9d3082b-d7b1-4dfb-8c9c-...
User Import from Excel by sstoos
I'm working on a website that the client has several 100 members that they want to add as users.  Is...
RE: Menu bar and CSS by wsiwpg
Ok, i have now added some sub pages to the site. Can you please go look at it now.Thanks.
RE: DNN Creative News Feed not Working? by mgordon
In my humble opinion, the latest News Feed Module (version 4.00) is a complete piece of crap.  It ha...
RE: Register and Login Links by Faith
Joe: Two short questions. 1) It is possible to set a css style sheet for a determined user? ...
RE: Upgrade DNN 2.1.2 to use SQL 2k5 by davidATapr
Hello, Below is a few paragraphs outlining some background, but my question is: Can I take a p...
RE: DNN Creative News Feed not Working? by ollep
  One last bit before bedtime.   With the below section in the “.xsl” I managed to get it down to...
RE: DotNetNuke UK User Group Meeting by leesykes
This meeting is now cancelled due to insufficient numbers, we will try again in the new year
RE: DNN Creative News Feed not Working? by ollep
  Hi Again.   Seems like the “News Feed Style Sheet” option is changed to “XSL Transformation? A...
DNN Creative News Feed not Working? by ollep
Hi Again.   Now I’m on to the News Feed Module and RSS Feed.   Is the News Feeds 04.00.00 quite ...
RE: Query regarding menu by jncraig
Doing that forces a reload and recompile of your site.
RE: Query regarding menu by ImageSmith
I have had this problem before. A quick fix: retouch the web.config file by opening in notepad, make...
RE: Trying Flash again - in Firefox. by jncraig
Here is how we have done it ... Note that I put in a bunch of spaces to break the tags, so you'll ...
RE: Changing the House Menu?? by ollep
Thanks lee. The configuration for the separate sub-menu-item list, do you show that in a tutorial...
Trying Flash again - in Firefox. by ollep
I still looking for ways of running Flash Movies in Firefox??? The code provided in the DNN Creat...
RE: Exporting and transferring Modules. by ollep
Thanks Joe! Just tested and it works fine.   Only thing was that I could only save in the portal ...
Congratulations to Lee and the DNN community! by ollep
On Lee’s recommendation I ordered the “Stompernet DVD” and the first issue of “Net Effect” – and che...
DotNetNuke Modules
RSS Feeds