[support] Drupal 6 - Image Field - Thumbnails for Teaser view

Steve Kessler skessler at denverdataman.com
Tue Aug 19 13:06:20 UTC 2008


Gorosito, 

Take a look at image cache. With image cache
(http://drupal.org/project/imagecache ) one an image uploaded with CCK Field
you can make size and other adjustments to image to meet your needs. Since
you can have many preset image sizes when you select the visibility of the
fields for the teaser you get a drop down menu that lets you choose thumb
nail size. 

I hope this answers your question.

Thanks,
Steve


-----Original Message-----
From: support-request at drupal.org [mailto:support-request at drupal.org] 
Sent: Tuesday, August 19, 2008 6:03 AM
To: support at drupal.org
Subject: support Digest, Vol 68, Issue 32

Send support mailing list submissions to
	support at drupal.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.drupal.org/listinfo/support
or, via email, send a message with subject or body 'help' to
	support-request at drupal.org

You can reach the person managing the list at
	support-owner at drupal.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of support digest..."


Today's Topics:

   1. Re: Ubercart and Taxonomy (Earnie Boyd)
   2. Drupal 6 - Image Field - Thumbnails for Teaser view
      (Gorosito Gonzalo)
   3. User permissions - limiting node or page access (Luke)
   4. hook_menu in module developers guide? (Roy Smith)
   5. Re: hook_menu in module developers guide? (Steve Edwards)
   6. what is that Sticky at top of lists (bharani kumar)
   7. Re: what is that Sticky at top of lists (Neil: esl-lounge.com)
   8. Re: hook_menu in module developers guide? (Roy Smith)
   9. Re: hook_menu in module developers guide? (Fred Jones)
  10. Re: Drupal permissions (Daniel Carrera)


----------------------------------------------------------------------

Message: 1
Date: Mon, 18 Aug 2008 13:20:54 -0400
From: Earnie Boyd <earnie at users.sourceforge.net>
Subject: Re: [support] Ubercart and Taxonomy
To: support at drupal.org
Message-ID: <20080818132054.xgso1stk744ks4ks at mail.progw.org>
Content-Type: text/plain;	charset=ISO-8859-1;	format="flowed"

Quoting Naresh Vajawat <nareshvaj at yahoo.com>:

Ubercart has it's own support forum.  You should ask there for your 
support help.  The provider of Ubercart doesn't monitor this list AFAIK.

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/



------------------------------

Message: 2
Date: Mon, 18 Aug 2008 16:39:23 -0300
From: "Gorosito Gonzalo" <xgonzalo at gmail.com>
Subject: [support] Drupal 6 - Image Field - Thumbnails for Teaser view
To: support at drupal.org
Message-ID:
	<8deaace90808181239j4c24734dga007b68cc61506d1 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello all,

Again, I'm very interested in start using D6, so I'm making a test site to
learn, and I'm trying to do this:

I have a Content Type created with CCK, and it have a image field.

Now I maked to list the contets for this content type assosiated to one
taxonomy.

Now I want to have this list in teaser (done), but showing in thmbnails the
images uploaded using image field.

Any ideas?

Thanks!!!!

-- 
#######################################
# Gonzalo Gorosito
# Web Programmer / Sys Admin
# http://www.ggorosito.com.ar
#######################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.drupal.org/pipermail/support/attachments/20080818/eaf77221/atta
chment-0001.htm 

------------------------------

Message: 3
Date: Mon, 18 Aug 2008 20:29:14 -0400 (EDT)
From: Luke <drupal at lists.tacticus.com>
Subject: [support] User permissions - limiting node or page access
To: support at drupal.org
Message-ID:
	<Pine.LNX.4.64.0808182023350.17155 at gube.gnpgvphfpbzzhavpngvbaf.arg>
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hello

I would like to have user X be able to edit content of a particular node, 
or page, or other entity.

There is talk of this here: http://drupal.org/node/5229

however, as noted in the last comment there (June, 2008), this issue has 
received no apparent action since 2004.

Now, it could be that this has been handled in some other way, but this 
level of permission granularity does not seem available in 5.7.

This is not a one-off: I have several "department heads", who need to be 
able to control their own pages, and only their own page(s).

Are there any current solutions for this for either 5.X or 6.X?

Thanks

Luke



------------------------------

Message: 4
Date: Mon, 18 Aug 2008 21:16:08 -0400
From: Roy Smith <roy at panix.com>
Subject: [support] hook_menu in module developers guide?
To: support at drupal.org
Message-ID: <72E6F58B-2EB7-401A-87CC-2A6CE80063CC at panix.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

I'm working my way through the drupal 6.x module developers guide.  In
http://drupal.org/node/206761 
, the text talks about something called hook_menu(), but the example  
shows onthisdate_menu()?  I don't understand the relationship between  
these two.

I created the onthisdate_menu() function as described, but when I go  
to the admin page, I don't see anyplace to configure the module.


----------------
Roy Smith
roy at panix.com






------------------------------

Message: 5
Date: Mon, 18 Aug 2008 19:40:00 -0700
From: Steve Edwards <killshot91 at comcast.net>
Subject: Re: [support] hook_menu in module developers guide?
To: support at drupal.org
Message-ID: <48AA3280.5060900 at comcast.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

When you are using a hook function, you replace the word "hook" with the
name of your module.  So, if your module is called 
mymodule, then the menu function would be mymodule_hook().

Steve

Roy Smith wrote:
> I'm working my way through the drupal 6.x module developers guide.  In
http://drupal.org/node/206761 
> , the text talks about something called hook_menu(), but the example  
> shows onthisdate_menu()?  I don't understand the relationship between  
> these two.
> 
> I created the onthisdate_menu() function as described, but when I go  
> to the admin page, I don't see anyplace to configure the module.
> 
> 
> ----------------
> Roy Smith
> roy at panix.com
> 
> 
> 
> 


------------------------------

Message: 6
Date: Tue, 19 Aug 2008 17:06:02 +0530
From: "bharani kumar" <bharanikumariyerphp at gmail.com>
Subject: [support] what is that Sticky at top of lists
To: support at drupal.org
Message-ID:
	<2240033d0808190436j428ad8d6n8f775a0de7ef9ee7 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi

Exact use of "Sticky at top of lists", when create the new content .
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.drupal.org/pipermail/support/attachments/20080819/eb8bd295/atta
chment-0001.htm 

------------------------------

Message: 7
Date: Tue, 19 Aug 2008 13:41:55 +0200
From: "Neil: esl-lounge.com" <neil at esl-lounge.com>
Subject: Re: [support] what is that Sticky at top of lists
To: <support at drupal.org>
Message-ID: <00a901c901f0$959ca660$41680f4e at Neil>
Content-Type: text/plain; charset="iso-8859-1"

http://drupal.org/getting-started/5
  ----- Original Message ----- 
  From: bharani kumar 
  To: support at drupal.org 
  Sent: Tuesday, August 19, 2008 1:36 PM
  Subject: [support] what is that Sticky at top of lists


  Hi 

  Exact use of "Sticky at top of lists", when create the new content .



----------------------------------------------------------------------------
--


  -- 
  [ Drupal support list | http://lists.drupal.org/ ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.drupal.org/pipermail/support/attachments/20080819/1160a7b6/atta
chment-0001.htm 

------------------------------

Message: 8
Date: Tue, 19 Aug 2008 07:54:54 -0400
From: Roy Smith <roy at panix.com>
Subject: Re: [support] hook_menu in module developers guide?
To: support at drupal.org
Message-ID: <82F62699-4230-401A-ABDD-BC2BF3CDCE2A at panix.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

OK, that makes sense, but I don't think the tutorial says that.  It  
would be useful if the text was updated to include that note.  It  
would have saved me a bunch of head scratching.

On Aug 18, 2008, at 10:40 PM, Steve Edwards wrote:

> When you are using a hook function, you replace the word "hook" with  
> the name of your module.  So, if your module is called
> mymodule, then the menu function would be mymodule_hook().
>
> Steve
>
> Roy Smith wrote:
>> I'm working my way through the drupal 6.x module developers guide.   
>> In http://drupal.org/node/206761
>> , the text talks about something called hook_menu(), but the example
>> shows onthisdate_menu()?  I don't understand the relationship between
>> these two.
>>
>> I created the onthisdate_menu() function as described, but when I go
>> to the admin page, I don't see anyplace to configure the module.
>>
>>
>> ----------------
>> Roy Smith
>> roy at panix.com
>>
>>
>>
>>
> -- 
> [ Drupal support list | http://lists.drupal.org/ ]
>

----------------
Roy Smith
roy at panix.com






------------------------------

Message: 9
Date: Tue, 19 Aug 2008 14:00:54 +0200
From: "Fred Jones" <fredthejonester at gmail.com>
Subject: Re: [support] hook_menu in module developers guide?
To: support at drupal.org
Message-ID:
	<177c0a10808190500j120c9c1cxb086bc9188ccc260 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

This is how all hooks work, so it won't appear on each page. Refer to
the hooks overview to understand the overall system.

Welcome to Drupal :)

On Tue, Aug 19, 2008 at 1:54 PM, Roy Smith <roy at panix.com> wrote:
> OK, that makes sense, but I don't think the tutorial says that.  It
> would be useful if the text was updated to include that note.  It
> would have saved me a bunch of head scratching.


------------------------------

Message: 10
Date: Tue, 19 Aug 2008 14:02:35 +0200
From: Daniel Carrera <daniel.carrera at zmsl.com>
Subject: Re: [support] Drupal permissions
To: support at drupal.org
Message-ID: <48AAB65B.5090000 at zmsl.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello all,

Sorry for the delay in responding.

To re-cap the problem: I made a copy of my Drupal site as a test site, 
and all the permissions are wrong, I can't access any node. I can, 
however, login as admin and access admin pages. I can also create new 
nodes and those work fine.

Victor, Laura and Bill all offered suggestions and I do apologize for 
not following up quickly. I followed the suggestions without much luck:

1) Victor: I can't do a command-line dump because I don't have 
command-line access. I am stuck with phpMyAdmin. I can't upload an 
entire copy of the database so I must do the copy in steps. :-(

2) Laura: I have cleared the cache, and I also cleared the sessions 
table for good measure. No change. I created a sub-domain and pointed it 
to the new Drupal site. No change. So I don't think that this is a 
cookie-related issue.

3) Bill: Drupal 4.7 doesn't have "administer > site building" so I can't 
uninstall modules. :-( All I can do is deactivate them. I have 
deactivated everything in sight.

4) Bill: Drupal 4.7 doesn't have "administer - content management". I 
see no way to rebuild permissions.


Question: Is it possible to (1) create an entirely new Drupal site and 
then (2) copy the users and the nodes? Is such a thing possible? I don't 
care about the modules except for the "blog" and "page" modules. I'm 
happy to install new ones later.


Thank you all for the help you have provided. I hope that we can find a 
solution. I wonder if my installation is messed up for some reason and 
perhaps the best option is to start a new. The problem is that I have to 
copy the pages and blogs. They belong to my users. The users can 
tolerate a change in UI and changing some features for others, but not 
the loss of all their data.

Daniel.


------------------------------

-- 
[ Drupal support list | http://list.drupal.org/ ]

End of support Digest, Vol 68, Issue 32
***************************************



More information about the support mailing list