I'm using the Content Template module to display the fields that I've added through CCK. When I copy all the variables and format them accordingly, I still have the problem where blank fields display the title of the section without any content.
Can someone offer a non-developer some simple code to check if a field in the Content Template is blank and hide it accordingly? Thanks!
One my clients required a method for protecting uploaded files using the access rights from Organic Groups. Only users who were members of a group should be able to download a file that was attached to a protected node (i.e, a node which had og_subscriber set as the realm value in the node_access table). The kicker was that the client also needed to enable group members to make a node public, along with all the documents attached to that node.
I am looking for a way to extend the list of formatters of a given CCK-field without hacking the module itself. I want to create a custom module which extends the formatter-list of a CCk field.
To be more concrete:
I am using the filefield.module but I want a different display of the files within custom views. I can create a custom theme for the display but this will affect the display of all file-fields.
Hi, I'm relatively new in developing in Drupal. My interest started a month ago, and luckily my boss gives me all the space in exploring Drupal.
Meanwhile my first module is a fact. I've written a search module witch enables an user to do a Google search on various websites, witch can be defined by the administrator.
Replacement Tags finds Tags in configured content and changes it with the configured text.
Smileys finds ASCII smileys in content and replaces with images.
In theory they both do almost the same thing...
I configured everything correctly, but it doesn't seem to filter the posts.
Neither on already posted content nor on new content. It just doesn't replace what should be replaced.