Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared-suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared-suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared-suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
Do you see that field when you are logged out? What people see there depends upon user permissions. To change that, look at the input formats settings. If a user role has permissions to use two or more different input types, then there will be the choice offered under the text area.
Laura
On May 23, 2007, at 7:35 AM, Jody Cleveland wrote:
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared- suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
I do, yes. What I have is, full html setup as the default. And filtered as being available for anonymous and authenticated. Ideally what I'd like is, full html for my content authors, and filtered for everyone else.
I know I can have filtered as the default, and then say that full is available only to content authors. But, then, I have to switch input formats every time I create content. Is there a way to do a default for each one?
On 5/23/07 9:35 AM, "Laura Scott" laura@pingv.com wrote:
Do you see that field when you are logged out? What people see there depends upon user permissions. To change that, look at the input formats settings. If a user role has permissions to use two or more different input types, then there will be the choice offered under the text area.
Laura
On May 23, 2007, at 7:35 AM, Jody Cleveland wrote:
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared- suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
http://drupal.org/project/filterbynodetype
That module may be of use to you. You can restrict a specific node type to have just one input format, then make sure the anonymous user (and others) has access to it.
On Wednesday 23 May 2007, Jody Cleveland wrote:
I do, yes. What I have is, full html setup as the default. And filtered as being available for anonymous and authenticated. Ideally what I'd like is, full html for my content authors, and filtered for everyone else.
I know I can have filtered as the default, and then say that full is available only to content authors. But, then, I have to switch input formats every time I create content. Is there a way to do a default for each one?
On 5/23/07 9:35 AM, "Laura Scott" laura@pingv.com wrote:
Do you see that field when you are logged out? What people see there depends upon user permissions. To change that, look at the input formats settings. If a user role has permissions to use two or more different input types, then there will be the choice offered under the text area.
Laura
On May 23, 2007, at 7:35 AM, Jody Cleveland wrote:
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared- suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
Wow, that's outstanding. That should work perfectly. I only wish that included comments.
- jody
On 5/23/07 11:33 PM, "Larry Garfield" larry@garfieldtech.com wrote:
http://drupal.org/project/filterbynodetype
That module may be of use to you. You can restrict a specific node type to have just one input format, then make sure the anonymous user (and others) has access to it.
On Wednesday 23 May 2007, Jody Cleveland wrote:
I do, yes. What I have is, full html setup as the default. And filtered as being available for anonymous and authenticated. Ideally what I'd like is, full html for my content authors, and filtered for everyone else.
I know I can have filtered as the default, and then say that full is available only to content authors. But, then, I have to switch input formats every time I create content. Is there a way to do a default for each one?
On 5/23/07 9:35 AM, "Laura Scott" laura@pingv.com wrote:
Do you see that field when you are logged out? What people see there depends upon user permissions. To change that, look at the input formats settings. If a user role has permissions to use two or more different input types, then there will be the choice offered under the text area.
Laura
On May 23, 2007, at 7:35 AM, Jody Cleveland wrote:
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared- suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]
I only use it for nodes, but I would certainly welcome a patch that allowed it to work for Comments as well. :-)
--Larry Garfield
On Thu, 24 May 2007 07:27:13 -0500, Jody Cleveland cleveland@winnefox.org wrote:
Wow, that's outstanding. That should work perfectly. I only wish that included comments.
- jody
On 5/23/07 11:33 PM, "Larry Garfield" larry@garfieldtech.com wrote:
http://drupal.org/project/filterbynodetype
That module may be of use to you. You can restrict a specific node type
to
have just one input format, then make sure the anonymous user (and
others)
has access to it.
On Wednesday 23 May 2007, Jody Cleveland wrote:
I do, yes. What I have is, full html setup as the default. And filtered
as
being available for anonymous and authenticated. Ideally what I'd like
is,
full html for my content authors, and filtered for everyone else.
I know I can have filtered as the default, and then say that full is available only to content authors. But, then, I have to switch input formats every time I create content. Is there a way to do a default for each one?
On 5/23/07 9:35 AM, "Laura Scott" laura@pingv.com wrote:
Do you see that field when you are logged out? What people see there depends upon user permissions. To change that, look at the input formats settings. If a user role has permissions to use two or more different input types, then there will be the choice offered under the text area.
Laura
On May 23, 2007, at 7:35 AM, Jody Cleveland wrote:
Ok, so far I've created the content type, and I set permissions so that anonymous users can create a suggestion. What I noticed is that Input Format shows up at the bottom of the page. Can I turn that off for anonymous users and have filtered html set as the default? I don't want anonymous users to be able to use any html code at all. But, my trusted authors should be able to.
- jody
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays
them.
To precisely duplicate what they have done, make sure your table
view
includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote: > Hello, > > Anyone know how to make a 'suggestion box' in drupal? I'd like to
do
> something like this: http://www.netsquared.org/netsquared- > suggestions > > I've tried the feedback module, but that doesn't show what others > have > suggested like that page does. > > - jody
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
Hello all, I was looking at the documentation available on the drupal site and it's not as clear as to which pages one might want to turn to first to get comfortable with Drupal 5.x.y In the past there was a set of handbooks that took one from start to the point where one understands all the basics like themes, menus, blocks, and content and related to content access rights for certain groups. If I wanted to print something out from the documentation, what pages would be best to use for this overall information? It may be that my end users will need something very basic as well, very, very basic. The idea is to give users who don't know HTML, much less CSS which is nothing in comparrison to PHP... I seek a basic, end user, set of documentation that would cover "using" the site, as it were, without being a web designer. Where might I turn to meet these two needs? or what pages would be able to cover these two user needs, or topic areas? I seek something of the form of "go here to such and such pages..." Please.
I'd be curious as well about how others have used this software. For example, has drupal been used in web sites where the users are not in any way web designers? What role does an administrator have to play in getting a site to that stage where the end users can "use" the site, in the opinion of others on the list that have done this? Examples of how Drupal is used would be desireable... thanks in advance, Bruce
The links below are starting places that I believe will get you to what you seek, if you follow the page flow order.
On Saturday 26 May 2007 00:03:21 Bruce Whealton wrote:
Hello all, I was looking at the documentation available on the drupal site and it's not as clear as to which pages one might want to turn to first to get comfortable with Drupal 5.x.y In the past there was a set of handbooks that took one from start to the point where one understands all the basics like themes, menus, blocks, and content and related to content access rights for certain groups. If I wanted to print something out from the documentation, what pages would be best to use for this overall information?
It may be that my end users will need something very basic aswell, very, very basic. The idea is to give users who don't know HTML, much less CSS which is nothing in comparrison to PHP... I seek a basic, end user, set of documentation that would cover "using" the site, as it were, without being a web designer. Where might I turn to meet these two needs? or what pages would be able to cover these two user needs, or topic areas? I seek something of the form of "go here to such and such pages..." Please.
I'd be curious as well about how others have used this software.For example, has drupal been used in web sites where the users are not in any way web designers? What role does an administrator have to play in getting a site to that stage where the end users can "use" the site, in the opinion of others on the list that have done this? Examples of how Drupal is used would be desireable...
http://drupal.org/handbook/is-drupal-right-for-you
thanks in advance, Bruce
Quoting Larry Garfield larry@garfieldtech.com:
http://drupal.org/project/filterbynodetype
That module may be of use to you. You can restrict a specific node type to have just one input format, then make sure the anonymous user (and others) has access to it.
Sounds like what the doctor ordered for me as well. Thanks, Larry.
Earnie
I'm working on the view here: http://www.wals.lib.wi.us/drupal_sandbox/mpl-suggestions
It shows the suggestions, and the number next to them. But, if you notice at the top, it shows (42) with nothing next to it. I'm /guessing/ that's how many total pages I have, but I'm not sure. Is there a way to hide that?
Here's what I have in my view:
Provide Page View View Type: Table View
Fields Node: Title Node: Body
Arguments Text: Suggestion Topics
On 5/22/07 10:34 AM, "Bill Fitzgerald" bill@funnymonkey.com wrote:
CCK and views --
A cck node called "suggestions", and a table view that displays them.
To precisely duplicate what they have done, make sure your table view includes a comment count field.
Cheers,
Bill
Jody Cleveland wrote:
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared-suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
hi.
if you don't want to create a flexy node for that purpose you could look into the frequently asked questions module and modify it to your purpose. http://drupal.org/project/faq
All the best, Mohammed Al-shar' msn: msharo@softhome.net skype: world.of.wonders www.wowonders.net ----- Original Message ----- From: "Jody Cleveland" cleveland@winnefox.org To: support@drupal.org Sent: Tuesday, May 22, 2007 6:28 PM Subject: [support] How to have a suggestion area?
Hello,
Anyone know how to make a 'suggestion box' in drupal? I'd like to do something like this: http://www.netsquared.org/netsquared-suggestions
I've tried the feedback module, but that doesn't show what others have suggested like that page does.
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]