Still getting error messages in admin section after i disabled module and uninstalled it.

I used geolocation widget and i uninstalled it because it did not show the map, it showed longitude and .....

After disabling and uninstalling the module, I get this error, every time I log in the drupal admin

Inactive fields are not shown unless their providing modules are enabled. The following fields are not enabled:

* Map (field_mapa) field requires the geolocation_googlemap widget provided by geolocation_googlemaps module

Drupal 7 order of content fields - how to change them

I have a big problem with displaying the content fields in order

I have posted an article that has

title
images
body

in that order

I changed my mind and set the body to come before images so it looks like this now

title
body
images

I saved everything but all articles stayed same, nothing changed.

The body content is not before image content in my nodes, can somebody tell me why?

Development of a Drupal 7 custom module: ENCYCLOPEDIA

I'm looking for a developer who really loves Drupal and knows how things have to be done with this great framework: deep knowledge of architectural stuff, drupal logics, API, hooks system (and so on...) are skill requirements.

In particular, Drupal 7 new caracteristics / api (new database API, or "fields in core" architecture for example) have to be well known.

I'm looking for a quality result: I don't need "quick and dirty" job, so the deadline is not so short.

The job consist in a review/completion of a module I've already done, or to completely rebuild it from scratch, if you, as an expert Drupal developer, decide that what I've adopted is not the best solution: the choice is up to you.

What I need, is a custom module that, acting on a given taxonomy vocabulary, substantially should retrieve all of the children-terms grouped under their TOP HIERARCHY father's term, irrespective of their hierarchical level (all children, regardless of their sub-sub-level hierarchy, in the same visual manner).

Other features/requirements/desiderata are described in the pdf briefing I will sent to you after our first email contact (this post here can't accept attachment files...).

Moreover you'll be allowed to release the module to the Drupal Community, but only after my written permission.

Please, send your quote and a presentation of you to the my personal contact form.

(SOLVED) How to add regions/block

Hi

I would some help with adding 2 blocks regions in the header. The regions I want added are AdsBanner, SocialConnect and TextLogin. Also I would like to add the login bar in the secondary region, the Login/Register would be text with the twitter like expanded over content below. The I am using the MAYO theme Drupal 7 and i added the following to the info file

regions[loginbar] = Login bar
regions[adsbanner] = Ads Banner
regions[socialconnect] = Social Connect

AdsBanner - 728x90
SocialConnect - 135x50
Login Bar - 100x29

Languages and databases (drupal 7)

I have created a node which does the following:

db_set_active('sms');
// actions
....
db_set_active('default');

When English language is the default the code works fine.
but when I activate another language jump the following exceptions:

Additional uncaught exception thrown while handling exception.
Original
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sms.locales_source' doesn't exist: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => es [:source] => id [:context] => ) in locale() (line 659 of /opt/lampp/htdocs/drupal7/modules/locale/locale.module).

Additional
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sms.locales_source' doesn't exist: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => es [:source] => %type: !message in %function (line %line of %file). [:context] => ) in locale() (line 659 of /opt/lampp/htdocs/drupal7/modules/locale/locale.module).

Images

Hello fellas.

Im as green as they get in the drupal area.

I have had 1 day where i played with drupal and got to know it and downloaded a few mods for this and that, nice and easy.

But, as it is now im trying to build a website through drupal. I have figured out that, to get the layout you want, you need to fool around in the css files to make the content behaive.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x