Drupal is up and running but how do I ...?

image module and error on line 168

I use 4.7RC1
there is an error message online 168 with image_assist, it seems there is a patch for that, but i don't understand where to insert the patch and if the full code should be copy

the error : Fatal error: Call to undefined function: node_validate_title() in /home/httpd/vhosts/modules/image/image.module on line 168

here the node patch http://drupal.org/node/56256.

Problems with the image(cvs) module, img-assist(4.7) module and Drupal 4.7

When i try to upload an image via img_assist i keep getting these errors:

New block area - Content - how to put a block at the TOP?

The new block options are terrific. I have added a block (small banner ad) to the content area of Drupal 4.7RC1. But it shows at the bottom of all the content. Is there a way to specify that the block shows BEFORE the content, at the top of the page?

HDI _ Aggregator2/Node question

I have aggregator2 working and I even got the vote up down module working with it as well. Is it possible for the nodes within a feed to be published into the moderation queue and then published to the first page after it has reached 3 votes.

I have it so it's publishing the first 5 post from the current feed (it's the livejournal feed but that will be changed) and then it deletes the post when 5 new post come in. I would like all the post to go into the moderation queue and only make it to the first page after it gets a certain amount of votes.

how can i get this product listing code to work for each individual user?

Hi guys, I want to give each user the ability to "manage their inventory". First of all is this the right way to do it? or is there an easier way? maybe inventory module or something? secondly, id so, how do I manipulate the code to have it function for each user and maybe by category?

<?php
$sql = 'SELECT e.nid, n.title, e.sku, e.price, e.is_recurring, e.price_interval, e.price_unit, e.price_cycle, e.auto_charge, e.ptype, e.hide_cart_link FROM {ec_product} e INNER JOIN {node} n where n.nid = e.nid
ORDER BY e.ptype, n.title';
$result = db_query($sql);
while ($anode = db_fetch_object($result)) {

$items[]= array(l($anode->nid,'node/'.$anode->nid) ,
$anode->ptype,
$anode->title,
$anode->sku,
$anode->price,
($anode->is_recurring ? 'Yes' : 'No'),
($anode->price_interval == 0 ? NULL :
$anode->price_interval),
($anode->price_unit == '0' ? NULL : $anode->price_unit),
($anode->price_cycle == 0 ? NULL : $anode->price_cycle),
($anode->hide_cart_link ? 'No' : 'Yes'),
l('edit','node/'.$anode->nid.'/edit')
);
}
print theme('table', array('Node','Type','Title', 'SKU','Price','Recur','Intvl','Unit','Cycle','Cart',''), $items);

How do I get line breaks to appear in my mission statement in 4.7?

I am pretty comfortable with Drupal 4.6, however I have done an install of 4.7 and I have noticed my mission statement does not break lines correctly... using either a ENTER stroke or <P> or <BR />. My question is how do I get my mission statement to properly display the HTML? You can take a look here, Gene Function.

Pages

Subscribe with RSS Subscribe to RSS - Post installation