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

Terms & Conditions Statements

This has nothing to do with coding Drupal, but affects every site that uses it - T&C and Privscy statements.

Does anyone know of a good source of Terms & Conditions and Privacy statements that Drupal users can add to their sites?

I had a look at Creative Commons (http://www.creativecommons.org), but it wasn't what I was looking for.

Does anyone also have any ideas of where to integrate T&C and Privacy statements into Drupal?

SQL Script

Anyone got an SQL script that cab be run from a browser to create the tables end basic entries for the MySQL database? So that it can be posted on this site. I an thinking along the lines of the one provided with phpNuke.

request new password feature - how safe?

so anyone can reset anyone else's password? or am i missing something

drupal with magic quotes "on"

Hi!

I can't configure php my own way so I am searching a way to use drupal with magic quotes on.
Today I tried this code on the top of the common.inc :

foreach ($_POST[edit] as $key => $value)
{
$_POST[edit][$key]=stripslashes($value);
}

I will test it the next day. Somebody already did this?

If it is working we may import this with a possiblity to set it on/off in config.

Funding Drupal Import.Module improvements

I understand the development of Drupal is a collective effort. I have some ideas for improvements in Drupals import.module. I would be willing to donate money towards improving the syndication section. If you are familiar with www.newsisfree.com they have perfected the layout for a large syndication site. Drupal is very close but I think it could use a little more work The design thus far has been excellent but the goal should be to take the product to the next level.

I have some ideas that I would like to kick around. The current default templates layout is really good when syndicating a small number of sites. But problem arise when the number of site you want to syndicate feed grow beyond 20. The pages become very cluttered and contain too much data. To avoid clutter we should be able to easily configure the tool bar and control the number of items listed. Clean up of the database needs to be improved on and several other enhancements.

How to show a table, matrix, list ...?

I'd need to keep a table with different fields that I'd like to show from somewhere in my site. This information can be updated on regular basis.

Does anyone know if something like this is already implemented on drupal or any of the contributed modules?

Thankx

Pages

Subscribe with RSS Subscribe to RSS - General discussion