question about formatting in Views

Hi,

I posted this a few days ago in the Themes forum, but perhaps that was the wrong venue.

When using Views, I am generating a field that sets a link to an uploaded file. When I specify "generic file" in the Formatter, the links are rendered on the page in the following format:

[page icon] [file name (with extension)]

So, if I uploaded a file name "test.txt", it would be seen as a link "test.txt" with a little page icon to the left of "text".

Help with Drupal 7 node_save()

hello,

i need some assistance with an issue that is bugging me. I am trying to convert a drupal 6 module to drupal 7. We used node_save() to save changes programatically in drupal 6 module.

However when i use the same function in drupal7, the node fields are not updated. Last modified time of the node changes in the drupal database..so something IS happening.. just that I don't see my changes to the fields.

I need some help with this

I am using the current version of Drupal and I am trying to install access_perm_group -6.x-1.0-beta1. In the docs its telling me that I need to use this code, but it does not say where I should put it?

USAGE

hook_access_perm_group_add($client_label, $services)

Example:

/**
* Implementation of hook_access_perm_group_add()
*/
function foo_access_perm_group_add($client_label, $services) {

if (!in_array('foo', $services)) return;

$foo_types_all = foo_get_types();

Access_Perm_Group Module

I am using the current version of drupal and I am trying to install access_perm_group. Where do I put this code?

USAGE

hook_access_perm_group_add($client_label, $services)

Example:

Regarding Organic Groups - Theme change

hi,

Is there any way to make newly created groups to set a different theme. I want users to be able to choose the themes, simply that groups have a different theme of the site.Please help me to solve the problem.

Thanks and Regards,
venkatesan.R

How do I build an Interactive Web Response System

Visitors of the to be build website have to fill in a multi-page questionnaire. The questions in this 'form' should be adaptive to the responses of the visitor to the 'previous' questions. At the end of the series of questions there should be an advice to the visitor, which is based on all the given answers.

Are there already some modules available to build a tool like this? I know of the Quiz module, but this doesn't have a way to build in adaptive responses/workflow.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x