0
votes
1answer
73 views

Drupal Webform Radio button slider?

I have created a webform in Drupal. It has a pagebreak after every question. What I want to achieve is the following: When someone clicks on a radio button, the next question should slide up without ...
0
votes
4answers
56 views

Add signature in node

I was trying to add signature in every node in my drupal 7. I found this the code was for drupal 6. What would be the code for Drupal 7? please help me because I have no idea about drupal api. Thanks
0
votes
0answers
40 views

Add VBO checkbox to send Bulk emails in Admin

We are using Enterprise Event module in Drupal 7. I checked the Views and module files but not able to locate the file as from where Manage Registration Page is formed. Please guide me how I can add ...
2
votes
1answer
56 views

Checkbox whether display Node title

How can I add a checkbox when I create a new page to decide wheter the user want to display the node title or not, as like the hook_block_configure() function ?
0
votes
1answer
96 views

Customize admin contenttype page design in drupal 7?

i have created template file for my contenttype wallpaper but i don't know how to get form design in that page. for example my content type name is wallpaper, so i create template file for ...
0
votes
1answer
81 views

Why is it easily possible to theme node add forms and not node edit forms?

Why can i override: page--node--add--mycontenttype.tpl.php and not: page--node--edit--mycontenttype.tpl.php What is actually quite the same form?
0
votes
1answer
220 views

How can I display/hide a div based on taxonomy term value on node.tpl.php file?

I am not a dev, but am trying to show and hide a div for on a particular node type node.tpl.php file based on taxonomy term value. can someone please let me know how to do this. *I AM ADDING THE ...
3
votes
2answers
114 views

archive_page() from archive module in drupal 6 shows all nodes not date specific

I installed Archive module and used following code in a custom template: print archive_page('all', 2012, 10, 12); but it shows every single node I posted, How can I make it load nodes according to ...
1
vote
2answers
46 views

Custom page containing list of nodes separated by content type and date like an Archive

How can I create a custom page containing list of nodes separated by content type and date like an Archive? I think it requires pagination too. So is there any module for this purpose (Drupal 6)?
1
vote
1answer
103 views

Query and print out random nodes in drupal

How to query random nodes in Drupal 6 without views? I can print out last nodes but random nodes are the problem.
3
votes
1answer
113 views

prevent drupal from redirecting to created nodes

as you know after publishing a node Drupal redirects to that node. How Can I change this functionality ? I want to force it to stay on the same page or maybe redirect it admin page instead of nodes.
0
votes
1answer
66 views

How to list most viewed nodes using Statistics module?

How to list most viewed nodes using Statistics module in Drupal 6? I'm looking for the PHP code to use in a custom theme.
2
votes
2answers
240 views

Show image filenames on Drupal 7 node

I upload multiple images to a node using one content type image field. I need to render the file name for each image under the image when viewing the node, all I get at the moment is just a page of ...
1
vote
2answers
218 views

Can I make a Views “Rendered Node” field not be linked to the original node?

I have a view that outputs rendered nodes. Setting "Show: Rendered Entity" doesn't work, because I need to add other things like edit links and custom text. So I set "Show: Fields" and used a ...
0
votes
2answers
153 views

Find current layout name for a Panels Node?

I'm using Panel Nodes for a layout, one of which is a specialized layout that will change the overall theme design (Namely hiding the header and footer). However, I cannot seem to find a way to ...

1 2 3 4
15 30 50 per page