I just installed "drupal 4.7.0 beta-2" and civicrm-drupal-php4-v1.3BETA-rev4263 on my server having php4.4.1 and mysql 4.0.25.
I setup and put all the database mysql. But when i click civicrm in menu bar, the civicrm page comes but with a repeatation. I mean the civicrm page is showing itself 2 times one below another in same page. Is it a bug or i am doing anything wrong?
I've searched the forums and the Internet for a solution to what appears to be a bug, but I can't seem to come up with anything.
I'm a new user trying to set up a blog using Flexinode (so I can define custom fields) and I'd like to use the image-gallery-link feature. I can add the field to the content type just fine, but when I try to use the finished form to create a node, the "Image Galleries" selection box will only list the root galleries. It won't list any of the nested galleries.
For example, say I have the following galleries set up (thanks to the Image module):
What is the correct way to have international characters (æøå etc.) appear correctly in a selection form? My options are hard-coded (that is, they are not retrieved from the data base), and entries look like
'key1' => 'value with æøå in it'
Currently, the special character is rendered as a question mark, and several succeeding characters may be gobbled (depending on the browser...).
I have tried coding the option values with HTML entities (æ etc.) but they get displayed as is, not rendered.