Drupal 7 bug in the translation module?

Hi!

I have been using Drupal 6.19 for a while and wanted to try out the new Drupal 7 RC1.

When I created a node just say this node TEST in English
http://www.apartmentinriodejaneiro.com/test

When the node was made I clicked translate and opted Portuguese and changed the content and the title of the node to TESTE.
I get then this link
http://www.apartmentinriodejaneiro.com/node/15

Creating a list of user names with Drupal 7[SOLVED]

Hi all

trying to remake my module for D7 and i saw the while loop is no longer used so i tried altering to how it was advised such as

function _getUsers() {

    $query =  "select uid, name from users where uid  and uid !=1> 0 ";
   $result = db_query($query);
    $users = array();
    foreach ($result as $users){
  
        $users[$user->uid] = $user->name;
      
    }
    return $users;
}

but this gives me a error

Hiding the text filter options for comments on nodes / content types

Hello,

I am trying to disable the display of the text filter options for the comments form that are added by the filter option. I do not want any of the users who will be commenting on things on this site to see anything about input formats as it is irrelevant to the usage of the site.

Users of this site will likely always be anonymous so I started off by allowing only one input type for anonymous users. This worked to "halt" the display of the select box, however the tips and more_tipes and guidelines remained.

I found theme_filter_tips, theme_filter_guidelines, theme_tips_more_info that I was able to define in my template.php and return a blank string to stop these.

This pretty well did it for me except there was still an empty fieldset with some extra divs being output into the markup. I dug pretty deep into the filter module trying to find a way suppress or unset the rendering of this fieldset. It seems as if the rendering of this fieldset is engrained into Drupal with no way to disable it. Is this really the case? It seems that something like this should an option or at least there should be a way to override the output of this entire piece of html to "blank it out".

I ended up with a silly CSS that simply hides that fieldset.

Drupal 7.0 RC 1 Released

Release candidateUpdate: Drupal 7.0 Release Candidate 2 is available now!

Following three beta releases, and with tons of bugs fixed and user interface improvements added, we are proud to present to you the first release candidate of Drupal 7.0. Although there are still a few known issues that we are working on fixing, we are confident that our code is stable enough for wider testing by the community. Since the last beta version was released two weeks ago, we have improved styling in the default "Bartik" theme, numerous bug fixes and improvements to the Update Manager and Search module, revisions to both user interface text and developer documentation to be more understandable and accurate, and we've made final clean-ups to some of the architecture improvements added during the release cycle. The deprecated Profile module is now hidden on new sites and we've substituted it with the ability to put user fields added through Field UI on the registration form.

The first alpha announcement provided a comprehensive list of high level improvements made since Drupal 6.x, so in this announcement we'll concentrate on how you can help ensure that Drupal 7 is released as soon as possible and is as rock solid as the previous Drupal releases that you've grown to love!

There are a number of modules already ported to Drupal 7 for your testing pleasure. You can keep tabs on whether or not your site is ready for Drupal 7 by using the Upgrade Status module. If you are a translator, now is the time to start working on your translations. If you are a module or theme maintainer, now is the time to start working on the update to Drupal 7! Read on for more details.

Inline Imagefield Filter with Drupal 7

I require a way to reference images attached to a node within the body of the node.

I have created a new content type, and added an image field with "Number of Values" as "Unlimited" so that I can upload multiple photos.

By default, these images simply show up together in the node.

How do you see the employment of Freelance 'Webdesigners' the coming 10 years?

How do you see the employment of Freelance 'Webdesigners' the coming 10 years?

Having read dozens of articles on the subject of 'Internet Technology', I notice that it becomes so much more easyer for the Iron Worker to create within an hour a perfect looking website that has all it needs. Some companies have created systems, that allows you to put a webshop online within a day, for a really reasonable price!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x