Products

Solutions

Resources

Partners

Community

About

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...Administration ...Administration ...DNN 7 - Console Module - Profile mode doesn't save page view settingsDNN 7 - Console Module - Profile mode doesn't save page view settings
Previous
 
Next
New Post
12/17/2012 7:18 AM
 

I've deployed a fresh install of DNN7. Everything looks good while using default config generated automatically by installation regarding view permission for Activity, Profile, Messages and Friends pages pointed by Console Module, but if I try to change view permission for any page it doesn't work.

It also happens if I create new pages under Activity Page (videos and photos for instance). It doesn't matter if I add new Console Module or if I copy it from Activity Page, so I'm unable to control profile pages visibility (using Module's Profile Mode).

I would like to get this view config:

Activity - Profile - Friends - Videos and Photos >> Friends

Messages >> User

I also wonder how the user himself can change this default config, so he can control his profile visivility (similar to how it was done in Active Social).

I've read a lot of docs and forums but obviously I'm misunderstanding something or doing something wrong. Some help will be really appreciated.


JR MundoMayor
 
New Post
12/24/2012 6:58 AM
 

If you say "it doesn't work", can you please be more specific? Describe exactly what you are doing, what the expected result is, and what the actual result is.


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
12/24/2012 7:39 AM
 
Hi Erik,

this is my experience:

- When I open module settings I go to the especific module settings tab, then I can see module set on "Profile" mode and under that I see the list of all child pages (under Activity Page) whith a list of options to choose (Public - Friends - User).

What I expect is: if I change for instance "Profile" page setting on the list from 'Public' to 'Friends' I hope that setting changes and so that particular page is not shown to any user except to my friends.
What happens is: setting change is not saved. After saving settings I open module settings again and the old value ('Public' in our example) still remains the same.

- After that happened, I made some tests:

1.- Create a new instance of console module in a different page >> the issue is the same but in this case all settings are set by default to "Public" and any change is not saved either.

2.- Delete console module default instance on "Activity Page" and create a new instance in this same page >> same as prior described.

So it seems only automated default deployment is able to set view permissions for child pages different than "Public" and any later change attempt is not saved into the database.

I hope this helps.
JR.

JR MundoMayor
 
New Post
2/13/2013 4:47 AM
 
Arroyo Jr hello.

I've solved this way.

File Path:
DesktopModules \ Admin \ Console \ Settings.ascx.cs

old:
var visibility = ((DnnComboBox) item.Controls [6]). SelectedValue;

new:
for (int a = 0; a <= item.Controls.Count-1, a + +)
{
if (item.Controls [a]. == ID "tabVisibility")
{Visibility = ((DnnComboBox) item.Controls [a]). SelectedValue;}
}
 
New Post
2/19/2013 1:00 PM
 
Thanks Rodrigo!

Your solution solved our problem :-)

Chris



Chris Wylie
Chief Executive Officer
www.AccordLMS.com
1775 W. State Street Suite 371, Boise ID 83702 USA
 
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...DNN 7 - Console Module - Profile mode doesn't save page view settingsDNN 7 - Console Module - Profile mode doesn't save page view settings


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