<HTML>
<HEAD>
<TITLE>MySQL Tables / CCK Nodes / Views</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>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&#8217;m doing wrong, but I can&#8217;t see it. Any ideas are welcome!<BR>
<BR>
THANKS<BR>
<BR>
<BR>
-- <BR>
Gary Broyhill<BR>
Webmaster<BR>
Lenoir-Rhyne University<BR>
www.lr.edu<BR>
gary.broyhill@lr.edu<BR>
(828)328-7379<BR>
<BR>
<BR>
<BR>
On 10/26/10 12:37 AM, &quot;support-request@drupal.org&quot; &lt;support-request@drupal.org&gt; wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Send support mailing list submissions to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;support@drupal.org<BR>
<BR>
To subscribe or unsubscribe via the World Wide Web, visit<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.drupal.org/mailman/listinfo/support">http://lists.drupal.org/mailman/listinfo/support</a><BR>
or, via email, send a message with subject or body 'help' to<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;support-request@drupal.org<BR>
<BR>
You can reach the person managing the list at<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;support-owner@drupal.org<BR>
<BR>
When replying, please edit your Subject line so it is more specific<BR>
than &quot;Re: Contents of support digest...&quot;<BR>
<BR>
<BR>
Today's Topics:<BR>
<BR>
&nbsp;&nbsp;&nbsp;1. Re: Using another database table (Michel Morelli)<BR>
&nbsp;&nbsp;&nbsp;2. Re: support Digest, Vol 94, Issue 31 (Roger)<BR>
&nbsp;&nbsp;&nbsp;3. Re: content/node translation question (Vishwanath T. K.)<BR>
&nbsp;&nbsp;&nbsp;4. Re: content/node translation question (Ryan LeTulle)<BR>
&nbsp;&nbsp;&nbsp;5. Re: content/node translation question (Vishwanath T. K.)<BR>
<BR>
<BR>
----------------------------------------------------------------------<BR>
<BR>
Message: 1<BR>
Date: Mon, 25 Oct 2010 23:16:50 +0200<BR>
From: Michel Morelli &lt;michel@ziobuddalabs.it&gt;<BR>
Subject: Re: [support] Using another database table<BR>
To: support@drupal.org<BR>
Message-ID: &lt;4CC5F3C2.6090909@ziobuddalabs.it&gt;<BR>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed<BR>
<BR>
Il 23/10/2010 04:02, Roger ha scritto:<BR>
&gt; I have downloaded our documents database which contains 600 pdf and doc<BR>
&gt; files. It is mysql but not drupal.<BR>
&gt;<BR>
&gt; How can I bulk transfer those pdf's to drupal database &nbsp;- document<BR>
&gt; content type?<BR>
&gt; &nbsp;&nbsp;<BR>
Hi, try to see if &quot;node import&quot; module permits you to attach files to an<BR>
imported node (if I don't wrong remember you can do it).<BR>
If not you can build a module that import your database (one line is one<BR>
node) and that attach a file into a node. I have do this for an project.--<BR>
<BR>
M.<BR>
--<BR>
<BR>
Michel 'ZioBudda' Morelli &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;michel@ziobuddalabs.it<BR>
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)<BR>
Telefono: 0200619074<BR>
Telefono Cell: +39-3939890025 -- &nbsp;Fax: +39-0291390660<BR>
<BR>
<a href="http://www.ziobudda.net">http://www.ziobudda.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 58351764<BR>
<a href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Skype: zio_budda<BR>
<a href="http://www.ziodrupal.net">http://www.ziodrupal.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSN: michel@ziobuddalabs.it<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JABBER: michel@ziobuddalabs.it<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 2<BR>
Date: Tue, 26 Oct 2010 11:59:22 +1100<BR>
From: Roger &lt;arelem@bigpond.com&gt;<BR>
Subject: Re: [support] support Digest, Vol 94, Issue 31<BR>
To: support@drupal.org<BR>
Message-ID: &lt;4CC627EA.80401@bigpond.com&gt;<BR>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
<BR>
&gt; &nbsp;I assume you are using Drupal 6. Are you using core file module or<BR>
&gt;&gt; &gt; filefield. I assume the former since you say nothing about it. Also,<BR>
&gt;&gt; &gt; it is strange that you want save files outside of your sites/default<BR>
&gt;&gt; &gt; (or whatever your drupal root is if you are using multisite). I have<BR>
&gt;&gt; &gt; never tried that myself, but it seems to work. Usually it is<BR>
&gt;&gt; &gt; sites/default/files I guess. Try to change the file settings<BR>
&gt;&gt; &gt; (admin/settings/file-system/settings).<BR>
&gt; Yep, that's right. I use alternate paths all the time; a preferred<BR>
&gt; location being simply 'files'. However one other thing that one should<BR>
&gt; be attentive to for a new site is ensuring that the default upload<BR>
&gt; limits are set correctly and the permissions to upload/view uploaded<BR>
&gt; files are set correctly..<BR>
&gt;<BR>
&gt; /admin/settings/uploads<BR>
&gt;<BR>
&gt; /admin/user/permissions#module-upload<BR>
&gt;<BR>
&gt; Hope this helps!<BR>
&gt;<BR>
I'm developing as admin, I believe there's no need to set permissions.<BR>
sites/default/files is the directory as above but I cannot get the file<BR>
or image attachment to default to that directory, instead, whether I'm<BR>
using the server or my home system, it defaults to the home directory of<BR>
my working computer.<BR>
<BR>
Similarly I can't get it to find pdf or word docs in another directory.<BR>
Drupal seems fixed to one search path for files and images.<BR>
&nbsp;&nbsp;I did not want to have all those in the /sites/default/files directory<BR>
mixed up with images.<BR>
There's gotta be a way<BR>
Thank you<BR>
Roger<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
<BR>
Message: 3<BR>
Date: Tue, 26 Oct 2010 08:12:48 +0530<BR>
From: &quot;Vishwanath T. K.&quot; &lt;vishytk@gmail.com&gt;<BR>
Subject: Re: [support] content/node translation question<BR>
To: support@drupal.org<BR>
Cc: michel@ziobuddalabs.it<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;AANLkTimKZ=Y=BAU-WxOO3rTugxisCS3Xqv2WL+HktkRD@mail.gmail.com&gt;<BR>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
<BR>
Thanks for the reply.<BR>
<BR>
I have not used the webform for creating the forms. Can you point me to some<BR>
documentation regarding using t().<BR>
<BR>
Regards,<BR>
Vishy<BR>
<BR>
On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli &lt;michel@ziobuddalabs.it&gt;wrote:<BR>
<BR>
&gt; Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:<BR>
&gt; &gt; Hi all,<BR>
&gt; &gt;<BR>
&gt; &gt; I have create a simple website containing 6 static web pages using<BR>
&gt; &gt; drupal. Around 4 pages created are forms containing various form fields.<BR>
&gt; Hi, have you used webform or the forms are created from scratch with<BR>
&gt; form api ?<BR>
&gt; For the first case, webform support i18n module (remember to patch the<BR>
&gt; webform core to support the field data translation otherwise you'll can<BR>
&gt; translate only the fields title).<BR>
&gt; For the second case remember to use t() function.<BR>
&gt;<BR>
&gt; It both case you can use the drupal's translate interface or you can use<BR>
&gt; .po file. I prefer the drupal's translate interface.<BR>
&gt;<BR>
&gt; M.--<BR>
&gt;<BR>
&gt; Michel 'ZioBudda' Morelli &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;michel@ziobuddalabs.it<BR>
&gt; Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)<BR>
&gt; Telefono: 0200619074<BR>
&gt; Telefono Cell: +39-3939890025 -- &nbsp;Fax: +39-0291390660<BR>
&gt;<BR>
&gt; <a href="http://www.ziobudda.net">http://www.ziobudda.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 58351764<BR>
&gt; <a href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Skype: zio_budda<BR>
&gt; <a href="http://www.ziodrupal.net">http://www.ziodrupal.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSN:<BR>
&gt; michel@ziobuddalabs.it<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JABBER:<BR>
&gt; michel@ziobuddalabs.it<BR>
&gt;<BR>
&gt; --<BR>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20101026/ddbcf179/attachment-0001.html">http://lists.drupal.org/pipermail/support/attachments/20101026/ddbcf179/attachment-0001.html</a><BR>
<BR>
------------------------------<BR>
<BR>
Message: 4<BR>
Date: Mon, 25 Oct 2010 22:11:51 -0500<BR>
From: Ryan LeTulle &lt;bayousoft@gmail.com&gt;<BR>
Subject: Re: [support] content/node translation question<BR>
To: support@drupal.org<BR>
Cc: michel@ziobuddalabs.it<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;AANLkTi=U=z9eWWV4kP6DKVDe1GLq3MucuUAAOMCm78Cr@mail.gmail.com&gt;<BR>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
<BR>
<a href="http://api.drupal.org/api/function/t">http://api.drupal.org/api/function/t</a><BR>
<a href="http://api.drupal.org/api/function/t">&lt;http://api.drupal.org/api/function/t&gt;</a><BR>
Ryan LeTulle<BR>
<BR>
bayousoft.com <a href="http://www.bayousoft.com">&lt;http://www.bayousoft.com&gt;</a><BR>
twitter.com/bayousoft <a href="http://www.twitter.com/bayousoft">&lt;http://www.twitter.com/bayousoft&gt;</a><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Mon, Oct 25, 2010 at 9:42 PM, Vishwanath T. K. &lt;vishytk@gmail.com&gt; wrote:<BR>
<BR>
&gt; Thanks for the reply.<BR>
&gt;<BR>
&gt; I have not used the webform for creating the forms. Can you point me to<BR>
&gt; some documentation regarding using t().<BR>
&gt;<BR>
&gt; Regards,<BR>
&gt; Vishy<BR>
&gt;<BR>
&gt;<BR>
&gt; On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli &lt;michel@ziobuddalabs.it&gt;wrote:<BR>
&gt;<BR>
&gt;&gt; Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:<BR>
&gt;&gt; &gt; Hi all,<BR>
&gt;&gt; &gt;<BR>
&gt;&gt; &gt; I have create a simple website containing 6 static web pages using<BR>
&gt;&gt; &gt; drupal. Around 4 pages created are forms containing various form fields.<BR>
&gt;&gt; Hi, have you used webform or the forms are created from scratch with<BR>
&gt;&gt; form api ?<BR>
&gt;&gt; For the first case, webform support i18n module (remember to patch the<BR>
&gt;&gt; webform core to support the field data translation otherwise you'll can<BR>
&gt;&gt; translate only the fields title).<BR>
&gt;&gt; For the second case remember to use t() function.<BR>
&gt;&gt;<BR>
&gt;&gt; It both case you can use the drupal's translate interface or you can use<BR>
&gt;&gt; .po file. I prefer the drupal's translate interface.<BR>
&gt;&gt;<BR>
&gt;&gt; M.--<BR>
&gt;&gt;<BR>
&gt;&gt; Michel 'ZioBudda' Morelli &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;michel@ziobuddalabs.it<BR>
&gt;&gt; Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)<BR>
&gt;&gt; Telefono: 0200619074<BR>
&gt;&gt; Telefono Cell: +39-3939890025 -- &nbsp;Fax: +39-0291390660<BR>
&gt;&gt;<BR>
&gt;&gt; <a href="http://www.ziobudda.net">http://www.ziobudda.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 58351764<BR>
&gt;&gt; <a href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Skype: zio_budda<BR>
&gt;&gt; <a href="http://www.ziodrupal.net">http://www.ziodrupal.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSN:<BR>
&gt;&gt; michel@ziobuddalabs.it<BR>
&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JABBER:<BR>
&gt;&gt; michel@ziobuddalabs.it<BR>
&gt;&gt;<BR>
&gt;&gt; --<BR>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; --<BR>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20101025/1b150c9a/attachment-0001.html">http://lists.drupal.org/pipermail/support/attachments/20101025/1b150c9a/attachment-0001.html</a><BR>
<BR>
------------------------------<BR>
<BR>
Message: 5<BR>
Date: Tue, 26 Oct 2010 10:07:26 +0530<BR>
From: &quot;Vishwanath T. K.&quot; &lt;vishytk@gmail.com&gt;<BR>
Subject: Re: [support] content/node translation question<BR>
To: support@drupal.org, bayousoft@gmail.com<BR>
Cc: michel@ziobuddalabs.it<BR>
Message-ID:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;AANLkTinCAt_SLf1mt0uXqit2bODn0jMCiiU2r_MSxH8X@mail.gmail.com&gt;<BR>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
<BR>
Thanks<BR>
<BR>
On Tue, Oct 26, 2010 at 8:41 AM, Ryan LeTulle &lt;bayousoft@gmail.com&gt; wrote:<BR>
<BR>
&gt; <a href="http://api.drupal.org/api/function/t">http://api.drupal.org/api/function/t</a><BR>
&gt; <a href="http://api.drupal.org/api/function/t">&lt;http://api.drupal.org/api/function/t&gt;</a><BR>
&gt; Ryan LeTulle<BR>
&gt;<BR>
&gt; bayousoft.com <a href="http://www.bayousoft.com">&lt;http://www.bayousoft.com&gt;</a><BR>
&gt; twitter.com/bayousoft <a href="http://www.twitter.com/bayousoft">&lt;http://www.twitter.com/bayousoft&gt;</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; On Mon, Oct 25, 2010 at 9:42 PM, Vishwanath T. K. &lt;vishytk@gmail.com&gt;wrote:<BR>
&gt;<BR>
&gt;&gt; Thanks for the reply.<BR>
&gt;&gt;<BR>
&gt;&gt; I have not used the webform for creating the forms. Can you point me to<BR>
&gt;&gt; some documentation regarding using t().<BR>
&gt;&gt;<BR>
&gt;&gt; Regards,<BR>
&gt;&gt; Vishy<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; On Tue, Oct 26, 2010 at 2:42 AM, Michel Morelli &lt;michel@ziobuddalabs.it&gt;wrote:<BR>
&gt;&gt;<BR>
&gt;&gt;&gt; Il 25/10/2010 21:23, Vishwanath T. K. ha scritto:<BR>
&gt;&gt;&gt; &gt; Hi all,<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt; I have create a simple website containing 6 static web pages using<BR>
&gt;&gt;&gt; &gt; drupal. Around 4 pages created are forms containing various form<BR>
&gt;&gt;&gt; fields.<BR>
&gt;&gt;&gt; Hi, have you used webform or the forms are created from scratch with<BR>
&gt;&gt;&gt; form api ?<BR>
&gt;&gt;&gt; For the first case, webform support i18n module (remember to patch the<BR>
&gt;&gt;&gt; webform core to support the field data translation otherwise you'll can<BR>
&gt;&gt;&gt; translate only the fields title).<BR>
&gt;&gt;&gt; For the second case remember to use t() function.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; It both case you can use the drupal's translate interface or you can use<BR>
&gt;&gt;&gt; .po file. I prefer the drupal's translate interface.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; M.--<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Michel 'ZioBudda' Morelli &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;michel@ziobuddalabs.it<BR>
&gt;&gt;&gt; Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)<BR>
&gt;&gt;&gt; Telefono: 0200619074<BR>
&gt;&gt;&gt; Telefono Cell: +39-3939890025 -- &nbsp;Fax: +39-0291390660<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; <a href="http://www.ziobudda.net">http://www.ziobudda.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ICQ: 58351764<BR>
&gt;&gt;&gt; <a href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Skype: zio_budda<BR>
&gt;&gt;&gt; <a href="http://www.ziodrupal.net">http://www.ziodrupal.net</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSN:<BR>
&gt;&gt;&gt; michel@ziobuddalabs.it<BR>
&gt;&gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JABBER:<BR>
&gt;&gt;&gt; michel@ziobuddalabs.it<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; --<BR>
&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; --<BR>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; --<BR>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<BR>
&gt;<BR>
-------------- next part --------------<BR>
An HTML attachment was scrubbed...<BR>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20101026/7bb553ef/attachment.html">http://lists.drupal.org/pipermail/support/attachments/20101026/7bb553ef/attachment.html</a><BR>
<BR>
------------------------------<BR>
<BR>
--<BR>
[ Drupal support list | <a href="http://list.drupal.org/">http://list.drupal.org/</a> ]<BR>
<BR>
End of support Digest, Vol 94, Issue 33<BR>
***************************************<BR>
<BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>