• Sign Up
    • OpenID
    • Google
    • Yahoo!
    • Facebook
    • Ning
  • Discuss
  • New Topic
  • Categories
  • Forum
  • Debate
  • Languages
    • English
    • Finnish
    • Arabic
    • Italian
    • Korean
    • French
    • Chinese(Traditional)
    • Chinese(Simplified)
    • Swedish
    • Czech
    • Hindi
    • Dutch
    • Norwegian
    • Russian
    • Croatian
    • German
    • Japanese
    • Bulgarian
    • Portuguese
    • Chinese
    • Spanish
    • Greek
  • Login

Ok

Ads

affordable seo

Ask a Question



Welcome New Members!

zhangwigs

chandan...

jimmy b...

moneyma...

stacyjohn

Emile

Tiffany

CBIL360

Lawsons

christi...

meiwei

kingkhan

brendaj...

swati

sunnyjohn

conniejohn

sunnyping

fengmi

califor...

hengjiao


Hot Topics

array code column content Custom database drupal element field file form function index jquery module MySQl node page PHP query server something SQL string table theme time user VALUE way

 

 
  • First
  • Previous
  • 1
  • 2
  • Next
  • Last

Cutie101

Does the delete node command not actually delete the nodes from drupal's db?

Does the delete node command not actually delete the nodes from drupal's db? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: drupal command node - 528 Views
  • Posted by Cutie101

Playboy...

Is there a way to do a full page template preview of a node when editing?

Is there a way to do a full page template preview of a node when editing? I can't find anything on google about this (or bing) Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: way page preview node template - 125 Views
  • Posted by Playboy...

bob

What's the best module for making a node be a modal pop up window?

What's the best module for making a node be a modal pop up window? (Looking to make login page and post comment page modal popups) Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: modal pop window node module - 105 Views
  • Posted by bob

bob

How to tie into the node edit/modify action ?

How to tie into the node edit/modify action ? I want to perform some post processing after node is created or modified... Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: processing action post node - 1410 Views
  • Posted by bob

Jessica

What's the most efficient way of cloning a node but not its children?

What's the most efficient way of cloning a node but not its children? i.e. just its attributes Expand

  • In jQuery 1 month ago
  • 0  Replies
  • Tags: way node - 755 Views
  • Posted by Jessica

StarTalker

Is there any way to only show nodes less than the most current node in a view?

Is there any way to only show nodes less than the most current node in a view? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: view way node - 658 Views
  • Posted by StarTalker

AngelIdiot

Can I somehow restrict access to a node from hook_nodeapi?

Can I somehow restrict access to a node from hook_nodeapi? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: access nodeapi node hook - 79 Views
  • Posted by AngelIdiot

Redskin...

Can somebody tell me why my node content isnt displaying?

Can somebody tell me why my node content isnt displaying? it works for one content type but not the other... Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: type somebody isnt node content - 135 Views
  • Posted by Redskin...

bob

Is there a way to check which view is loaded in a node?

Is there a way to check which view is loaded in a node? Expand

  • In Drupal 1 month ago
  • 0  Replies
  • Tags: way node - 84 Views
  • Posted by bob

Sandy

What's the best practice to show a form in another form?

What's the best practice to show a form in another form? I want to have the node_access form (or at least a piece of it) visible on node creation… Expand

  • In Drupal 1 month ago
  • Tags: piece access practice form node - 898 Views
  • Posted by Sandy

AngelIdiot

How can I output raw content in Drupal 7?

How can I output raw content in Drupal 7? I don't want any template tags, just the raw output of the node. Expand

  • In Drupal 1 month ago
  • Tags: output Drupal node template content - 1249 Views
  • Posted by AngelIdiot

Sunmill

When viewing /node/x, shouldn't node.tpl.php be used?

When viewing /node/x, shouldn't node.tpl.php be used? from what I see page.tpl.php is still the one being used. (7.0 btw) Expand

  • In Drupal 1 month ago
  • Tags: btw tpl php page node - 362 Views
  • Posted by Sunmill

Sally

Is there a place where I can have only authenticated users view a node?

Is there a place where I can have only authenticated users view a node? Expand

  • In Drupal 1 month ago
  • Tags: place node - 863 Views
  • Posted by Sally

Jessica

How to implement content moderation?

How to implement content moderation? say I created a node. it shud be published only when admin approves it Expand

  • In Drupal 1 month ago
  • Tags: admin shud node moderation content - 1896 Views
  • Posted by Jessica

Playboy...

How can I limit the content in a node's body for the teaser?

How can I limit the content in a node's body for the teaser? (specifically I need it when I'm looking at all nodes with a certain tag) Expand

  • In Drupal 1 month ago
  • Tags: teaser tag node body content - 2840 Views
  • Posted by Playboy...

StarTalker

How to retrieve all formats where a specific filter is activated?

How to retrieve all formats where a specific filter is activated? Actually I want to trick -> $cache_id = $format .':'. md5($text); .. I want to delete the cache during node save Expand

  • In Drupal 1 month ago
  • Tags: filter format cache node text - 2699 Views
  • Posted by StarTalker

Redskin...

Do all content types create it's own node url path?

Do all content types create it's own node url path? Im just using a custom content type to store images for a gallery.. I dont want a specific page for it Expand

  • In Drupal 1 month ago
  • Tags: custom url path node content - 2006 Views
  • Posted by Redskin...

Sunmill

How can you determine what node is promoted to the front page?

How can you determine what node is promoted to the front page? Expand

  • In Drupal 1 month ago
  • Tags: page ont node - 2313 Views
  • Posted by Sunmill

AngelIdiot

Get the cck _rendered versions of a node's fields outside of the node.tpl file?

Is there a good way to get the cck _rendered versions of a node's fields outside of the node.tpl file? Expand

  • In Drupal 1 month ago
  • Tags: way tpl file cck node - 3070 Views
  • Posted by AngelIdiot

Cutie101

How can I make sure that a template_preprocess_HOOK is called?

How can I make sure that a template_preprocess_HOOK is called? is there a module that could provide a stacktrace of a node rendering process? Expand

  • In Drupal 1 month ago
  • Tags: stacktrace node module HOOK template - 2247 Views
  • Posted by Cutie101
  • First
  • Previous
  • 1
  • 2
  • Next
  • Last
Disclaimer | Privacy Policy | Terms | ■ RSS | Sitemap | Contact Us | ■ Invite | Create your Widget | ■ Twitter | ■ Facebook
© 2013 PHPInformer. All rights reserved

PHPInformer does not evaluate or guarantee the accuracy of any PHPInformer content. Click here for the Full Disclaimer.