PHP, mySQL, jquery, drupal, developer, scuba diver, photographer, underwater videographer, video-editor, lifehacker.
|
4h
|
|
answered | How do i fix Invalid arguments passed in DefaultMailSystem->format() (line 23 system.mail.inc |
|
11h
|
|
comment |
How do I write a left join query? @Neograph734 I suggested an edit based on your comment. |
|
May
17 |
|
comment |
How to create a table during the module installation If you have drush and devel installed you could use drush devel-reinstall mymodule to quickly reinstall your module
|
|
May
15 |
|
comment |
How to do Test Driven Development (TDD) in Drupal? 'dead' link.... |
|
May
13 |
|
awarded | Citizen Patrol |
|
May
13 |
|
comment |
Change Window Status message using JQuery Posible duplicate of how-to-display-information-at-the-status-bar-of-browser |
|
May
7 |
|
revised |
CSS a:hover keep original color removed drupal theming tag, seams unrelated and cleared up the question it was a bit unclear |
|
May
7 |
|
comment |
CSS a:hover keep original color So if I understand you right I can just do: a.someclass:hover { color:inherit }?
|
|
May
5 |
|
comment |
how to disable birthday reminders in iOS and still view them in the calendar app? I tested this and it does work for me. Maybe your reminders that are still active are from a different calendar? |
|
May
5 |
|
awarded | Popular Question |
|
Apr
27 |
|
awarded | Popular Question |
|
Apr
25 |
|
awarded | Popular Question |
|
Apr
24 |
|
answered | Stopping iOS backspace deleting whole words or lines? |
|
Apr
24 |
|
accepted | show block on pages with a question mark ( 'searchquery' )? |
|
Apr
23 |
|
revised |
show block on pages with a question mark ( 'searchquery' )? refreshed edit part of the question to include the given answers in search of the best answer |
|
Apr
23 |
|
comment |
Why doesn't adding results in hook_views_pre_render work? I've been searching for this the whole day! this works! |
|
Apr
23 |
|
comment |
which hook to change the node order in a view? strange... using hook_views_post_execute() it does work... but that is actually called before hook_views_pre_render() |
|
Apr
23 |
|
comment |
hook_views_pre_render(&$view) seems to be called after the pager rendering hook_views_post_execute |
|
Apr
23 |
|
revised |
which hook to change the node order in a view? added 3 characters in body |
|
Apr
23 |
|
comment |
which hook to change the node order in a view? Yeah i know, or a good night sleep but the strange thing is that my array is reversed in the $view->result So I can only guess that there is something else wrong. anyway I'll update my question with the code I'm using. |