This forum is for less technical discussions about the Drupal project, not for support questions.

Petition Module

Hello,

I'm thinking of implementing a petition module. Is anyone currently working on this? Also, I haven't dug too deeply into the module code, can someone suggest a module that might make a good template?

Thanks
Joe Cotellese
www.clearstatic.org

Caching

I searched the site and didn't find any mention of it -- does Drupal do any output caching?

~ Jordan

Tips'n'Trick for Newbies (by a Newbie)

Decided to gather some useful tips that I've used while building my site http://100777.com
Let's call it "Tips'n'Tricks for a newbie by a newbie". Additions are more than
welcome.

Letting users choose their password?

Hi,

Is there a hack available which would allow Users to choose their own password, rather then being e-mailed? Through a search I found that this question has been raised before(http://drupal.org/node/view/1959). That post specifies the code which handles the registration process, but does not imply there is a hack.

If there is a hack available, I'd appreciate someone to point me to it. Thanks!

Scott

want some plain layout version of the box

I am trying to print, say the user information box, into a line of text with links associated. So, a plain line layout version of the box would be it, right? But I am not sure what should I edit to create something similar to the box.

Any suggestion would be greatly appreicated!

Thank you.

thoughts on node structure and node table

I have been using phpbb, and noticed some of the way phpbb handle posts, which is different from drupal handle node.

I appologize if anybody feel offended by my comparing them. I know Drupal is a great project, that's why I am here. And I am pretty new to Drupal, please feel free to correct me if I am wrong.

All post in phpBB has fields like id, poster (author), last updated, visit counts, etc. as well as subject (title) and post text. phpBB store the regular int or char fields in one table, and the subject and post contents (both are text) in another table. I am wondering if this is because this makes the post table smaller (not much text, most fields are int or char or varchar), and thus faster for regular query for display the list/index etc. It also has topic table which has subject but no content text.

As node is the fundamental type here, it has title, teaser and content, which probably every new type that inherits from it will have to carry, because Drupal is for content management. This is the best choice for content management. But it will become less efficient if it is used for management of items like contacts, directory, etc, which does not have much text content, but many different tiny or small fields.

As it is currently with Drupal, I don't see case where we are creating a node directly, mostly we are creating a story, a static page, or a book page, or other type of node. Thus, it sounds to me it might be faster to query the node table if we move the teaser and body content from node to it's child type, such as story, page, etc. I am not sure how much this will affect the query of node table. Anybody knows database please correct me if I am wrong. But the fact is that node table is the one been queried the most. A smaller node table should make all the queries on node table easier and faster.

Pages

Subscribe with RSS Subscribe to RSS - General discussion