Using Views to display taxonomy because i needed the pager, and now block that supposed to display on those page dont show?

I had to use Views override to show Taxonomy nodes with a pager. But there is noway to set block to display on the pager page somehow...

My taxonomy page alias is /actualites, so before i set the block to display on /actualites and actualites/* (The second is used by subterm alias), now with the pager i can't find a work around.

I've tried actualites* and actualites?page=* which of course didn't work.

I've tried to set a php conditions

    //passage du term dans les variable de la page
    if (arg(0) == 'taxonomy' && arg(1) == 'term' && is_numeric(arg(2))) {
        $tid = (int)arg(2);
        $term = taxonomy_term_load($tid);
        $vars['term'] = $term;
        
        $parent = taxonomy_get_parents($term->tid);
        
        $id_actualite = '6';
        if (array_key_exists($id_actualite, $parent) || arg(2) == $id_actualite) {
            return True;
        }
    }

Which worked for all the pages BESIDE the pager one.

And i've tried displaying the block on all page and managing it through template, but again for the pager page there is NO block in that region.... even when the block is set to show on all pages...

I'm kinda lost there...

The best way to insert a unique code in a node

Which is the best way to insert a unique code in a node content???

I need to code all the content belonging to the content type "house".. I think that using CCK would be a good idea but I also need that this code have to be unique.. and maybe generated by the system.. is there a simple way to do this??

Drupal Code completion

I noticed over time that there has not been much progress in making the actual coding process too easy.

After some searching too i had found a couple of valuable resources. Firstly thank you for the person who compiled the entire api reference into the pdf/odf.

Being a noobie to drupal, but a long timer in development, i did not see a point in only making the admin module easier. I was wondering if someone would want to help in creating an eclipse plugin which will help in code completion/content assist, etc.

Profile comments or auto node creation/relationship

Related to https://drupal.org/node/807238 but regarding Drupal 7.

I've used Drupal 6 for years but have started shifting all my websites, new and old, to Drupal 7. All has been going amazingly well so far but I've stumbled on an issue I can't seem to get past: profile comments.

URL Alias - restrict access to node/* URLs

Hi,

I'm using D7 with Path and Pathauto modules enabled and configured.

What I want to ensure that the "node/" URLs are either 302 or 301 redirected to their alias registered.

Is there any such configuration possible?
Or is there a module available for this?

Or does it require creating a custom module? If so... what are the starting points for creating such a module?

Thanks in advance.

-Gaurav

Theme suggestions for Drupal 7

I have been developing in Thesis on Wordpress 3.1 and am new to Drupal. Can anyone suggest robust themes in Drupal 7 with similar look and feel, including drop down menus, multi columns, and adjustable multi-column layout?

So far it seems that many of the better base themes, Zen and Fusion, aren't really ready for Drupal 7 installations. In some cases too, modules like Media and Views, don't have robust D7 versions either which is bit frustrating. Loading dev versions makes me nervous.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x