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

html tags disappear

If I add html content to say a story node, publish it. If I then comeback to say edit the content it's not visible. I do notice that certain things remain while certain things disappear. When I enter the html the input format is set to Full HTML.

any idea??

Safari and uploads

I suspect this should be posted as a bug, but I wanted to get some feedback on people using Safari on Tiger to upload documents. I have the audio module installed on 4.7 RC3 and uploading a audio file in Safari is borked, while uploading the same file using Camino works fine. Additionally, attaching a document to a story node using file manage and attachment hangs when posting the document in Safari, while in Camino I don't have any problems. Is anyone else noticing similar problems? Is there something in the forms API that might employ JS, for which Safari is occasionally buggy?

Upgraded 4.6 to 4.7 successfully with image module?

Has anybody successfully upgraded a production site from 4.6.2 or .3 to 4.7 including there image.module without any problems?

I am only awaiting this to transfer my site over and need your feedback if I can go with this without having any problems?

Thank you!

Best way for two level tabs menu

I have menu list like:

Tab1
-- Subitem 1
-- Subitem 2
Tab2
-- Subitem 3
-- Subitem 4
Tab3 
-- Subitem 5
-- Subitem 6
Tab 4 
-- Subitem 7
-- Subitem 8

styled and rendered like

          Tab1     Tab2     Tab3    Tab4
              Subitem 1    Subitem 2

with my own theme function (every tab with own color)

function phptemplate_menu_item($mid, $children = '', $leaf = TRUE) {
  if (in_array($mid,array(74,75,76,77))) {
    return '<li class="tab'.$mid.'">'.menu_item_link($mid).$children .'</li>';
  }
  else {
    return '<li>'.menu_item_link($mid).$children .'</li>';
  }
}

How to enable second level menu for tab item which I clik? (Tabs on this page http://www.enigma.sk/kope-vas-muza/?q=spolupraca - (MALOOBCHOD, SPOLUPRÁCA...)

Newbie question

Dear all,
I just can't figure out how to delete site users. If I go to administer->useres there is no delete options. Am I blind?
Thanks a lot

Personal battle plans for next major Drupal version

With Drupal 4.7.0 out of the door, it is time to start talking about the next version of Drupal. If you plan to work on something, or if you are going to contribute to Drupal in one way or another, please share your "personal battle plan" in the comments. A "personal battle plan" is a summary or itemized list of things you are going to work on in the next couple months.

Pages

Subscribe with RSS Subscribe to RSS - General discussion