Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
One for yoursite.com and the other for yoursite.com/~foobar (main site and personal homepage)
I am using drupal 4.7.x on linux box.
I know drupal supports for a.yoursite.com, b.yoursite.com, c.yoursite.com case by creating directory in .../sites directory with directory name as hostname but yoursite.com/~foobar cannot be directory name.
I can't seem to figure out how to resize tinymce. I'd like to resize it on specific pages but it just doens't seem to want to resize. Any ideas? I'd think it would be as simple as .mceEditor { width: 300px; } but that doesnt' work.
is it possible to create a menu structure that has a parent item that does not link to anywhere but is just a holder for its child menu items? Like this:
People (link)
-Faculty (no link)
--Tenured Faculty (link)
--Associate Faculty (link)
-Staff (link)
"Faculty" is just a subheading - it doesn't actually link to anything.
Any help would be very much appreciated! i've search high and low for this and it seems there must be a way...
EEEK! PLEASE HELP. I have a client meeting tomorrow AM to show off new site features -- which won't fly if I don't get this bit working. But no has responded to my previous post! I really am desperate.
I want to lesson the space between blocks in the right side bar. I'm using the Chameleon theme. I thought I found the spot in style.css to make the adjustment but it didn't do anything.
I've successfully been able to make blocks dissappear on certain pages with php in block configuration. But it seems that when there are two blocks that don't appear that the space is preserved making the right column start further down the page. I don't want that.
I'm trying to set up my web site so that requests to the taxonomy terms associated with a couple of cck node types redirect to a view rather than the default display. So for example, I'd like to fix it so that if you go to taxonomy/term/20/all (where 20 is a taxonomy term associated with marketlist nodes) you'll get the view I've set up rather than the normal display.
Now - it LOOKS to me like the taxonomy_redirect module is what I want - but it isn't working the way I expected.