This forum is for less technical discussions about the Drupal project, not for support questions.

Pathauto and subdirectory

Hi, I'm trying to redirect a domain.com/pagettitle to a page in a subdirectory i.e. domain.com/firstdirectory/index.php and its not working.. any ideas on this? does the module support this? either as a relative or an absolute url? http://domain/com/firstdirectory/index.php

Not addressed in the docs and I'm sure other people will want to know.

Wanting to build Drupal sites

I am new to web design and I would like to build custom Druapl sites. My question is, where do I start? Do I need to know html, css, php? If so, are there any good books? I have been looking at the O'Reilly books and I was wondering if they are any good.

Thanks,
Josh

Hiding menu items

I'm wanting to hide certain primary links based on a users role. Is this possible?

How to theme the user profile edit page using forms API?

Hi, I am trying to theme the page for editing a user's profile. I have added the following lines to template.php:

<?php
function phptemplate_user_edit($user, $form = array()) {
return _phptemplate_callback('user_edit', array('user' => $user, 'form' => $form));
  }
?>

I'm not sure if I am calling all the variables that I need to. Then in user_edit.tpl.php I have:

can we redirect users according to search results

hi,
i wonder if we can redirect users according to the search results. let me make myself more clear. think that, i have nine different vocabulary that has many subcategories, a tree like structure. now, for instance, a user thats searching for pictures redirected to the vocabulary with the most matched results.
thanx.
--------------------------------------------------------------------------------------------------------------------------------
powered by Drupal www.universideliyiz.biz

menu building, pages and views - method, madness, ranting?

I'm currently producing a site that will contain amongst other things a page for every country in the world. From each country page I want users to be able to select other related pages:

So for my example country Iran, which you can see at http://www.interragate.info/countries/iran/ (CURRENTLY HTML DREAMWEAVER SITE - DEVELOPING DRUPAL SITE OFFLINE AT THE MOMENT - I’ve modified the friendselectric theme to be full page width and made some other alterations so the page design now looks like this - http://www.interragate.info/interragate.gif let me know what you think) there needs to be the following links in a block in the left side bar for each country, with this menu staying in place when you select any of these items and move to those pages so you can move about once within a country - you can see what I mean in the example page for Iran above, as you click on each link they still relate to Iran through a dreamweaver library item:

  • (COUNTRY NAME) home - CCK & VIEW
  • (COUNTRY NAME) country facts - STATIC EDITABLE PAGE CREATED WIH CCK TO MAKE THE FIELDS
  • Hazard profile - STATIC EDITABLE PAGE CREATED WIH CCK TO MAKE THE FIELDS
  • News - VIEW
  • Significant past events - VIEW
  • Contacts - CIVINODE / OR VIEW / OR CCK PAGE
  • Links - VIEW

With a page for every country I don't want to hand do a menu for each country as this will be time consuming and mean I’d have to manually update any changes in each country menu.

Pages

Subscribe with RSS Subscribe to RSS - General discussion