Dynamic images

So I have images on the front page www.qtwebhost.com that work in a slider and one of the images is missing. I checked the url aliases and it was node/26 which I deleted but when I add a new image it doesn't replace the image that was missing but instead adds a new image which as you can see on the far right side pushes the images down below the main header. How do I remove the space where the image is blank?

SA-CONTRIB-2013-054 - Fast Permissions Administration - Access Bypass

how to convert a book to individual pages

I don't think this is a "support question" at least not for an individual module which is what i think the guidelines for general discussion means.
this is Drupal 6.XX

I created a content type and made it a book. I have a lot of pages in the book but i realized i should have just had individual pages and sorted them with views ( face palm )

i want to make them into pages (or convert the content type to just pages ) so i can get rid of the add child page, and not have the adjacent pages or the parent page ( "up" ) showing up. at all.

the plus sign isnt showing

how can i show the plus signs beside each line to be able to edit the text in it!...you quick reply is highly appreciated
http://www.strongerstudents.com/images/EditPage.jpg

Batch API help

Hi,

I'm trying to optimise my setup of a Drupal Batch process.

I am reading in thousands of rows of data from an Excel spreadsheet, from multiple worksheets, and creating nodes from the Rows. My import functions work fine, and I can create a Batch, but at present I am creating a batch operation for each row. This means that my batch is very slow (because I'm having to bootstrap Drupal on every row).

What I can't seem to figure out is a way to setup my batch to deal with 'chunks' rather than individual rows.

An example of my import function (of which there are 18) is:
function governbim_coordinate($value){
module_load_include('inc','phpexcel');
global $user;
$project = $_SESSION['governbim']['projnid'];
//Load the required worksheet from the excel file passed to the function as $value
$result = phpexcel_import($value,TRUE,TRUE,array('setLoadSheetsOnly' => array('Coordinate')));
//Define some common values for our entity
$values = array(
'type' => 'coordinate',
'uid' => $user->uid,
'status' => 1,
'comment' => 0,
'promote' => 0,
);
//step through each row in the worksheet
foreach($result['Coordinate'] as $coordinate){
$title = $coordinate['Name'];
//check to see if this is a new row or if we are updating an existing entity
$action = governbim_node_actions_node_check('assembly',$title);
switch($action['op']){

Don't have access to root directory, can I still install modules?

Hi everyone,

I'm rather desperate. My company's website was developed by a vendor years ago, and they are no longer in business. I am trying to update our site, but do not have access to the root directory. I would like to install a module, but is that possible without access to the directory? If so, please explain!

Thank you in advance!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x