[support] MySQL Tables / CCK Nodes / Views

Broyhill, Gary Gary.Broyhill at lr.edu
Tue Oct 26 21:48:48 UTC 2010


I have created a View that displays a list of a links to nodes. The nodes displayed are a CCK content type that I created. If I delete one of these content items, it still shows in the View, although if you click on the link, it goes to a 404. I have to go into the MySQL table and delete it manually to get it out of the View. I know that this has to be something basic that I'm doing wrong, but I can't see it. Any ideas are welcome!

THANKS


--
Gary Broyhill
Webmaster
Lenoir-Rhyne University
www.lr.edu
gary.broyhill at lr.edu
(828)328-7379



On 10/26/10 12:37 AM, "support-request at drupal.org" <support-request at drupal.org> wrote:

Send support mailing list submissions to
        support at drupal.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.drupal.org/mailman/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: Using another database table (Michel Morelli)
   2. Re: support Digest, Vol 94, Issue 31 (Roger)
   3. Re: content/node translation question (Vishwanath T. K.)
   4. Re: content/node translation question (Ryan LeTulle)
   5. Re: content/node translation question (Vishwanath T. K.)


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

Message: 1
Date: Mon, 25 Oct 2010 23:16:50 +0200
From: Michel Morelli <michel at ziobuddalabs.it>
Subject: Re: [support] Using another database table
To: support at drupal.org
Message-ID: <4CC5F3C2.6090909 at ziobuddalabs.it>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Il 23/10/2010 04:02, Roger ha scritto:
> I have downloaded our documents database which contains 600 pdf and doc
> files. It is mysql but not drupal.
>
> How can I bulk transfer those pdf's to drupal database  - document
> content type?
>
Hi, try to see if "node import" module permits you to attach files to an
imported node (if I don't wrong remember you can do it).
If not you can build a module that import your database (one line is one
node) and that attach a file into a node. I have do this for an project.--

M.
--

Michel 'ZioBudda' Morelli                       michel at ziobuddalabs.it
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

http://www.ziobudda.net                         ICQ: 58351764
http://www.ziobuddalabs.it                      Skype: zio_budda
http://www.ziodrupal.net                        MSN: michel at ziobuddalabs.it
                                                JABBER: michel at ziobuddalabs.it



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

Message: 2
Date: Tue, 26 Oct 2010 11:59:22 +1100
From: Roger <arelem at bigpond.com>
Subject: Re: [support] support Digest, Vol 94, Issue 31
To: support at drupal.org
Message-ID: <4CC627EA.80401 at bigpond.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

>  I assume you are using Drupal 6. Are you using core file module or
>> > filefield. I assume the former since you say nothing about it. Also,
>> > it is strange that you want save files outside of your sites/default
>> > (or whatever your drupal root is if you are using multisite). I have
>> > never tried that myself, but it seems to work. Usually it is
>> > sites/default/files I guess. Try to change the file settings
>> > (admin/settings/file-system/settings).
> Yep, that's right. I use alternate paths all the time; a preferred
> location being simply 'files'. However one other thing that one should
> be attentive to for a new site is ensuring that the default upload
> limits are set correctly and the permissions to upload/view uploaded
> files are set correctly..
>
> /admin/settings/uploads
>
> /admin/user/permissions#module-upload
>
> Hope this helps!
>
I'm developing as admin, I believe there's no need to set permissions.
sites/default/files is the directory as above but I cannot get the file
or image attachment to default to that directory, instead, whether I'm
using the server or my home system, it defaults to the home directory of
my working computer.

Similarly I can't get it to find pdf or word docs in another directory.
Drupal seems fixed to one search path for files and images.
  I did not want to have all those in the /sites/default/files directory
mixed up with images.
There's gotta be a way
Thank you
Roger



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

Message: 3
Date: Tue, 26 Oct 2010 08:12:48 +0530
From: "Vishwanath T. K." <vishytk at gmail.com>
Subject: Re: [support] content/node translation question
To: support at drupal.org
Cc: michel at ziobuddalabs.it
Message-ID:
        <AANLkTimKZ=Y=BAU-WxOO3rTugxisCS3Xqv2WL+HktkRD at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thanks for the reply.

I have not used the webform for creating the forms. Can you point me to some
documentation regarding using t().

Regards,
Vishy

On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli <michel at ziobuddalabs.it>wrote:

> Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:
> > Hi all,
> >
> > I have create a simple website containing 6 static web pages using
> > drupal. Around 4 pages created are forms containing various form fields.
> Hi, have you used webform or the forms are created from scratch with
> form api ?
> For the first case, webform support i18n module (remember to patch the
> webform core to support the field data translation otherwise you'll can
> translate only the fields title).
> For the second case remember to use t() function.
>
> It both case you can use the drupal's translate interface or you can use
> .po file. I prefer the drupal's translate interface.
>
> M.--
>
> Michel 'ZioBudda' Morelli                       michel at ziobuddalabs.it
> Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
> Telefono: 0200619074
> Telefono Cell: +39-3939890025 --  Fax: +39-0291390660
>
> http://www.ziobudda.net                         ICQ: 58351764
> http://www.ziobuddalabs.it                      Skype: zio_budda
> http://www.ziodrupal.net                        MSN:
> michel at ziobuddalabs.it
>                                                JABBER:
> michel at ziobuddalabs.it
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20101026/ddbcf179/attachment-0001.html

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

Message: 4
Date: Mon, 25 Oct 2010 22:11:51 -0500
From: Ryan LeTulle <bayousoft at gmail.com>
Subject: Re: [support] content/node translation question
To: support at drupal.org
Cc: michel at ziobuddalabs.it
Message-ID:
        <AANLkTi=U=z9eWWV4kP6DKVDe1GLq3MucuUAAOMCm78Cr at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

http://api.drupal.org/api/function/t
<http://api.drupal.org/api/function/t><http://api.drupal.org/api/function/t>
Ryan LeTulle

bayousoft.com <http://www.bayousoft.com><http://www.bayousoft.com>
twitter.com/bayousoft <http://www.twitter.com/bayousoft><http://www.twitter.com/bayousoft>





On Mon, Oct 25, 2010 at 9:42 PM, Vishwanath T. K. <vishytk at gmail.com> wrote:

> Thanks for the reply.
>
> I have not used the webform for creating the forms. Can you point me to
> some documentation regarding using t().
>
> Regards,
> Vishy
>
>
> On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli <michel at ziobuddalabs.it>wrote:
>
>> Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:
>> > Hi all,
>> >
>> > I have create a simple website containing 6 static web pages using
>> > drupal. Around 4 pages created are forms containing various form fields.
>> Hi, have you used webform or the forms are created from scratch with
>> form api ?
>> For the first case, webform support i18n module (remember to patch the
>> webform core to support the field data translation otherwise you'll can
>> translate only the fields title).
>> For the second case remember to use t() function.
>>
>> It both case you can use the drupal's translate interface or you can use
>> .po file. I prefer the drupal's translate interface.
>>
>> M.--
>>
>> Michel 'ZioBudda' Morelli                       michel at ziobuddalabs.it
>> Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
>> Telefono: 0200619074
>> Telefono Cell: +39-3939890025 --  Fax: +39-0291390660
>>
>> http://www.ziobudda.net                         ICQ: 58351764
>> http://www.ziobuddalabs.it                      Skype: zio_budda
>> http://www.ziodrupal.net                        MSN:
>> michel at ziobuddalabs.it
>>                                                JABBER:
>> michel at ziobuddalabs.it
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20101025/1b150c9a/attachment-0001.html

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

Message: 5
Date: Tue, 26 Oct 2010 10:07:26 +0530
From: "Vishwanath T. K." <vishytk at gmail.com>
Subject: Re: [support] content/node translation question
To: support at drupal.org, bayousoft at gmail.com
Cc: michel at ziobuddalabs.it
Message-ID:
        <AANLkTinCAt_SLf1mt0uXqit2bODn0jMCiiU2r_MSxH8X at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thanks

On Tue, Oct 26, 2010 at 8:41 AM, Ryan LeTulle <bayousoft at gmail.com> wrote:

> http://api.drupal.org/api/function/t
> <http://api.drupal.org/api/function/t><http://api.drupal.org/api/function/t>
> Ryan LeTulle
>
> bayousoft.com <http://www.bayousoft.com><http://www.bayousoft.com>
> twitter.com/bayousoft <http://www.twitter.com/bayousoft><http://www.twitter.com/bayousoft>
>
>
>
>
>
>
> On Mon, Oct 25, 2010 at 9:42 PM, Vishwanath T. K. <vishytk at gmail.com>wrote:
>
>> Thanks for the reply.
>>
>> I have not used the webform for creating the forms. Can you point me to
>> some documentation regarding using t().
>>
>> Regards,
>> Vishy
>>
>>
>> On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli <michel at ziobuddalabs.it>wrote:
>>
>>> Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:
>>> > Hi all,
>>> >
>>> > I have create a simple website containing 6 static web pages using
>>> > drupal. Around 4 pages created are forms containing various form
>>> fields.
>>> Hi, have you used webform or the forms are created from scratch with
>>> form api ?
>>> For the first case, webform support i18n module (remember to patch the
>>> webform core to support the field data translation otherwise you'll can
>>> translate only the fields title).
>>> For the second case remember to use t() function.
>>>
>>> It both case you can use the drupal's translate interface or you can use
>>> .po file. I prefer the drupal's translate interface.
>>>
>>> M.--
>>>
>>> Michel 'ZioBudda' Morelli                       michel at ziobuddalabs.it
>>> Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
>>> Telefono: 0200619074
>>> Telefono Cell: +39-3939890025 --  Fax: +39-0291390660
>>>
>>> http://www.ziobudda.net                         ICQ: 58351764
>>> http://www.ziobuddalabs.it                      Skype: zio_budda
>>> http://www.ziodrupal.net                        MSN:
>>> michel at ziobuddalabs.it
>>>                                                JABBER:
>>> michel at ziobuddalabs.it
>>>
>>> --
>>> [ Drupal support list | http://lists.drupal.org/ ]
>>>
>>
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20101026/7bb553ef/attachment.html

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

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

End of support Digest, Vol 94, Issue 33
***************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20101026/6eec2078/attachment-0001.html 


More information about the support mailing list