Feed aggregator

Length of file name in views field

Arthur's Issue posts - 51 min 29 sec ago

I've built a simple view with one of the fields being the "File:Attached File"

When viewing the view, the full file name does not appear, even though there is ample space in the td.

Have not been able to track down the code or css that limits the text length of the title.

Thanks for any assistance...

Length of file name in views field

Doug's Issue posts - 51 min 29 sec ago

I've built a simple view with one of the fields being the "File:Attached File"

When viewing the view, the full file name does not appear, even though there is ample space in the td.

Have not been able to track down the code or css that limits the text length of the title.

Thanks for any assistance...

Categories: Drupal.org Feed

Length of file name in views field

Owen's Issue posts - 51 min 29 sec ago

I've built a simple view with one of the fields being the "File:Attached File"

When viewing the view, the full file name does not appear, even though there is ample space in the td.

Have not been able to track down the code or css that limits the text length of the title.

Thanks for any assistance...

Categories: Drupal.org Feed

color for priority

Arthur's Issue posts - 1 hour 5 min ago

love the idea - to differentiate based on priority using the color of the pin. but red/orange are not far enough apart in this use to differentiate .... and orange/green is a common form of color blindness. perhaps supplement the priority with a numeric 1-x and include that on the lower left of the note. as far as color, might I suggest for a 3 tier color rank consider the following:
(1) high = red
(2) normal = yellow/green
(3) low = blue

where yellow/green is a yellow/green combination color. yellow is preferred from a color scale perspective but green makes "sense" to an average user for normal ... but the standard 'green' is not far enough from blue. therefore, a combination yellow-ish-green should suit well.

color for priority

Doug's Issue posts - 1 hour 5 min ago

love the idea - to differentiate based on priority using the color of the pin. but red/orange are not far enough apart in this use to differentiate .... and orange/green is a common form of color blindness. perhaps supplement the priority with a numeric 1-x and include that on the lower left of the note. as far as color, might I suggest for a 3 tier color rank consider the following:
(1) high = red
(2) normal = yellow/green
(3) low = blue

where yellow/green is a yellow/green combination color. yellow is preferred from a color scale perspective but green makes "sense" to an average user for normal ... but the standard 'green' is not far enough from blue. therefore, a combination yellow-ish-green should suit well.

Categories: Drupal.org Feed

color for priority

Owen's Issue posts - 1 hour 5 min ago

love the idea - to differentiate based on priority using the color of the pin. but red/orange are not far enough apart in this use to differentiate .... and orange/green is a common form of color blindness. perhaps supplement the priority with a numeric 1-x and include that on the lower left of the note. as far as color, might I suggest for a 3 tier color rank consider the following:
(1) high = red
(2) normal = yellow/green
(3) low = blue

where yellow/green is a yellow/green combination color. yellow is preferred from a color scale perspective but green makes "sense" to an average user for normal ... but the standard 'green' is not far enough from blue. therefore, a combination yellow-ish-green should suit well.

Categories: Drupal.org Feed

Provide default CSS stylesheet

Arthur's Issue posts - 1 hour 10 min ago

Menus are displayed vertically instead of horizontally in some themes like Garland. The module should include default CSS properties so that menus are displayed correctly without needing to tweak the CSS.

Provide default CSS stylesheet

Doug's Issue posts - 1 hour 10 min ago

Menus are displayed vertically instead of horizontally in some themes like Garland. The module should include default CSS properties so that menus are displayed correctly without needing to tweak the CSS.

Categories: Drupal.org Feed

Provide default CSS stylesheet

Owen's Issue posts - 1 hour 10 min ago

Menus are displayed vertically instead of horizontally in some themes like Garland. The module should include default CSS properties so that menus are displayed correctly without needing to tweak the CSS.

Categories: Drupal.org Feed

ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list

Arthur's Issue posts - 1 hour 15 min ago

Same problem as described in http://drupal.org/node/742006 I guess. Fields used in a query ORDER BY clause aren't listed in the SELECT one, so PostgreSQL doesn't like it. This problem isn't viewable when using MySQL as DBMS.

PostgreSQL version: 8.3
OS: Debian squeeze/sid
PHP: 5.3.1-5
Apache: 2.2.14-7

Error description:

# warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list in /var/www/drupal-6.16/includes/database.pgsql.inc on line 139.
# user warning: query: SELECT DISTINCT n.nid FROM drupal_node n INNER JOIN drupal_term_node tn ON n.nid = tn.nid WHERE tn.tid IN (7) AND n.type = 'image' AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC in /var/www/drupal-6.16/sites/all/modules/image/contrib/image_gallery/image_gallery.pages.inc on line 48.

ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list

Doug's Issue posts - 1 hour 15 min ago

Same problem as described in http://drupal.org/node/742006 I guess. Fields used in a query ORDER BY clause aren't listed in the SELECT one, so PostgreSQL doesn't like it. This problem isn't viewable when using MySQL as DBMS.

PostgreSQL version: 8.3
OS: Debian squeeze/sid
PHP: 5.3.1-5
Apache: 2.2.14-7

Error description:

# warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list in /var/www/drupal-6.16/includes/database.pgsql.inc on line 139.
# user warning: query: SELECT DISTINCT n.nid FROM drupal_node n INNER JOIN drupal_term_node tn ON n.nid = tn.nid WHERE tn.tid IN (7) AND n.type = 'image' AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC in /var/www/drupal-6.16/sites/all/modules/image/contrib/image_gallery/image_gallery.pages.inc on line 48.

Categories: Drupal.org Feed

ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list

Owen's Issue posts - 1 hour 15 min ago

Same problem as described in http://drupal.org/node/742006 I guess. Fields used in a query ORDER BY clause aren't listed in the SELECT one, so PostgreSQL doesn't like it. This problem isn't viewable when using MySQL as DBMS.

