css property {display: table;}

i know the title of this post leaves a lot to be desired, but in considering a theme refactor in my future, it seems like it would make good sense to start paying attention to it {display: table;} is going to change a lot of things...

why? well, Internet Explorer is once again paying attention to standards compliance (they are Acid2 compliant). it changes the game - because whereas before people were positioning things awkwardly on the page using css floats and clears and absolute positions. assigning the {display: table;} or {display: table-column;} (etc) property to any class or id (as designated by CSS2.1)

so although we are still dealing with the catastrophe of IE6, we should no longer avoid using CSS2.1 to the fullest because Microsoft and IE are back in the game in a saner way. this is not a plug for IE, but just a question of whether it is time to change our strategy as themers?

being able to assign table-like properties to displays is huge. saves time and complexity and pain.

Taxonomy View Limit

I am pulling out my hair over this at this point. It's infuriating how something that should be simple ends up being so complicated.

Basically, all I want to do is have a taxonomy term page show all the results rather than using the pager with only 10 at a time. I'm trying to use views but when i try "site/taxonomy/term" I get a page not found error. Can someone please give me some advice?

D7 slow performance (cache related?)

There are many threads pointing out sluggishness of Drupal 7, especially on shared hosting. All advice usually points to using some external tools (caches/accelerators), but I'd like to look for a solution within Drupal.

cant send email

Cannot send email in drupal.using drupal installation in local host php installation 5.3.5.
Tried changing php.inisetting but doesnt work even tried smt authentication support module but still doesnt work.gives error sending email.the error being must issue a STARTTLS command in system.mail.inc in /modules/system/system.mail.inc.What do i do?

Using 'NOT IN' fieldCondition to exclude when value is in a multivalued field?

Hi,

I have a content type with a multivalued user reference. I'm trying to use EntityFieldQuery to select for nodes which the user is not one of the referenced users, however the following condition does not appear to be working:

  $query->entityCondition('entity_type', 'node')
       ->fieldCondition('field_players', 'uid', array($user->uid), 'NOT IN');

It seems to work for 'IN' but it returns everything anyway for 'NOT IN'. Any idea why this might be?

Thanks.

Error message keeps popping out!

I've just moved my D7 site from my locale development machine to a live Linux server and installed it successfully. It's fully functional now and no problem occurred except for an Error message appears on the top of every page. It says:
The specified file temporary://filebJfLNZ could not be copied, because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x