Customize taxonomy_term_reference

Line 1368:1375 file taxonomy.module

$term = $item['taxonomy_term'];
          $uri = entity_uri('taxonomy_term', $term);
          $element[$delta] = array(
            '#type' => 'link',
            '#title' => $term->name,
            '#href' => $uri['path'],
            '#options' => $uri['options'],
          );

It will generate taxonomy term link below User posted by. I'm looking for the way to hide it on Drupal 7.
Could any body help me? Thanks!

Can't install Modules on Drupal 7 (IIS)

Hi,

Drupal newbie here (have always built sites using HTML, PHP & MySQL without a framework using Dreamweaver).

My company has tasked me with developing a new Intranet and we're currently at platform decision stage. I want Drupal 7 however the Development Team Leader wants DotNetNuke.

As this is my project, I should get the deciding vote...however only as long as I can fix the following problem:

CCK, Views and SQL queries.

Ok, with CCK and Views I can make some basic CRUD operations on my database.

What if I want to execute some complex queries?

Example:
I have a "Contacts" content type, with fields: Name, Email, Age.
Age is an integer. Now I'd like to increase programmatically that integer (like a button/link on my homepage).

I can't imagine how to execute those simple queries on my content types!! (is there a way, isn't it?!!)

Thank you :)

Taxonomy menu bug

When creating a list of menu like:

Menu link
-sub menu
-sub menu1
-sub menu2 etc.
Menu link2
-sub4
-sub 5 etc.
The articels created won't list as they should, they all list on the sub menu. But the should be sorted in different sub menus. Where's the bug? Articels are made by taxomomy menu and the articles are sort by a field that shoud be able to place the article in multiple locations.

Advance theme settings

On this page (http://drupal.org/node/177868) there are some words about advance theme settings and in this comment (http://drupal.org/node/177868#comment-1445178) there is an upload form for addition logo/image. That is what I need, but the problem is that that solution only works in Drupal 6. Is there anybody that can tell me how to do that in Drupal 7? Any hint would be awesome.

Thanks.

Pager at top and bottom of comments

I would like to have in Drupal 7 (Bartik theme) pager at top and not only at bottom of comments. I found solution for Drupal 6 and lower, http://drupal.org/node/141381 or http://drupal.org/node/79352#comment-223909

Does anybody know how to do that in D7, please?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x