Report content button

Hello,

I am looking for some module or something so i can have on every article "Report" button.

Admins or moderator will get reported content on email or somewhere, it doesnt matter.

Is there any module or some customization?

Thank you!

Removal of /drupal-7.7/ from URL.

I have a site in a sub-directory called "drupal-7.7". I was unable to install Drupal directly into public_html. I am now looking to remove the /drupal-7.7/ from my URL, so my pages look like this: http://www.example.com/
and not this: http://www.example.com/drupal-7.7/

I found this answer on Stack Overflow (http://stackoverflow.com/questions/5716839/how-to-remove-drupal-from-url...).

It essentially says create a .htaccess file in public_html which looks like this:

RewriteEngine On

RewriteBase /example.com
RewriteRule ^$ drupal/ [L]

# rewrite rules for drupal files
RewriteCond %{DOCUMENT_ROOT}/example.com/drupal/$1 -f
RewriteRule ^(.*)$ drupal/$1 [L,QSA]

# rewrite rules for drupal paths
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ drupal/index.php?q=$1 [L,QSA]

I have done this, editing the "drupal" paths to "drupal-7.7" paths. However, I am getting a 500 Internal Server error. The .htaccess file in public_html looks like this:

RewriteEngine On

RewriteBase /example.com
RewriteRule ^$ drupal/ [L]

# rewrite rules for drupal files
RewriteCond %{DOCUMENT_ROOT}/example.com/drupal-7.7/$1 -f
RewriteRule ^(.*)$ drupal/$1 [L,QSA]

# rewrite rules for drupal paths
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

Importing data into Drupal 7 field_data table

I have added several fields to the user entity. I can import data to the user table using Feeds and a csv file, but I cannot import data into these additional fields. What is the best way to import data into added fields in Drupal 7?

Placing image right/left/top/bottom of text in custom content type

I have created a simple content type (Drupal 7) that consists of a text area (body) and an image. I would like to have the end user specify, when creating/editing this content type, whether the image should be placed to the right/left/top/bottom of the text.

Calendar 7.3 PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062

I hope that this is the correct place to ask for help.

I installed drupal in the hopes of getting a calendar of events that members can use to post their own events.
I had 7.2 core with 7.2 calendar which did not work so I installed 7.7 with 7.3 calendar and used Arlin Sanbulte's video. All was well until I got to saving the calendar views. I am not sure if this has to do with the fact that I uninstalled and reinstalled calendar or whether it is a new issue.

Page not found error with Privage Messaging

Hello all -

I've just installed 7.7 on a Fatcow hosted site using their software SimpleScripts. I think that I've configured the permissions for Contact and Private Messaging correctly, but when trying to send a PM (by clicking on Send this User a Private mesage), I'm directed to this page:

http://theunderhiller.com/?q=messages/new/1&destination=user/1

which returns what I guess is the 404 error:

Page not found
The requested page could not be found.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x