PostgreSQL version: 8.3
OS: Debian squeeze/sid
PHP: 5.3.1-5
Apache: 2.2.14-7

Error description:

# warning: pg_query(): Query failed: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list in /var/www/drupal-6.16/includes/database.pgsql.inc on line 139.
# user warning: query: SELECT DISTINCT n.nid FROM drupal_node n INNER JOIN drupal_term_node tn ON n.nid = tn.nid WHERE tn.tid IN (7) AND n.type = 'image' AND n.status = 1 ORDER BY n.sticky DESC, n.created DESC in /var/www/drupal-6.16/sites/all/modules/image/contrib/image_gallery/image_gallery.pages.inc on line 48.

Categories: Drupal.org Feed

delete and edit activities

Arthur's Issue posts - 1 hour 15 min ago

I can't edit or delete activities... clicking the edit link just redirects me to the activities overview. In other words: /admin/settings/time_tracker/activity/edit doesn't do anything. I'm logged in as admin (user 1). I'm using open atrium distribution.

delete and edit activities

Doug's Issue posts - 1 hour 15 min ago

I can't edit or delete activities... clicking the edit link just redirects me to the activities overview. In other words: /admin/settings/time_tracker/activity/edit doesn't do anything. I'm logged in as admin (user 1). I'm using open atrium distribution.

Categories: Drupal.org Feed

delete and edit activities

Owen's Issue posts - 1 hour 15 min ago

I can't edit or delete activities... clicking the edit link just redirects me to the activities overview. In other words: /admin/settings/time_tracker/activity/edit doesn't do anything. I'm logged in as admin (user 1). I'm using open atrium distribution.

Categories: Drupal.org Feed

New Module - Access Denied

Arthur's Issue posts - 1 hour 22 min ago

I am trying to create my own first module, which is a custom form. I have been following some tutorials. I realize that this is not finished, but a form should be displayed when I go /orderonline. Instead I get an "Access Denied" message even when I am superuser. What am I doing wrong?

Thanks,
David

atfr_order.info
; $Id: atfr_order.info,v 1.4 2007/06/08 05:50:57 dries Exp $
name = AT Fundraising Order Module
description = A custom order module for AT Fundraising website
package = Other
version = VERSION
core = 6.x

; Information added by drupal.org packaging script on 2010-03-04
version = "6.16"
project = "drupal"
datestamp = "1267662010"

atfr_order.module

<?php
// $Id: atfr_order.module, v. 1.0 2010/03/13

/**
* Implementation of hook_help().
*/
function atfr_order_help ($path, $arg) {
switch ($path) {
case 'admin/help#atfr_order':
$output = '

'. t('This is the help module for the AT Fundraising Order Module. More to come!') .'

New Module - Access Denied

Doug's Issue posts - 1 hour 22 min ago

I am trying to create my own first module, which is a custom form. I have been following some tutorials. I realize that this is not finished, but a form should be displayed when I go /orderonline. Instead I get an "Access Denied" message even when I am superuser. What am I doing wrong?

Thanks,
David

atfr_order.info
; $Id: atfr_order.info,v 1.4 2007/06/08 05:50:57 dries Exp $
name = AT Fundraising Order Module
description = A custom order module for AT Fundraising website
package = Other
version = VERSION
core = 6.x

; Information added by drupal.org packaging script on 2010-03-04
version = "6.16"
project = "drupal"
datestamp = "1267662010"

atfr_order.module

<?php
// $Id: atfr_order.module, v. 1.0 2010/03/13

/**
* Implementation of hook_help().
*/
function atfr_order_help ($path, $arg) {
switch ($path) {
case 'admin/help#atfr_order':
$output = '

'. t('This is the help module for the AT Fundraising Order Module. More to come!') .'

Categories: Drupal.org Feed

New Module - Access Denied

Owen's Issue posts - 1 hour 22 min ago

I am trying to create my own first module, which is a custom form. I have been following some tutorials. I realize that this is not finished, but a form should be displayed when I go /orderonline. Instead I get an "Access Denied" message even when I am superuser. What am I doing wrong?

Thanks,
David

atfr_order.info
; $Id: atfr_order.info,v 1.4 2007/06/08 05:50:57 dries Exp $
name = AT Fundraising Order Module
description = A custom order module for AT Fundraising website
package = Other
version = VERSION
core = 6.x

; Information added by drupal.org packaging script on 2010-03-04
version = "6.16"
project = "drupal"
datestamp = "1267662010"

atfr_order.module

<?php
// $Id: atfr_order.module, v. 1.0 2010/03/13

/**
* Implementation of hook_help().
*/
function atfr_order_help ($path, $arg) {
switch ($path) {
case 'admin/help#atfr_order':
$output = '

'. t('This is the help module for the AT Fundraising Order Module. More to come!') .'

Categories: Drupal.org Feed

Invalid argument supplied for foreach()

Arthur's Issue posts - 1 hour 39 min ago

I'm getting the following error message
"warning: Invalid argument supplied for foreach() in .../sites/all/modules/tablefield/tablefield.module on line 95."
when I publish/unpublish a node that has a tablefield in it (from the Administer › Content management > Content page). The tablefield in that node then becomes empty.
Thanks for your help!

Invalid argument supplied for foreach()

Doug's Issue posts - 1 hour 39 min ago

I'm getting the following error message
"warning: Invalid argument supplied for foreach() in .../sites/all/modules/tablefield/tablefield.module on line 95."
when I publish/unpublish a node that has a tablefield in it (from the Administer › Content management > Content page). The tablefield in that node then becomes empty.
Thanks for your help!

Categories: Drupal.org Feed
Syndicate content