0
votes
1answer
35 views

Pass taxonomy terms from node to block

just wanted to scope peoples thoughts on the best way to do this: I have a node which surfaces taxonomy terms. I need to pass them to a custom block (templated with block.tpl.php). The terms can be ...
0
votes
3answers
59 views

How do I add javascript to a node or block

I've made a cost calculator script and want to use it on my Drupal 7 site. I heard to use drupal_add_js, but I don't know in what context.
0
votes
1answer
22 views

How do I put this custom CSS and JavaScript into a certain block?

I'm having a hard time getting this: http://dev.chrisruno.com/sahshe/quiz/ To go into a block in this node: http://sahshe.chrisruno.com/?q=node/22# I've successfully included the two Javascript files ...
1
vote
0answers
34 views

Blocks appearing inside the Content Nodes(Article)

I have added two blocks in my content page such as Most Popular block and Related Contents. I have also arranged these blocks to be appear in the lower in the Content section inside the Blocks. But, ...
0
votes
3answers
39 views

How can I display a block as a node?

I've got a modules that supplies a bunch of blocks. I'd like to be able to display them individually as stand-alone pages. I can embed them into nodes, but then I'll need to create each node manually. ...
0
votes
1answer
64 views

Create a view block that shows list of nodes that references same node as current node

I have two content types. "Article" and "Collection". Any article can be placed into collection. Also when you create collection, you can select articles to be placed into collection. So I have ...
0
votes
0answers
35 views

Use Drupal7 to build a website for Apple APPs download [closed]

Want to build a APPS download website, Iphone or IPad users can install freely.I chose Drupal7 to achieve it. the website should list all the Apps for users. each App have a title a icon, a button ...
0
votes
0answers
27 views

Convert nodes and blocks from Drupal 6 to Drupal 7

I recently made the jump from Drupal 6 to Drupal 7. I was forced to re-install Drupal. My host moved the .htaccess file over. I got the database moved from Drupal 6 to Drupal 7. However, the issue I ...
1
vote
3answers
205 views

Change region/block content based on current node

I am trying to figure out how to change the content of a region/block depending on the node being viewed. Lets say I was creating a website for a grocery store. The home page will have several links ...
0
votes
0answers
108 views

Why block with add node form returnes errors?

To show add node form in particular place I created a new block on the Block page with content: <?php global $user; module_load_include('inc', 'node', 'node.pages'); $node = (object) array('uid' ...
3
votes
3answers
111 views

Is there a module that can display a specific block to a specific node?

I have quickly seen view reference and context module, though they can display a view or block to a specific content type, Im not sure if they can do it within specific node. Example I want to ...
1
vote
1answer
317 views

How to expose edit link on editable areas for all authorized users?

The ideas is that in Drupal 7, on mouse hover on a node (or block) a edit link appear at top corner of the node (or block), just like the cog that appears for admin when s/he hovers on editable ...
0
votes
1answer
62 views

Modifying only node forms, not forms appearing in blocks?

I have a contact webform in a block in a sidebar that appears on every page. I also have some webform nodes. I want to use hook_form_alter() to modify the forms that are nodes, not those that ...
-1
votes
1answer
136 views

How can I Invite only gmail contacts from my drupal site? [closed]

I want to invite gmail contacts in to my Drupal site. I am using invite module, but it is not working for separate selection like gmail, yahoo, etc. Please let me know any one have patches or else any ...
3
votes
2answers
651 views

View's Block displaying above node content

I created a Block from a view and Displayed on a particular node. However the block is being displayed before the node content. I tried with the Blocks row-weights but is of no use. All i need is to ...

1 2 3
15 30 50 per page