contributed module are not visible

I have recently installed Drupal 7.4 on a server running:

Centos 5.5
PHP 5.3.6
mysql 5.0.77, for redhat-linux-gnu on x86_64

I have already installed:

admin_menu-7.x-3.0-rc1.tar.gz
libraries-7.x-1.0.tar.gz
superfish-library-for-drupal-v1.zip
superfish-7.x-1.8.tar.gz

These are installed in the

sites/all/modules/

How to apply a block theme to a view block (block--views--viewname.tpl.php)?

I posted this under another thread of mine but I think it got lost since my initial question was answered and this wasn't seen below.

I am trying to theme a view and while I understand the block--{module}--{delta}.tpl.php thing now but I have issues with applying a theme for a view at the block level.

What I mean is that I want to customize the outer block and not the view itself.

View Name: Recent Articles
Display: Block

Under blocks, the configure link is admin/structure/block/manage/views/recent_articles-block/configure

Naturally I think block--{module}--{delta}.tpl.php should be block--views--recent_articles-block.tpl.php but that doesn't work. I also tried themer which told me block__views__recent_articles-block.tpl.php which I suspect is a bug since it's still in dev mode and "__" should be "--" but tried both anyway.

I've tried these and nothing seems to apply.

block__views__recent_articles-block.tpl.php
block--views--recent_articles-block.tpl.php
block--views--recent-articles-block.tpl.php
block--views--recent_articles.tpl.php
block--views--recent-articles.tpl.php
block--views--view-recent-articles.tpl.php
block--views--view-recent_articles.tpl.php
block--views--view-recent-articles-block.tpl.php
block--views--view-recent_articles-block.tpl.php

Views based on user fields

OK, I thought this would be easy(ish) but I"m stuck!

I'd like to create a View (in this case of Drupal Commerce product displays) which is filtered based on profile field data of the currently logged in user.

I've added a field to the user profile: chest width.

I've made products (clothes) which are customized to a user's chest width.

I want to only return those products (nodes) to the View which are within an acceptable range of measurement.

Something like:

Needing to List an Ubercart Attribute in a custom Views Report

I am a beginner Drupal user, and extremely new to coding etc. I am creating a custom report from Views and need to list an attribute that I created. The ultimate goal is to create shipping info with a combined product listing of what is in the shipments, so the packers can just pack the bags via the label. I am going to export the report to a csv file and then have UPS Worldship fetch the file to auto generate the labels.

Advice on slideshow with thumbnail hover

Can anyone advise me on the best way to achieve the following:
-on a series of pages of a certain content type I have 6 thumbnail images + some text.
-I want to be able to show one of the images in a larger fixed box above the thumbnails, and for this larger image to change on mouseover of one of the thumbnails.

Drupal 7 - allow user to select which fields are visible in a view, possible?

I have a view with about 20 fields, displayed in a table. Not all fields are needed all the time, so i want an exposed filter to allow selecting of which fields are visible in the table. This seems to be what I am looking for but only for 6: http://drupal.org/project/views_dynamic_fields

Any help would be appreciated.

Cheers.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x