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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryCan you turn off moderation? (And a couple other questions)Can you turn off moderation? (And a couple other questions)
Previous
 
Next
New Post
9/8/2011 1:35 PM
 
Hello...

1. Can the module be set to NOT have any moderation? The users I've allowed access do not need to be moderated, but I also don't want to give them rights to edit other's submissions by making them moderators as a work-around.

2.  The comments are pretty hard to read due to the spacing between each comment. I tried adding a "CellPadding" property to the comments XML file, but to no avail. This table really needs some padding, or each comment in it's own <p> or something...any thoughts as to what I can do?

3. When the date/time is displayed the time doesn't have any AM or PM reference. Is there a setting I'm missing to include this..or is there a way to remove the time (but leave the date)?

Thank you so much for your time!
~Carole =)
 
New Post
9/12/2011 11:37 AM
 
Regarding #1...

I found 2 tokens in the form.xml file:

[NoModerationRequired] and [ModerationRequired] (both set to false)

I thought *maybe* adjusting the first to True, might work, however all that did was on upload display to the user BOTH moderation notices at the top, one right after the other. Then on upload, it was still moderated. What are these used for? Can I use these to somehow get the effect I'm looking for?

I know the client doesn't want them moderated at all, but even if they could live with that, the issue I'm having now, is the notification email appears to ONLY go to the administrator. The client isn't the administrator of the site, so I would have to include a role for them as a moderator...but I can't get the emails to go to them.

Thoughts?

 
New Post
9/12/2011 5:53 PM
 
Hey Carole... I am going to make it a point to check this out and get a reply to you as soon as I can.  

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
9/12/2011 7:54 PM
 
Unfortunately, this module does not currently have a built-in way to disable moderation without allowing everyone to moderate. I have added an "issue" to the project in the hopes that maybe such a feature could be worked into the road map.

http://dnnrepository.codeplex.com/workitem/21511

In the meantime, you can approve all entries in one swoop with Host access to run the following query:

UPDATE {databaseOwner}[{objectQualifier}grmRepositoryObjects] SET [Approved] = 1;

Writing a scheduler task to run the above query could be done fairly quickly and easily. It would require writing actual code though.

The "Send Email when Item Uploaded" setting allows you to enter an e-mail address to send new uploads to, avoiding the e-mails to the admin account.

As far as the comments not looking desirable, this is kind of a subjective thing, as they look mostly fine in the most recent version of the module and appear to be easily styled via CSS. Are you on an earlier version of the module by any chance?

For the date format, look at the XML file for the appropriate template and view. Find the token for the date and modify it like shown below (doing so might also merit creating a new template to prevent upgrades from overwriting your changes).

<Object>
<Token>[CREATEDDATE]</Token>
<Settings>
<Setting>
<Name>DateFormat</Name>
<Value>ddd MM/dd/yyyy @ hh:mm tt</Value>
</Setting>
</Settings>
</Object>

Note the "tt" above.

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
9/13/2011 1:52 PM
 
Thank you so much, Will! I really appreciate your help!

I do have a couple follow-up questions...

Re:
"In the meantime, you can approve all entries in one swoop with Host access to run the following query:
UPDATE {databaseOwner}[{objectQualifier}grmRepositoryObjects] SET [Approved] = 1;
Writing a scheduler task to run the above query could be done fairly quickly and easily. It would require writing actual code though."

I'm not sure I know how to do this? Can I do this strictly through the "Schedule" option under Host? I'm running Community, so I don't know if that makes a difference, but I don't understand how to add this through the "Add item to schedule" option.

Re:
"The "Send Email when Item Uploaded" setting allows you to enter an e-mail address to send new uploads to, avoiding the e-mails to the admin account."

I can't seem to find this setting in the "Settings" of the module. I'm running version 3.1.15.

Re:

"As far as the comments not looking desirable, this is kind of a subjective thing, as they look mostly fine in the most recent version of the module and appear to be easily styled via CSS. Are you on an earlier version of the module by any chance?"

You know I thought this would be a simple fix too, but the [Grid] that contains the comments seems to be driven by the comments.xml file in the "nifty" look I'm using.  I thought surely I could just Firebug it, see what class is on the actual TD holding the comments and adjust, but there isn't a class on it to tweak. I also thought maybe I could add a "CellPadding" setting in the XML (since it was noted in the User Guide), but that doesn't seem to be working either.  It's not a HUGE deal, but I can't believe I'm having a hard time figuring out how to adjust it! LOL! I can add an alternating row color, but I really just want some padding =)

As for the date, I'm good now. Your solution worked brilliantly...thank you so much!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryCan you turn off moderation? (And a couple other questions)Can you turn off moderation? (And a couple other questions)


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