Drupal Views issue

I am developing a blog for the Library I work at. I've made a few test posts for show, and a view to look at them with. The only problem is this: I cannot get the view to order the nodes correctly. In fact, changing the 'sort' field appears to have no effect at all. The weirdest part is that the previous web developer, who actually set Drupal up, managed to get two other blogs set up and ordered correctly, but when I copy them exactly, the ordering switches back. The blog that doesn't work is here: http://lib.pg.bc.ca/readerslounge/test. One of the blogs that works is here: http://lib.pg.bc.ca/kids/blog.

I cannot for the life of me figure this out.

The non-working blog's export looks like this:


$view = new stdClass();
$view->name = 'Adult_Blog';
$view->description = '';
$view->access = array (
);
$view->view_args_php = '';
$view->page = TRUE;
$view->page_title = 'What\'s new';
$view->page_header = '
What\'s New

';
$view->page_header_format = '3';
$view->page_footer = '';
$view->page_footer_format = '3';
$view->page_empty = '';
$view->page_empty_format = '3';
$view->page_type = 'node';
$view->url = 'readerslounge/test';
$view->use_pager = TRUE;
$view->nodes_per_page = '10';
$view->sort = array (
array (
'tablename' => 'node',
'field' => 'created',

how to get good hosting for drupal

i have a directory site http://www.zorg-directory.com, and i want to add some drupal blog for it, what hosting company is good for this script

Experienced UK Drupal Developer required for consultaion and developent

Hi,

We are developing a site based around Drupal and are looking for an experienced developer to help us ensure the project is well thought out and a platform we can continue to build on.

Drupal 4x on PHP5

Greetings! Just wanted to share a little tidbit about running Drupal 4x on PHP5. I had a friend whose hosting account was upgraded from PHP4 to PHP5 and caused some really weird problems with his D4 install. It was a site that really didn't get much use and didn't merit an upgrade, but needed to be up and running for a time.

The problem was that you would be logged out instantly after you logged in, so none of the admin features were accessible.

Do you know if zilok.com uses drupal ?

this website registration form look familiar to drupal anybody knows if they use drupal?

Exporting emails or mailing all members?

I have an old Drupal 4.7.2 site that I've abandoned since I set u p a much better site. Now I need to tell the members of the old site where the new site is - so how do I send out an email to all the members?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x