UN-Installing Drupal

Hi,

Very sorry - I wasn't sure where to put this.
I am currently having massive problems clearing Drupal from my public_html.
I cannot get rid of the sites folder.

I have tried changing permissions (for all folders within the sites folder), it doesn't seem to register the change.

The path I'm having trouble with is this:

sites/default/files/color/bartik-9948370e

which contains two files: colors.css and logo.png.
These two files seem to be the problem. They won't accept me changing their permissions.

Trying to upgrade my first module to D7

I decided to undertake a module upgrade to try and improve my Drupal knowledge.

Whenever I am stuck with an issue - 9 times out of 10, I can find help here so it would be nice to be able to offer more in return - and knowledge is power :)

I am trying to upgrade userpoints_evaporate from D6 to D7 as my first project.

I thought this would be quite a simple starts as there are many contrib modules for userpoints which I assumed would have similar .module and .admin.inc files for me to compare.

I have used coder module, run the module through, fixed any issues and they are now clean on the review tab. This has made the module installable for D7 - Result :)

However, my first issue (and I really have been trying for over 2 hours here) is there is no admin menu link as there should be.

The code in .module is


/**
* Implements hook_menu().
*
* Module administration
*/
function userpoints_evaporate_menu() {
$items['admin/config/userpoints/evaporate'] = array(
'title' => 'Evaporation Settings',
'description' => 'Change settings for the userpoints_evaporate module.',
'page callback' => 'drupal_get_form',
'page arguments' => array('userpoints_evaporate_admin_settings'),
'access callback' => 'user_access',
'access arguments' => array('administer userpoints'),
'file' => 'userpoints_evaporate.admin.inc',

Displaying views only on a particular Page

we are using drupal 7.x. The requirement is listing top 100 posts on a page. i have created an article page (top100) using content module. Then created a view (view_top100) of type block. At this point the results are displayed at the bottom of the view. Next, i want to attach this view to the article page. Can someone help me out?

Upgraded today and got undefined function error

I upgraded today to 7 I believe. Now I get this error on every page: Fatal error: Call to undefined function phptemplate_preprocess_block_editing() in /home/cvyp/websites/www/sites/all/themes/cvyp/template.php on line 208

Line 208 is: phptemplate_preprocess_block_editing($vars, $hook);

It is in this:

$form_state, select list submitted value, devel

Hi,
I have a form submit hook in a custom module. I am trying to get the selected value of a select
list named 'signaldata' in the form using

$form_state['values']['signaldata'];

This does not return anything.
Here is the select list code:

Using Lightbox2 to Display Audio

I would like to know if it's possible to set up Lightbox2 to display audio tracks from a view. Essentially, I want to do something like this:

http://www.haroldarnn.com

On my personal music page, using drupal. Has anyone done this before, or know what steps I need to take first to get started? I haven't done much with Lightbox before, so am not sure really how it all works and comes together.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x