From hans.rossel at koba.be Mon Jun 1 08:01:41 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Mon, 1 Jun 2009 10:01:41 +0200 Subject: [support] Display latest article with lead Images and Teaser using view In-Reply-To: References: <2240033d0905300116v7234fcb9q1492b38a2ec545f7@mail.gmail.com> <51a9b8330905300902t7a15c996j8137c53b3ee1b457@mail.gmail.com> <2240033d0905302047s5d898b34lb077fe707139c49a@mail.gmail.com> Message-ID: <51a9b8330906010101p587daff7j5dd73fbc23eee446@mail.gmail.com> Displaying an image left is just basic css, there is no need to make a custom template for that, make sure the order is title, image, content in the view. #id_of_the_view img { float:left; margin-right:10px; } If you don't understand this code, it's a good idea to buy a book on css or to check out http://www.w3schools.com/css/. I personally prefer imagefield above image_attach because fields are a lot more futureproof (and in Drupal 7 core) and because fields naturally have a very good integration with views. To show only one the first image for the imagefield select the image settings in the view. Choose "group multiple values" and "show 1 value starting from 0" to show only the first image. To show shorter version, just choose "trim this field to a maximum length" in the view, this is a lot more flexible and adjustable than teasers (which go up in steps of 200). Since this option in views, teasers have no more function I think. Use a text field instead of body and remove body. Hans www.koba.be 2009/5/31 Victor Kane > You could use image_attach (which comes with image module), but I don't > recall if it allows align left (it aligns right by default). Check it out. > > Otherwise: > > 1. Simply attach the image to the nodes of type "article". > 2. Theme the content type via node-article.tpl.php > > Do some research with the devel module (tab: devel render) to see how you > can find and print out and wrap in selectors and theme the image attached to > the node. > > Hint: iid > > Victor Kane > http://awebfactory.com.ar > http://projectflowandtracker > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ramprasath_explicit at yahoo.co.in Tue Jun 2 04:01:51 2009 From: ramprasath_explicit at yahoo.co.in (ram prasath) Date: Tue, 2 Jun 2009 09:31:51 +0530 (IST) Subject: [support] cck,views upgrade from drupal 5 to drupal 6 Message-ID: <247324.82335.qm@web7603.mail.in.yahoo.com> HI? Friends, ??? I want to upgrade my site from? drupal5 to drupal6 .Can any one say me how to do upgrade for cck, views and I want the contents of the db of drupal5 for cck,views to be in drupal6 db......Can any 1 tel me how to do tat... Thanks In advance, regards Ram... Own a website.Get an unlimited package.Pay next to nothing.*Go to http://in.business.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From oke at iisg.nl Tue Jun 2 07:37:19 2009 From: oke at iisg.nl (Ole Kerpel) Date: Tue, 2 Jun 2009 09:37:19 +0200 Subject: [support] issue with video_upload module Message-ID: Hi all, I haven't been able to make video_upload working. I installed the module, the dependencies like CCK and file_field and everything else needed as far as I know. After enabling the module and some configuration I saw there was a working authentication with Youtube, but the files get uploaded to my own site under /files/. Of course I want to upload the files to youtube instead. The youtube account is working: I uploaded a movie through youtube. Here is some additional info: PHP 5.2.6 Drupal 6.12 module: http://drupal.org/project/video_upload Any help is wonderful. Thanks in advance for the trouble taken. From yched.drupal at free.fr Tue Jun 2 12:03:43 2009 From: yched.drupal at free.fr (Yves Chedemois) Date: Tue, 02 Jun 2009 14:03:43 +0200 Subject: [support] cck,views upgrade from drupal 5 to drupal 6 In-Reply-To: <247324.82335.qm@web7603.mail.in.yahoo.com> References: <247324.82335.qm@web7603.mail.in.yahoo.com> Message-ID: <4A25151F.9040200@free.fr> http://drupal.org/upgrade/ has extensive informations on how to upgrade a drupal site. More specifically for the CCK D5->D6 upgrade, the CCK project page http://drupal.org/project/cck has detailed step-by-step instructions. It's important you strictly follow them, CCK D5->D6 upgrade is a little touchy. The most important points being : - You must update to the latest CCK D5 release before upgrading your site to D6. - As for any update task, make sure you have a backup of your files and database before you start. ram prasath a ecrit le 02/06/2009 06:01: > HI Friends, > > I want to upgrade my site from drupal5 to drupal6 .Can any one > say me how to do > > > upgrade for cck, views and I want the contents of the db of drupal5 > for cck,views to be in > > > drupal6 db......Can any 1 tel me how to do tat... > > Thanks In advance, > > > regards > Ram... > > > ------------------------------------------------------------------------ > Share files, take polls, and make new friends - all under one roof. > Click here. > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] From tloud365 at gmail.com Tue Jun 2 13:28:33 2009 From: tloud365 at gmail.com (T L) Date: Tue, 2 Jun 2009 09:28:33 -0400 Subject: [support] issue with video_upload module In-Reply-To: References: Message-ID: Hey Ole, Did you see that the videos are posted to the 'files' directory first and then subsequently uploaded to youtube for 6.x? Also do you have cron running--that's how the videos move from your site to youtube? I guess I'd look at cron and then the zend gdata library settings for errors first. Best, Tim On Tue, Jun 2, 2009 at 3:37 AM, Ole Kerpel wrote: > Hi all, > > I haven't been able to make video_upload working. I installed the > module, the dependencies like CCK and file_field and everything else > needed as far as I know. After enabling the module and some > configuration I saw there was a working authentication with Youtube, but > the files get uploaded to my own site under /files/. Of course I want to > upload the files to youtube instead. The youtube account is working: I > uploaded a movie through youtube. > > Here is some additional info: > > PHP 5.2.6 > Drupal 6.12 > module: http://drupal.org/project/video_upload > > > Any help is wonderful. > Thanks in advance for the trouble taken. > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From oke at iisg.nl Tue Jun 2 14:36:23 2009 From: oke at iisg.nl (Ole Kerpel) Date: Tue, 2 Jun 2009 16:36:23 +0200 Subject: [support] issue with video_upload module In-Reply-To: References: Message-ID: Thanks Tim, Yes, for D6.* files are uploaded to files/ First. The problem lies with the cron. With the module enabled, cron (http://mysite/drupal-6.12/cron.php does not work, if I disable the module, cron works fine. Where can I find settings or configurations of the video_upoad module that effect cron? Regards, Ole From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of T L Sent: Tuesday, June 02, 2009 3:29 PM To: support at drupal.org Subject: Re: [support] issue with video_upload module Hey Ole, Did you see that the videos are posted to the 'files' directory first and then subsequently uploaded to youtube for 6.x? Also do you have cron running--that's how the videos move from your site to youtube? I guess I'd look at cron and then the zend gdata library settings for errors first. Best, Tim On Tue, Jun 2, 2009 at 3:37 AM, Ole Kerpel wrote: Hi all, I haven't been able to make video_upload working. I installed the module, the dependencies like CCK and file_field and everything else needed as far as I know. After enabling the module and some configuration I saw there was a working authentication with Youtube, but the files get uploaded to my own site under /files/. Of course I want to upload the files to youtube instead. The youtube account is working: I uploaded a movie through youtube. Here is some additional info: PHP 5.2.6 Drupal 6.12 module: http://drupal.org/project/video_upload Any help is wonderful. Thanks in advance for the trouble taken. -- [ Drupal support list | http://lists.drupal.org/ ] -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tloud365 at gmail.com Tue Jun 2 14:55:39 2009 From: tloud365 at gmail.com (T L) Date: Tue, 2 Jun 2009 10:55:39 -0400 Subject: [support] issue with video_upload module In-Reply-To: References: Message-ID: Hey Ole, First and foremost, you should be able to get output (log/errors) from cron--either with crontab or your webhost. However, I noticed the install file mentioned some default php settings may not work with videos: Additionally, the default PHP settings for upload_max_filesize and > post_max_size (8MB) are far too low for handling video, and should > be bumped up to a more appropriate limit. > Also, the max_execution for php time is generally set to 30 seconds, I have run into that problem with cron before. You can add the php statement set_time_limit(120); to the top of the cron.php file and see if that helps (120 is the number of seconds to allow php to execute for the file. You could also experiment with other values). After adjusting these settings, you should probably restart apache or at least verify that the settings are in effect with the php statement phpinfo() I would try looking at the php settings especially in tandem with output from your cron job first before troubleshooting video_upload specifics. Hope that helps, Tim On Tue, Jun 2, 2009 at 10:36 AM, Ole Kerpel wrote: > Thanks Tim, > > > > Yes, for D6.* files are uploaded to files/ First. The problem lies with the > cron. > > With the module enabled, cron (http://mysite/drupal-6.12/cron.php does not > work, if I disable the module, cron works fine. > > Where can I find settings or configurations of the video_upoad module that > effect cron? > > > > Regards, > > Ole > > > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] *On > Behalf Of *T L > *Sent:* Tuesday, June 02, 2009 3:29 PM > *To:* support at drupal.org > *Subject:* Re: [support] issue with video_upload module > > > > Hey Ole, > > Did you see that the videos are posted to the 'files' directory first and > then subsequently uploaded to youtube for 6.x? Also do you have cron > running--that's how the videos move from your site to youtube? I guess I'd > look at cron and then the zend gdata library settings for errors first. > > Best, > Tim > > On Tue, Jun 2, 2009 at 3:37 AM, Ole Kerpel wrote: > > Hi all, > > I haven't been able to make video_upload working. I installed the > module, the dependencies like CCK and file_field and everything else > needed as far as I know. After enabling the module and some > configuration I saw there was a working authentication with Youtube, but > the files get uploaded to my own site under /files/. Of course I want to > upload the files to youtube instead. The youtube account is working: I > uploaded a movie through youtube. > > Here is some additional info: > > PHP 5.2.6 > Drupal 6.12 > module: http://drupal.org/project/video_upload > > > Any help is wonderful. > Thanks in advance for the trouble taken. > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > -- > > Tim Loudon > t: 781.686.6096 > e: tloud365 at gmail.com > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From oke at iisg.nl Tue Jun 2 15:02:32 2009 From: oke at iisg.nl (Ole Kerpel) Date: Tue, 2 Jun 2009 17:02:32 +0200 Subject: [support] issue with video_upload module In-Reply-To: References: Message-ID: Hi Tim, Thanks again for the quick help! I went into the httpd log on my server and saw that DOMDocument.class was missing. That comes with an php xml package. I just installed it and at least cron works while the module is Enabled. Watching the "manage video uploads" now gives me an overview of the movies uploaded to youtube. I guess it's working! I'll do some more tests though. Regards, Ole From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of T L Sent: Tuesday, June 02, 2009 4:56 PM To: support at drupal.org Subject: Re: [support] issue with video_upload module Hey Ole, First and foremost, you should be able to get output (log/errors) from cron--either with crontab or your webhost. However, I noticed the install file mentioned some default php settings may not work with videos: Additionally, the default PHP settings for upload_max_filesize and post_max_size (8MB) are far too low for handling video, and should be bumped up to a more appropriate limit. Also, the max_execution for php time is generally set to 30 seconds, I have run into that problem with cron before. You can add the php statement set_time_limit(120); to the top of the cron.php file and see if that helps (120 is the number of seconds to allow php to execute for the file. You could also experiment with other values). After adjusting these settings, you should probably restart apache or at least verify that the settings are in effect with the php statement phpinfo() I would try looking at the php settings especially in tandem with output from your cron job first before troubleshooting video_upload specifics. Hope that helps, Tim On Tue, Jun 2, 2009 at 10:36 AM, Ole Kerpel wrote: Thanks Tim, Yes, for D6.* files are uploaded to files/ First. The problem lies with the cron. With the module enabled, cron (http://mysite/drupal-6.12/cron.php does not work, if I disable the module, cron works fine. Where can I find settings or configurations of the video_upoad module that effect cron? Regards, Ole From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of T L Sent: Tuesday, June 02, 2009 3:29 PM To: support at drupal.org Subject: Re: [support] issue with video_upload module Hey Ole, Did you see that the videos are posted to the 'files' directory first and then subsequently uploaded to youtube for 6.x? Also do you have cron running--that's how the videos move from your site to youtube? I guess I'd look at cron and then the zend gdata library settings for errors first. Best, Tim On Tue, Jun 2, 2009 at 3:37 AM, Ole Kerpel wrote: Hi all, I haven't been able to make video_upload working. I installed the module, the dependencies like CCK and file_field and everything else needed as far as I know. After enabling the module and some configuration I saw there was a working authentication with Youtube, but the files get uploaded to my own site under /files/. Of course I want to upload the files to youtube instead. The youtube account is working: I uploaded a movie through youtube. Here is some additional info: PHP 5.2.6 Drupal 6.12 module: http://drupal.org/project/video_upload Any help is wonderful. Thanks in advance for the trouble taken. -- [ Drupal support list | http://lists.drupal.org/ ] -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -- [ Drupal support list | http://lists.drupal.org/ ] -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhedstrom at opensourcery.com Tue Jun 2 20:23:06 2009 From: jhedstrom at opensourcery.com (Jonathan Hedstrom) Date: Tue, 02 Jun 2009 13:23:06 -0700 Subject: [support] issue with video_upload module In-Reply-To: References: Message-ID: <4A258A2A.4050304@opensourcery.com> Ole Kerpel wrote: > > Hi Tim, > > Thanks again for the quick help! > > I went into the httpd log on my server and saw that DOMDocument.class > was missing. That comes with an php xml package. I just installed it > and at least cron works while the module is Enabled. > > Watching the ?manage video uploads? now gives me an overview of the > movies uploaded to youtube. I guess it?s working! I?ll do some more > tests though. > > Regards, > > Ole > Ole, I'm glad you got this working. There is a new stable release in the works that will be fully compatible with FileField 3.x. In the meantime, the more testing on the current 6.x dev release, the better. Cheers, Jonathan -- Jonathan Hedstrom OpenSourcery http://opensourcery.com Technology for Good -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From thomasjen at oplin.org Tue Jun 2 21:08:30 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Tue, 02 Jun 2009 17:08:30 -0400 Subject: [support] Newbie w/ Templates Message-ID: <4A2594CE.9060003@oplin.org> I am justing getting started with drupal (6.10). I added a couple themes to my sites/all/themes folder. When I switch to them, the formatting comes through, just not the images. The images however are in the folders for the themes and the themes are for the 6.x build. Is there and extra step in there? Thanks, -Jen From sivaji2009 at gmail.com Wed Jun 3 00:30:55 2009 From: sivaji2009 at gmail.com (sivaji j.g) Date: Wed, 3 Jun 2009 06:00:55 +0530 Subject: [support] block view listing events Message-ID: I have a content type named "event" which has two node reference field "sponsor" and "band". I want to create a block view which list the event title and event timing based on current nodes band and sponsor. http://img30.imageshack.us/img30/3494/ccf0062200900000.jpg The above link has image which clearly explains the thing i need to do. The image shows the full node view of event type content in content region (where "tippery band" is sponser and "chitanya band" is band). On the right hand side i need to have two block. The first block need to events list filtered by band ("chitanya band") and the second block need to have events list filtered by sponsors ("tippery band"). Please let me know how this can be achieved using views and/or panels. -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/ From quiller at gmail.com Wed Jun 3 00:51:32 2009 From: quiller at gmail.com (Quiller) Date: Tue, 2 Jun 2009 19:51:32 -0500 Subject: [support] Newbie w/ Templates In-Reply-To: <4A2594CE.9060003@oplin.org> References: <4A2594CE.9060003@oplin.org> Message-ID: <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> Can you provide an example URL or which contrib themes you're trying to use? There shouldn't be any configuration or extra steps for most themes, but it's hard to troubleshoot without more information. Thanks, Quiller 2009/6/2 Jen Thomas > I am justing getting started with drupal (6.10). I added a couple themes to > my sites/all/themes folder. When I switch to them, the formatting comes > through, just not the images. The images however are in the folders for the > themes and the themes are for the 6.x build. Is there and extra step in > there? > Thanks, > -Jen > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomasjen at oplin.org Wed Jun 3 12:39:17 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 08:39:17 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> Message-ID: <4A266EF5.6070608@oplin.org> I did try a variety of themes: acquia marina (http://drupal.org/project/acquia_marina), affaires (http://drupal.org/project/affaires), blossom (http://drupal.org/project/blossom), ubiquity (http://drupal.org/project/ubiquity), vitzo flex (http://drupal.org/project/vitzo_flex), blix (http://drupal.org/project/blix). Are there places I could look or anything I could do to troubleshoot? Thanks, Jen Quiller wrote: > Can you provide an example URL or which contrib themes you're trying > to use? There shouldn't be any configuration or extra steps for most > themes, but it's hard to troubleshoot without more information. > > > Thanks, > Quiller > > 2009/6/2 Jen Thomas > > > I am justing getting started with drupal (6.10). I added a couple > themes to my sites/all/themes folder. When I switch to them, the > formatting comes through, just not the images. The images however > are in the folders for the themes and the themes are for the 6.x > build. Is there and extra step in there? > Thanks, > -Jen > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- Systems Librarian Preble Country District Library 450 S. Barron St. Eaton, OH 45320 937-456-5051 From mail at webthatworks.it Wed Jun 3 13:01:21 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Wed, 3 Jun 2009 15:01:21 +0200 Subject: [support] 2 submit button in profile form (D5) Message-ID: <20090603150121.546c1f6c@dawn.webthatworks.it> I need 2 submit buttons in profile form but I can't see anything I could use in the $edit array. I could add a checkbox as an alternative to 2 buttons but it will make the usability a bit awkward. -- Ivan Sergio Borgonovo http://www.webthatworks.it From mohammed at atexplorer.com Wed Jun 3 13:42:23 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 03 Jun 2009 16:42:23 +0300 Subject: [support] Newbie w/ Templates In-Reply-To: <4A266EF5.6070608@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> Message-ID: <4A267DBF.10809@atexplorer.com> hello. I had a similar experience. it turned out that I need to add the following directive to my apache configuration file httpd.conf: EnableSendFile Off thanks. Mohammed. On 6/3/2009 3:39 PM, Jen Thomas wrote: > I did try a variety of themes: acquia marina > (http://drupal.org/project/acquia_marina), affaires > (http://drupal.org/project/affaires), blossom > (http://drupal.org/project/blossom), ubiquity > (http://drupal.org/project/ubiquity), vitzo flex > (http://drupal.org/project/vitzo_flex), blix > (http://drupal.org/project/blix). Are there places I could look or > anything I could do to troubleshoot? > Thanks, > Jen > > Quiller wrote: >> Can you provide an example URL or which contrib themes you're trying >> to use? There shouldn't be any configuration or extra steps for most >> themes, but it's hard to troubleshoot without more information. >> >> >> Thanks, >> Quiller >> >> 2009/6/2 Jen Thomas > >> >> I am justing getting started with drupal (6.10). I added a couple >> themes to my sites/all/themes folder. When I switch to them, the >> formatting comes through, just not the images. The images however >> are in the folders for the themes and the themes are for the 6.x >> build. Is there and extra step in there? >> Thanks, >> -Jen >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > -- All The Best, Mohammed Al-shar' From thomasjen at oplin.org Wed Jun 3 14:05:05 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 10:05:05 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <4A267DBF.10809@atexplorer.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> Message-ID: <4A268311.10009@oplin.org> I'm iis6. Thanks. Mohammed at atexplorer.com wrote: > hello. > > I had a similar experience. it turned out that I need to add the > following directive to my apache configuration file httpd.conf: > EnableSendFile > Off > > thanks. > Mohammed. > > On 6/3/2009 3:39 PM, Jen Thomas wrote: >> I did try a variety of themes: acquia marina >> (http://drupal.org/project/acquia_marina), affaires >> (http://drupal.org/project/affaires), blossom >> (http://drupal.org/project/blossom), ubiquity >> (http://drupal.org/project/ubiquity), vitzo flex >> (http://drupal.org/project/vitzo_flex), blix >> (http://drupal.org/project/blix). Are there places I could look or >> anything I could do to troubleshoot? >> Thanks, >> Jen >> >> Quiller wrote: >>> Can you provide an example URL or which contrib themes you're trying >>> to use? There shouldn't be any configuration or extra steps for most >>> themes, but it's hard to troubleshoot without more information. >>> >>> >>> Thanks, >>> Quiller >>> >>> 2009/6/2 Jen Thomas > >>> >>> I am justing getting started with drupal (6.10). I added a couple >>> themes to my sites/all/themes folder. When I switch to them, the >>> formatting comes through, just not the images. The images however >>> are in the folders for the themes and the themes are for the 6.x >>> build. Is there and extra step in there? >>> Thanks, >>> -Jen >>> -- >>> [ Drupal support list | http://lists.drupal.org/ ] >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> -- >>> [ Drupal support list | http://lists.drupal.org/ ] >> > > -- Systems Librarian Preble Country District Library 450 S. Barron St. Eaton, OH 45320 937-456-5051 From mohammed at atexplorer.com Wed Jun 3 14:10:01 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 03 Jun 2009 17:10:01 +0300 Subject: [support] Newbie w/ Templates In-Reply-To: <4A268311.10009@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> Message-ID: <4A268439.4040301@atexplorer.com> hello. to roll out any possibilities with your server, could you check if you can view an image? put some image in your root directory and then navigate to it using your browser, does it show fine? thanks. Mohammed. On 6/3/2009 5:05 PM, Jen Thomas wrote: > I'm iis6. Thanks. > > Mohammed at atexplorer.com wrote: >> hello. >> >> I had a similar experience. it turned out that I need to add the >> following directive to my apache configuration file httpd.conf: >> EnableSendFile >> Off >> >> thanks. >> Mohammed. >> >> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>> I did try a variety of themes: acquia marina >>> (http://drupal.org/project/acquia_marina), affaires >>> (http://drupal.org/project/affaires), blossom >>> (http://drupal.org/project/blossom), ubiquity >>> (http://drupal.org/project/ubiquity), vitzo flex >>> (http://drupal.org/project/vitzo_flex), blix >>> (http://drupal.org/project/blix). Are there places I could look or >>> anything I could do to troubleshoot? >>> Thanks, >>> Jen >>> >>> Quiller wrote: >>>> Can you provide an example URL or which contrib themes you're >>>> trying to use? There shouldn't be any configuration or extra steps >>>> for most themes, but it's hard to troubleshoot without more >>>> information. >>>> >>>> >>>> Thanks, >>>> Quiller >>>> >>>> 2009/6/2 Jen Thomas > >>>> >>>> I am justing getting started with drupal (6.10). I added a couple >>>> themes to my sites/all/themes folder. When I switch to them, the >>>> formatting comes through, just not the images. The images however >>>> are in the folders for the themes and the themes are for the 6.x >>>> build. Is there and extra step in there? >>>> Thanks, >>>> -Jen >>>> -- >>>> [ Drupal support list | http://lists.drupal.org/ ] >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> -- >>>> [ Drupal support list | http://lists.drupal.org/ ] >>> >> >> > -- All The Best, Mohammed Al-shar' From quiller at gmail.com Wed Jun 3 14:18:52 2009 From: quiller at gmail.com (Quiller) Date: Wed, 3 Jun 2009 09:18:52 -0500 Subject: [support] Newbie w/ Templates In-Reply-To: <4A268439.4040301@atexplorer.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> Message-ID: <86a04de30906030718j42959dfdx37f911c7d118b7be@mail.gmail.com> Also, you said that the problem occurs when switching to installed themes. Does this mean that Garland and Minelli work correctly and images are displayed? - Q 2009/6/3 Mohammed at atexplorer.com > hello. > > to roll out any possibilities with your server, could you check if you can > view an image? put some image in your root directory and then navigate to it > using your browser, does it show fine? > > thanks. > Mohammed. > > > On 6/3/2009 5:05 PM, Jen Thomas wrote: > >> I'm iis6. Thanks. >> >> Mohammed at atexplorer.com wrote: >> >>> hello. >>> >>> I had a similar experience. it turned out that I need to add the >>> following directive to my apache configuration file httpd.conf: >>> EnableSendFile >>> Off >>> >>> thanks. >>> Mohammed. >>> >>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>> >>>> I did try a variety of themes: acquia marina ( >>>> http://drupal.org/project/acquia_marina), affaires ( >>>> http://drupal.org/project/affaires), blossom ( >>>> http://drupal.org/project/blossom), ubiquity ( >>>> http://drupal.org/project/ubiquity), vitzo flex ( >>>> http://drupal.org/project/vitzo_flex), blix ( >>>> http://drupal.org/project/blix). Are there places I could look or >>>> anything I could do to troubleshoot? >>>> Thanks, >>>> Jen >>>> >>>> Quiller wrote: >>>> >>>>> Can you provide an example URL or which contrib themes you're trying to >>>>> use? There shouldn't be any configuration or extra steps for most themes, >>>>> but it's hard to troubleshoot without more information. >>>>> >>>>> >>>>> Thanks, >>>>> Quiller >>>>> >>>>> 2009/6/2 Jen Thomas > >>>>> >>>>> I am justing getting started with drupal (6.10). I added a couple >>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>> formatting comes through, just not the images. The images however >>>>> are in the folders for the themes and the themes are for the 6.x >>>>> build. Is there and extra step in there? >>>>> Thanks, >>>>> -Jen >>>>> -- >>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> >>>>> -- >>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>> >>>> >>>> >>> >>> >> > > -- > All The Best, > Mohammed Al-shar' > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomasjen at oplin.org Wed Jun 3 14:35:15 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 10:35:15 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <86a04de30906030718j42959dfdx37f911c7d118b7be@mail.gmail.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <86a04de30906030718j42959dfdx37f911c7d118b7be@mail.gmail.com> Message-ID: <4A268A23.3010906@oplin.org> Yes. They work just fine. Quiller wrote: > Also, you said that the problem occurs when switching to installed > themes. Does this mean that Garland and Minelli work correctly and > images are displayed? > > > - Q > > 2009/6/3 Mohammed at atexplorer.com > > > > hello. > > to roll out any possibilities with your server, could you check if > you can view an image? put some image in your root directory and > then navigate to it using your browser, does it show fine? > > thanks. > Mohammed. > > > On 6/3/2009 5:05 PM, Jen Thomas wrote: > > I'm iis6. Thanks. > > Mohammed at atexplorer.com wrote: > > hello. > > I had a similar experience. it turned out that I need to > add the following directive to my apache configuration > file httpd.conf: EnableSendFile > Off > > thanks. > Mohammed. > > On 6/3/2009 3:39 PM, Jen Thomas wrote: > > I did try a variety of themes: acquia marina > (http://drupal.org/project/acquia_marina), affaires > (http://drupal.org/project/affaires), blossom > (http://drupal.org/project/blossom), ubiquity > (http://drupal.org/project/ubiquity), vitzo flex > (http://drupal.org/project/vitzo_flex), blix > (http://drupal.org/project/blix). Are there places I > could look or anything I could do to troubleshoot? > Thanks, > Jen > > Quiller wrote: > > Can you provide an example URL or which contrib > themes you're trying to use? There shouldn't be > any configuration or extra steps for most themes, > but it's hard to troubleshoot without more > information. > > > Thanks, > Quiller > > 2009/6/2 Jen Thomas > >> > > I am justing getting started with drupal (6.10). I > added a couple > themes to my sites/all/themes folder. When I > switch to them, the > formatting comes through, just not the images. The > images however > are in the folders for the themes and the themes > are for the 6.x > build. Is there and extra step in there? > Thanks, > -Jen > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > > > > -- > All The Best, > Mohammed Al-shar' > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] From thomasjen at oplin.org Wed Jun 3 14:44:43 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 10:44:43 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <4A268439.4040301@atexplorer.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> Message-ID: <4A268C5B.7090707@oplin.org> Hi, I could not see the icon when I moved it to //localhost/drupal-6.10/logo.png Thanks, Jen Mohammed at atexplorer.com wrote: > hello. > > to roll out any possibilities with your server, could you check if you > can view an image? put some image in your root directory and then > navigate to it using your browser, does it show fine? > > thanks. > Mohammed. > > On 6/3/2009 5:05 PM, Jen Thomas wrote: >> I'm iis6. Thanks. >> >> Mohammed at atexplorer.com wrote: >>> hello. >>> >>> I had a similar experience. it turned out that I need to add the >>> following directive to my apache configuration file httpd.conf: >>> EnableSendFile >>> Off >>> >>> thanks. >>> Mohammed. >>> >>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>>> I did try a variety of themes: acquia marina >>>> (http://drupal.org/project/acquia_marina), affaires >>>> (http://drupal.org/project/affaires), blossom >>>> (http://drupal.org/project/blossom), ubiquity >>>> (http://drupal.org/project/ubiquity), vitzo flex >>>> (http://drupal.org/project/vitzo_flex), blix >>>> (http://drupal.org/project/blix). Are there places I could look or >>>> anything I could do to troubleshoot? >>>> Thanks, >>>> Jen >>>> >>>> Quiller wrote: >>>>> Can you provide an example URL or which contrib themes you're >>>>> trying to use? There shouldn't be any configuration or extra steps >>>>> for most themes, but it's hard to troubleshoot without more >>>>> information. >>>>> >>>>> >>>>> Thanks, >>>>> Quiller >>>>> >>>>> 2009/6/2 Jen Thomas >>>> > >>>>> >>>>> I am justing getting started with drupal (6.10). I added a couple >>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>> formatting comes through, just not the images. The images however >>>>> are in the folders for the themes and the themes are for the 6.x >>>>> build. Is there and extra step in there? >>>>> Thanks, >>>>> -Jen >>>>> -- >>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> >>>>> -- >>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>> >>> >>> >> > > From mohammed at atexplorer.com Wed Jun 3 15:28:02 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 03 Jun 2009 18:28:02 +0300 Subject: [support] Newbie w/ Templates In-Reply-To: <4A268C5B.7090707@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> Message-ID: <4A269682.6040601@atexplorer.com> Hi Jen, as I expected, it's an issue with your server not showing images then. if you put some image, say test.png, in your document root and then go to http://localhost/test.png but don't see the image in your browser, it means that the server isn't really serving the image. oh, by the way, do you see images fine on other people websites? I am asking because loading images can be disabled from the browser itself. best, Mohammed. On 6/3/2009 5:44 PM, Jen Thomas wrote: > Hi, > I could not see the icon when I moved it to > //localhost/drupal-6.10/logo.png > Thanks, > Jen > > Mohammed at atexplorer.com wrote: >> hello. >> >> to roll out any possibilities with your server, could you check if >> you can view an image? put some image in your root directory and then >> navigate to it using your browser, does it show fine? >> >> thanks. >> Mohammed. >> >> On 6/3/2009 5:05 PM, Jen Thomas wrote: >>> I'm iis6. Thanks. >>> >>> Mohammed at atexplorer.com wrote: >>>> hello. >>>> >>>> I had a similar experience. it turned out that I need to add the >>>> following directive to my apache configuration file httpd.conf: >>>> EnableSendFile >>>> Off >>>> >>>> thanks. >>>> Mohammed. >>>> >>>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>>>> I did try a variety of themes: acquia marina >>>>> (http://drupal.org/project/acquia_marina), affaires >>>>> (http://drupal.org/project/affaires), blossom >>>>> (http://drupal.org/project/blossom), ubiquity >>>>> (http://drupal.org/project/ubiquity), vitzo flex >>>>> (http://drupal.org/project/vitzo_flex), blix >>>>> (http://drupal.org/project/blix). Are there places I could look or >>>>> anything I could do to troubleshoot? >>>>> Thanks, >>>>> Jen >>>>> >>>>> Quiller wrote: >>>>>> Can you provide an example URL or which contrib themes you're >>>>>> trying to use? There shouldn't be any configuration or extra >>>>>> steps for most themes, but it's hard to troubleshoot without more >>>>>> information. >>>>>> >>>>>> >>>>>> Thanks, >>>>>> Quiller >>>>>> >>>>>> 2009/6/2 Jen Thomas >>>>> > >>>>>> >>>>>> I am justing getting started with drupal (6.10). I added a couple >>>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>>> formatting comes through, just not the images. The images however >>>>>> are in the folders for the themes and the themes are for the 6.x >>>>>> build. Is there and extra step in there? >>>>>> Thanks, >>>>>> -Jen >>>>>> -- >>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------ >>>>>> >>>>>> >>>>>> -- >>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>> >>>> >>>> >>> >> >> > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- All The Best, Mohammed Al-shar' From thomasjen at oplin.org Wed Jun 3 15:38:33 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 11:38:33 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <4A269682.6040601@atexplorer.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> <4A269682.6040601@atexplorer.com> Message-ID: <4A2698F9.9080807@oplin.org> Hi, When I moved it to just http://localhost/test.png, I was able to see it. And I am able to see other things on the internet just fine. It seems as though the problem is limited to the Drupal folder. Thanks, Jen Mohammed at atexplorer.com wrote: > Hi Jen, > > as I expected, it's an issue with your server not showing images then. > if you put some image, say test.png, in your document root and then go > to http://localhost/test.png but don't see the image in your browser, > it means that the server isn't really serving the image. > > oh, by the way, do you see images fine on other people websites? I am > asking because loading images can be disabled from the browser itself. > > best, > Mohammed. > > On 6/3/2009 5:44 PM, Jen Thomas wrote: >> Hi, >> I could not see the icon when I moved it to >> //localhost/drupal-6.10/logo.png >> Thanks, >> Jen >> >> Mohammed at atexplorer.com wrote: >>> hello. >>> >>> to roll out any possibilities with your server, could you check if >>> you can view an image? put some image in your root directory and >>> then navigate to it using your browser, does it show fine? >>> >>> thanks. >>> Mohammed. >>> >>> On 6/3/2009 5:05 PM, Jen Thomas wrote: >>>> I'm iis6. Thanks. >>>> >>>> Mohammed at atexplorer.com wrote: >>>>> hello. >>>>> >>>>> I had a similar experience. it turned out that I need to add the >>>>> following directive to my apache configuration file httpd.conf: >>>>> EnableSendFile >>>>> Off >>>>> >>>>> thanks. >>>>> Mohammed. >>>>> >>>>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>>>>> I did try a variety of themes: acquia marina >>>>>> (http://drupal.org/project/acquia_marina), affaires >>>>>> (http://drupal.org/project/affaires), blossom >>>>>> (http://drupal.org/project/blossom), ubiquity >>>>>> (http://drupal.org/project/ubiquity), vitzo flex >>>>>> (http://drupal.org/project/vitzo_flex), blix >>>>>> (http://drupal.org/project/blix). Are there places I could look >>>>>> or anything I could do to troubleshoot? >>>>>> Thanks, >>>>>> Jen >>>>>> >>>>>> Quiller wrote: >>>>>>> Can you provide an example URL or which contrib themes you're >>>>>>> trying to use? There shouldn't be any configuration or extra >>>>>>> steps for most themes, but it's hard to troubleshoot without >>>>>>> more information. >>>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> Quiller >>>>>>> >>>>>>> 2009/6/2 Jen Thomas >>>>>> > >>>>>>> >>>>>>> I am justing getting started with drupal (6.10). I added a couple >>>>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>>>> formatting comes through, just not the images. The images however >>>>>>> are in the folders for the themes and the themes are for the 6.x >>>>>>> build. Is there and extra step in there? >>>>>>> Thanks, >>>>>>> -Jen >>>>>>> -- >>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>> >>>>> >>>>> >>>> >>> >>> >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > From michel at ziobuddalabs.it Wed Jun 3 15:42:10 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Wed, 03 Jun 2009 17:42:10 +0200 Subject: [support] How to insert taxonomy into my form. Message-ID: <4A2699D2.2030501@ziobuddalabs.it> Hi. I have a form that permit me to insert some data into one of my db tables. Now I need to add taxonomy to this data. Is there a module that permit me to add taxonomy to a form or I need to create it from 0. If I need to create it from scratch, is there some manual/blog post/documentation ? Tnx. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From mohammed at atexplorer.com Wed Jun 3 15:43:38 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 03 Jun 2009 18:43:38 +0300 Subject: [support] Newbie w/ Templates In-Reply-To: <4A2698F9.9080807@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> <4A269682.6040601@atexplorer.com> <4A2698F9.9080807@oplin.org> Message-ID: <4A269A2A.5060404@atexplorer.com> oh, ... we're getting closer, did you make sure you copied the .htaccess file to your drupal installation? it should be along side index.php. thanks, Mohammed. On 6/3/2009 6:38 PM, Jen Thomas wrote: > Hi, > When I moved it to just http://localhost/test.png, I was able to see > it. And I am able to see other things on the internet just fine. It > seems as though the problem is limited to the Drupal folder. > Thanks, > Jen > > Mohammed at atexplorer.com wrote: >> Hi Jen, >> >> as I expected, it's an issue with your server not showing images >> then. if you put some image, say test.png, in your document root and >> then go to http://localhost/test.png but don't see the image in your >> browser, it means that the server isn't really serving the image. >> >> oh, by the way, do you see images fine on other people websites? I am >> asking because loading images can be disabled from the browser itself. >> >> best, >> Mohammed. >> >> On 6/3/2009 5:44 PM, Jen Thomas wrote: >>> Hi, >>> I could not see the icon when I moved it to >>> //localhost/drupal-6.10/logo.png >>> Thanks, >>> Jen >>> >>> Mohammed at atexplorer.com wrote: >>>> hello. >>>> >>>> to roll out any possibilities with your server, could you check if >>>> you can view an image? put some image in your root directory and >>>> then navigate to it using your browser, does it show fine? >>>> >>>> thanks. >>>> Mohammed. >>>> >>>> On 6/3/2009 5:05 PM, Jen Thomas wrote: >>>>> I'm iis6. Thanks. >>>>> >>>>> Mohammed at atexplorer.com wrote: >>>>>> hello. >>>>>> >>>>>> I had a similar experience. it turned out that I need to add the >>>>>> following directive to my apache configuration file httpd.conf: >>>>>> EnableSendFile >>>>>> Off >>>>>> >>>>>> thanks. >>>>>> Mohammed. >>>>>> >>>>>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>>>>>> I did try a variety of themes: acquia marina >>>>>>> (http://drupal.org/project/acquia_marina), affaires >>>>>>> (http://drupal.org/project/affaires), blossom >>>>>>> (http://drupal.org/project/blossom), ubiquity >>>>>>> (http://drupal.org/project/ubiquity), vitzo flex >>>>>>> (http://drupal.org/project/vitzo_flex), blix >>>>>>> (http://drupal.org/project/blix). Are there places I could look >>>>>>> or anything I could do to troubleshoot? >>>>>>> Thanks, >>>>>>> Jen >>>>>>> >>>>>>> Quiller wrote: >>>>>>>> Can you provide an example URL or which contrib themes you're >>>>>>>> trying to use? There shouldn't be any configuration or extra >>>>>>>> steps for most themes, but it's hard to troubleshoot without >>>>>>>> more information. >>>>>>>> >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Quiller >>>>>>>> >>>>>>>> 2009/6/2 Jen Thomas >>>>>>> > >>>>>>>> >>>>>>>> I am justing getting started with drupal (6.10). I added a couple >>>>>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>>>>> formatting comes through, just not the images. The images however >>>>>>>> are in the folders for the themes and the themes are for the 6.x >>>>>>>> build. Is there and extra step in there? >>>>>>>> Thanks, >>>>>>>> -Jen >>>>>>>> -- >>>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>> >>> -- >>> [ Drupal support list | http://lists.drupal.org/ ] >>> >> >> > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- All The Best, Mohammed Al-shar' From joe at openconcept.ca Wed Jun 3 15:39:00 2009 From: joe at openconcept.ca (Joe Stewart) Date: Wed, 3 Jun 2009 10:39:00 -0500 Subject: [support] Newbie w/ Templates In-Reply-To: <4A268C5B.7090707@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> Message-ID: <989c1ca30906030839l6a4cad79xa6b13a3ea6d69bc1@mail.gmail.com> On Wed, Jun 3, 2009 at 9:44 AM, Jen Thomas wrote: > Hi, > I could not see the icon when I moved it to > //localhost/drupal-6.10/logo.png Look at logs for 404 entries of the template images. Should show the path that it is trying to find the images. Because drupal is installed in the drupal-6.10 directory, you may need to edit settings.php and configure the base_url. Examples are in settings.php. Joe > > Thanks, > Jen > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomasjen at oplin.org Wed Jun 3 16:37:04 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 12:37:04 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <4A269A2A.5060404@atexplorer.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> <4A269682.6040601@atexplorer.com> <4A2698F9.9080807@oplin.org> <4A269A2A.5060404@atexplorer.com> Message-ID: <4A26A6B0.3030105@oplin.org> It's there. Mohammed at atexplorer.com wrote: > oh, ... we're getting closer, > > did you make sure you copied the .htaccess file to your drupal > installation? it should be along side index.php. > > thanks, > Mohammed. > On 6/3/2009 6:38 PM, Jen Thomas wrote: >> Hi, >> When I moved it to just http://localhost/test.png, I was able to see >> it. And I am able to see other things on the internet just fine. It >> seems as though the problem is limited to the Drupal folder. >> Thanks, >> Jen >> >> Mohammed at atexplorer.com wrote: >>> Hi Jen, >>> >>> as I expected, it's an issue with your server not showing images >>> then. if you put some image, say test.png, in your document root and >>> then go to http://localhost/test.png but don't see the image in your >>> browser, it means that the server isn't really serving the image. >>> >>> oh, by the way, do you see images fine on other people websites? I >>> am asking because loading images can be disabled from the browser >>> itself. >>> >>> best, >>> Mohammed. >>> >>> On 6/3/2009 5:44 PM, Jen Thomas wrote: >>>> Hi, >>>> I could not see the icon when I moved it to >>>> //localhost/drupal-6.10/logo.png >>>> Thanks, >>>> Jen >>>> >>>> Mohammed at atexplorer.com wrote: >>>>> hello. >>>>> >>>>> to roll out any possibilities with your server, could you check if >>>>> you can view an image? put some image in your root directory and >>>>> then navigate to it using your browser, does it show fine? >>>>> >>>>> thanks. >>>>> Mohammed. >>>>> >>>>> On 6/3/2009 5:05 PM, Jen Thomas wrote: >>>>>> I'm iis6. Thanks. >>>>>> >>>>>> Mohammed at atexplorer.com wrote: >>>>>>> hello. >>>>>>> >>>>>>> I had a similar experience. it turned out that I need to add the >>>>>>> following directive to my apache configuration file httpd.conf: >>>>>>> EnableSendFile >>>>>>> Off >>>>>>> >>>>>>> thanks. >>>>>>> Mohammed. >>>>>>> >>>>>>> On 6/3/2009 3:39 PM, Jen Thomas wrote: >>>>>>>> I did try a variety of themes: acquia marina >>>>>>>> (http://drupal.org/project/acquia_marina), affaires >>>>>>>> (http://drupal.org/project/affaires), blossom >>>>>>>> (http://drupal.org/project/blossom), ubiquity >>>>>>>> (http://drupal.org/project/ubiquity), vitzo flex >>>>>>>> (http://drupal.org/project/vitzo_flex), blix >>>>>>>> (http://drupal.org/project/blix). Are there places I could look >>>>>>>> or anything I could do to troubleshoot? >>>>>>>> Thanks, >>>>>>>> Jen >>>>>>>> >>>>>>>> Quiller wrote: >>>>>>>>> Can you provide an example URL or which contrib themes you're >>>>>>>>> trying to use? There shouldn't be any configuration or extra >>>>>>>>> steps for most themes, but it's hard to troubleshoot without >>>>>>>>> more information. >>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Quiller >>>>>>>>> >>>>>>>>> 2009/6/2 Jen Thomas >>>>>>>> > >>>>>>>>> >>>>>>>>> I am justing getting started with drupal (6.10). I added a couple >>>>>>>>> themes to my sites/all/themes folder. When I switch to them, the >>>>>>>>> formatting comes through, just not the images. The images however >>>>>>>>> are in the folders for the themes and the themes are for the 6.x >>>>>>>>> build. Is there and extra step in there? >>>>>>>>> Thanks, >>>>>>>>> -Jen >>>>>>>>> -- >>>>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> [ Drupal support list | http://lists.drupal.org/ ] >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>> >>>> -- >>>> [ Drupal support list | http://lists.drupal.org/ ] >>>> >>> >>> >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > -- Systems Librarian Preble Country District Library 450 S. Barron St. Eaton, OH 45320 937-456-5051 From thomasjen at oplin.org Wed Jun 3 16:38:12 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 12:38:12 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <989c1ca30906030839l6a4cad79xa6b13a3ea6d69bc1@mail.gmail.com> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> <989c1ca30906030839l6a4cad79xa6b13a3ea6d69bc1@mail.gmail.com> Message-ID: <4A26A6F4.4060802@oplin.org> I configured the base url (wasn't before) and white screened. I tried going back and am having no luck. Joe Stewart wrote: > > > On Wed, Jun 3, 2009 at 9:44 AM, Jen Thomas > wrote: > > Hi, > I could not see the icon when I moved it to > //localhost/drupal-6.10/logo.png > > > Look at logs for 404 entries of the template images. Should show the > path that it is trying to find the images. > > Because drupal is installed in the drupal-6.10 directory, you may need > to edit settings.php and configure the base_url. Examples are in > settings.php. > > Joe > > > > Thanks, > Jen > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- Systems Librarian Preble Country District Library 450 S. Barron St. Eaton, OH 45320 937-456-5051 From thomasjen at oplin.org Wed Jun 3 19:09:05 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 03 Jun 2009 15:09:05 -0400 Subject: [support] Newbie w/ Templates In-Reply-To: <4A26A6F4.4060802@oplin.org> References: <4A2594CE.9060003@oplin.org> <86a04de30906021751n23ed64ban8043155c3088452b@mail.gmail.com> <4A266EF5.6070608@oplin.org> <4A267DBF.10809@atexplorer.com> <4A268311.10009@oplin.org> <4A268439.4040301@atexplorer.com> <4A268C5B.7090707@oplin.org> <989c1ca30906030839l6a4cad79xa6b13a3ea6d69bc1@mail.gmail.com> <4A26A6F4.4060802@oplin.org> Message-ID: <4A26CA51.30106@oplin.org> I have it working now. There was a problem with the folder structure and order. Many Thanks Quiller, Mohammed, & Joe! -Jen Jen Thomas wrote: > I configured the base url (wasn't before) and white screened. I tried > going back and am having no luck. > > Joe Stewart wrote: >> >> >> On Wed, Jun 3, 2009 at 9:44 AM, Jen Thomas > > wrote: >> >> Hi, >> I could not see the icon when I moved it to >> //localhost/drupal-6.10/logo.png >> >> >> Look at logs for 404 entries of the template images. Should show the >> path that it is trying to find the images. >> >> Because drupal is installed in the drupal-6.10 directory, you may >> need to edit settings.php and configure the base_url. Examples are >> in settings.php. >> >> Joe >> >> >> >> Thanks, >> Jen >> >> >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > From quiller at gmail.com Wed Jun 3 23:15:20 2009 From: quiller at gmail.com (Quiller) Date: Wed, 3 Jun 2009 18:15:20 -0500 Subject: [support] How to insert taxonomy into my form. In-Reply-To: <4A2699D2.2030501@ziobuddalabs.it> References: <4A2699D2.2030501@ziobuddalabs.it> Message-ID: <86a04de30906031615o672579e0y39187f4840c9b6b2@mail.gmail.com> What module are you using to generate the form thus far, or is it all custom? These pages from the API docs should be useful: http://api.drupal.org/api/function/taxonomy_form_alter http://api.drupal.org/api/function/taxonomy_form/6 - Quiller http://www.quiller.org 2009/6/3 Michel Morelli > Hi. I have a form that permit me to insert some data into one of my db > tables. Now I need to add taxonomy to this data. Is there a module that > permit me to add taxonomy to a form or I need to create it from 0. > If I need to create it from scratch, is there some manual/blog > post/documentation ? > > Tnx. > > M. > > -- > Michel 'ZioBudda' Morelli michel at ziobuddalabs.net > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni 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: From eduard.aylon at gmail.com Thu Jun 4 10:10:03 2009 From: eduard.aylon at gmail.com (eduard aylon) Date: Thu, 4 Jun 2009 12:10:03 +0200 Subject: [support] mailing list manager questions Message-ID: <5ED4C817-3B5C-443F-AA61-2E45DDE2025B@gmail.com> Hi there, I'm just starting with drupal and this is my first post to the list, so bare with me. I am trying to find a module that will allow me to have subscribers to a newsletter, however subscribers will not be (drupal) registered users. I believe the solution to this problem is either use mailman or phplist, however I don't have root access to the server which disables the option to install mailman. So I decided to try out phplist. After installing phplist, and pointing my browser to /lists/admin I had a message saying: "Error: Database has not been initialised ,go to initialise database to continue" I'm a bit a concerned about initialising the database, as I don't want to lose any of the data contained in it. This is, because phplist and drupal share the same database (don't have rights on the server to create a new database, that's why). In the config.php from phplist I set a different table prefix, so maybe initialising the database will just create a new table for phplist, but I am unsure. Could anyone tell me whether is safe to initialise the database or not? I also have another installation on my home computer where I have drupal-6.9 (previous one is drupal-6.12). I use this installation for testing things out. So I installed phplist in this one, and configure it. Set permissions in drupal so I can access and administer phplist module. However when I go to drupal>site_configuration>phplist I get sent back to the site_configuration page whithout being able to configure the module at all. So can't tell phplist module what table prefix or database should be pointing to. Any help is much appreciated, eduard From tloud365 at gmail.com Thu Jun 4 13:00:58 2009 From: tloud365 at gmail.com (T L) Date: Thu, 4 Jun 2009 09:00:58 -0400 Subject: [support] mailing list manager questions In-Reply-To: <5ED4C817-3B5C-443F-AA61-2E45DDE2025B@gmail.com> References: <5ED4C817-3B5C-443F-AA61-2E45DDE2025B@gmail.com> Message-ID: Hey Eduard, Why not try the simplenews module? "Simplenews publishes and sends newsletters to lists of subscribers. Both anonymous and authenticated users can opt-in to different mailing lists." http://drupal.org/project/simplenews I think this might help you avoid issues with 3rd party app integration/database cohabitation. Cheers, Tim On Thu, Jun 4, 2009 at 6:10 AM, eduard aylon wrote: > Hi there, > > I'm just starting with drupal and this is my first post to the list, so > bare with me. > > I am trying to find a module that will allow me to have subscribers to a > newsletter, however subscribers will not be (drupal) registered users. > I believe the solution to this problem is either use mailman or phplist, > however I don't have root access to the server which disables the option to > install mailman. So I decided to try out phplist. After installing phplist, > and pointing my browser to /lists/admin I had a message saying: > > "Error: Database has not been initialised ,go to initialise database > to continue" > > I'm a bit a concerned about initialising the database, as I don't want to > lose any of the data contained in it. This is, because phplist and drupal > share the same database (don't have rights on the server to create a new > database, that's why). In the config.php from phplist I set a different > table prefix, so maybe initialising the database will just create a new > table for phplist, but I am unsure. Could anyone tell me whether is safe to > initialise the database or not? > > I also have another installation on my home computer where I have > drupal-6.9 (previous one is drupal-6.12). I use this installation for > testing things out. So I installed phplist in this one, and configure it. > Set permissions in drupal so I can access and administer phplist module. > However when I go to drupal>site_configuration>phplist I get sent back to > the site_configuration page whithout being able to configure the module at > all. So can't tell phplist module what table prefix or database should be > pointing to. > > Any help is much appreciated, > > eduard > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Tim Loudon t: 781.686.6096 e: tloud365 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrea.burton at gmail.com Thu Jun 4 16:50:58 2009 From: andrea.burton at gmail.com (andrea burton) Date: Thu, 4 Jun 2009 09:50:58 -0700 Subject: [support] Calling a field in a node template - need PHP help Message-ID: Hi, I am stuck on this problem. I have a News content type with a File field called field_file. I am trying to figure out how to write the code in the node- news.tpl.php to show the field but only if a file has been uploaded and thus filled that field. Right now, I have this code to pull in the body and the file_field: print $body; print l(t('Download Article'), file_create_url($node->field_file[0] ['filepath'])); but "Download Article" shows up in the nodes that do not have a file uploaded into that node. Im thinking all i need is an if-else statement that says: If field_file exists, then print l(t('Download Article'), file_create_url($node->field_file[0]['filepath'])); else just print $body but nothing i have tried works. Can anyone help me? thanks! andrea From entuland at gmail.com Thu Jun 4 17:33:36 2009 From: entuland at gmail.com (Francesco) Date: Thu, 4 Jun 2009 19:33:36 +0200 Subject: [support] Calling a field in a node template - need PHP help In-Reply-To: References: Message-ID: <5803c9860906041033h62604942hd13955cdd3e3137e@mail.gmail.com> Hi Andrea, > I have a News content type with a File field called field_file. > > I am trying to figure out how to write the code in the node- > news.tpl.php to show the field but only if a file has been uploaded > and thus filled that field. Why don't you rely on the standard behavior? Put the text "Download Article" as the field label, and let Drupal show or hide them both (label and field) depending on the field content. If you want finer control, go ahead and use php, but instead of checking if field_file exists, check if item 0 is empty or not. The fact is that item 0 of each field is always present, regardless of it being filled or not. Just my two cents, hope this helped. Regards, Francesco From metzlerd at evergreen.edu Thu Jun 4 18:42:31 2009 From: metzlerd at evergreen.edu (Metzler, David) Date: Thu, 4 Jun 2009 11:42:31 -0700 Subject: [support] Calling a field in a node template - need PHP help In-Reply-To: References: Message-ID: <52177C930FA90F4D9888B0343FDB79FBA58C0B@birch.evergreen.edu> I'm not 100% sure but have you tried this? if ($node->$node->field_file[0]['filepath']) print l(t('Download Article'), file_create_url($node->field_file[0]['filepath'])); -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of andrea burton Sent: Thursday, June 04, 2009 9:51 AM To: support at drupal.org Subject: [support] Calling a field in a node template - need PHP help Hi, I am stuck on this problem. I have a News content type with a File field called field_file. I am trying to figure out how to write the code in the node- news.tpl.php to show the field but only if a file has been uploaded and thus filled that field. Right now, I have this code to pull in the body and the file_field: print $body; print l(t('Download Article'), file_create_url($node->field_file[0] ['filepath'])); but "Download Article" shows up in the nodes that do not have a file uploaded into that node. Im thinking all i need is an if-else statement that says: If field_file exists, then print l(t('Download Article'), file_create_url($node->field_file[0]['filepath'])); else just print $body but nothing i have tried works. Can anyone help me? thanks! andrea -- [ Drupal support list | http://lists.drupal.org/ ] From andrea.burton at gmail.com Thu Jun 4 19:47:10 2009 From: andrea.burton at gmail.com (andrea burton) Date: Thu, 4 Jun 2009 12:47:10 -0700 Subject: [support] Calling a field in a node template - need PHP help In-Reply-To: References: Message-ID: <0247FEA7-5F91-4493-9665-E355F7A85376@gmail.com> @David Metzler Thank you!! your solution worked but with modification. This caused an error: > if ($node->$node->field_file[0]['filepath']) print l(t('Download > Article'), file_create_url($node->field_file[0]['filepath'])); recoverable fatal error: Object of class stdClass could not be converted to string but i removed the first $node-> to have this: > if ($node->field_file[0]['filepath']) print l(t('Download > Article'), file_create_url($node->field_file[0]['filepath'])); and it worked! thank you, im still learning PHP syntax and didnt know how to do a simple if else statement like this. @Francisco, the reason i didn't go with standard drupal behavior is because i didn't want the title of the node to be the link text. That is how it was showing up in my configuration when i selected Generic Files. If there is a way to take take the Label and make it a link to the file in the CCK manage fields admin dialog, i would love to learn about it. thanks so much for everyone's help. andrea > > > Message: 4 > Date: Thu, 4 Jun 2009 09:50:58 -0700 > From: andrea burton > Subject: [support] Calling a field in a node template - need PHP help > To: support at drupal.org > Message-ID: > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Hi, > > I am stuck on this problem. > > I have a News content type with a File field called field_file. > > I am trying to figure out how to write the code in the node- > news.tpl.php to show the field but only if a file has been uploaded > and thus filled that field. > > Right now, I have this code to pull in the body and the file_field: > > print $body; > print l(t('Download Article'), file_create_url($node->field_file[0] > ['filepath'])); > > but "Download Article" shows up in the nodes that do not have a file > uploaded into that node. > > Im thinking all i need is an if-else statement that says: > > If field_file exists, then print l(t('Download Article'), > file_create_url($node->field_file[0]['filepath'])); > else just print $body > > but nothing i have tried works. > > Can anyone help me? > > thanks! > andrea > > > > ------------------------------ > > Message: 5 > Date: Thu, 4 Jun 2009 19:33:36 +0200 > From: Francesco > Subject: Re: [support] Calling a field in a node template - need PHP > help > To: support at drupal.org > Message-ID: > <5803c9860906041033h62604942hd13955cdd3e3137e at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Andrea, > >> I have a News content type with a File field called field_file. >> >> I am trying to figure out how to write the code in the node- >> news.tpl.php to show the field but only if a file has been uploaded >> and thus filled that field. > > Why don't you rely on the standard behavior? Put the text "Download > Article" > as the field label, and let Drupal show or hide them both (label and > field) depending on > the field content. > > If you want finer control, go ahead and use php, but instead of > checking if field_file exists, check if item 0 is empty or not. The > fact is that item 0 of each field is always present, regardless of it > being filled or not. > > Just my two cents, hope this helped. > > Regards, > Francesco > > > ------------------------------ > > Message: 6 > Date: Thu, 4 Jun 2009 11:42:31 -0700 > From: "Metzler, David" > Subject: Re: [support] Calling a field in a node template - need PHP > help > To: > Message-ID: > <52177C930FA90F4D9888B0343FDB79FBA58C0B at birch.evergreen.edu> > Content-Type: text/plain; charset="us-ascii" > > I'm not 100% sure but have you tried this? > > if ($node->$node->field_file[0]['filepath']) print l(t('Download > Article'), file_create_url($node->field_file[0]['filepath'])); > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From killshot91 at comcast.net Thu Jun 4 19:58:42 2009 From: killshot91 at comcast.net (Steve Edwards) Date: Thu, 04 Jun 2009 12:58:42 -0700 Subject: [support] Partial Data Returned On Search In-Reply-To: <4A23128F.70308@funnymonkey.com> References: <4A230E5D.90205@comcast.net> <4A23128F.70308@funnymonkey.com> Message-ID: <4A282772.3030801@comcast.net> I am not using any data access modules. There is only one row in node_access. Bill Fitzgerald wrote: > Do you have any access control modules installed? If so, have you > rebuilt the node access table? > > Steve Edwards wrote: >> I'm working on an Ubercart site and am having a problem with all data >> not being indexed for search. Using the default Dupal search, if I >> search on the SKU field, I get results on some of the products, but >> not all. I've rebuild the index and re-run cron multiple times, and >> I've also verified that data is entered correctly in the SKU field >> for all products, but for some reason I still don't get results >> returned on some of the SKU numbers. Can anybody explain possible >> reasons why this might be happening or give me a place I could start >> looking? >> >> Thanks. >> >> Steve >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.hautbois at free.fr Thu Jun 4 21:51:43 2009 From: david.hautbois at free.fr (David Hautbois) Date: Thu, 04 Jun 2009 23:51:43 +0200 Subject: [support] Some images are not displayed the content Message-ID: <4A2841EF.8050509@free.fr> Hello Could someone help me to understand why 2 images (0004_0.png and 005.png) are not displayed in this content ; http://david.hautbois.free.fr/drupal/?q=content/ins%C3%A9rer-des-cartes-g%C3%A9oportail-dans-un-contenu The web server/Drupal returns "302 found" but not "200 OK". (Using firebug) I've mixed private and public download method to analyze the issue. Drupal 6.12 + CCK 2.2 + FileField 6.x-3.0 + FileField Paths 6.x-1.2 + TinMCE I don't understand.... Is the private download method limited to 3 by page ? Is there a problem with my web hosting provider ? Thanks. David. From quiller at gmail.com Thu Jun 4 22:01:19 2009 From: quiller at gmail.com (Quiller) Date: Thu, 4 Jun 2009 17:01:19 -0500 Subject: [support] Some images are not displayed the content In-Reply-To: <4A2841EF.8050509@free.fr> References: <4A2841EF.8050509@free.fr> Message-ID: <86a04de30906041501y274bc33bm12b4d8270effcb03@mail.gmail.com> The two images that are missing have a different path than the images that are loading correctly. This is the path for 004.png: /drupal/?q=system/files/115/0004_0.png As compared to the path for the other images: ?q=system/files/115/003.png Or: sites/default/files/115/011.png Notice that the first path (non-working) is absolute to your site root, while the second two (working) are relative to the path you installed Drupal under. - Quiller 2009/6/4 David Hautbois > Hello > > Could someone help me to understand why 2 images (0004_0.png and 005.png) > are not displayed in this content ; > > http://david.hautbois.free.fr/drupal/?q=content/ins%C3%A9rer-des-cartes-g%C3%A9oportail-dans-un-contenu > The web server/Drupal returns "302 found" but not "200 OK". (Using firebug) > > I've mixed private and public download method to analyze the issue. > > Drupal 6.12 + CCK 2.2 + FileField 6.x-3.0 + FileField Paths 6.x-1.2 + > TinMCE > > I don't understand.... > > Is the private download method limited to 3 by page ? > Is there a problem with my web hosting provider ? > > Thanks. > > David. > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Quiller quiller at quiller.org http://www.quiller.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.hautbois at free.fr Thu Jun 4 22:19:57 2009 From: david.hautbois at free.fr (David Hautbois) Date: Fri, 05 Jun 2009 00:19:57 +0200 Subject: [support] Some images are not displayed the content In-Reply-To: <86a04de30906041501y274bc33bm12b4d8270effcb03@mail.gmail.com> References: <4A2841EF.8050509@free.fr> <86a04de30906041501y274bc33bm12b4d8270effcb03@mail.gmail.com> Message-ID: <4A28488D.8000501@free.fr> I've just modified the path like this : ?q=system/files/115/003.png Only the first 3 images are displayed (200 OK) The 5 next images are not displayed (302 found) Thanks. David. Quiller wrote: > The two images that are missing have a different path than the images > that are loading correctly. This is the path for 004.png: > > /drupal/?q=system/files/115/0004_0.png > > As compared to the path for the other images: > > ?q=system/files/115/003.png > > Or: > > sites/default/files/115/011.png > > Notice that the first path (non-working) is absolute to your site > root, while the second two (working) are relative to the path you > installed Drupal under. > > > - Quiller > > > 2009/6/4 David Hautbois > > > Hello > > Could someone help me to understand why 2 images (0004_0.png and > 005.png) are not displayed in this content ; > http://david.hautbois.free.fr/drupal/?q=content/ins%C3%A9rer-des-cartes-g%C3%A9oportail-dans-un-contenu > The web server/Drupal returns "302 found" but not "200 OK". (Using > firebug) > > I've mixed private and public download method to analyze the issue. > > Drupal 6.12 + CCK 2.2 + FileField 6.x-3.0 + FileField Paths > 6.x-1.2 + TinMCE > > I don't understand.... > > Is the private download method limited to 3 by page ? > Is there a problem with my web hosting provider ? > > Thanks. > > David. > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > -- > Quiller > > quiller at quiller.org > http://www.quiller.org > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] From sdecabooter at gmail.com Fri Jun 5 07:01:39 2009 From: sdecabooter at gmail.com (Sven Decabooter) Date: Fri, 5 Jun 2009 09:01:39 +0200 Subject: [support] Partial Data Returned On Search In-Reply-To: <4A282772.3030801@comcast.net> References: <4A230E5D.90205@comcast.net> <4A23128F.70308@funnymonkey.com> <4A282772.3030801@comcast.net> Message-ID: <3f960de20906050001h7e18e47dl67bebc0a6713e92@mail.gmail.com> Are you searching for the full SKU string? As the default Drupal search doesn't do partial word search... What you could do is get the nid of the node that doesn't have all its fields showing up in the search results, and running the following query: SELECT * FROM {search_dataset} WHERE sid = That way you can see what words have been indexed for that particular node, and will (or should) show up in the result list when searched for. 2009/6/4 Steve Edwards > I am not using any data access modules. There is only one row in > node_access. > > Bill Fitzgerald wrote: > > Do you have any access control modules installed? If so, have you rebuilt > the node access table? > > Steve Edwards wrote: > > I'm working on an Ubercart site and am having a problem with all data not > being indexed for search. Using the default Dupal search, if I search on > the SKU field, I get results on some of the products, but not all. I've > rebuild the index and re-run cron multiple times, and I've also verified > that data is entered correctly in the SKU field for all products, but for > some reason I still don't get results returned on some of the SKU numbers. > Can anybody explain possible reasons why this might be happening or give me > a place I could start looking? > > Thanks. > > Steve > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.hautbois at free.fr Fri Jun 5 10:54:22 2009 From: david.hautbois at free.fr (David Hautbois) Date: Fri, 05 Jun 2009 12:54:22 +0200 Subject: [support] Some images are not displayed the content In-Reply-To: <4A28488D.8000501@free.fr> References: <4A2841EF.8050509@free.fr> <86a04de30906041501y274bc33bm12b4d8270effcb03@mail.gmail.com> <4A28488D.8000501@free.fr> Message-ID: <4A28F95E.8060609@free.fr> Hello My web hosting provider check the overload and redirect some HTTP requests to overload.html. David. David Hautbois wrote: > I've just modified the path like this : ?q=system/files/115/003.png > Only the first 3 images are displayed (200 OK) > The 5 next images are not displayed (302 found) > > Thanks. > > David. > > Quiller wrote: >> The two images that are missing have a different path than the images >> that are loading correctly. This is the path for 004.png: >> >> /drupal/?q=system/files/115/0004_0.png >> >> As compared to the path for the other images: >> >> ?q=system/files/115/003.png >> >> Or: >> >> sites/default/files/115/011.png >> >> Notice that the first path (non-working) is absolute to your site >> root, while the second two (working) are relative to the path you >> installed Drupal under. >> >> >> - Quiller >> >> >> 2009/6/4 David Hautbois > > >> >> Hello >> >> Could someone help me to understand why 2 images (0004_0.png and >> 005.png) are not displayed in this content ; >> >> http://david.hautbois.free.fr/drupal/?q=content/ins%C3%A9rer-des-cartes-g%C3%A9oportail-dans-un-contenu >> >> The web server/Drupal returns "302 found" but not "200 OK". (Using >> firebug) >> >> I've mixed private and public download method to analyze the issue. >> >> Drupal 6.12 + CCK 2.2 + FileField 6.x-3.0 + FileField Paths >> 6.x-1.2 + TinMCE >> >> I don't understand.... >> >> Is the private download method limited to 3 by page ? >> Is there a problem with my web hosting provider ? >> >> Thanks. >> >> David. >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> >> >> -- >> Quiller >> >> quiller at quiller.org >> http://www.quiller.org >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > -- > [ Drupal support list | http://lists.drupal.org/ ] -- http://david.hautbois.free.fr http://slugplayer.free.fr From michel at ziobuddalabs.it Fri Jun 5 13:57:26 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 05 Jun 2009 15:57:26 +0200 Subject: [support] Book "Cracking Drupal". Is valid ??? Message-ID: <4A292446.6000303@ziobuddalabs.it> Hi. I have see this book "Cracking Drupal: A Drop in the Bucket" in a local library here in ITaly, Have someone this book ? is it valid ? No flame plz. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From skessler at denverdataman.com Fri Jun 5 14:13:14 2009 From: skessler at denverdataman.com (Steve Kessler) Date: Fri, 5 Jun 2009 08:13:14 -0600 Subject: [support] Book "Cracking Drupal". Is valid ??? In-Reply-To: <4A292446.6000303@ziobuddalabs.it> References: <4A292446.6000303@ziobuddalabs.it> Message-ID: <003f01c9e5e7$c46d6700$4d483500$@com> That is Greg Knaddison's book. I have not read it yet but I am sure its very good. Greg contributes at lot to the Drupal community. Should be a good read. -Steve Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter -----Original Message----- From: Michel Morelli [mailto:michel at ziobuddalabs.it] Sent: Friday, June 05, 2009 7:57 AM To: support at drupal.org Subject: [support] Book "Cracking Drupal". Is valid ??? Hi. I have see this book "Cracking Drupal: A Drop in the Bucket" in a local library here in ITaly, Have someone this book ? is it valid ? No flame plz. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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/ ] From greg.knaddison at gmail.com Fri Jun 5 14:26:26 2009 From: greg.knaddison at gmail.com (Greg Knaddison) Date: Fri, 5 Jun 2009 08:26:26 -0600 Subject: [support] Book "Cracking Drupal". Is valid ??? In-Reply-To: <4A292446.6000303@ziobuddalabs.it> References: <4A292446.6000303@ziobuddalabs.it> Message-ID: <3861c6770906050726y29b2eafexcf7d159f8e5a17b6@mail.gmail.com> On Fri, Jun 5, 2009 at 7:57 AM, Michel Morelli wrote: > Hi. I have see this book "Cracking Drupal: A Drop in the Bucket" in a local > library here in ITaly, > Have someone this book ? is it valid ? > > No flame plz. Hi Michael, I like to think it's valid ;) You can read two customer reviews from the Amazon page http://www.amazon.com/Cracking-Drupal-Bucket-Greg-Knaddison/dp/0470429038/ The technical editor on the book is K?roly N?gyesi, also known as chx, and we worked hard to make it as good as we could. There are some known problems with the book details by one early reader in the errata section at http://crackingdrupal.com/ Regards, Greg -- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Cracking Drupal - Learn to protect your Drupal site from hackers Now available from Wiley http://crackingdrupal.com From victorkane at gmail.com Fri Jun 5 14:54:45 2009 From: victorkane at gmail.com (Victor Kane) Date: Fri, 5 Jun 2009 11:54:45 -0300 Subject: [support] Book "Cracking Drupal". Is valid ??? In-Reply-To: <3861c6770906050726y29b2eafexcf7d159f8e5a17b6@mail.gmail.com> References: <4A292446.6000303@ziobuddalabs.it> <3861c6770906050726y29b2eafexcf7d159f8e5a17b6@mail.gmail.com> Message-ID: I thoroughly recommend the book, the first of its kind, tackling the question of security in Drupal directly, and providing the reader with many tools and solutions, Victor Kane http://awebfactory.com.ar Author of book "Leveraging Drupal" On Fri, Jun 5, 2009 at 11:26 AM, Greg Knaddison wrote: > On Fri, Jun 5, 2009 at 7:57 AM, Michel Morelli > wrote: > > Hi. I have see this book "Cracking Drupal: A Drop in the Bucket" in a > local > > library here in ITaly, > > Have someone this book ? is it valid ? > > > > No flame plz. > > Hi Michael, > > I like to think it's valid ;) > > You can read two customer reviews from the Amazon page > http://www.amazon.com/Cracking-Drupal-Bucket-Greg-Knaddison/dp/0470429038/ > > The technical editor on the book is K?roly N?gyesi, also known as chx, > and we worked hard to make it as good as we could. There are some > known problems with the book details by one early reader in the errata > section at http://crackingdrupal.com/ > > Regards, > Greg > > > -- > Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com > Cracking Drupal - Learn to protect your Drupal site from hackers > Now available from Wiley http://crackingdrupal.com > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob at morsemedia.net Fri Jun 5 23:35:24 2009 From: bob at morsemedia.net (Bob Morse) Date: Fri, 05 Jun 2009 16:35:24 -0700 Subject: [support] Mimemail sending CSS Message-ID: <4A29ABBC.9010901@morsemedia.net> Using MimeMail (6.x-1.x-dev) with Simplenews (version 6.x-1.0-rc6), with html turned on, some people get the message with a ton of css code in it. It's odd because we tested this and didn't see any code. But we received several messages from people who received code in the body of the message. Some spam filters blocked the message because of all the code. I posted on MimeMail issues but with no response yet. From hans.rossel at koba.be Sat Jun 6 02:17:44 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Sat, 6 Jun 2009 04:17:44 +0200 Subject: [support] Mimemail sending CSS In-Reply-To: <4A29ABBC.9010901@morsemedia.net> References: <4A29ABBC.9010901@morsemedia.net> Message-ID: <51a9b8330906051917t7d5b081cqb2ac8a3921f6db38@mail.gmail.com> If you want no external css file send along you can add an empty mail.css file in your theme folder or override the theme function theme_mimemail_message() that adds the css file, for more information see http://drupal.org/node/291762Check on desktop e-mail clients like Outlook to see the external css, webbased email clients normally strip it off. Hans www.koba.be 2009/6/6 Bob Morse > Using MimeMail (6.x-1.x-dev) with Simplenews (version 6.x-1.0-rc6), with > html turned on, some people get the message with a ton of css code in it. > It's odd because we tested this and didn't see any code. But we received > several messages from people who received code in the body of the message. > Some spam filters blocked the message because of all the code. I posted on > MimeMail issues but with no response yet. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob at morsemedia.net Sat Jun 6 03:04:01 2009 From: bob at morsemedia.net (Bob Morse) Date: Fri, 05 Jun 2009 20:04:01 -0700 Subject: [support] Mimemail sending CSS In-Reply-To: <51a9b8330906051917t7d5b081cqb2ac8a3921f6db38@mail.gmail.com> References: <4A29ABBC.9010901@morsemedia.net> <51a9b8330906051917t7d5b081cqb2ac8a3921f6db38@mail.gmail.com> Message-ID: <4A29DCA1.60606@morsemedia.net> Hans, These are great pointers. Thanks. Will check in to them. KOBA | Hans Rossel wrote: > If you want no external css file send along you can add an empty > mail.css file in your theme folder or override the theme > function theme_mimemail_message() that adds the css file, for more > information see http://drupal.org/node/291762 > Check on desktop e-mail clients like Outlook to see the external css, > webbased email clients normally strip it off. > > Hans > www.koba.be > > 2009/6/6 Bob Morse > > > Using MimeMail (6.x-1.x-dev) with Simplenews (version > 6.x-1.0-rc6), with html turned on, some people get the message > with a ton of css code in it. It's odd because we tested this and > didn't see any code. But we received several messages from people > who received code in the body of the message. Some spam filters > blocked the message because of all the code. I posted on MimeMail > issues but with no response yet. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > -- > Hans Rossel > KOBA Webdevelopment > Kerkstraat 228 > 9050 Gent > 09-334.52.60 > 0472-79.32.16 > www.koba.be > info at koba.be > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- Bob Morse Morse Media Web Development * Web Hosting * Internet Marketing http://morsemedia.net 707-444-9566 707-496-9191 (cell) Blog: http://talkingtech.net Twitter: http://twitter.com/bobmorse -------------- next part -------------- An HTML attachment was scrubbed... URL: From ramprasath_explicit at yahoo.co.in Sat Jun 6 09:09:08 2009 From: ramprasath_explicit at yahoo.co.in (ram prasath) Date: Sat, 6 Jun 2009 14:39:08 +0530 (IST) Subject: [support] Display Events created Using CiviCRM in drupal 6 Message-ID: <416028.60716.qm@web7605.mail.in.yahoo.com> HI Friends, ??? I want to display the events created by me as menus in d front page as featured events, I had created events using civicrm 2.2.5? in drupal 6 and Can any one me how to create menus and to display that events in home page regards Ram Prasath Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From reinier.battenberg at mountbatten.net Sat Jun 6 09:37:01 2009 From: reinier.battenberg at mountbatten.net (Reinier Battenberg) Date: Sat, 6 Jun 2009 02:37:01 -0700 (PDT) Subject: [support] Comments to email - Mailhandler hack! Message-ID: <23866194.post@talk.nabble.com> Hi, You could have a look at the http://drupal.org/project/mail2web mail2 web module , and see if that fits in somehow. rgds, Reinier Earnie wrote: > > Quoting Rohan Smith : > >> Hmmm.... the modules already know how to retrieve email from the mailing >> list and post them to the site. It is done the way when it is posted >> directly TO the mailing list. >> My issue is, how can I make drupal totally ignore posting to the site >> when a >> forum post is made [not unpublished], the current settings ignore >> unpublished nodes or comments and do not post them to the mailing list. >> Is there a way for me to make a node post or comment that does not have a >> node id or comment id. >> It basically operates like a post in the contact form, no asscociation >> with >> the drupal content system, it just sends an email with the proper title >> and >> from and to addresses BUT it also appears in the section where comments >> are >> to be made. That way drupal only gives it an id when it retrieves it from >> the mailing list. >> > > Use hook_form_alter to modify the submit handler to one of your own doing. > > -- > Earnie > -- http://r-feed.com/ -- http://for-my-kids.com/ > -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- View this message in context: http://www.nabble.com/Comments-to-email---Mailhandler-hack%21-tp23088854p23866194.html Sent from the Drupal - Support mailing list archive at Nabble.com. From michel at ziobuddalabs.it Sun Jun 7 07:04:50 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Sun, 07 Jun 2009 09:04:50 +0200 Subject: [support] Book "Cracking Drupal". Is valid ??? In-Reply-To: <3861c6770906050726y29b2eafexcf7d159f8e5a17b6@mail.gmail.com> References: <4A292446.6000303@ziobuddalabs.it> <3861c6770906050726y29b2eafexcf7d159f8e5a17b6@mail.gmail.com> Message-ID: <4A2B6692.1060307@ziobuddalabs.it> Greg Knaddison ha scritto: > On Fri, Jun 5, 2009 at 7:57 AM, Michel Morelli wrote: > >> Hi. I have see this book "Cracking Drupal: A Drop in the Bucket" in a local >> library here in ITaly, >> Have someone this book ? is it valid ? >> >> No flame plz. >> > > Hi Michael, > > I like to think it's valid ;) > ghghgh :D Ok, boys... Next week I bought it and then I will write an italian review. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From hello at fresh-off.com Mon Jun 8 22:23:31 2009 From: hello at fresh-off.com (brendan, fresh-off.com) Date: Mon, 8 Jun 2009 15:23:31 -0700 Subject: [support] User Directory using Views and Advanced Profile Module Message-ID: <000001c9e887$c2ecaf10$48c60d30$@com> Hello everybody - my first question to this list! I'm trying to set up a User Directory in Drupal 6, and from what I can tell, Views and the Advanced Profile Modules are looking like a good route to take. I'd like users to be able to sort through the directory based on info entered into their user profiles. For example, the users will be volunteers and volunteer orgs - so I'd like to be able to sort by that criteria, as well as things such as "sort list by volunteers available during morning hours" or "volunteers with program mgmt experience." etc. etc. Lastly, I'd like for users with Admin privileges to be able to use the directory to email or private message individual users or large groups of users that they've sorted (e.g.: volunteers available in the morning). Are the Views and Advanced Profile modules a good option for creating this type of directory? And I've set up private messaging on my site, but what will I have to do to integrate it with my directory after I've built it? And does anybody know of any tutorials on setting up user directories for D6 I'm familiar with the Views module, but haven't used it much, so assuming it's the right module - any other general suggestions would be helpful too! Thanks for any ideas or suggestions! brendan, seattle.usa -------------- next part -------------- An HTML attachment was scrubbed... URL: From quiller at gmail.com Mon Jun 8 23:20:53 2009 From: quiller at gmail.com (Quiller) Date: Mon, 8 Jun 2009 18:20:53 -0500 Subject: [support] User Directory using Views and Advanced Profile Module In-Reply-To: <000001c9e887$c2ecaf10$48c60d30$@com> References: <000001c9e887$c2ecaf10$48c60d30$@com> Message-ID: <86a04de30906081620m733816f1kcac5a6a00aa93b34@mail.gmail.com> All of the functionality you describe is possible using Views. I haven't personally used Advanced Profile, so I can't vouch for how well it integrates with Views. You may want to consider using Content Profile, as well, which treats user profiles like nodes, and thus they are configurable using CCK. http://drupal.org/project/content_profile You should be able to use Content Profile, Advanced Profile and Views all together, but I'll leave that question for somebody more experienced with these modules. -- Quiller quiller at quiller.org http://www.quiller.org 2009/6/8 brendan, fresh-off.com > Hello everybody - my first question to this list! > > > > I'm trying to set up a User Directory in Drupal 6, and from what I can > tell, Views and the Advanced Profile Modules are looking like a good route > to take. I'd like users to be able to sort through the directory based on > info entered into their user profiles. For example, the users will be > volunteers and volunteer orgs - so I'd like to be able to sort by that > criteria, as well as things such as "sort list by volunteers available > during morning hours" or "volunteers with program mgmt experience." etc. > etc. > > > > Lastly, I'd like for users with Admin privileges to be able to use the > directory to email or private message individual users or large groups of > users that they've sorted (e.g.: volunteers available in the morning). > > > > Are the Views and Advanced Profile modules a good option for creating this > type of directory? And I've set up private messaging on my site, but what > will I have to do to integrate it with my directory after I've built it? > And does anybody know of any tutorials on setting up user directories for D6 > > > > I'm familiar with the Views module, but haven't used it much, so assuming > it?s the right module - any other general suggestions would be helpful too! > > > > Thanks for *any* ideas or suggestions! > > > > brendan, > > seattle.usa > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From simpsonetti at googlemail.com Tue Jun 9 08:05:09 2009 From: simpsonetti at googlemail.com (=?iso-8859-1?Q?Sebastian_G=F6decke?=) Date: Tue, 9 Jun 2009 10:05:09 +0200 Subject: [support] upgrading with from D5 to D6 Message-ID: <992217974.20090609100509@googlemail.com> Guten Tag Support Support, hi, i want to upgrade one site from D5 to D6. Most things i have to do i think i know, but how do i get my content from D5 to D6 ? i'm using cck and views and yesterday i hoeard something about "import/export-api" modul to create a , maybe csv-file with my content and import them in D6 after i create all necessary fields. but is there a way, that handles this quite easier ? regards simpsonetti -- Mit freundlichen Gr??en Sebastian G?decke mailto:simpsonetti at googlemail.com From hans.rossel at koba.be Tue Jun 9 08:59:18 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Tue, 9 Jun 2009 10:59:18 +0200 Subject: [support] upgrading with from D5 to D6 In-Reply-To: <992217974.20090609100509@googlemail.com> References: <992217974.20090609100509@googlemail.com> Message-ID: <51a9b8330906090159t61644d89i80b347714d42e144@mail.gmail.com> Guten Tag, Just upgrade as described in the upgrade instructions for Drupal core and CCK and your content should be there. Make a backup in advance and test first. You probably heard instructions on how to get content from another site our external source into your Drupal site, where you could indeed use a csv file and some import module, but for a normal upgrade its not needed. The main thing that will not upgrade is your views. You will have to remake them in Views 2 in Drupal 6. But it's worth it as views 2 is so much more flexible and is a lot easier to theme. For simple views there is a views 1 importer in views 2, but I prefer to remake all views because views 2 is better organised so you can reduce the number of views a lot by restructuring them. Hans www.koba.be 2009/6/9 Sebastian G?decke > Guten Tag Support Support, > > hi, i want to upgrade one site from D5 to D6. > Most things i have to do i think i know, but how do i get my content > from D5 to D6 ? > i'm using cck and views and yesterday i hoeard something about > "import/export-api" modul to create a , maybe csv-file with my content > and import them in D6 after i create all necessary fields. > > but is there a way, that handles this quite easier ? > > regards simpsonetti > > -- > Mit freundlichen Gr??en > Sebastian G?decke > mailto:simpsonetti at googlemail.com > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From walter.garcia at upf.edu Tue Jun 9 08:49:29 2009 From: walter.garcia at upf.edu (Walter Garcia-Fontes) Date: Tue, 9 Jun 2009 10:49:29 +0200 Subject: [support] upgrading with from D5 to D6 In-Reply-To: <992217974.20090609100509@googlemail.com> References: <992217974.20090609100509@googlemail.com> Message-ID: <20090609084929.GA24593@upf.edu> * Sebastian G?decke [09/06/09 10:10]: > i'm using cck and views and yesterday i hoeard something about > "import/export-api" modul to create a , maybe csv-file with my content > and import them in D6 after i create all necessary fields. I've just updated a quite complex site from D5 to D6. To create the new database the update process described in the tutorials at drupal.org transfers all the content from the D5 installation to the D6 installation. CCK content gets transfered without any issue, views instead have to be converted from version 1 to version 2. In the new D6 site the old views can be found at the Views 2 UI at "Tools", under "Convert". There you can convert your Views 1 to Views 2, some of the them need readjustment after the conversion, but I got them all converted. The panels have also to be rebuilt if you use panels. I got though the issue described in http://drupal.org/node/321154, and I solved it using one of the solutions described there. -- Walter Garcia-Fontes Barcelona From simpsonetti at googlemail.com Tue Jun 9 09:42:28 2009 From: simpsonetti at googlemail.com (=?iso-8859-1?Q?Sebastian_G=F6decke?=) Date: Tue, 9 Jun 2009 11:42:28 +0200 Subject: [support] upgrading with from D5 to D6 In-Reply-To: <20090609084929.GA24593@upf.edu> References: <992217974.20090609100509@googlemail.com> <20090609084929.GA24593@upf.edu> Message-ID: <1296323084.20090609114228@googlemail.com> Guten Tag Walter Garcia-Fontes, am Dienstag, 9. Juni 2009 um 10:49 schrieben Sie: > * Sebastian G?decke [09/06/09 10:10]: >> i'm using cck and views and yesterday i hoeard something about >> "import/export-api" modul to create a , maybe csv-file with my content >> and import them in D6 after i create all necessary fields. > I've just updated a quite complex site from D5 to D6. To create the > new database the update process described in the tutorials at Can you tell me were i find these tutorials ? You mean other than the "normal" upgrade instructions ? > drupal.org transfers all the content from the D5 installation to the > D6 installation. CCK content gets transfered without any issue, views > instead have to be converted from version 1 to version 2. In the new > D6 site the old views can be found at the Views 2 UI at "Tools", under > "Convert". There you can convert your Views 1 to Views 2, some of the > them need readjustment after the conversion, but I got them all > converted. The panels have also to be rebuilt if you use panels. > I got though the issue described in http://drupal.org/node/321154, and > I solved it using one of the solutions described there. Most important for me are the cck-content types with the taxonomy terms. other content is added fast. -- Mit freundlichen Gr??en Sebastian G?decke mailto:simpsonetti at googlemail.com From jhedstrom at opensourcery.com Tue Jun 9 17:01:32 2009 From: jhedstrom at opensourcery.com (Jonathan Hedstrom) Date: Tue, 09 Jun 2009 10:01:32 -0700 Subject: [support] On node submit, going straight to "e-mail page" form In-Reply-To: References: Message-ID: <4A2E956C.3040803@opensourcery.com> Neil Coghlan wrote: > I have an idea for my site but am unsure how difficult it would be to > implement. > > Basically, once a user submits a certain type of content, I'd like to > redirect them to a page where they can notify their friends/family. I > use the Print, Mail, PDF module to mail pages to friends, so ideally, > once a user submits node/123, it would take them to printmail/123 (the > URL that the module uses to mail pages) with possibly a customised > message along the lines of "now you've published on our site, let your > friends know!" or something equally cheesy. > > tough to do? > You could probably achieve this with an implementation of hook_form_alter() in a custom module by adding a #redirect to the node form. http://api.drupal.org/api/file/developer/topics/forms_api_reference.html To add the customized message, you'd probably also need to add an additional #submit handler to the node form. Cheers, Jonathan -- Jonathan Hedstrom OpenSourcery http://opensourcery.com Technology for Good -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From hans.rossel at koba.be Tue Jun 9 17:18:28 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Tue, 9 Jun 2009 19:18:28 +0200 Subject: [support] On node submit, going straight to "e-mail page" form In-Reply-To: <4A2E956C.3040803@opensourcery.com> References: <4A2E956C.3040803@opensourcery.com> Message-ID: <51a9b8330906091018y5705923cx2b408f5ad5f26e81@mail.gmail.com> You might also be able to do this with the actions and rules modules. Hans www.koba.be 2009/6/9, Jonathan Hedstrom : > > > Neil Coghlan wrote: >> I have an idea for my site but am unsure how difficult it would be to >> implement. >> >> Basically, once a user submits a certain type of content, I'd like to >> redirect them to a page where they can notify their friends/family. I >> use the Print, Mail, PDF module to mail pages to friends, so ideally, >> once a user submits node/123, it would take them to printmail/123 (the >> URL that the module uses to mail pages) with possibly a customised >> message along the lines of "now you've published on our site, let your >> friends know!" or something equally cheesy. >> >> tough to do? >> > You could probably achieve this with an implementation of > hook_form_alter() in a custom module by adding a #redirect to the node form. > > http://api.drupal.org/api/file/developer/topics/forms_api_reference.html > > To add the customized message, you'd probably also need to add an > additional #submit handler to the node form. > > Cheers, > > Jonathan > > -- > Jonathan Hedstrom OpenSourcery > http://opensourcery.com Technology for Good > > > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be From hello at fresh-off.com Wed Jun 10 03:43:30 2009 From: hello at fresh-off.com (brendan, fresh-off.com) Date: Tue, 9 Jun 2009 20:43:30 -0700 Subject: [support] User Directory using Views and Advanced Profile Module In-Reply-To: <86a04de30906081620m733816f1kcac5a6a00aa93b34@mail.gmail.com> References: <000001c9e887$c2ecaf10$48c60d30$@com> <86a04de30906081620m733816f1kcac5a6a00aa93b34@mail.gmail.com> Message-ID: <000001c9e97d$9f95d3b0$dec17b10$@com> thanks quiller, sounds like I may be on the right track! I'll be sure to check out Content Profile as well. brendan From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Quiller Sent: Monday, June 08, 2009 4:21 PM To: support at drupal.org Subject: Re: [support] User Directory using Views and Advanced Profile Module All of the functionality you describe is possible using Views. I haven't personally used Advanced Profile, so I can't vouch for how well it integrates with Views. You may want to consider using Content Profile, as well, which treats user profiles like nodes, and thus they are configurable using CCK. http://drupal.org/project/content_profile You should be able to use Content Profile, Advanced Profile and Views all together, but I'll leave that question for somebody more experienced with these modules. -- Quiller quiller at quiller.org http://www.quiller.org 2009/6/8 brendan, fresh-off.com Hello everybody - my first question to this list! I'm trying to set up a User Directory in Drupal 6, and from what I can tell, Views and the Advanced Profile Modules are looking like a good route to take. I'd like users to be able to sort through the directory based on info entered into their user profiles. For example, the users will be volunteers and volunteer orgs - so I'd like to be able to sort by that criteria, as well as things such as "sort list by volunteers available during morning hours" or "volunteers with program mgmt experience." etc. etc. Lastly, I'd like for users with Admin privileges to be able to use the directory to email or private message individual users or large groups of users that they've sorted (e.g.: volunteers available in the morning). Are the Views and Advanced Profile modules a good option for creating this type of directory? And I've set up private messaging on my site, but what will I have to do to integrate it with my directory after I've built it? And does anybody know of any tutorials on setting up user directories for D6 I'm familiar with the Views module, but haven't used it much, so assuming it's the right module - any other general suggestions would be helpful too! Thanks for any ideas or suggestions! brendan, seattle.usa -- [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From amit4uall at gmail.com Wed Jun 10 06:33:13 2009 From: amit4uall at gmail.com (amit4uall) Date: Tue, 9 Jun 2009 23:33:13 -0700 (PDT) Subject: [support] display five star voting Message-ID: <23943182.post@talk.nabble.com> I am also facing the same problem. How did you get it fixed? I want to place the fivestar widget at a custom location within my node content. Any help will be appreciated. Thanks, Amit bharanikumariyerphp wrote: > > Thanks > > Problem fixed > > > On Tue, Jun 24, 2008 at 10:22 AM, bharani kumar < > bharanikumariyerphp at gmail.com> wrote: > >> i try this print function but no output for this line, just blank page is >> displayed, >> print fivestar_widget_form($node) >> >> Dear >> >> My module is custom module, >> >> Then how this node will call, >> >> For that i have to include any thing,,, >> >> Like include the fivestarmodule into my custom module... >> >> >> On Tue, Jun 24, 2008 at 12:02 AM, Paul Kim wrote: >> >>> Try this: >>> >>> print fivestar_widget_form($node) >>> >>> >>> bharani kumar wrote: >>> > open the attachement.. >>> > >>> > >>> ------------------------------------------------------------------------ >>> > >>> >>> -- >>> [ Drupal support list | http://lists.drupal.org/ ] >>> >> >> > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- View this message in context: http://www.nabble.com/display-five-star-voting-tp18056413p23943182.html Sent from the Drupal - Support mailing list archive at Nabble.com. From sinkingfish at gmail.com Wed Jun 10 18:27:12 2009 From: sinkingfish at gmail.com (sinkingfish) Date: Wed, 10 Jun 2009 11:27:12 -0700 (PDT) Subject: [support] Hiding admin section / log in ? Message-ID: <23964571.post@talk.nabble.com> Hi I'm wondering to hide the admin zone, so if someone goes to www.example.com/admin they aren't presented with a login to my site. I've been looking around and can't find anything on this, surly this would be a common issue. Any hints and tips welcome. Brian -- View this message in context: http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23964571.html Sent from the Drupal - Support mailing list archive at Nabble.com. From adam.gurno at gmail.com Wed Jun 10 19:13:16 2009 From: adam.gurno at gmail.com (Adam Gurno) Date: Wed, 10 Jun 2009 14:13:16 -0500 Subject: [support] Hiding admin section / log in ? In-Reply-To: <23964571.post@talk.nabble.com> References: <23964571.post@talk.nabble.com> Message-ID: As long as you have admin-only or approval-only registrations, what's the big deal? It's just another doorway - people are very used to them. A On Wed, Jun 10, 2009 at 1:27 PM, sinkingfish wrote: > > Hi > > I'm wondering to hide the admin zone, so if someone goes to > www.example.com/admin they aren't presented with a login to my site. I've > been looking around and can't find anything on this, surly this would be a > common issue. > > Any hints and tips welcome. > > Brian > -- > View this message in context: http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23964571.html > Sent from the Drupal - Support mailing list archive at Nabble.com. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Adam Gurno adam at gurno.com From sfreach at gmail.com Wed Jun 10 19:19:29 2009 From: sfreach at gmail.com (Seth Freach) Date: Wed, 10 Jun 2009 15:19:29 -0400 Subject: [support] Hiding admin section / log in ? In-Reply-To: <23964571.post@talk.nabble.com> References: <23964571.post@talk.nabble.com> Message-ID: <4A300741.5060808@gmail.com> Brian, Are you wanting to only hide the login block? If so, either of the below relatively quick options should work for you. Do which ever works best for your needs, you don't need to do both. 1) via the clicking in the browser: - go to ?q=admin/build/block/configure/user/0 - in the "Page specific visibility settings" section, select the first option: "show on every except..." - in the pages: text block in that section, enter 2 lines: admin admin/* - click "save block" 2) via theme code: - in your theme's directory, find a file named 'block.tpl.php' - copy that to a new file named 'block-user-0.tpl.php' - add the following code near the top of the new file: uid) { return; } ?> Or are you looking to deliver a 404 message at the /admin path to anonymous visitors? If this is your need, you'd be better off doing it in module code, rather than at the theme layer. Seth sinkingfish wrote: > Hi > > I'm wondering to hide the admin zone, so if someone goes to > www.example.com/admin they aren't presented with a login to my site. I've > been looking around and can't find anything on this, surly this would be a > common issue. > > Any hints and tips welcome. > > Brian > From crozilla at gmail.com Wed Jun 10 19:23:44 2009 From: crozilla at gmail.com (crozilla) Date: Wed, 10 Jun 2009 12:23:44 -0700 Subject: [support] Which module would create jQuery splash page? Message-ID: <4A300840.3090708@gmail.com> I was wondering how to create a situation whereby a first-time visitor would see the website overlayed by a "jQuery/Lightbox-esque" modal window warning them that the site contains adult language, and that they could then click "I understand" or something to make it go away. I don't want to use a separate page to do this (ala, the 'Front Page' module). Any ideas? Thanks in advance. Peter From fredthejonester at gmail.com Wed Jun 10 19:32:14 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Wed, 10 Jun 2009 22:32:14 +0300 Subject: [support] Which module would create jQuery splash page? In-Reply-To: <4A300840.3090708@gmail.com> References: <4A300840.3090708@gmail.com> Message-ID: <177c0a10906101232w244d34d5w61c33046032d0add@mail.gmail.com> > I was wondering how to create a situation whereby a first-time visitor would > see the website overlayed by a "jQuery/Lightbox-esque" modal window warning > them that the site contains adult language, and that they could then click > "I understand" or something to make it go away. > > I don't want to use a separate page to do this (ala, the 'Front Page' > module). It sounds like you would need to store a cookie if you only want "first time visitors" to see this message. Furthermore, it sounds like the front page is not the only candidate for this feature, because visitors may well enter your site from other URLs, from Google or from other sites which link to internal pages on yours. If the above is correct, then it sounds like you would need custom jQuery code which would run on every page. It would look for the existence (and value) of that cookie and then based on that, decide whether or not to show the message. And of course when the users clicks that he understands, the jQuery would set the cookie. That's my first thoughts anyhow. From steev at initsix.co.uk Wed Jun 10 19:35:58 2009 From: steev at initsix.co.uk (Steve Power) Date: Wed, 10 Jun 2009 20:35:58 +0100 Subject: [support] Which module would create jQuery splash page? In-Reply-To: <177c0a10906101232w244d34d5w61c33046032d0add@mail.gmail.com> References: <4A300840.3090708@gmail.com> <177c0a10906101232w244d34d5w61c33046032d0add@mail.gmail.com> Message-ID: <651c6d110906101235s63d068c6wdcbcfed13cf82e2c@mail.gmail.com> Advanced front page will do the necessary regarding the front page (from various places as well i think), and for the jquery, i guess you could maybe bind a lightbox to onload? (im guessing, never done it dont know if its possible.) On Wed, Jun 10, 2009 at 8:32 PM, Fred Jones wrote: > > I was wondering how to create a situation whereby a first-time visitor > would > > see the website overlayed by a "jQuery/Lightbox-esque" modal window > warning > > them that the site contains adult language, and that they could then > click > > "I understand" or something to make it go away. > > > > I don't want to use a separate page to do this (ala, the 'Front Page' > > module). > > It sounds like you would need to store a cookie if you only want > "first time visitors" to see this message. Furthermore, it sounds like > the front page is not the only candidate for this feature, because > visitors may well enter your site from other URLs, from Google or from > other sites which link to internal pages on yours. > > If the above is correct, then it sounds like you would need custom > jQuery code which would run on every page. It would look for the > existence (and value) of that cookie and then based on that, decide > whether or not to show the message. > > And of course when the users clicks that he understands, the jQuery > would set the cookie. > > That's my first thoughts anyhow. > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- -- -- Steve Power Principal Consultant Mobile: +44 (0) 7747 027 243 Initsix Technology and Media -- -------------- next part -------------- An HTML attachment was scrubbed... URL: From sinkingfish at gmail.com Wed Jun 10 19:45:15 2009 From: sinkingfish at gmail.com (sinkingfish) Date: Wed, 10 Jun 2009 12:45:15 -0700 (PDT) Subject: [support] Hiding admin section / log in ? In-Reply-To: <4A300741.5060808@gmail.com> References: <23964571.post@talk.nabble.com> <4A300741.5060808@gmail.com> Message-ID: <23969629.post@talk.nabble.com> Thanks for the reply. Just a few q's :) If I disable the log in for on the admin screens. How do I then gain access to the site? Would you be better displaying the login on a specific page? eg www.example.com/cms ? Can you set a theme for different node, i.e. garland (my admin theme) to the path /cms I'm just starting out using Drupal but so far I'm loving it Seth Freach wrote: > > Brian, > > Are you wanting to only hide the login block? If so, either of the below > relatively quick options should work for you. Do which ever works best > for your needs, you don't need to do both. > > 1) via the clicking in the browser: > - go to ?q=admin/build/block/configure/user/0 > - in the "Page specific visibility settings" section, select the first > option: "show on every except..." > - in the pages: text block in that section, enter 2 lines: > admin > admin/* > - click "save block" > > 2) via theme code: > - in your theme's directory, find a file named 'block.tpl.php' > - copy that to a new file named 'block-user-0.tpl.php' > - add the following code near the top of the new file: > if (arg(0) == 'admin' && !$user->uid) { > return; > } > ?> > > Or are you looking to deliver a 404 message at the /admin path to > anonymous visitors? If this is your need, you'd be better off doing it > in module code, rather than at the theme layer. > > Seth > > sinkingfish wrote: >> Hi >> >> I'm wondering to hide the admin zone, so if someone goes to >> www.example.com/admin they aren't presented with a login to my site. I've >> been looking around and can't find anything on this, surly this would be >> a >> common issue. >> >> Any hints and tips welcome. >> >> Brian >> > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- View this message in context: http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23969629.html Sent from the Drupal - Support mailing list archive at Nabble.com. From sinkingfish at gmail.com Wed Jun 10 20:02:32 2009 From: sinkingfish at gmail.com (sinkingfish) Date: Wed, 10 Jun 2009 13:02:32 -0700 (PDT) Subject: [support] Hiding admin section / log in ? In-Reply-To: <23969629.post@talk.nabble.com> References: <23964571.post@talk.nabble.com> <4A300741.5060808@gmail.com> <23969629.post@talk.nabble.com> Message-ID: <23969911.post@talk.nabble.com> ok so I was having a bit of a look about and thought of this : create a page notd and add the code below with the php input format. uid) { print drupal_get_form('user_login'); } else { drupal_goto('/admin'); } ?> but the site doesn't redirect to admin, it redirects to the user's history page :( sinkingfish wrote: > > Thanks for the reply. Just a few q's :) > > If I disable the log in for on the admin screens. How do I then gain > access to the site? Would you be better displaying the login on a specific > page? eg www.example.com/cms ? Can you set a theme for different node, > i.e. garland (my admin theme) to the path /cms > > I'm just starting out using Drupal but so far I'm loving it > > > > Seth Freach wrote: >> >> Brian, >> >> Are you wanting to only hide the login block? If so, either of the below >> relatively quick options should work for you. Do which ever works best >> for your needs, you don't need to do both. >> >> 1) via the clicking in the browser: >> - go to ?q=admin/build/block/configure/user/0 >> - in the "Page specific visibility settings" section, select the first >> option: "show on every except..." >> - in the pages: text block in that section, enter 2 lines: >> admin >> admin/* >> - click "save block" >> >> 2) via theme code: >> - in your theme's directory, find a file named 'block.tpl.php' >> - copy that to a new file named 'block-user-0.tpl.php' >> - add the following code near the top of the new file: >> > if (arg(0) == 'admin' && !$user->uid) { >> return; >> } >> ?> >> >> Or are you looking to deliver a 404 message at the /admin path to >> anonymous visitors? If this is your need, you'd be better off doing it >> in module code, rather than at the theme layer. >> >> Seth >> >> sinkingfish wrote: >>> Hi >>> >>> I'm wondering to hide the admin zone, so if someone goes to >>> www.example.com/admin they aren't presented with a login to my site. >>> I've >>> been looking around and can't find anything on this, surly this would be >>> a >>> common issue. >>> >>> Any hints and tips welcome. >>> >>> Brian >>> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> > > -- View this message in context: http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23969911.html Sent from the Drupal - Support mailing list archive at Nabble.com. From quiller at gmail.com Wed Jun 10 21:18:51 2009 From: quiller at gmail.com (Quiller) Date: Wed, 10 Jun 2009 16:18:51 -0500 Subject: [support] Hiding admin section / log in ? In-Reply-To: <23969911.post@talk.nabble.com> References: <23964571.post@talk.nabble.com> <4A300741.5060808@gmail.com> <23969629.post@talk.nabble.com> <23969911.post@talk.nabble.com> Message-ID: <86a04de30906101418l736f274cv2189770747e077c3@mail.gmail.com> /user will present a login form to anonymous users, as well. 2009/6/10 sinkingfish > > ok so I was having a bit of a look about and thought of this : > create a page notd and add the code below with the php input format. > > > > if (!$user->uid) { > print drupal_get_form('user_login'); > } else { > drupal_goto('/admin'); > } > > ?> > > > but the site doesn't redirect to admin, it redirects to the user's history > page :( > > > sinkingfish wrote: > > > > Thanks for the reply. Just a few q's :) > > > > If I disable the log in for on the admin screens. How do I then gain > > access to the site? Would you be better displaying the login on a > specific > > page? eg www.example.com/cms ? Can you set a theme for different node, > > i.e. garland (my admin theme) to the path /cms > > > > I'm just starting out using Drupal but so far I'm loving it > > > > > > > > Seth Freach wrote: > >> > >> Brian, > >> > >> Are you wanting to only hide the login block? If so, either of the below > >> relatively quick options should work for you. Do which ever works best > >> for your needs, you don't need to do both. > >> > >> 1) via the clicking in the browser: > >> - go to ?q=admin/build/block/configure/user/0 > >> - in the "Page specific visibility settings" section, select the first > >> option: "show on every except..." > >> - in the pages: text block in that section, enter 2 lines: > >> admin > >> admin/* > >> - click "save block" > >> > >> 2) via theme code: > >> - in your theme's directory, find a file named 'block.tpl.php' > >> - copy that to a new file named 'block-user-0.tpl.php' > >> - add the following code near the top of the new file: > >> >> if (arg(0) == 'admin' && !$user->uid) { > >> return; > >> } > >> ?> > >> > >> Or are you looking to deliver a 404 message at the /admin path to > >> anonymous visitors? If this is your need, you'd be better off doing it > >> in module code, rather than at the theme layer. > >> > >> Seth > >> > >> sinkingfish wrote: > >>> Hi > >>> > >>> I'm wondering to hide the admin zone, so if someone goes to > >>> www.example.com/admin they aren't presented with a login to my site. > >>> I've > >>> been looking around and can't find anything on this, surly this would > be > >>> a > >>> common issue. > >>> > >>> Any hints and tips welcome. > >>> > >>> Brian > >>> > >> -- > >> [ Drupal support list | http://lists.drupal.org/ ] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23969911.html > Sent from the Drupal - Support mailing list archive at Nabble.com. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Quiller quiller at quiller.org http://www.quiller.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From william.darren at gmail.com Wed Jun 10 22:25:06 2009 From: william.darren at gmail.com (William Smith) Date: Wed, 10 Jun 2009 18:25:06 -0400 Subject: [support] Hiding admin section / log in ? In-Reply-To: <23969911.post@talk.nabble.com> References: <23964571.post@talk.nabble.com> <4A300741.5060808@gmail.com> <23969629.post@talk.nabble.com> <23969911.post@talk.nabble.com> Message-ID: <74630ca20906101525g3b82afdaye53a101470c9d835@mail.gmail.com> You don't want the leading slash with drupal_goto On Wed, Jun 10, 2009 at 4:02 PM, sinkingfish wrote: > > ok so I was having a bit of a look about and thought of this : > create a page notd and add the code below with the php input format. > > > > if (!$user->uid) { > print drupal_get_form('user_login'); > } else { > drupal_goto('/admin'); > } > > ?> > > > but the site doesn't redirect to admin, it redirects to the user's history > page :( > > > sinkingfish wrote: > > > > Thanks for the reply. Just a few q's :) > > > > If I disable the log in for on the admin screens. How do I then gain > > access to the site? Would you be better displaying the login on a > specific > > page? eg www.example.com/cms ? Can you set a theme for different node, > > i.e. garland (my admin theme) to the path /cms > > > > I'm just starting out using Drupal but so far I'm loving it > > > > > > > > Seth Freach wrote: > >> > >> Brian, > >> > >> Are you wanting to only hide the login block? If so, either of the below > >> relatively quick options should work for you. Do which ever works best > >> for your needs, you don't need to do both. > >> > >> 1) via the clicking in the browser: > >> - go to ?q=admin/build/block/configure/user/0 > >> - in the "Page specific visibility settings" section, select the first > >> option: "show on every except..." > >> - in the pages: text block in that section, enter 2 lines: > >> admin > >> admin/* > >> - click "save block" > >> > >> 2) via theme code: > >> - in your theme's directory, find a file named 'block.tpl.php' > >> - copy that to a new file named 'block-user-0.tpl.php' > >> - add the following code near the top of the new file: > >> >> if (arg(0) == 'admin' && !$user->uid) { > >> return; > >> } > >> ?> > >> > >> Or are you looking to deliver a 404 message at the /admin path to > >> anonymous visitors? If this is your need, you'd be better off doing it > >> in module code, rather than at the theme layer. > >> > >> Seth > >> > >> sinkingfish wrote: > >>> Hi > >>> > >>> I'm wondering to hide the admin zone, so if someone goes to > >>> www.example.com/admin they aren't presented with a login to my site. > >>> I've > >>> been looking around and can't find anything on this, surly this would > be > >>> a > >>> common issue. > >>> > >>> Any hints and tips welcome. > >>> > >>> Brian > >>> > >> -- > >> [ Drupal support list | http://lists.drupal.org/ ] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Hiding-admin-section---log-in---tp23964571p23969911.html > Sent from the Drupal - Support mailing list archive at Nabble.com. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bharanikumariyerphp at gmail.com Thu Jun 11 04:00:50 2009 From: bharanikumariyerphp at gmail.com (bharani kumar) Date: Thu, 11 Jun 2009 09:30:50 +0530 Subject: [support] Refer user search module like orkut search Message-ID: <2240033d0906102100x3ece849ch135b0825939044f@mail.gmail.com> Hi all, I am looking user search module like orkut search , output return only username and his photo, small description Thanks Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sivaji2009 at gmail.com Thu Jun 11 09:10:38 2009 From: sivaji2009 at gmail.com (sivaji j.g) Date: Thu, 11 Jun 2009 14:40:38 +0530 Subject: [support] Google map in cck node Message-ID: I have been struggling with gmap and location module. I have a custom node type called user_info which integrates with location module i.e it lets you to enter street name, city, country etc. and to choose latitude and longitude from google map. In the node full view i could see the input street name, city, country and latitude and latitude generated from google map but no google map been displayed here. After searching on google i came to know that i am suppose to generate gmap marco from "map/macro" url ( which looks something like [gmap zoom=12 |center=32.82421110161336, -96.77650451660156 |width=500px |height=400px |control=Small |type=Map]) and enter it in node body field. is it the way it works ? is it not possible to automatically map from location field input and display it in node view ? -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/ From drupal.org-2008 at jt-socal.com Thu Jun 11 11:56:05 2009 From: drupal.org-2008 at jt-socal.com (John Thomas) Date: Thu, 11 Jun 2009 04:56:05 -0700 Subject: [support] Google map in cck node In-Reply-To: References: Message-ID: <4A30F0D5.2020909@jt-socal.com> sivaji j.g wrote: > is it not possible to automatically > map from location field input and display it in node view ? Here is a possibly method: Use Views and create a GMap type view with an arguement that is the Node: nid Use Views Attach to attach your view to the node type. One of the benefits of this method is you can do cool things like show the 5 closest users, etc. HTH -- Sincerely, John Thomas From webco51 at ymail.com Thu Jun 11 13:00:49 2009 From: webco51 at ymail.com (webco51) Date: Thu, 11 Jun 2009 15:00:49 +0200 Subject: [support] Google map in cck node In-Reply-To: <4A30F0D5.2020909@jt-socal.com> References: <4A30F0D5.2020909@jt-socal.com> Message-ID: <4A310001.2080001@ymail.com> The location map can be displayed in node view as a block called "location map". You have to asign the block under admin/build/block/list/your_theme to the region where you want it displayed. I think, there's also a module to display the block directly within the node, a sort of panel (but I can't find it at the moment). John Thomas schrieb: > sivaji j.g wrote: >> is it not possible to automatically >> map from location field input and display it in node view ? > > Here is a possibly method: > Use Views and create a GMap type view with an arguement that is the > Node: nid > Use Views Attach to attach your view to the node type. > > One of the benefits of this method is you can do cool things like show > the 5 closest users, etc. > > HTH > From pavan.k.murthy at gmail.com Thu Jun 11 14:57:41 2009 From: pavan.k.murthy at gmail.com (Pavan Keshavamurthy) Date: Thu, 11 Jun 2009 20:27:41 +0530 Subject: [support] Google map in cck node In-Reply-To: References: Message-ID: <200906112027.41950.pavan.k.murthy@gmail.com> I do this on some old 5.x app: It can't be too different for 6.x 'map'.$node->nid, 'width' => '500px', 'height' => '250px', 'latitude' => $location['latitude'], 'longitude'=> $location['longitude'], 'zoom' => 14, 'maptype' => 'Map', 'markers' => array(array( 'markername' => 'orange', 'latitude' => $location['latitude'], 'longitude' => $location['longitude'] )) ); print theme('gmap', array('#settings' => $points)); ?> Best Pavan Keshavamurthy You could code this into your node template or perhaps use contemplate. On Thursday 11 June 2009 14:40:38 sivaji j.g wrote: > I have been struggling with gmap and location module. I have a custom > node type called user_info which integrates with location module i.e > it lets you to enter street name, city, country etc. and to choose > latitude and longitude from google map. > > In the node full view i could see the input street name, city, country > and latitude and latitude generated from google map but no google map > been displayed here. > > After searching on google i came to know that i am suppose to generate > gmap marco from "map/macro" url ( which looks something like [gmap > zoom=12 |center=32.82421110161336, -96.77650451660156 |width=500px > > |height=400px |control=Small |type=Map]) and enter it in node body > > field. is it the way it works ? is it not possible to automatically > map from location field input and display it in node view ? -- -Pavan K Murthy http://grahana.net/ From mohammed at atexplorer.com Thu Jun 11 19:44:10 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Thu, 11 Jun 2009 22:44:10 +0300 Subject: [support] how to create a link with % in the path Message-ID: <4A315E8A.5020808@atexplorer.com> hello list. I have a view with a path like this user/%uid/notes how do I create a normal link to it in the navigation menu? if I do this using views itself it gives me the following error: Views cannot create normal menu items for paths with a % in them. -- All The Best, Mohammed Al-shar' From neil at esl-lounge.com Fri Jun 12 02:43:33 2009 From: neil at esl-lounge.com (Neil Coghlan) Date: Thu, 11 Jun 2009 23:43:33 -0300 Subject: [support] transforming a customised 5.x theme into a 6.x theme Message-ID: I've decided to bite the bullet on this and give it a go myself. I installed D6 and then uploaded the customised theme with an info file with the customised regions listed. I followed the advice here: http://wtanaka.com/drupal/convert-theme-6 and renamed some of the variables throughout the theme. I'm currently stuck at number 5 on that page as I have the following in my custom theme's template.php /** * Catch the theme_profile_profile function, and redirect through the template api */ function phptemplate_user_profile($user, $fields = array()) { // Pass to phptemplate, including translating the parameters to an associative array. The element names are the names that the variables // will be assigned within your template. /* potential need for other code to extract field info */ return _phptemplate_callback('user_profile', array('account' => $user, 'fields' => $fields)); } When I try to go to user/1 on my new D6 site, I get this: Fatal error: Call to undefined function _phptemplate_callback() in /d6/sites/all/themes/xxx/template.php on line 115 and I presume it's something to do with this. The above page says to get rid of phptemplate_callback () but not what to replace it with. I would appreciate any help with this. I think I'm about 70% of the way towards a 6.x theme and this would be another big step. Thanks Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From venish at deeproot.co.in Fri Jun 12 05:22:16 2009 From: venish at deeproot.co.in (Venish Khant) Date: Fri, 12 Jun 2009 10:52:16 +0530 Subject: [support] Changed the position of blocks Message-ID: <4A31E608.8090405@deeproot.co.in> Hi all, I tried to changed the position of block which is given on left/right side. For example: I have 5 block in left side, I want to changed the position of block like, changed the position of block 1 to block 4 and block 3 to 5 in left side only. Same as right side blocks. Can any one tell me, how to do? Thanx in advance. -- Venish Khant www.deeproot.co.in From shyamala at netlinkindia.com Thu Jun 11 10:04:12 2009 From: shyamala at netlinkindia.com (Shyamala) Date: Thu, 11 Jun 2009 15:34:12 +0530 Subject: [support] Refer user search module like orkut search In-Reply-To: <2240033d0906102100x3ece849ch135b0825939044f@mail.gmail.com> Message-ID: <20090612070658.6292E1C815E@whitealder.osuosl.org> Would these help? http://drupal.org/project/finduser http://drupal.org/project/views_fastsearch _____ From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of bharani kumar Sent: Thursday, June 11, 2009 9:31 AM To: support at drupal.org Subject: [support] Refer user search module like orkut search Hi all, I am looking user search module like orkut search , output return only username and his photo, small description Thanks Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ __________ Information from ESET NOD32 Antivirus, version of virus signature database 4146 (20090611) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4147 (20090611) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdecabooter at gmail.com Fri Jun 12 08:01:32 2009 From: sdecabooter at gmail.com (Sven Decabooter) Date: Fri, 12 Jun 2009 10:01:32 +0200 Subject: [support] transforming a customised 5.x theme into a 6.x theme In-Reply-To: References: Message-ID: <3f960de20906120101k3ec765eepb17a7b11a876f27f@mail.gmail.com> That _phptemplate_callback function was supposedly used to call a template file called "user_profile.tpl.php" in your theme directory, and pass it the 2 variables $account and $fields. As of Drupal 6, this is default behaviour. You should check the file user-profile.tpl.php in /modules/user/ to see the default implementation in Drupal 6. If you would want to customize the user profile template, you could just copy this user-profile.tpl.php file into your themes directory and modify it to suit your needs. Of course we don't know what logic is currently in your user_profile.tpl.php (D5) file, but you will probably have to change all the references to $account and $fields, and replace them with the values that come from the 2 default variables in the D6 template file: $user_profile and $profile. Sven 2009/6/12 Neil Coghlan > I've decided to bite the bullet on this and give it a go myself. > > I installed D6 and then uploaded the customised theme with an info file > with the customised regions listed. > > I followed the advice here: http://wtanaka.com/drupal/convert-theme-6 > > and renamed some of the variables throughout the theme. I'm currently stuck > at number 5 on that page as I have the following in my custom theme's > template.php > > /** > * Catch the theme_profile_profile function, and redirect through the > template api > */ > function phptemplate_user_profile($user, $fields = array()) { > // Pass to phptemplate, including translating the parameters to an > associative array. The element names are the names that the variables > // will be assigned within your template. > /* potential need for other code to extract field info */ > return _phptemplate_callback('user_profile', array('account' => $user, > 'fields' => $fields)); > } > > When I try to go to user/1 on my new D6 site, I get this: > > *Fatal error*: Call to undefined function _phptemplate_callback() in * > /d6/sites/all/themes/xxx/template.php* on line *115* > > and I presume it's something to do with this. The above page says to get > rid of phptemplate_callback () but not what to replace it with. > > I would appreciate any help with this. I think I'm about 70% of the way > towards a 6.x theme and this would be another big step. > > Thanks > > Neil > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From amit4uall at gmail.com Fri Jun 12 08:51:13 2009 From: amit4uall at gmail.com (amit saxena) Date: Fri, 12 Jun 2009 14:21:13 +0530 Subject: [support] Changed the position of blocks In-Reply-To: <4A31E608.8090405@deeproot.co.in> References: <4A31E608.8090405@deeproot.co.in> Message-ID: <8ea8f5fa0906120151v3dcc76d2x89949edfc125628@mail.gmail.com> You can drag and drop the blocks using the block handle at the left most position and then click save. On Fri, Jun 12, 2009 at 10:52 AM, Venish Khant wrote: > Hi all, > > I tried to changed the position of block which is given on left/right side. > > For example: > > I have 5 block in left side, I want to changed the position of block like, > changed the position of block 1 to block 4 and block 3 to 5 in left side > only. > Same as right side blocks. > > Can any one tell me, how to do? > > Thanx in advance. > > -- > Venish Khant > www.deeproot.co.in > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bharanikumariyerphp at gmail.com Fri Jun 12 09:39:29 2009 From: bharanikumariyerphp at gmail.com (bharani kumar) Date: Fri, 12 Jun 2009 15:09:29 +0530 Subject: [support] Refer user search module like orkut search In-Reply-To: <20090612070658.6292E1C815E@whitealder.osuosl.org> References: <2240033d0906102100x3ece849ch135b0825939044f@mail.gmail.com> <20090612070658.6292E1C815E@whitealder.osuosl.org> Message-ID: <2240033d0906120239k39892abei569924313183aeae@mail.gmail.com> Am looking for Drupal6 and above version , On Thu, Jun 11, 2009 at 3:34 PM, Shyamala wrote: > Would these help? http://drupal.org/project/finduser > > > > http://drupal.org/project/views_fastsearch > > > > > > > ------------------------------ > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] *On > Behalf Of *bharani kumar > *Sent:* Thursday, June 11, 2009 9:31 AM > *To:* support at drupal.org > *Subject:* [support] Refer user search module like orkut search > > > > > Hi all, > > > > I am looking user search module like orkut search , > > > > output return only username and his photo, small description > > > > Thanks > > Regards > B.S.Bharanikumar > http://php-mysql-jquery.blogspot.com/ > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4146 (20090611) __________ > > > > The message was checked by ESET NOD32 Antivirus. > > > > http://www.eset.com > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4147 (20090611) __________ > > > > The message was checked by ESET NOD32 Antivirus. > > > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4147 (20090611) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From jfauske at gmail.com Fri Jun 12 11:28:50 2009 From: jfauske at gmail.com (=?ISO-8859-1?Q?J=F8rn_Fauske?=) Date: Fri, 12 Jun 2009 13:28:50 +0200 Subject: [support] transforming a customised 5.x theme into a 6.x theme In-Reply-To: References: Message-ID: <6081fa4e0906120428r5ac0e2abub87094460db0d26a@mail.gmail.com> Maybe?theme_render_template($template_file, $variables) is what you are looking for? I found that hint here: http://gazebo.commonplaces.com/2009/05/theming-template-calls-in-drupal-6/ Best regards J?rn On Fri, Jun 12, 2009 at 4:43 AM, Neil Coghlan wrote: > > I've decided to bite the bullet on this and give it a go myself. > > I installed D6 and then uploaded the customised theme with an info file with the customised regions listed. > > I followed the advice here: http://wtanaka.com/drupal/convert-theme-6 > > and renamed some of the variables throughout the theme. I'm currently stuck at number 5 on that page as I have the following in my custom theme's template.php > > /** > * Catch the theme_profile_profile function, and redirect through the template api > */ > function phptemplate_user_profile($user, $fields = array()) { > ? // Pass to phptemplate, including translating the parameters to an associative array. The element names are the names that the variables > ? // will be assigned within your template. > ? /* potential need for other code to extract field info */ > return _phptemplate_callback('user_profile', array('account' => $user, 'fields' => $fields)); > ? } > > When I try to go to user/1 on my new D6 site, I get this: > > Fatal error: Call to undefined function _phptemplate_callback() in /d6/sites/all/themes/xxx/template.php on line 115 > > and I presume it's something to do with this. The above page says to get rid of phptemplate_callback () but not what to replace it with. > > I would appreciate any help with this. I think I'm about 70% of the way towards a 6.x theme and this would be another big step. > > Thanks > > Neil > -- > [ Drupal support list | http://lists.drupal.org/ ] From michel at ziobuddalabs.it Fri Jun 12 15:29:51 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 12 Jun 2009 17:29:51 +0200 Subject: [support] Views: create a "select"-form type filter Message-ID: <4A32746F.1090509@ziobuddalabs.it> Hi all. I have my content type. In this content type I have a field "TEXT1" that is a select widget (cck). Now I have created a view and set this field in the filter section and set to exposed it to the user (so user can choice the value). But view-module for this filter use a "texfield" and not a "select". Why ? How can I have a select list ? M. PS: sorry for the bad english. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From john.callahan at UDel.Edu Sat Jun 13 05:48:26 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Sat, 13 Jun 2009 01:48:26 -0400 Subject: [support] future directions of user profiles Message-ID: <4A333DAA.9050106@udel.edu> I'm working on a few sites now that will make use of registered user information (like a full bio for each user on one site.) I've read things here and there about how user profile data should really be stored as nodes (with custom fields) then stored separately as the core Profile module does. Since I'm developing these sites currently, I'm debating on building around the core Profile module or the Content Profile module. Views seems to do well with either. Of course, I also like what the Advanced Profile Kit/Panels brings. For D7+, will user profile data be treated as nodes and the core Profile module go away? Thanks. - John ************************************************** John Callahan Geospatial Application Developer Delaware Geological Survey, University of Delaware 227 Academy St, Newark DE 19716-7501 Tel: (302) 831-3584 Email: john.callahan at udel.edu http://www.dgs.udel.edu ************************************************** From neil at esl-lounge.com Sat Jun 13 14:41:55 2009 From: neil at esl-lounge.com (Neil Coghlan) Date: Sat, 13 Jun 2009 11:41:55 -0300 Subject: [support] is it possible to import d5 content into a new d6 site? Message-ID: <331968CF8FDB4CAC8B313BD552EA5712@Neil> I've had enormous problems trying to upgrade a D5 site to D6 and that's without ever getting even the initial db upgrade done (continual white screen of death), not to mention the c.40 contributed modules (some of which aren't available for D6) I have. I have a shiny new D6 installation running elsewhere on my server and I have to say I'm tempted to try and just import D5 content into it. Is that doable? If I could just import the nodes, the rest of the work would be a couple of days, mainly on Views and Blocks. I realise I can't just copy all the node_X tables over to their D6 equivalents as I imagine most of the tables have changed. Is there a way of doing it? regards Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From john at also.com.au Sat Jun 13 14:58:43 2009 From: john at also.com.au (John Saward) Date: Sun, 14 Jun 2009 00:58:43 +1000 Subject: [support] is it possible to import d5 content into a new d6 site? In-Reply-To: <331968CF8FDB4CAC8B313BD552EA5712@Neil> References: <331968CF8FDB4CAC8B313BD552EA5712@Neil> Message-ID: <20090613150600.C4BFE1C40EA@fraxinus.osuosl.org> An HTML attachment was scrubbed... URL: From neil at esl-lounge.com Sat Jun 13 15:17:18 2009 From: neil at esl-lounge.com (Neil Coghlan) Date: Sat, 13 Jun 2009 12:17:18 -0300 Subject: [support] is it possible to import d5 content into a new d6 site? References: <331968CF8FDB4CAC8B313BD552EA5712@Neil> <20090613150600.C4BFE1C40EA@fraxinus.osuosl.org> Message-ID: This looks exactly the sort of thing I'm after. I think I'll have a busy weekend. :-) thanks John, I'll let you know if it all works out. Neil ----- Original Message ----- From: John Saward To: support at drupal.org Sent: Saturday, June 13, 2009 11:58 AM Subject: Re: [support] is it possible to import d5 content into a new d6 site? You may find this useful: http://drupal.org/node/311442 (PHP script for the migration of content from Drupal 5.x to 6.x). John At 12:41 AM 14/06/2009, you wrote: I've had enormous problems trying to upgrade a D5 site to D6 and that's without ever getting even the initial db upgrade done (continual white screen of death), not to mention the c.40 contributed modules (some of which aren't available for D6) I have. I have a shiny new D6 installation running elsewhere on my server and I have to say I'm tempted to try and just import D5 content into it. Is that doable? If I could just import the nodes, the rest of the work would be a couple of days, mainly on Views and Blocks. I realise I can't just copy all the node_X tables over to their D6 equivalents as I imagine most of the tables have changed. Is there a way of doing it? regards Neil -- [ Drupal support list | http://lists.drupal.org/ ] ------------------------------------------------------------------------------ -- [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Sat Jun 13 15:21:48 2009 From: victorkane at gmail.com (Victor Kane) Date: Sat, 13 Jun 2009 12:21:48 -0300 Subject: [support] is it possible to import d5 content into a new d6 site? In-Reply-To: <331968CF8FDB4CAC8B313BD552EA5712@Neil> References: <331968CF8FDB4CAC8B313BD552EA5712@Neil> Message-ID: Just use http://drupal.org/project/node_export It's actually "node export / import" and of course it has stable releases in both D5 and D6. Want a bulk export / import? Just use the suggestion right on the project page: Bulk Export/Import Node Export now supports bulk node operations from the admin/content/node page. For a more advanced approach to bulk import/export of nodes use the Views Bonus module to export a CSV of nodes in a View and then import the CSV with Node Import . Hope that helps, let us know how it goes, Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com On Sat, Jun 13, 2009 at 11:41 AM, Neil Coghlan wrote: > I've had enormous problems trying to upgrade a D5 site to D6 and that's > without ever getting even the initial db upgrade done (continual white > screen of death), not to mention the c.40 contributed modules (some of which > aren't available for D6) I have. > > I have a shiny new D6 installation running elsewhere on my server and I > have to say I'm tempted to try and just import D5 content into it. Is that > doable? If I could just import the nodes, the rest of the work would be a > couple of days, mainly on Views and Blocks. > > I realise I can't just copy all the node_X tables over to their D6 > equivalents as I imagine most of the tables have changed. Is there a way of > doing it? > > regards > > Neil > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From neil at esl-lounge.com Sat Jun 13 16:22:47 2009 From: neil at esl-lounge.com (Neil Coghlan) Date: Sat, 13 Jun 2009 13:22:47 -0300 Subject: [support] is it possible to import d5 content into a new d6 site? References: <331968CF8FDB4CAC8B313BD552EA5712@Neil> <20090613150600.C4BFE1C40EA@fraxinus.osuosl.org> Message-ID: <031A59F7A7204458B4DBA564FCF659EA@Neil> well, I tried the first part, the simple part, the users and got this: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/d6/user-migration.php on line 19 I looked around on d.o and tried db_fetch_object and db_fetch_array and both gave fatal errors for undefined functions. And that link you sent said the users was the easy part. Ha! Neil ----- Original Message ----- From: John Saward To: support at drupal.org Sent: Saturday, June 13, 2009 11:58 AM Subject: Re: [support] is it possible to import d5 content into a new d6 site? You may find this useful: http://drupal.org/node/311442 (PHP script for the migration of content from Drupal 5.x to 6.x). John At 12:41 AM 14/06/2009, you wrote: I've had enormous problems trying to upgrade a D5 site to D6 and that's without ever getting even the initial db upgrade done (continual white screen of death), not to mention the c.40 contributed modules (some of which aren't available for D6) I have. I have a shiny new D6 installation running elsewhere on my server and I have to say I'm tempted to try and just import D5 content into it. Is that doable? If I could just import the nodes, the rest of the work would be a couple of days, mainly on Views and Blocks. I realise I can't just copy all the node_X tables over to their D6 equivalents as I imagine most of the tables have changed. Is there a way of doing it? regards Neil -- [ Drupal support list | http://lists.drupal.org/ ] ------------------------------------------------------------------------------ -- [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammed at atexplorer.com Sat Jun 13 17:04:03 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Sat, 13 Jun 2009 20:04:03 +0300 Subject: [support] same page links Message-ID: <4A33DC03.7000500@atexplorer.com> hello. this must be something very simple, yet i can't find out. in the following page I am trying to implement same page links to skip to main content, and accessibility links. the first link works fine, yet the "skip to accessibility links" doesn't. the page is: www.nattiq.com/en no need to provide code, since that can be easily checked out from the page source. we're talking simple old html here. thanks for any help anyone can offer. -- All The Best, Mohammed Al-shar' From webco51 at ymail.com Sun Jun 14 07:58:33 2009 From: webco51 at ymail.com (webco51) Date: Sun, 14 Jun 2009 09:58:33 +0200 Subject: [support] same page links In-Reply-To: <4A33DC03.7000500@atexplorer.com> References: <4A33DC03.7000500@atexplorer.com> Message-ID: <4A34ADA9.80809@ymail.com> get rid of "#" in the name attributes of the target links: not . Mohammed at atexplorer.com schrieb: > hello. > > this must be something very simple, yet i can't find out. in the > following page I am trying to implement same page links to skip to main > content, and accessibility links. the first link works fine, yet the > "skip to accessibility links" doesn't. the page is: www.nattiq.com/en > > no need to provide code, since that can be easily checked out from the > page source. we're talking simple old html here. > > thanks for any help anyone can offer. > From warren at vailtech.net Mon Jun 15 00:23:09 2009 From: warren at vailtech.net (Warren Vail) Date: Sun, 14 Jun 2009 17:23:09 -0700 Subject: [support] Class modules Message-ID: <20090615011501.86A30180052@silver.osuosl.org> I've been looking for modules for setting up e-learning environments using Drupal. I ran across lot's of "class" modules on the Drupal site, only to discover there was no way to download them, but with pointers to an organization called Teachers without Boarders, which didn't seem to offer the modules either, despite promises of access to members of TWB. Has someone hijacked these open source modules? What is going on here? Warren Vail Vail Systems Technology warren at vailtech.net (510) 444-5380 -------------- next part -------------- An HTML attachment was scrubbed... URL: From madflute at anonemusic.com Mon Jun 15 05:37:08 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Mon, 15 Jun 2009 01:37:08 -0400 Subject: [support] D5: ImageCache Nightmare Message-ID: <4793AAC9-4997-428C-90A3-52850F2A1544@anonemusic.com> I posted this to ImageCache support but received no response yet, hoping someone here could help since I am kinda desperate. Under Drupal 5.18, I tried to update ImageCache from 5.x-1.7 to 5.x-2.4, which resulted in White Page of Death. I don't think it is a memory issue since phpinfo.php still tells me memory_limit is 128MB. I then went back to the backup which contains 5.x-1.7 and flushed the each preset cache. Now I am getting tons of images missing. It is very inconsistent. Some thumbnails are fine but not the main size page. Some are missing on all the presets, thumbnail, main image, and original, while some others are just fine in all presets. I can't see the pattern which ones are OK. It seems so random. Any suggestion would be greatly appreciated. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com From hans.rossel at koba.be Mon Jun 15 07:37:02 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Mon, 15 Jun 2009 09:37:02 +0200 Subject: [support] D5: ImageCache Nightmare In-Reply-To: <4793AAC9-4997-428C-90A3-52850F2A1544@anonemusic.com> References: <4793AAC9-4997-428C-90A3-52850F2A1544@anonemusic.com> Message-ID: <51a9b8330906150037l5ef62fcdqbbddf441bbac97f6@mail.gmail.com> You could do the following: - check server error log what error caused the white screen of death and search for that error on drupal.org. Check if filefield, imagefield and imageapi are installed correctly. Run update.php again to see if there are any database updates missing. Check if you have only one imagecache module. Remove the imagecache module entirely and upload it again to be sure no files are missing. - check to which images the missing ones are pointing: right click on the missing image, check the path and see if you have the image on your server on that place. If you use transliteration module it could be that filename is different between original and imagecache resized one. - if the image exists on your server check the permissions for that image, it should be 755 (or you can just type in the direct url to the image and check if you see it). You may also make it temporary 777 to be sure its not a permission problem. This is mainly an issue when you moved your installation to another server which could result in files directory having too low permission (mostly 644). - the updates I did from imagecache 1 to 2 were also not without problems. Now I first make a screenshot of all presets and their exact names/presets in imagecache 1, then upgrade to imagecache 2, remove all presets and remake them with the exact names as they existed before, flush everything. Also make sure you have a good backup of all files before you start. If you have more than 2000 files check if you have them all, sometimes (always?) there is a limit of 2000 files when you would just backup by getting all files via ftp. Good luck, Hans 2009/6/15 A-NO-NE Music > > I posted this to ImageCache support but received no response yet, hoping > someone here could help since I am kinda desperate. > > Under Drupal 5.18, I tried to update ImageCache from 5.x-1.7 to 5.x-2.4, > which resulted in White Page of Death. I don't think it is a memory issue > since phpinfo.php still tells me memory_limit is 128MB. > > I then went back to the backup which contains 5.x-1.7 and flushed the each > preset cache. Now I am getting tons of images missing. It is very > inconsistent. Some thumbnails are fine but not the main size page. Some > are missing on all the presets, thumbnail, main image, and original, while > some others are just fine in all presets. I can't see the pattern which > ones are OK. It seems so random. > > Any suggestion would be greatly appreciated. > > > -- > - Hiro > > Hiroaki Honshuku, A-NO-NE Music, Greater Boston > http://a-no-ne.com http://anonemusic.com > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From earnie at users.sourceforge.net Mon Jun 15 14:52:20 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Mon, 15 Jun 2009 14:52:20 +0000 Subject: [support] Class modules In-Reply-To: <20090615011501.86A30180052@silver.osuosl.org> References: <20090615011501.86A30180052@silver.osuosl.org> Message-ID: <20090615145220.42873w91ozww7juo@mail.siebunlimited.com> Quoting Warren Vail : > I've been looking for modules for setting up e-learning environments using > Drupal. I ran across lot's of "class" modules on the Drupal site, only to > discover there was no way to download them, but with pointers to an > organization called Teachers without Boarders, which didn't seem to offer > the modules either, despite promises of access to members of TWB. Has > someone hijacked these open source modules? What is going on here? > You don't give a pointer to which modules you're talking of. We can't help you without knowing which modules. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From warren at vailtech.net Mon Jun 15 15:15:15 2009 From: warren at vailtech.net (Warren Vail) Date: Mon, 15 Jun 2009 08:15:15 -0700 Subject: [support] Class modules In-Reply-To: <20090615145220.42873w91ozww7juo@mail.siebunlimited.com> Message-ID: <20090615151555.30C4C1C80D1@whitealder.osuosl.org> Class Class Assignment Class Journal Class Note Class Portfolio Class Syllabus Warren Vail -----Original Message----- From: Earnie Boyd [mailto:earnie at users.sourceforge.net] Sent: Monday, June 15, 2009 7:52 AM To: support at drupal.org Subject: Re: [support] Class modules Quoting Warren Vail : > I've been looking for modules for setting up e-learning environments using > Drupal. I ran across lot's of "class" modules on the Drupal site, only to > discover there was no way to download them, but with pointers to an > organization called Teachers without Boarders, which didn't seem to offer > the modules either, despite promises of access to members of TWB. Has > someone hijacked these open source modules? What is going on here? > You don't give a pointer to which modules you're talking of. We can't help you without knowing which modules. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ -- [ Drupal support list | http://lists.drupal.org/ ] From quiller at gmail.com Mon Jun 15 18:24:30 2009 From: quiller at gmail.com (Quiller) Date: Mon, 15 Jun 2009 13:24:30 -0500 Subject: [support] Class modules In-Reply-To: <20090615011501.86A30180052@silver.osuosl.org> References: <20090615011501.86A30180052@silver.osuosl.org> Message-ID: <86a04de30906151124v775496ddn1fdf9599260ddbb7@mail.gmail.com> It's unclear whether you are a TWB member and/or whether you've contacted that organization for access to this group of modules. You may have more luck discussing this issue with Teachers Without Borders than with the general Drupal community. -- Quiller quiller at quiller.org http://www.quiller.org 2009/6/14 Warren Vail > I?ve been looking for modules for setting up e-learning environments > using Drupal. I ran across lot?s of ?class? modules on the Drupal site, > only to discover there was no way to download them, but with pointers to an > organization called Teachers without Boarders, which didn?t seem to offer > the modules either, despite promises of access to members of TWB. Has > someone hijacked these open source modules? What is going on here? > > > > *Warren Vail* > > Vail Systems Technology > > warren at vailtech.net > > (510) 444-5380 > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From earnie at users.sourceforge.net Mon Jun 15 20:36:19 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Mon, 15 Jun 2009 20:36:19 +0000 Subject: [support] Class modules In-Reply-To: <20090615151555.30C4C1C80D1@whitealder.osuosl.org> References: <20090615151555.30C4C1C80D1@whitealder.osuosl.org> Message-ID: <20090615203619.74874nroynuf0204@mail.siebunlimited.com> Quoting Warren Vail : > Class > Class Assignment > Class Journal > Class Note > Class Portfolio > Class Syllabus > The code for these modules has been removed from CVS years ago. They are not maintained here. That doesn't mean they are not maintained elsewhere. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From madflute at anonemusic.com Mon Jun 15 21:07:41 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Mon, 15 Jun 2009 17:07:41 -0400 Subject: [support] D5: ImageCache Nightmare In-Reply-To: <51a9b8330906150037l5ef62fcdqbbddf441bbac97f6@mail.gmail.com> References: <4793AAC9-4997-428C-90A3-52850F2A1544@anonemusic.com> <51a9b8330906150037l5ef62fcdqbbddf441bbac97f6@mail.gmail.com> Message-ID: On 09/06/15(?), at 3:37, KOBA | Hans Rossel wrote: > - check server error log what error caused the white screen of death > and search for that error on drupal.org. Thanks! I realized how important that is. I reinstalled 5.x-2.4, and found the cause of the White Screen of Death from the PHP error log. It was Thickbox. After trials and errors, I finally made it work by disabling Thickbox, update ImageCache 5.x-2.4, run update.php, then reinstall Thickbox. One problem remains: Thickbox in Image Gallery no longer works, while thickbox on image field and all other places still work just fine. I tried: - I disabled Image Gallery in Thickbox, update.php, and re-enabled it again - Truncated cache tables - Clear browser cache - Clear cookies (just in case) I then created a custom Image Gallery View, but the same result. Filed won't give me the option for Thickbox. Any idea? Thanks in advance. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From madflute at anonemusic.com Mon Jun 15 23:23:57 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Mon, 15 Jun 2009 19:23:57 -0400 Subject: [support] House Keeping Question Message-ID: One of the Drupal sites I maintain, my main web site, was my first Drupal site. Trials and errors made it kinda messy. I am still a Drupal noob but later sites I created are much cleaner, much fewer problems. I want to clean this site up without rebuilding it from the scratch, if possible. A few questions. Drupal 5.18 MySQL 5.0.37 phpMyAdmin 2.10.0.2 PHP 5.2.1 - My local MySQL has more tables than my live one. When I backup live database, I choose Add/Drop Table option, and select Replace instead of "Insert". How can I make the Export so the number of table matches? - There are so many orphaned content types, nodes, views, and images. Is there any module that will tell me what isn't being used so I can delete them all? I am sure if I move over to Drupal 6 from this mess, it will be a nightmare. I already have Image Gallery problem which isn't showing on my newer sites. Thanks in advance. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com From warren at vailtech.net Tue Jun 16 02:48:04 2009 From: warren at vailtech.net (Warren Vail) Date: Mon, 15 Jun 2009 19:48:04 -0700 Subject: [support] Class modules In-Reply-To: <20090615203619.74874nroynuf0204@mail.siebunlimited.com> Message-ID: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> Guess I am curious how something in the public domain could be legally removed from the public domain? I would think that would be in conflict with the terms of the open source license. Warren Vail Vail Systems Technology warren at vailtech.net (510) 444-5380 -----Original Message----- From: Earnie Boyd [mailto:earnie at users.sourceforge.net] Sent: Monday, June 15, 2009 1:36 PM To: support at drupal.org Subject: Re: [support] Class modules Quoting Warren Vail : > Class > Class Assignment > Class Journal > Class Note > Class Portfolio > Class Syllabus > The code for these modules has been removed from CVS years ago. They are not maintained here. That doesn't mean they are not maintained elsewhere. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ -- [ Drupal support list | http://lists.drupal.org/ ] From larry at garfieldtech.com Tue Jun 16 03:07:52 2009 From: larry at garfieldtech.com (Larry Garfield) Date: Mon, 15 Jun 2009 22:07:52 -0500 Subject: [support] Class modules In-Reply-To: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> References: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> Message-ID: <200906152207.53056.larry@garfieldtech.com> Who said anything about the public domain? Drupal is not in the public domain nor are any of its modules. They are under the GNU General Public License, version 2-and-later. Period. On Monday 15 June 2009 9:48:04 pm Warren Vail wrote: > Guess I am curious how something in the public domain could be legally > removed from the public domain? I would think that would be in conflict > with the terms of the open source license. > > Warren Vail > Vail Systems Technology > warren at vailtech.net > (510) 444-5380 > > -----Original Message----- > From: Earnie Boyd [mailto:earnie at users.sourceforge.net] > Sent: Monday, June 15, 2009 1:36 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Quoting Warren Vail : > > Class > > Class Assignment > > Class Journal > > Class Note > > Class Portfolio > > Class Syllabus > > The code for these modules has been removed from CVS years ago. They > are not maintained here. That doesn't mean they are not maintained > elsewhere. -- Larry Garfield larry at garfieldtech.com From tony at webavant.com Tue Jun 16 03:11:26 2009 From: tony at webavant.com (Tony Zielinski) Date: Mon, 15 Jun 2009 20:11:26 -0700 Subject: [support] Class modules In-Reply-To: <200906152207.53056.larry@garfieldtech.com> References: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> <200906152207.53056.larry@garfieldtech.com> Message-ID: True 'dat. I am not in the business of redistributing software, so GPL essentially means the same thing to me. You are right though, there's a big difference. On Jun 15, 2009, at 8:07 PM, Larry Garfield wrote: > Who said anything about the public domain? Drupal is not in the > public domain > nor are any of its modules. They are under the GNU General Public > License, > version 2-and-later. Period. > > On Monday 15 June 2009 9:48:04 pm Warren Vail wrote: >> Guess I am curious how something in the public domain could be >> legally >> removed from the public domain? I would think that would be in >> conflict >> with the terms of the open source license. >> >> Warren Vail >> Vail Systems Technology >> warren at vailtech.net >> (510) 444-5380 >> >> -----Original Message----- >> From: Earnie Boyd [mailto:earnie at users.sourceforge.net] >> Sent: Monday, June 15, 2009 1:36 PM >> To: support at drupal.org >> Subject: Re: [support] Class modules >> >> Quoting Warren Vail : >>> Class >>> Class Assignment >>> Class Journal >>> Class Note >>> Class Portfolio >>> Class Syllabus >> >> The code for these modules has been removed from CVS years ago. They >> are not maintained here. That doesn't mean they are not maintained >> elsewhere. > > -- > Larry Garfield > larry at garfieldtech.com > -- > [ Drupal support list | http://lists.drupal.org/ ] From pwdowling at yahoo.com Tue Jun 16 03:21:15 2009 From: pwdowling at yahoo.com (Peter Dowling) Date: Mon, 15 Jun 2009 23:21:15 -0400 Subject: [support] Class modules In-Reply-To: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> References: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> Message-ID: <1245122475.9145.27.camel@peter-mintdesk> Um, Public Domain is not equal to GPL - just sayin... Also licensing does not equal availability necessarily. If you can find someone who has this code to give you then I'm guessing that yes the gpl still applies and you are free to copy it, modify it, distribute it within the terms of gpl etc. I don't think any license can force someone to keep something on a web server though. If a module has been abandoned for many years (beyond the supported versions of drupal - current D5) then why keep it on the servers wasting space. - Peter On Mon, 2009-06-15 at 19:48 -0700, Warren Vail wrote: > Guess I am curious how something in the public domain could be legally > removed from the public domain? I would think that would be in conflict > with the terms of the open source license. > > Warren Vail > Vail Systems Technology > warren at vailtech.net > (510) 444-5380 > > -----Original Message----- > From: Earnie Boyd [mailto:earnie at users.sourceforge.net] > Sent: Monday, June 15, 2009 1:36 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Quoting Warren Vail : > > > Class > > Class Assignment > > Class Journal > > Class Note > > Class Portfolio > > Class Syllabus > > > > The code for these modules has been removed from CVS years ago. They > are not maintained here. That doesn't mean they are not maintained > elsewhere. > > -- > Earnie > -- http://r-feed.com/ -- http://for-my-kids.com/ > -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] From tony at webavant.com Tue Jun 16 02:55:14 2009 From: tony at webavant.com (Tony Zielinski) Date: Mon, 15 Jun 2009 19:55:14 -0700 Subject: [support] Class modules In-Reply-To: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> References: <20090616024844.D5E0E1C407C@fraxinus.osuosl.org> Message-ID: <88B2800F-27C9-4EA1-995C-1DDB18A90466@webavant.com> To satisfy your GPL concerns, they are still in the public domain despite the possibility that they may not be hosted anywhere. Actually, they are still hosted, you just did not check the appropriate tag in CVS. Personally, I would focus my efforts on finding better solutions to use rather than outdated abandoned modules. On Jun 15, 2009, at 7:48 PM, Warren Vail wrote: > Guess I am curious how something in the public domain could be legally > removed from the public domain? I would think that would be in > conflict > with the terms of the open source license. > > Warren Vail > Vail Systems Technology > warren at vailtech.net > (510) 444-5380 > > -----Original Message----- > From: Earnie Boyd [mailto:earnie at users.sourceforge.net] > Sent: Monday, June 15, 2009 1:36 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Quoting Warren Vail : > >> Class >> Class Assignment >> Class Journal >> Class Note >> Class Portfolio >> Class Syllabus >> > > The code for these modules has been removed from CVS years ago. They > are not maintained here. That doesn't mean they are not maintained > elsewhere. > > -- > Earnie > -- http://r-feed.com/ -- http://for-my-kids.com/ > -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] From warren at vailtech.net Tue Jun 16 04:35:30 2009 From: warren at vailtech.net (Warren Vail) Date: Mon, 15 Jun 2009 21:35:30 -0700 Subject: [support] Class modules In-Reply-To: <88B2800F-27C9-4EA1-995C-1DDB18A90466@webavant.com> Message-ID: <20090616043611.7CD5C180156@silver.osuosl.org> Good input all, thanks for the clarifications, are there any other modules that fit the bill. I found one mention of LMS but only thing close was at source forge and didn't seem intended for drupal. Warren Vail -----Original Message----- From: Tony Zielinski [mailto:tony at webavant.com] Sent: Monday, June 15, 2009 7:55 PM To: support at drupal.org Subject: Re: [support] Class modules To satisfy your GPL concerns, they are still in the public domain despite the possibility that they may not be hosted anywhere. Actually, they are still hosted, you just did not check the appropriate tag in CVS. Personally, I would focus my efforts on finding better solutions to use rather than outdated abandoned modules. On Jun 15, 2009, at 7:48 PM, Warren Vail wrote: > Guess I am curious how something in the public domain could be legally > removed from the public domain? I would think that would be in > conflict > with the terms of the open source license. > > Warren Vail > Vail Systems Technology > warren at vailtech.net > (510) 444-5380 > > -----Original Message----- > From: Earnie Boyd [mailto:earnie at users.sourceforge.net] > Sent: Monday, June 15, 2009 1:36 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Quoting Warren Vail : > >> Class >> Class Assignment >> Class Journal >> Class Note >> Class Portfolio >> Class Syllabus >> > > The code for these modules has been removed from CVS years ago. They > are not maintained here. That doesn't mean they are not maintained > elsewhere. > > -- > Earnie > -- http://r-feed.com/ -- http://for-my-kids.com/ > -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- [ Drupal support list | http://lists.drupal.org/ ] From tony at webavant.com Tue Jun 16 04:44:47 2009 From: tony at webavant.com (Tony Zielinski) Date: Mon, 15 Jun 2009 21:44:47 -0700 Subject: [support] Class modules In-Reply-To: <20090616043611.7CD5C180156@silver.osuosl.org> References: <20090616043611.7CD5C180156@silver.osuosl.org> Message-ID: <1F98CDF2-4313-4835-88C3-629D39A9DDDA@webavant.com> Bill Fitzgerald wrote a 400 page book about using Drupal for education actually http://www.packtpub.com/drupal-for-education-and-e-learning/book . You should read back through the posts on the Drupal in Education group at http://groups.drupal.org/drupal-education . On Jun 15, 2009, at 9:35 PM, Warren Vail wrote: > Good input all, thanks for the clarifications, are there any other > modules > that fit the bill. I found one mention of LMS but only thing close > was at > source forge and didn't seem intended for drupal. > > Warren Vail > > -----Original Message----- > From: Tony Zielinski [mailto:tony at webavant.com] > Sent: Monday, June 15, 2009 7:55 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > To satisfy your GPL concerns, they are still in the public domain > despite the possibility that they may not be hosted anywhere. > Actually, they are still hosted, you just did not check the > appropriate tag in CVS. Personally, I would focus my efforts on > finding better solutions to use rather than outdated abandoned > modules. > > > On Jun 15, 2009, at 7:48 PM, Warren Vail wrote: > >> Guess I am curious how something in the public domain could be >> legally >> removed from the public domain? I would think that would be in >> conflict >> with the terms of the open source license. >> >> Warren Vail >> Vail Systems Technology >> warren at vailtech.net >> (510) 444-5380 >> >> -----Original Message----- >> From: Earnie Boyd [mailto:earnie at users.sourceforge.net] >> Sent: Monday, June 15, 2009 1:36 PM >> To: support at drupal.org >> Subject: Re: [support] Class modules >> >> Quoting Warren Vail : >> >>> Class >>> Class Assignment >>> Class Journal >>> Class Note >>> Class Portfolio >>> Class Syllabus >>> >> >> The code for these modules has been removed from CVS years ago. They >> are not maintained here. That doesn't mean they are not maintained >> elsewhere. >> >> -- >> Earnie >> -- http://r-feed.com/ -- http://for-my-kids.com/ >> -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ >> >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] From idan at arbel-designs.com Tue Jun 16 07:10:02 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 16 Jun 2009 10:10:02 +0300 Subject: [support] Background images stopped appearing in some pages Message-ID: <043a01c9ee51$797237e0$6c56a7a0$@com> Hello, I have a very strange problem that I have no idea what the solution is. Suddenly I site that was working great has a problem where the background images called using a css file stopped showing up on all pages that had some sort of url alias: This page doesn't show the background images: http://www.eshhar.co.il/our-commitment This page does: http://www.eshhar.co.il/node/19 Also the front page doesn't show the images either : http://www.eshhar.co.il/ I tried changing all the background image paths to absolute but still the same issue. When I turn off clean-urls all pages don't display the background images. What could be the cause of this, this happened without any change on my part. Any help would be greatly appreciated, this is a live site so pretty urgent. Thanks Idan -------------- next part -------------- An HTML attachment was scrubbed... URL: From idan at arbel-designs.com Tue Jun 16 08:07:58 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 16 Jun 2009 11:07:58 +0300 Subject: [support] Background images stopped appearing in some pages In-Reply-To: <043a01c9ee51$797237e0$6c56a7a0$@com> References: <043a01c9ee51$797237e0$6c56a7a0$@com> Message-ID: <046501c9ee59$90f7d1b0$b2e77510$@com> I found the problem, I uploaded the css and template file to the root directory, had not idea this is what it would cause. Idan From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Idan Arbel Sent: ? 16 ???? 2009 10:10 To: support at drupal.org Subject: [support] Background images stopped appearing in some pages Hello, I have a very strange problem that I have no idea what the solution is. Suddenly I site that was working great has a problem where the background images called using a css file stopped showing up on all pages that had some sort of url alias: This page doesn't show the background images: http://www.eshhar.co.il/our-commitment This page does: http://www.eshhar.co.il/node/19 Also the front page doesn't show the images either : http://www.eshhar.co.il/ I tried changing all the background image paths to absolute but still the same issue. When I turn off clean-urls all pages don't display the background images. What could be the cause of this, this happened without any change on my part. Any help would be greatly appreciated, this is a live site so pretty urgent. Thanks Idan No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database: 270.12.64/2170 - Release Date: 06/15/09 17:54:00 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fb at codicelibero.net Tue Jun 16 12:46:51 2009 From: fb at codicelibero.net (Francesco Baldini) Date: Tue, 16 Jun 2009 14:46:51 +0200 Subject: [support] add new cck content, step by step Message-ID: <1ea42bfda1e5e51eeb9e27fe5b12c4a7.squirrel@webmail.codicelibero.net> Hi, I'm trying to create a resume node content with CCK, I already added all fields (education, working, periods, personal data, etc). For a static resume it could be nice, but what I'm looking for is to find out if there's a way to let people, after filled all the fields, add a new experience without writing it every time from zero to have last working experience on the top and, perhaps, creating a neverending content type. In some ways something "like" Monster.com where you can add your experiences step by step. hope being clear... thanks From warren at vailtech.net Tue Jun 16 14:04:50 2009 From: warren at vailtech.net (Warren Vail) Date: Tue, 16 Jun 2009 07:04:50 -0700 Subject: [support] Class modules In-Reply-To: <1F98CDF2-4313-4835-88C3-629D39A9DDDA@webavant.com> Message-ID: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> Good sources, I have the book, found it lacking but didn't give any thought to why. Closer look at this indicates a difference between what I am looking for and Mr. Fitzgerald's focus. The book seems to focus on supplementing the classroom process, instead of trying to find an alternative to that process. As a software developer, I have been part of, and victim of, a global effort to imbed knowledge in software to make it unnecessary to keep lots of developers on staff, allowing for offshore (cheaper) talent to supplant what I do. My limited vision of what I needed would allow someone to create courses to teach the special knowledge of the courses author, then, the teaching would continue without the teacher's active participation. Much of what I know about Drupal development was learned this way, from books just like Mr. Fitzgerald's, perhaps not as well done as formal teaching, but not as costly as formal classrooms. This raises the question, will educators become the next victims of globalization? Warren Vail -----Original Message----- From: Tony Zielinski [mailto:tony at webavant.com] Sent: Monday, June 15, 2009 9:45 PM To: support at drupal.org Subject: Re: [support] Class modules Bill Fitzgerald wrote a 400 page book about using Drupal for education actually http://www.packtpub.com/drupal-for-education-and-e-learning/book . You should read back through the posts on the Drupal in Education group at http://groups.drupal.org/drupal-education . On Jun 15, 2009, at 9:35 PM, Warren Vail wrote: > Good input all, thanks for the clarifications, are there any other > modules > that fit the bill. I found one mention of LMS but only thing close > was at > source forge and didn't seem intended for drupal. > > Warren Vail > > -----Original Message----- > From: Tony Zielinski [mailto:tony at webavant.com] > Sent: Monday, June 15, 2009 7:55 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > To satisfy your GPL concerns, they are still in the public domain > despite the possibility that they may not be hosted anywhere. > Actually, they are still hosted, you just did not check the > appropriate tag in CVS. Personally, I would focus my efforts on > finding better solutions to use rather than outdated abandoned > modules. > > > On Jun 15, 2009, at 7:48 PM, Warren Vail wrote: > >> Guess I am curious how something in the public domain could be >> legally >> removed from the public domain? I would think that would be in >> conflict >> with the terms of the open source license. >> >> Warren Vail >> Vail Systems Technology >> warren at vailtech.net >> (510) 444-5380 >> >> -----Original Message----- >> From: Earnie Boyd [mailto:earnie at users.sourceforge.net] >> Sent: Monday, June 15, 2009 1:36 PM >> To: support at drupal.org >> Subject: Re: [support] Class modules >> >> Quoting Warren Vail : >> >>> Class >>> Class Assignment >>> Class Journal >>> Class Note >>> Class Portfolio >>> Class Syllabus >>> >> >> The code for these modules has been removed from CVS years ago. They >> are not maintained here. That doesn't mean they are not maintained >> elsewhere. >> >> -- >> Earnie >> -- http://r-feed.com/ -- http://for-my-kids.com/ >> -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ >> >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- [ Drupal support list | http://lists.drupal.org/ ] From bill at funnymonkey.com Tue Jun 16 16:34:55 2009 From: bill at funnymonkey.com (Bill Fitzgerald) Date: Tue, 16 Jun 2009 09:34:55 -0700 Subject: [support] Class modules In-Reply-To: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> References: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> Message-ID: <4A37C9AF.3080402@funnymonkey.com> Hello, Warren, Some notes inline below: Warren Vail wrote: > Good sources, I have the book, found it lacking but didn't give any thought > to why. There are definitely things not to like -- in particular, I cringe at the sections on file/media handling, which has changed entirely since the book was written. I also cringe at the section on the text editors, as the WYSIWYG API is now a better choice if one must actually use a text editor. The CCK, Views, and OG sections, however, have all aged pretty well. > Closer look at this indicates a difference between what I am > looking for and Mr. Fitzgerald's Ach! Please, call me Bill. > focus. The book seems to focus on > supplementing the classroom process, instead of trying to find an > alternative to that process. > The beauty of Drupal is that it can be used to do both. In writing the book, I used the language of the classroom to describe the site build, as the vocabulary of the classroom will be more familiar to educators. However, the core building blocks discussed in the book (CCK, Views, OG) will work just as well in a more traditional classroom setting as in a learning environment with no hierarchy at all -- or, in any social context whether it's education-related or not. Although the book is geared toward education, the concepts apply equally well across the board. My personal preference is for a system of learning that is student/process driven, but that's a different conversation. > As a software developer, I have been part of, and victim of, a global effort > to imbed knowledge in software to make it unnecessary to keep lots of > developers on staff, allowing for offshore (cheaper) talent to supplant what > I do. > > My limited vision of what I needed would allow someone to create courses to > teach the special knowledge of the courses author, then, the teaching would > continue without the teacher's active participation. Use OG. Override the presentation of group content via the theming layer. Depending on your specific needs, this could get you all of the way there. If not, it will highlight where you need custom code/additional modules. > Much of what I know > about Drupal development was learned this way, from books just like Mr. > Fitzgerald's, perhaps not as well done as formal teaching, but not as costly > as formal classrooms. > > This raises the question, will educators become the next victims of > globalization? > No. People might try, and there will be lots of people attempting to sell us on a "more efficient educational system" but they should be rejected as the snake oil salesmen that they are. Learning takes time; reflection takes time; understanding takes time. Time can't be outsourced. Cheers, Bill > Warren Vail > > -----Original Message----- > From: Tony Zielinski [mailto:tony at webavant.com] > Sent: Monday, June 15, 2009 9:45 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Bill Fitzgerald wrote a 400 page book about using Drupal for education > actually http://www.packtpub.com/drupal-for-education-and-e-learning/book > . You should read back through the posts on the Drupal in Education > group at http://groups.drupal.org/drupal-education . > > > -- Bill Fitzgerald http://funnymonkey.com FunnyMonkey -- Click. Connect. Learn. ph. 503 897 7160 From earnie at users.sourceforge.net Tue Jun 16 17:06:54 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Tue, 16 Jun 2009 17:06:54 +0000 Subject: [support] Class modules In-Reply-To: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> References: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> Message-ID: <20090616170654.14739gj4jonkyuy8@mail.siebunlimited.com> Quoting Warren Vail : > Good sources, I have the book, found it lacking but didn't give any thought > to why. Closer look at this indicates a difference between what I am > looking for and Mr. Fitzgerald's focus. The book seems to focus on > supplementing the classroom process, instead of trying to find an > alternative to that process. > Glad to hear you've find some information even if that information doesn't give you exactly what you want. > As a software developer, I have been part of, and victim of, a global effort > to imbed knowledge in software to make it unnecessary to keep lots of > developers on staff, allowing for offshore (cheaper) talent to supplant what > I do. > Welcome to the one world view of economic life. In that one world we will eventually all be equal so that a matching of technical talent hours to business economic dollars match. Currently, the company I work for sees a 1:8 ratio in onshore (USA is onshore) to offshore value. They do not stop to see the lost value in less competency of yet to be tried employees. > My limited vision of what I needed would allow someone to create courses to > teach the special knowledge of the courses author, then, the teaching would > continue without the teacher's active participation. Much of what I know > about Drupal development was learned this way, from books just like Mr. > Fitzgerald's, perhaps not as well done as formal teaching, but not as costly > as formal classrooms. > I understood your vision from the above comments. > This raises the question, will educators become the next victims of > globalization? > Haven't they already? My wife as an educator must accept students who have no idea of what she is saying in plain English because they do not know the English language. There are classes set for these students to help them learn English but those are not the main classroom experience for these students. Then these students go to the playground, find others of their culture and talk their native language with each other. Often it is found that they are making slanderous remarks but if no one in command can understand it how can the establish control? I suppose we have shown our USA bigotry in our comments but I understand you clearly. Let me apologize in advance if anyone is offended. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From earnie at users.sourceforge.net Tue Jun 16 20:41:32 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Tue, 16 Jun 2009 20:41:32 +0000 Subject: [support] Class modules In-Reply-To: <4A37C9AF.3080402@funnymonkey.com> References: <20090616140532.B2E531C42C5@fraxinus.osuosl.org> <4A37C9AF.3080402@funnymonkey.com> Message-ID: <20090616204132.19132ablkhxqkxa8@mail.siebunlimited.com> Quoting Bill Fitzgerald : > Time can't be outsourced. But that is just what my company wants to do. Offshore as much work time as possible to the point I spend more time finding things for offshore to do than I do work. It doesn't look good. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From aridavidow at gmail.com Tue Jun 16 20:59:27 2009 From: aridavidow at gmail.com (Ari Davidow) Date: Tue, 16 Jun 2009 16:59:27 -0400 Subject: [support] Class modules In-Reply-To: <20090615011501.86A30180052@silver.osuosl.org> References: <20090615011501.86A30180052@silver.osuosl.org> Message-ID: <747cfaf50906161359k3eaf0a37ge0b720f261a2e7ff@mail.gmail.com> You may want to contact Howard Rheingold and check out his "social media classroom" for a nice drupal-based classroom toolkit. http://socialmediaclassroom.com/ ari On Sun, Jun 14, 2009 at 8:23 PM, Warren Vail wrote: > I?ve been looking for modules for setting up e-learning environments > using Drupal. I ran across lot?s of ?class? modules on the Drupal site, > only to discover there was no way to download them, but with pointers to an > organization called Teachers without Boarders, which didn?t seem to offer > the modules either, despite promises of access to members of TWB. Has > someone hijacked these open source modules? What is going on here? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredthejonester at gmail.com Tue Jun 16 22:58:52 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Wed, 17 Jun 2009 01:58:52 +0300 Subject: [support] hook_block Headache Message-ID: <177c0a10906161558y5335e4f7sa35bdeb16d592e9e@mail.gmail.com> I am failing to get hook_block to work in D6 so I tried reducing my code to the very simplest and it still fails. I copied code from http://www.packtpub.com/article/creating-our-first-module-using-drupal6-part1 and now have nothing more than this in my module file: References: <1ea42bfda1e5e51eeb9e27fe5b12c4a7.squirrel@webmail.codicelibero.net> Message-ID: <44659aeb0906162018p52850722n452be1b82f3c72e8@mail.gmail.com> Try drupal Flexifield http://drupal.org/project/flexifield R.A.Smith Manager/Technical Lead Exterbox - "Thinking outside of the box" http://www.exterbox.com rohan at exterbox.com 1-876-449-7506 On Tue, Jun 16, 2009 at 7:46 AM, Francesco Baldini wrote: > Hi, > I'm trying to create a resume node content with CCK, I already added all > fields (education, working, periods, personal data, etc). > > For a static resume it could be nice, but what I'm looking for is to find > out if there's a way to let people, after filled all the fields, add a new > experience without writing it every time from zero to have last working > experience on the top and, perhaps, creating a neverending content type. > > In some ways something "like" Monster.com where you can add your > experiences step by step. > > hope being clear... > > thanks > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From warren at vailtech.net Wed Jun 17 03:29:12 2009 From: warren at vailtech.net (Warren Vail) Date: Tue, 16 Jun 2009 20:29:12 -0700 Subject: [support] Class modules In-Reply-To: <4A37C9AF.3080402@funnymonkey.com> Message-ID: <20090617032953.28733A013E@hemlock.osuosl.org> Bill, I hope you understand my comments were only intended to show that I was looking for something different than what you very well demonstrated in your book. I will be consulting the book again, to be sure. I heard many positive statements about how outsourcing would never result in replacing really talented American know how, long before it actually began to happen. Even though it defied all logic, the dollar (and the bonus programs that drove decision making) pushed many jobs to India, China and Russia where there was a pretty good, if not adequate, talent pool to be had. When a manager could get a bigger bonus by hiring cheaper (maybe not quite as good) talent, the result was inevitable. I sincerely hope it doesn't happen, but I can almost guarantee that somewhere in states where education budgets are suffering heavy cuts, the idea is being considered. There are snake oil salesmen in every organization, it would seem. What I was actually looking for was a system that would take course content and build a tutorial flow that would manage a training session, text, video, slideshows, with questions, pop quizzes and reinforcing exams, exercises, with evaluation of results, etc. It should also be able to evaluate quiz questions based on student distribution of wrong responses, etc. to help refine material. Warren Vail -----Original Message----- From: Bill Fitzgerald [mailto:bill at funnymonkey.com] Sent: Tuesday, June 16, 2009 9:35 AM To: support at drupal.org Subject: Re: [support] Class modules Hello, Warren, Some notes inline below: Warren Vail wrote: > Good sources, I have the book, found it lacking but didn't give any thought > to why. There are definitely things not to like -- in particular, I cringe at the sections on file/media handling, which has changed entirely since the book was written. I also cringe at the section on the text editors, as the WYSIWYG API is now a better choice if one must actually use a text editor. The CCK, Views, and OG sections, however, have all aged pretty well. > Closer look at this indicates a difference between what I am > looking for and Mr. Fitzgerald's Ach! Please, call me Bill. > focus. The book seems to focus on > supplementing the classroom process, instead of trying to find an > alternative to that process. > The beauty of Drupal is that it can be used to do both. In writing the book, I used the language of the classroom to describe the site build, as the vocabulary of the classroom will be more familiar to educators. However, the core building blocks discussed in the book (CCK, Views, OG) will work just as well in a more traditional classroom setting as in a learning environment with no hierarchy at all -- or, in any social context whether it's education-related or not. Although the book is geared toward education, the concepts apply equally well across the board. My personal preference is for a system of learning that is student/process driven, but that's a different conversation. > As a software developer, I have been part of, and victim of, a global effort > to imbed knowledge in software to make it unnecessary to keep lots of > developers on staff, allowing for offshore (cheaper) talent to supplant what > I do. > > My limited vision of what I needed would allow someone to create courses to > teach the special knowledge of the courses author, then, the teaching would > continue without the teacher's active participation. Use OG. Override the presentation of group content via the theming layer. Depending on your specific needs, this could get you all of the way there. If not, it will highlight where you need custom code/additional modules. > Much of what I know > about Drupal development was learned this way, from books just like Mr. > Fitzgerald's, perhaps not as well done as formal teaching, but not as costly > as formal classrooms. > > This raises the question, will educators become the next victims of > globalization? > No. People might try, and there will be lots of people attempting to sell us on a "more efficient educational system" but they should be rejected as the snake oil salesmen that they are. Learning takes time; reflection takes time; understanding takes time. Time can't be outsourced. Cheers, Bill > Warren Vail > > -----Original Message----- > From: Tony Zielinski [mailto:tony at webavant.com] > Sent: Monday, June 15, 2009 9:45 PM > To: support at drupal.org > Subject: Re: [support] Class modules > > Bill Fitzgerald wrote a 400 page book about using Drupal for education > actually http://www.packtpub.com/drupal-for-education-and-e-learning/book > . You should read back through the posts on the Drupal in Education > group at http://groups.drupal.org/drupal-education . > > > -- Bill Fitzgerald http://funnymonkey.com FunnyMonkey -- Click. Connect. Learn. ph. 503 897 7160 -- [ Drupal support list | http://lists.drupal.org/ ] From justin.gruenberg at gmail.com Wed Jun 17 03:49:01 2009 From: justin.gruenberg at gmail.com (Justin Gruenberg) Date: Tue, 16 Jun 2009 22:49:01 -0500 Subject: [support] add new cck content, step by step In-Reply-To: <1ea42bfda1e5e51eeb9e27fe5b12c4a7.squirrel@webmail.codicelibero.net> References: <1ea42bfda1e5e51eeb9e27fe5b12c4a7.squirrel@webmail.codicelibero.net> Message-ID: <96cd751f0906162049i6f35c018p7a6dcfb0eaf893d4@mail.gmail.com> On Tue, Jun 16, 2009 at 7:46 AM, Francesco Baldini wrote: > Hi, > I'm trying to create a resume node content with CCK, I already added all > fields (education, working, periods, personal data, etc). > > For a static resume it could be nice, but what I'm looking for is to find > out if there's a way to let people, after filled all the fields, add a new > experience without writing it every time from zero to have last working > experience on the top and, perhaps, creating a neverending content type. > > In some ways something "like" Monster.com where you can add your > experiences step by step. > > hope being clear... > > thanks So you have a resume content type, and a working experience field in that content type? Can't you just set the field to allow multiple values and then in your theme display those values in whatever order you'd like? From killshot91 at comcast.net Wed Jun 17 05:27:17 2009 From: killshot91 at comcast.net (Steve Edwards) Date: Tue, 16 Jun 2009 22:27:17 -0700 Subject: [support] hook_form_alter() data changed in array but not on screen Message-ID: <4A387EB5.4040203@comcast.net> I'm trying to use hook_form_alter() to write data to a text field when the form is first displayed, but for some reason I can't get the values to display on the form itself. I know I have the right form_id, because dsm() displays all the data for that form. What's even weirder is that I can see the data being changed in the form itself, but it just won't change on the screen. I can also change the weight of the field ($form['field_class_name']['#weight']=99;) and it relocates the position of the field on the screen accordingly. But when, for instance, I change the #title and #description of the field, the changes are changed in the arrary itself (I can see this by putting a dsm() after changing the data), but the values on the screen don't change. I'm making similar changes to other forms within the same hook function (different case statements), and they all work fine. I've cleared all my caches (Drupal and browser), but to no avail. Can anyone tell me why my form data isn't changing? Thanks. Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill at funnymonkey.com Wed Jun 17 05:33:07 2009 From: bill at funnymonkey.com (Bill Fitzgerald) Date: Tue, 16 Jun 2009 22:33:07 -0700 Subject: [support] (Somewhat) OT: Re: Class modules In-Reply-To: <20090617032953.28733A013E@hemlock.osuosl.org> References: <20090617032953.28733A013E@hemlock.osuosl.org> Message-ID: <4A388013.2060306@funnymonkey.com> Hello, Warren, Some quick thoughts to clarify my earlier statements -- When it comes to "know-how", talent, skill, drive, motivation, ambition, etc, these things don't know borders. They are human qualities, inherent in all of us (at least on our good days :) ). However, there is an aspect of teaching and learning that thrives as a result of face to face interaction -- this is part of what makes blended learning environments (something Drupal is really unmatched at creating) such a good learning tool. As to your use case, have you looked at the quiz module? It could be useful for what you are trying to build. You should also look at http://drupal.org/project/assignment_studio and http://drupal.org/project/course_manager -- they are under active development, and could be useful for what you describe. Cheers, Bill Warren Vail wrote: > Bill, > > I hope you understand my comments were only intended to show that I was > looking for something different than what you very well demonstrated in your > book. I will be consulting the book again, to be sure. > > I heard many positive statements about how outsourcing would never result in > replacing really talented American know how, long before it actually began > to happen. Even though it defied all logic, the dollar (and the bonus > programs that drove decision making) pushed many jobs to India, China and > Russia where there was a pretty good, if not adequate, talent pool to be > had. When a manager could get a bigger bonus by hiring cheaper (maybe not > quite as good) talent, the result was inevitable. I sincerely hope it > doesn't happen, but I can almost guarantee that somewhere in states where > education budgets are suffering heavy cuts, the idea is being considered. > There are snake oil salesmen in every organization, it would seem. > > What I was actually looking for was a system that would take course content > and build a tutorial flow that would manage a training session, text, video, > slideshows, with questions, pop quizzes and reinforcing exams, exercises, > with evaluation of results, etc. It should also be able to evaluate quiz > questions based on student distribution of wrong responses, etc. to help > refine material. > > Warren Vail > > -----Original Message----- > From: Bill Fitzgerald [mailto:bill at funnymonkey.com] > Sent: Tuesday, June 16, 2009 9:35 AM > To: support at drupal.org > Subject: Re: [support] Class modules > > Hello, Warren, > > Some notes inline below: > > Warren Vail wrote: > >> Good sources, I have the book, found it lacking but didn't give any >> > thought > >> to why. >> > > There are definitely things not to like -- in particular, I cringe at > the sections on file/media handling, which has changed entirely since > the book was written. I also cringe at the section on the text editors, > as the WYSIWYG API is now a better choice if one must actually use a > text editor. > > The CCK, Views, and OG sections, however, have all aged pretty well. > > >> Closer look at this indicates a difference between what I am >> looking for and Mr. Fitzgerald's >> > > Ach! Please, call me Bill. > > >> focus. The book seems to focus on >> supplementing the classroom process, instead of trying to find an >> alternative to that process. >> >> > > The beauty of Drupal is that it can be used to do both. In writing the > book, I used the language of the classroom to describe the site build, > as the vocabulary of the classroom will be more familiar to educators. > However, the core building blocks discussed in the book (CCK, Views, OG) > will work just as well in a more traditional classroom setting as in a > learning environment with no hierarchy at all -- or, in any social > context whether it's education-related or not. Although the book is > geared toward education, the concepts apply equally well across the board. > > My personal preference is for a system of learning that is > student/process driven, but that's a different conversation. > > >> As a software developer, I have been part of, and victim of, a global >> > effort > >> to imbed knowledge in software to make it unnecessary to keep lots of >> developers on staff, allowing for offshore (cheaper) talent to supplant >> > what > >> I do. >> >> My limited vision of what I needed would allow someone to create courses >> > to > >> teach the special knowledge of the courses author, then, the teaching >> > would > >> continue without the teacher's active participation. >> > > Use OG. Override the presentation of group content via the theming > layer. Depending on your specific needs, this could get you all of the > way there. If not, it will highlight where you need custom > code/additional modules. > > >> Much of what I know >> about Drupal development was learned this way, from books just like Mr. >> Fitzgerald's, perhaps not as well done as formal teaching, but not as >> > costly > >> as formal classrooms. >> >> This raises the question, will educators become the next victims of >> globalization? >> >> > > No. People might try, and there will be lots of people attempting to > sell us on a "more efficient educational system" but they should be > rejected as the snake oil salesmen that they are. Learning takes time; > reflection takes time; understanding takes time. Time can't be outsourced. > > Cheers, > > Bill > > >> Warren Vail >> >> -----Original Message----- >> From: Tony Zielinski [mailto:tony at webavant.com] >> Sent: Monday, June 15, 2009 9:45 PM >> To: support at drupal.org >> Subject: Re: [support] Class modules >> >> Bill Fitzgerald wrote a 400 page book about using Drupal for education >> actually http://www.packtpub.com/drupal-for-education-and-e-learning/book >> . You should read back through the posts on the Drupal in Education >> group at http://groups.drupal.org/drupal-education . >> >> >> >> > > -- Bill Fitzgerald http://funnymonkey.com FunnyMonkey -- Click. Connect. Learn. ph. 503 897 7160 From hovercrafter at earthlink.net Wed Jun 17 11:48:48 2009 From: hovercrafter at earthlink.net (Jamie Holly) Date: Wed, 17 Jun 2009 07:48:48 -0400 Subject: [support] hook_form_alter() data changed in array but not on screen In-Reply-To: <4A387EB5.4040203@comcast.net> References: <4A387EB5.4040203@comcast.net> Message-ID: <4A38D820.7010903@earthlink.net> Are you sure you have &$form and not just $form in your function declaration? I've had the same problem before and pulled my hair out just to realize I forgot the &. Jamie Holly Steve Edwards wrote: > I'm trying to use hook_form_alter() to write data to a text field when > the form is first displayed, but for some reason I can't get the > values to display on the form itself. I know I have the right > form_id, because dsm() displays all the data for that form. What's > even weirder is that I can see the data being changed in the form > itself, but it just won't change on the screen. I can also change the > weight of the field ($form['field_class_name']['#weight']=99;) > and it relocates the position of the field on the screen accordingly. > But when, for instance, I change the #title and #description of the > field, the changes are changed in the arrary itself (I can see this by > putting a dsm() after changing the data), but the values on the screen > don't change. I'm making similar changes to other forms within the > same hook function (different case statements), and they all work > fine. I've cleared all my caches (Drupal and browser), but to no > avail. Can anyone tell me why my form data isn't changing? > > Thanks. > > Steve > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] From shai at content2zero.com Wed Jun 17 14:24:53 2009 From: shai at content2zero.com (Shai Gluskin) Date: Wed, 17 Jun 2009 10:24:53 -0400 Subject: [support] Node Reference Functionality to Create New Node When Referenced Node Doesn't Exist Message-ID: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> Before I submit a feature request on the overworked Views issue queue -- please tell me there is a helper module that already does this OR some kind of solution for this problem: Drupal setup: D6 with latest versions of cck and views. Content type 1: Books Content type 2: Authors "Books" has a "node reference" field to "Authors" *Problem*: in order to successfully complete the form: node/add/books the author of the book you are adding most already have a record previously entered at node/add/authors. *Desired functionality*: When you type in the name of the author to the autocomplete field and then click submit, instead of getting an error, "Author: found no valid post with that title", Drupal would go ahead and create that new node with John Steinbeck as its title. Obviously, the the Authors content-type couldn't have any required fields other than title. Drupal could assign the author to be the logged in user. I'm hoping someone is going to tell me that there is a module for this or that Views2 can even do it already and that I just missed the settings. Can triggers and actions do this, maybe? It's a huge UI problem to tell the user to create two nodes in a particular order when they just want to do one thing. Thanks, Shai -------------- next part -------------- An HTML attachment was scrubbed... URL: From usamah1228 at gmail.com Wed Jun 17 14:45:23 2009 From: usamah1228 at gmail.com (Usamah M. Ali) Date: Wed, 17 Jun 2009 17:45:23 +0300 Subject: [support] Node Reference Functionality to Create New Node When Referenced Node Doesn't Exist In-Reply-To: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> References: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> Message-ID: Hello Shai, Your approach seems rather complicated, but you might have good reasons for that. The straightforward way to do this in Drupal with Views is to create a "user reference" to that user's account. If you're using a whole new content type for authors in order to leverage the goodies of CCK, then the Drupal core module "Profile" provides similar powerful custom fields to choose from and apply to your user's accounts and profile pages. It's disbaled by default and you have to enable it first through the modules page in the admin area. Regards, Usamah On Wed, Jun 17, 2009 at 5:24 PM, Shai Gluskin wrote: > Before I submit a feature request on the overworked Views issue queue -- > please tell me there is a helper module that already does this OR some kind > of solution for this problem: > > Drupal setup: D6 with latest versions of cck and views. > > Content type 1: Books > Content type 2: Authors > > "Books" has a "node reference" field to "Authors" > > *Problem*: in order to successfully complete the form: node/add/books the > author of the book you are adding most already have a record previously > entered at node/add/authors. > *Desired functionality*: When you type in the name of the author to the > autocomplete field and then click submit, instead of getting an error, > "Author: found no valid post with that title", Drupal would go ahead and > create that new node with John Steinbeck as its title. Obviously, the the > Authors content-type couldn't have any required fields other than title. > Drupal could assign the author to be the logged in user. > > I'm hoping someone is going to tell me that there is a module for this or > that Views2 can even do it already and that I just missed the settings. > > Can triggers and actions do this, maybe? > > It's a huge UI problem to tell the user to create two nodes in a particular > order when they just want to do one thing. > > Thanks, > > Shai > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shai at content2zero.com Wed Jun 17 15:09:50 2009 From: shai at content2zero.com (Shai Gluskin) Date: Wed, 17 Jun 2009 11:09:50 -0400 Subject: [support] Node Reference Functionality to Create New Node When Referenced Node Doesn't Exist In-Reply-To: References: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> Message-ID: <9f68efb70906170809v5c69cdfaw4974b8cdd8e6aa7b@mail.gmail.com> Hi Usamah, I don't think you get my use-case.... The "Authors" are not people who are Drupal users, such as... Karl Marx or Abraham Lincoln, Barack Obama etc. So I certainly don't want to use user reference for this. Shai On Wed, Jun 17, 2009 at 10:45 AM, Usamah M. Ali wrote: > Hello Shai, > > Your approach seems rather complicated, but you might have good reasons for > that. > > The straightforward way to do this in Drupal with Views is to create a > "user reference" to that user's account. If you're using a whole new content > type for authors in order to leverage the goodies of CCK, then the Drupal > core module "Profile" provides similar powerful custom fields to choose from > and apply to your user's accounts and profile pages. It's disbaled by > default and you have to enable it first through the modules page in the > admin area. > > Regards, > Usamah > > On Wed, Jun 17, 2009 at 5:24 PM, Shai Gluskin wrote: > >> Before I submit a feature request on the overworked Views issue queue -- >> please tell me there is a helper module that already does this OR some kind >> of solution for this problem: >> >> Drupal setup: D6 with latest versions of cck and views. >> >> Content type 1: Books >> Content type 2: Authors >> >> "Books" has a "node reference" field to "Authors" >> >> *Problem*: in order to successfully complete the form: node/add/books the >> author of the book you are adding most already have a record previously >> entered at node/add/authors. >> *Desired functionality*: When you type in the name of the author to the >> autocomplete field and then click submit, instead of getting an error, >> "Author: found no valid post with that title", Drupal would go ahead and >> create that new node with John Steinbeck as its title. Obviously, the the >> Authors content-type couldn't have any required fields other than title. >> Drupal could assign the author to be the logged in user. >> >> I'm hoping someone is going to tell me that there is a module for this or >> that Views2 can even do it already and that I just missed the settings. >> >> Can triggers and actions do this, maybe? >> >> It's a huge UI problem to tell the user to create two nodes in a >> particular order when they just want to do one thing. >> >> Thanks, >> >> Shai >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From drupal.org-2008 at jt-socal.com Wed Jun 17 15:21:58 2009 From: drupal.org-2008 at jt-socal.com (John Thomas) Date: Wed, 17 Jun 2009 08:21:58 -0700 Subject: [support] Node Reference Functionality to Create New Node When Referenced Node Doesn't Exist In-Reply-To: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> References: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> Message-ID: <4A390A16.1060000@jt-socal.com> Shai Gluskin wrote: > Before I submit a feature request on the overworked Views issue queue -- > please tell me there is a helper module that already does this OR some > kind of solution for this problem: > > Drupal setup: D6 with latest versions of cck and views. > > Content type 1: Books > Content type 2: Authors > > "Books" has a "node reference" field to "Authors" > > *Problem*: in order to successfully complete the form: node/add/books > the author of the book you are adding most already have a record > previously entered at node/add/authors. > *Desired functionality*: When you type in the name of the author to the > autocomplete field and then click submit, instead of getting an error, > "Author: found no valid post with that title", Drupal would go ahead and > create that new node with John Steinbeck as its title. Obviously, the > the Authors content-type couldn't have any required fields other than > title. Drupal could assign the author to be the logged in user. > > I'm hoping someone is going to tell me that there is a module for this > or that Views2 can even do it already and that I just missed the settings. Possibly helpful: http://drupal.org/project/autocreate http://drupal.org/project/inline_references http://drupal.org/project/popups_reference http://drupal.org/search/apachesolr_search/add%20reference -- Sincerely, John Thomas From michel at ziobuddalabs.it Wed Jun 17 15:39:04 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Wed, 17 Jun 2009 17:39:04 +0200 Subject: [support] Problem with javascript and views Message-ID: <4A390E18.6090802@ziobuddalabs.it> Hi. I have a view with some filter exported. I have add a to the filter exported's form so that when the user click on this my JS function is called. This is the code: function mymodule_form_alter(&$form,&$fs,$form_id) { if ($form_id == 'views_exposed_form') { $form['export'] = array( '#type' => 'item', '#prefix' => '', '#suffix' => '', '#value' => t('Export') ); drupal_add_js(drupal_get_path('module','mymodule')."/js/myjsfile1.js"); } } This is the JS code: $(document).ready(function() { $('#edit-export').click(function () { var nItem = $('#edit-language')[0].selectedIndex; var lang = $('#edit-language')[0].options[nItem].value; var regione = $('#edit-field-statename-value').attr('value'); var provincia = $('#edit-field-county-value').attr('value'); alert(lang + ' -- ' + regione + ' -- ' + provincia); return false; }); }); Now the problem: If I load the page and press on the element my JS function is called and it works. If I change 1 of the exposed filter and exec the view (click on the submit button) my javascript file doesn't work anymore. Where is my problem ? M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From kieran at acquia.com Wed Jun 17 15:42:11 2009 From: kieran at acquia.com (Kieran Lal) Date: Wed, 17 Jun 2009 08:42:11 -0700 Subject: [support] Looking for production Drupal sites on Windows Message-ID: Hi, I am looking for people who are running production Drupal sites on windows. If you are using Drupal on windows for a production site, please let me know. Cheers, Kieran -------------- next part -------------- An HTML attachment was scrubbed... URL: From shai at content2zero.com Wed Jun 17 16:04:41 2009 From: shai at content2zero.com (Shai Gluskin) Date: Wed, 17 Jun 2009 12:04:41 -0400 Subject: [support] Node Reference Functionality to Create New Node When Referenced Node Doesn't Exist In-Reply-To: <4A390A16.1060000@jt-socal.com> References: <9f68efb70906170724u7acae5ebmcb49876307bb02c0@mail.gmail.com> <4A390A16.1060000@jt-socal.com> Message-ID: <9f68efb70906170904t7a36c6bfoc237fe965513a10@mail.gmail.com> Hi John, Those links are really helpful --> definitely sending me in the right direction. I appreciate it. Shai On Wed, Jun 17, 2009 at 11:21 AM, John Thomas wrote: > Shai Gluskin wrote: > >> Before I submit a feature request on the overworked Views issue queue -- >> please tell me there is a helper module that already does this OR some kind >> of solution for this problem: >> >> Drupal setup: D6 with latest versions of cck and views. >> >> Content type 1: Books >> Content type 2: Authors >> >> "Books" has a "node reference" field to "Authors" >> >> *Problem*: in order to successfully complete the form: node/add/books the >> author of the book you are adding most already have a record previously >> entered at node/add/authors. >> *Desired functionality*: When you type in the name of the author to the >> autocomplete field and then click submit, instead of getting an error, >> "Author: found no valid post with that title", Drupal would go ahead and >> create that new node with John Steinbeck as its title. Obviously, the the >> Authors content-type couldn't have any required fields other than title. >> Drupal could assign the author to be the logged in user. >> >> I'm hoping someone is going to tell me that there is a module for this or >> that Views2 can even do it already and that I just missed the settings. >> > > Possibly helpful: > http://drupal.org/project/autocreate > http://drupal.org/project/inline_references > http://drupal.org/project/popups_reference > http://drupal.org/search/apachesolr_search/add%20reference > > -- > Sincerely, > John Thomas > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From killshot91 at comcast.net Wed Jun 17 17:24:37 2009 From: killshot91 at comcast.net (Steve Edwards) Date: Wed, 17 Jun 2009 10:24:37 -0700 Subject: [support] hook_form_alter() data changed in array but not on screen In-Reply-To: <4A38D820.7010903@earthlink.net> References: <4A387EB5.4040203@comcast.net> <4A38D820.7010903@earthlink.net> Message-ID: <4A3926D5.1020905@comcast.net> Thanks for the suggestion. Yes, it is &$form. As I stated below, I'm already modifying other forms in the same function, and they are working fine. Steve Jamie Holly wrote: > Are you sure you have &$form and not just $form in your function > declaration? I've had the same problem before and pulled my hair out > just to realize I forgot the &. > > Jamie Holly > > > > > Steve Edwards wrote: >> I'm trying to use hook_form_alter() to write data to a text field >> when the form is first displayed, but for some reason I can't get the >> values to display on the form itself. I know I have the right >> form_id, because dsm() displays all the data for that form. What's >> even weirder is that I can see the data being changed in the form >> itself, but it just won't change on the screen. I can also change >> the weight of the field ($form['field_class_name']['#weight']=99;) >> and it relocates the position of the field on the screen >> accordingly. But when, for instance, I change the #title and >> #description of the field, the changes are changed in the arrary >> itself (I can see this by putting a dsm() after changing the data), >> but the values on the screen don't change. I'm making similar >> changes to other forms within the same hook function (different case >> statements), and they all work fine. I've cleared all my caches >> (Drupal and browser), but to no avail. Can anyone tell me why my >> form data isn't changing? >> >> Thanks. >> >> Steve >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marc at funnymonkey.com Wed Jun 17 17:35:29 2009 From: marc at funnymonkey.com (Marc Poris) Date: Wed, 17 Jun 2009 10:35:29 -0700 Subject: [support] hook_form_alter() data changed in array but not on screen In-Reply-To: <4A3926D5.1020905@comcast.net> References: <4A387EB5.4040203@comcast.net> <4A38D820.7010903@earthlink.net> <4A3926D5.1020905@comcast.net> Message-ID: <4A392961.7040904@funnymonkey.com> Some other module is probably having its hook_form_alter() come after yours. Try setting your module's weight greater than all other modules and/or rename your module so it comes later alphabetically. Steve Edwards wrote: > Thanks for the suggestion. Yes, it is &$form. As I stated below, I'm > already modifying other forms in the same function, and they are > working fine. > > Steve > > Jamie Holly wrote: >> Are you sure you have &$form and not just $form in your function >> declaration? I've had the same problem before and pulled my hair out >> just to realize I forgot the &. >> >> Jamie Holly >> >> >> >> >> Steve Edwards wrote: >>> I'm trying to use hook_form_alter() to write data to a text field >>> when the form is first displayed, but for some reason I can't get >>> the values to display on the form itself. I know I have the right >>> form_id, because dsm() displays all the data for that form. What's >>> even weirder is that I can see the data being changed in the form >>> itself, but it just won't change on the screen. I can also change >>> the weight of the field ($form['field_class_name']['#weight']=99;) >>> and it relocates the position of the field on the screen >>> accordingly. But when, for instance, I change the #title and >>> #description of the field, the changes are changed in the arrary >>> itself (I can see this by putting a dsm() after changing the data), >>> but the values on the screen don't change. I'm making similar >>> changes to other forms within the same hook function (different case >>> statements), and they all work fine. I've cleared all my caches >>> (Drupal and browser), but to no avail. Can anyone tell me why my >>> form data isn't changing? >>> >>> Thanks. >>> >>> Steve >>> From killshot91 at comcast.net Wed Jun 17 19:20:24 2009 From: killshot91 at comcast.net (Steve Edwards) Date: Wed, 17 Jun 2009 12:20:24 -0700 Subject: [support] hook_form_alter() data changed in array but not on screen In-Reply-To: <4A392961.7040904@funnymonkey.com> References: <4A387EB5.4040203@comcast.net> <4A38D820.7010903@earthlink.net> <4A3926D5.1020905@comcast.net> <4A392961.7040904@funnymonkey.com> Message-ID: <4A3941F8.30008@comcast.net> I had actually already done this. I'm using uc_node_checkout, and the module weight for it in the system table is 100, so I set mine to 999. Mine is the highest weight in the table. Steve Marc Poris wrote: > Some other module is probably having its hook_form_alter() come after > yours. Try setting your module's weight greater than all other > modules and/or rename your module so it comes later alphabetically. > > > Steve Edwards wrote: >> Thanks for the suggestion. Yes, it is &$form. As I stated below, >> I'm already modifying other forms in the same function, and they are >> working fine. >> >> Steve >> >> Jamie Holly wrote: >>> Are you sure you have &$form and not just $form in your function >>> declaration? I've had the same problem before and pulled my hair out >>> just to realize I forgot the &. >>> >>> Jamie Holly >>> >>> >>> >>> >>> Steve Edwards wrote: >>>> I'm trying to use hook_form_alter() to write data to a text field >>>> when the form is first displayed, but for some reason I can't get >>>> the values to display on the form itself. I know I have the right >>>> form_id, because dsm() displays all the data for that form. What's >>>> even weirder is that I can see the data being changed in the form >>>> itself, but it just won't change on the screen. I can also change >>>> the weight of the field ($form['field_class_name']['#weight']=99;) >>>> and it relocates the position of the field on the screen >>>> accordingly. But when, for instance, I change the #title and >>>> #description of the field, the changes are changed in the arrary >>>> itself (I can see this by putting a dsm() after changing the data), >>>> but the values on the screen don't change. I'm making similar >>>> changes to other forms within the same hook function (different >>>> case statements), and they all work fine. I've cleared all my >>>> caches (Drupal and browser), but to no avail. Can anyone tell me >>>> why my form data isn't changing? >>>> >>>> Thanks. >>>> >>>> Steve >>>> > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomasjen at oplin.org Wed Jun 17 20:43:36 2009 From: thomasjen at oplin.org (Jen Thomas) Date: Wed, 17 Jun 2009 16:43:36 -0400 Subject: [support] Uninstalling Modules Message-ID: <4A395578.2080607@oplin.org> Hi all, I was adding a handful of new modules to 6.12 (not an upgrade), when I got a white screen on the modules page. I removed the added five and tried reinstalling one at a time to avail. I then tried removing them first from the drupal database and the two tables variables and system, before reinstalling. Still no luck with them. Is there an additional spot I need to go to in order to remove all traces of these modules (views, panels, imce, poormanscron, calendar)? Any help is greatly appreciated. Thanks, Jen From fredthejonester at gmail.com Thu Jun 18 07:27:22 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Thu, 18 Jun 2009 10:27:22 +0300 Subject: [support] Uninstalling Modules In-Reply-To: <4A395578.2080607@oplin.org> References: <4A395578.2080607@oplin.org> Message-ID: <177c0a10906180027s3ba2c8f0ja956ac989656b028@mail.gmail.com> On the Site Building -- Modules page there is an uninstall tab. But I would check your error logs if possible to try to see what the error is because most popular modules are known to work--you may just need to adjust the hosting environment slightly. On Wed, Jun 17, 2009 at 11:43 PM, Jen Thomas wrote: > Hi all, > I was adding a handful of new modules to 6.12 (not an upgrade), when I got > a white screen on the modules page. I removed the added five and tried > reinstalling one at a time to avail. I then tried removing them first from > the drupal database and the two tables variables and system, before > reinstalling. Still no luck with them. Is there an additional spot I need to > go to in order to remove all traces of these modules (views, panels, imce, > poormanscron, calendar)? > Any help is greatly appreciated. > Thanks, > Jen > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From earnie at users.sourceforge.net Thu Jun 18 10:12:27 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Thu, 18 Jun 2009 10:12:27 +0000 Subject: [support] Uninstalling Modules In-Reply-To: <4A395578.2080607@oplin.org> References: <4A395578.2080607@oplin.org> Message-ID: <20090618101227.58701mde0gvps64g@mail.siebunlimited.com> Quoting Jen Thomas : > Hi all, > I was adding a handful of new modules to 6.12 (not an upgrade), when > I got a white screen on the modules page. I removed the added five > and tried reinstalling one at a time to avail. I then tried removing > them first from the drupal database and the two tables variables and > system, before reinstalling. Still no luck with them. Is there an > additional spot I need to go to in order to remove all traces of > these modules (views, panels, imce, poormanscron, calendar)? > Any help is greatly appreciated. Hey Jen, Did you try the suggestions found by http://www.google.com/search?q=white+screen+of+death+site%3Adrupal.org and http://www.google.com/search?q=wsod+site%3Adrupal.org? Usually a simple change in the memory_limit value for PHP will help. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From fb at codicelibero.net Thu Jun 18 10:59:10 2009 From: fb at codicelibero.net (Francesco Baldini) Date: Thu, 18 Jun 2009 12:59:10 +0200 Subject: [support] add new cck content, step by step In-Reply-To: <96cd751f0906162049i6f35c018p7a6dcfb0eaf893d4@mail.gmail.com> References: <1ea42bfda1e5e51eeb9e27fe5b12c4a7.squirrel@webmail.codicelibero.net> <96cd751f0906162049i6f35c018p7a6dcfb0eaf893d4@mail.gmail.com> Message-ID: <058eabd2539d89cdf0fa5a228f974e41.squirrel@webmail.codicelibero.net> On Mer, 17 Giugno 2009 5:49 am, Justin Gruenberg wrote: > So you have a resume content type, and a working experience field in > that content type? Can't you just set the field to allow multiple > values and then in your theme display those values in whatever order > you'd like? What I want is let people add next experiences (order is not a problem, I'll use views2) step by step, without using a neverending content type but adding some "groups" of fields do I understand what you mean? From drupal at lists.tacticus.com Thu Jun 18 22:15:06 2009 From: drupal at lists.tacticus.com (Luke) Date: Thu, 18 Jun 2009 18:15:06 -0400 (EDT) Subject: [support] My Contact Form on drupal.org Message-ID: Perhaps I'm being a total dumbass about this, but I can not seem to access messages sent to me via drupal.org's internal messanging system. Nothing under my account indicates that I have messages waiting for review, although the system has emailed me to that effect. I get an "access denied" if I try to go to my own contact form there via the direct link (drupal.org/user/######/contact). That is, afaik, not what is supposed to happen. Am I overlooking the obvious here? It's been a couple months I think since I've used what ever system is running there (privatemsg?), and my memory is quite falable, but this behavior does not seem perfectly normal. Luke From shellmultimedia at gmail.com Fri Jun 19 01:15:37 2009 From: shellmultimedia at gmail.com (Michelle Cox) Date: Thu, 18 Jun 2009 20:15:37 -0500 Subject: [support] My Contact Form on drupal.org In-Reply-To: References: Message-ID: <8ccde8ac0906181815o54eb8093t1eeacd40e8ce14b@mail.gmail.com> On Thu, Jun 18, 2009 at 5:15 PM, Luke wrote: > Perhaps I'm being a total dumbass about this, but I can not seem to access > messages sent to me via drupal.org's internal messanging system. > > Nothing under my account indicates that I have messages waiting for > review, although the system has emailed me to that effect. > > I get an "access denied" if I try to go to my own contact form there via > the direct link (drupal.org/user/######/contact). That is, afaik, not > what is supposed to happen. > > Am I overlooking the obvious here? > > It's been a couple months I think since I've used what ever system is > running there (privatemsg?), and my memory is quite falable, but this > behavior does not seem perfectly normal. > drupal.org does not run privatemsg. Your contact tab simply emails to the email you have on your account. Not being able to access your own contact tab is normal. I believe it's a spam prevention thing (so you can't change your email and spam someone that way) Michelle -------------- next part -------------- An HTML attachment was scrubbed... URL: From drupal at lists.tacticus.com Fri Jun 19 06:31:48 2009 From: drupal at lists.tacticus.com (Luke) Date: Fri, 19 Jun 2009 02:31:48 -0400 (EDT) Subject: [support] My Contact Form on drupal.org In-Reply-To: <8ccde8ac0906181815o54eb8093t1eeacd40e8ce14b@mail.gmail.com> References: <8ccde8ac0906181815o54eb8093t1eeacd40e8ce14b@mail.gmail.com> Message-ID: Thanks. I understand the deal now. I must have been thinking of Ubercart's site, which allows full interactive site-based communications. Regards, Luke On Thu, 18 Jun 2009, Michelle Cox wrote: > drupal.org does not run privatemsg. Your contact tab simply emails to the > email you have on your account. Not being able to access your own contact > tab is normal. I believe it's a spam prevention thing (so you can't change > your email and spam someone that way) > > Michelle From shyamala at netlinkindia.com Fri Jun 19 10:48:34 2009 From: shyamala at netlinkindia.com (Shyamala) Date: Fri, 19 Jun 2009 16:18:34 +0530 Subject: [support] Captcha and Page Cache Message-ID: <20090619105059.7C8EC1C83E1@whitealder.osuosl.org> If we have Captcha enabled Page cache doesn't work on those pages. The bootstrap runs twice for every page load and hence the number of queries on a Captcha page is twice as much! Is there any way to call and refresh captcha without having to do a Bootstrap? Netlink Technologies Ltd I blog and Twitter :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rohanasmith at gmail.com Fri Jun 19 12:59:56 2009 From: rohanasmith at gmail.com (Rohan Smith) Date: Fri, 19 Jun 2009 07:59:56 -0500 Subject: [support] Theme Settings Message-ID: <44659aeb0906190559u1340a280rebe30b7e05644504@mail.gmail.com> Im creating a subtheme but the form does not seem to be showing up on the theme settings page even though I have theme-setting.php in the theme folder any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: From earnie at users.sourceforge.net Fri Jun 19 14:05:47 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Fri, 19 Jun 2009 14:05:47 +0000 Subject: [support] My Contact Form on drupal.org In-Reply-To: References: Message-ID: <20090619140547.20133853hccs5co4@mail.siebunlimited.com> Quoting Luke : > Perhaps I'm being a total dumbass about this, but I can not seem to access > messages sent to me via drupal.org's internal messanging system. > > Nothing under my account indicates that I have messages waiting for > review, although the system has emailed me to that effect. > > I get an "access denied" if I try to go to my own contact form there via > the direct link (drupal.org/user/######/contact). That is, afaik, not > what is supposed to happen. > > Am I overlooking the obvious here? > > It's been a couple months I think since I've used what ever system is > running there (privatemsg?), and my memory is quite falable, but this > behavior does not seem perfectly normal. > Mine is off at the moment as well even though I've allowed contact. Someone at d.o has added/changed something that's removed access to the contact form regardless of the user. I've created this issue http://drupal.org/node/496288 to help resolve the problem. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From earnie at users.sourceforge.net Fri Jun 19 15:03:43 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Fri, 19 Jun 2009 15:03:43 +0000 Subject: [support] My Contact Form on drupal.org In-Reply-To: <20090619140547.20133853hccs5co4@mail.siebunlimited.com> References: <20090619140547.20133853hccs5co4@mail.siebunlimited.com> Message-ID: <20090619150343.58636zc94f4e5l9w@mail.siebunlimited.com> Quoting Earnie Boyd : > Quoting Luke : > >> Perhaps I'm being a total dumbass about this, but I can not seem to access >> messages sent to me via drupal.org's internal messanging system. >> >> Nothing under my account indicates that I have messages waiting for >> review, although the system has emailed me to that effect. >> >> I get an "access denied" if I try to go to my own contact form there via >> the direct link (drupal.org/user/######/contact). That is, afaik, not >> what is supposed to happen. >> >> Am I overlooking the obvious here? >> >> It's been a couple months I think since I've used what ever system is >> running there (privatemsg?), and my memory is quite falable, but this >> behavior does not seem perfectly normal. >> > > Mine is off at the moment as well even though I've allowed contact. > Someone at d.o has added/changed something that's removed access to > the contact form regardless of the user. I've created this issue > http://drupal.org/node/496288 to help resolve the problem. > Correction, the contact form for yourself cannot be accessed by you. It can be accessed by others. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From john.callahan at UDel.Edu Fri Jun 19 17:36:47 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Fri, 19 Jun 2009 13:36:47 -0400 Subject: [support] node reference pulling cck fields and taxonomy terms Message-ID: <4A3BCCAF.4010203@udel.edu> I'd like to do the following and curious if there's a module or common practice that can accomplish this. I have parent (called Publication) and child (called Dataset) content types. Each Publication node has one or more children Dataset nodes. I'm using nodereference to associate them. Of course, there are several tax terms and CCK fields.they have in common. Can I pull these values from the referenced node? If "pulling" is not quite the way to go, can I display and search on the fields in the referenced node? When I display a Dataset node, I want to show several fields/terms from the referenced Publication node. When I search on terms/text on the Publication nodes, I want the Dataset nodes to appear. Thanks! - John From bharanikumariyerphp at gmail.com Fri Jun 19 18:29:59 2009 From: bharanikumariyerphp at gmail.com (bharani kumar) Date: Fri, 19 Jun 2009 23:59:59 +0530 Subject: [support] Autocomplete in webform Message-ID: <2240033d0906191129k1e3b5d4at2c62f0719c14e61d@mail.gmail.com> Hi All , Using * web form* module , i created tell a friend form , In that i want to add the email field as auto complete , How to add the auto complete functionality in to email field using *web form* , thanks B.S.Bharanikumar -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at bscottholmes.com Sat Jun 20 20:49:44 2009 From: scott at bscottholmes.com (Scott) Date: Sat, 20 Jun 2009 13:49:44 -0700 Subject: [support] Add hypertext to registration welcome letter Message-ID: <1245530984.22046.6.camel@localhost> I'm sure I'm missing something fundamental but I need to find out how to add hypertext to the registration welcome letter. Specifically I wish to add a PayPal Buy Now button and have it display on the letter rather than expose the code. I do have working button code that I use in particular nodes. Thanks From gordon at heydon.com.au Sun Jun 21 00:28:57 2009 From: gordon at heydon.com.au (Gordon Heydon) Date: Sun, 21 Jun 2009 10:28:57 +1000 Subject: [support] Add hypertext to registration welcome letter In-Reply-To: <1245530984.22046.6.camel@localhost> References: <1245530984.22046.6.camel@localhost> Message-ID: Hi Take a look at the mimemail module while will allow you to send a HTML email and then you will need to write a module to use the hook_mail_alter() to create the email you want. I am not sure if there us a module which provides the ability to add a paypal button to the registration email. Gordon On 21/06/2009, at 6:49 AM, Scott wrote: > I'm sure I'm missing something fundamental but I need to find out > how to > add hypertext to the registration welcome letter. Specifically I wish > to add a PayPal Buy Now button and have it display on the letter > rather > than expose the code. I do have working button code that I use in > particular nodes. > > Thanks > > -- > [ Drupal support list | http://lists.drupal.org/ ] From edskodevries at gmail.com Sun Jun 21 18:16:59 2009 From: edskodevries at gmail.com (Edsko de Vries) Date: Sun, 21 Jun 2009 19:16:59 +0100 Subject: [support] Birthday calendar? Message-ID: <3742a3130906211116k310e46c8g95f2fd636d50957@mail.gmail.com> Hi, Suppose we have a content type describing students; I've used the 'Title' field as the student's name, and added (amongst other fields) a CCK date field with the students date of birth. Now I wanted to do something simple (or so I thought): show the birthdays using the calendar module. However, there is an obvious problem: the date of birth, say, 5-6-1978, should be shown on 5-6-2009 (and again on 5-6-2010, ..); that is, the year component of the date should be ignored. I tried: - A CCK computed field "next birthday"; might be workable, but to be usable in the calendar view it must be stored in the database, which means it's not actually computed on the fly (all 'student' nodes must be edited and saved again next year). Not great. - A Views 'custom field' allows to do on-the-fly computations for Views fields, which seems perfect; but unfortunately these cannot be used as the Argument to the view. Now I could of course write a custom module, but I was really hoping to avoid that. Any suggestions? Thanks, Edsko -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredthejonester at gmail.com Sun Jun 21 18:59:48 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Sun, 21 Jun 2009 21:59:48 +0300 Subject: [support] Birthday calendar? In-Reply-To: <3742a3130906211116k310e46c8g95f2fd636d50957@mail.gmail.com> References: <3742a3130906211116k310e46c8g95f2fd636d50957@mail.gmail.com> Message-ID: <177c0a10906211159i14d33018rec2920e6b1e17e77@mail.gmail.com> > Now I wanted to do something simple (or so I thought): show the birthdays using the calendar module. However, there is an obvious problem: the date of birth, say, 5-6-1978, should be shown on 5-6-2009 (and again on 5-6-2010, ..); that is, the year component of the date should be ignored. I tried: > Now I could of course write a custom module, but I was really hoping to avoid that. Any suggestions? http://drupal.org/project/birthdays From srijand at gmail.com Sun Jun 21 20:09:41 2009 From: srijand at gmail.com (Srijan Deshpande) Date: Mon, 22 Jun 2009 01:39:41 +0530 Subject: [support] Ubercart help Message-ID: Hi, I'm trying to implementing an ubercart store where my client has a predefined *weekly* list of products available for sale. Users can select a *particular day* of the week, choose the products they need (and deselect the ones they don't) *from the products available on that particular day* and place an order. My problem is that when a user adds an ubercart product kit to the cart, only the kit's components, rather than the kit itself, get added. So there is no way for me to track which kit the user ordered. Is there some sort of workaround for this? I really need help with this urgently. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From ben at hyperdimensional.net Sun Jun 21 20:14:59 2009 From: ben at hyperdimensional.net (Ben Steele) Date: Sun, 21 Jun 2009 21:14:59 +0100 Subject: [support] Ubercart help In-Reply-To: References: Message-ID: <6d2181d60906211314o77b2131cg2f92cdf7a322d962@mail.gmail.com> Could you create a product for each day with zero price? Then include the product in the relevant kit. That would give you an indication of which kit has been ordered. On 21/06/2009, Srijan Deshpande wrote: > Hi, > > I'm trying to implementing an ubercart store where my client has a > predefined *weekly* list of products available for sale. > > Users can select a *particular day* of the week, choose the products they > need (and deselect the ones they don't) *from the products available on that > particular day* and place an order. > > My problem is that when a user adds an ubercart product kit to the cart, > only the kit's components, rather than the kit itself, get added. So there > is no way for me to track which kit the user ordered. Is there some sort of > workaround for this? > > > I really need help with this urgently. > > Thanks! > -- Sent from my mobile device Benedict Steele HomeMade Digital Skype: hyperdimensional Mobile: +44 7855 222278 From forums at ipwa.net Sun Jun 21 20:28:58 2009 From: forums at ipwa.net (Nicolas Borda) Date: Sun, 21 Jun 2009 21:28:58 +0100 Subject: [support] Making a view with a NAT argument Message-ID: <694909FB-108B-488C-90F5-DE75D1A6FA65@ipwa.net> http://drupal.org/project/nat I am making a site that has a content type, for example skatepark, every time you create a new skatepark node, a new term with the node's name is created in the Skatepark vocabulary using the NAT module. You can upload images and tag them with a skatepark where the picture was taken. What I'd like to have is a block on the skate park node that shows the related content for the taxonomy that was created from that node. So for example you would see all the images that where taken in the project. I made a simple view that had filters for images in the site, and then I tried using the NAT:Tid, and NAT Nid, arguments, that came with the module, but couldn't get it to work. Has anyone done something similar or can provide some help? Nicolas From stuart at stuartlawler.ie Sun Jun 21 20:23:11 2009 From: stuart at stuartlawler.ie (Stuart Lawler) Date: Sun, 21 Jun 2009 21:23:11 +0100 Subject: [support] Twitter module Message-ID: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> Hi, I'm having problems getting the Twitter module to work on my installation on Drupal 6. I've installed the module, have enabled it, configured it and added my own twitter account under my account settings. I am the only account on the site and I'd like my updates to be available to people who visit the site but don't log in. I don't see anywhere under block administration where the Twitter block exists, nor can I see the twitter updates coming through on my site. Is there modules that Twitter depends on that maybe I don't have installed? Regards, Stuart. From ben at hyperdimensional.net Sun Jun 21 20:52:14 2009 From: ben at hyperdimensional.net (Ben Steele) Date: Sun, 21 Jun 2009 21:52:14 +0100 Subject: [support] node reference pulling cck fields and taxonomy terms In-Reply-To: <4A3BCCAF.4010203@udel.edu> References: <4A3BCCAF.4010203@udel.edu> Message-ID: <6d2181d60906211352k771a89b1r49b049211f480582@mail.gmail.com> Hi John, Have you looked at the various nodereference/nodereferrer modules? http://drupal.org/project/nodereferrer http://drupal.org/project/nodereferrer_create http://drupal.org/project/nodereference_url They should help with your problem. Rgds, Ben Benedict Steele HomeMade Digital Skype: hyperdimensional Mobile: +44 7855 222278 2009/6/19 John Callahan > I'd like to do the following and curious if there's a module or common > practice that can accomplish this. > > > I have parent (called Publication) and child (called Dataset) content > types. Each Publication node has one or more children Dataset nodes. I'm > using nodereference to associate them. Of course, there are several tax > terms and CCK fields.they have in common. Can I pull these values from the > referenced node? If "pulling" is not quite the way to go, can I display > and search on the fields in the referenced node? > When I display a Dataset node, I want to show several fields/terms from the > referenced Publication node. When I search on terms/text on the Publication > nodes, I want the Dataset nodes to appear. Thanks! > > > - John > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shai at content2zero.com Mon Jun 22 02:37:22 2009 From: shai at content2zero.com (Shai Gluskin) Date: Sun, 21 Jun 2009 22:37:22 -0400 Subject: [support] Twitter module In-Reply-To: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> Message-ID: <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> Stuart, If your purpose is to show your Twitter posts on your web site, the simplest way of doing that is via Drupal core's Aggregator module. Every Twitter account has a public feed associated with it and you enter that feed address into the Aggregator module.. Shai On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler wrote: > Hi, > > I'm having problems getting the Twitter module to work on my installation on > Drupal 6. > > I've installed the module, have enabled it, configured it and added my own > twitter account under my account settings. ?I am the only account on the > site and I'd like my updates to be available to people who visit the site > but don't log in. > > I don't see anywhere under block administration where the Twitter block > exists, nor can I see the twitter updates coming through on my site. ?Is > there modules that Twitter depends on that maybe I don't have installed? > > Regards, > > Stuart. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > From stuart at stuartlawler.ie Mon Jun 22 05:59:13 2009 From: stuart at stuartlawler.ie (Stuart Lawler) Date: Mon, 22 Jun 2009 06:59:13 +0100 Subject: [support] Twitter module In-Reply-To: <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> Message-ID: <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> Hello Shai, Many thanks for your reply. I've set up the aggregator and it seems fine but what I'd like it to do is just show the most recent twitter update in a block on my right sidebar. If you go to my website at the moment www.stuartlawler.ie/ you'll see that the 'Feed aggregator' link appears in the navigation and if possible I don't want it there. I had configured the block to appear on my right hand sidebar but not sure if I've done something else wrong. Can you give me any more suggestions? Many thanks, Stuart. -----Original Message----- From: Shai Gluskin [mailto:shai at content2zero.com] Sent: 22 June 2009 03:37 To: support at drupal.org; stuart at stuartlawler.ie Subject: Re: [support] Twitter module Stuart, If your purpose is to show your Twitter posts on your web site, the simplest way of doing that is via Drupal core's Aggregator module. Every Twitter account has a public feed associated with it and you enter that feed address into the Aggregator module.. Shai On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler wrote: > Hi, > > I'm having problems getting the Twitter module to work on my > installation on Drupal 6. > > I've installed the module, have enabled it, configured it and added my > own twitter account under my account settings. ?I am the only account > on the site and I'd like my updates to be available to people who > visit the site but don't log in. > > I don't see anywhere under block administration where the Twitter > block exists, nor can I see the twitter updates coming through on my > site. ?Is there modules that Twitter depends on that maybe I don't have installed? > > Regards, > > Stuart. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > From crazyguru85 at gmail.com Mon Jun 22 07:07:40 2009 From: crazyguru85 at gmail.com (crazy guru) Date: Mon, 22 Jun 2009 00:07:40 -0700 Subject: [support] How to create step by step (multi step) user registration page? Message-ID: <65a095700906220007s2005f1a7uaf8bedd2ffefcc34@mail.gmail.com> Hi All, I'm trying to create a step by step user registration page but yet no result. I have used Profile and Content Profile module but the fields are appearing in default registration page. How do i create a multi step user sign up page? When searching for a solution, i came across this multi form creation link http://drupal.org/node/262422 I wonder how i can create step by step user registration form and display the details in user profile page. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at koba.be Mon Jun 22 07:31:24 2009 From: info at koba.be (KOBA | Hans Rossel) Date: Mon, 22 Jun 2009 09:31:24 +0200 Subject: [support] How to create step by step (multi step) user registration page? In-Reply-To: <65a095700906220007s2005f1a7uaf8bedd2ffefcc34@mail.gmail.com> References: <65a095700906220007s2005f1a7uaf8bedd2ffefcc34@mail.gmail.com> Message-ID: <51a9b8330906220031w7adbdc65t2c476f2117ec5e98@mail.gmail.com> I haven't used it for Drupal 6 yet, but in Drupal 5 http://drupal.org/project/pageroute could integrate with nodeprofile (predecessor of content profile) for making a "route" of forms during registration. Hans www.koba.be 2009/6/22 crazy guru > Hi All, > > I'm trying to create a step by step user registration page but yet no > result. I have used Profile and Content Profile module but the fields are > appearing in default registration page. How do i create a multi step user > sign up page? > > When searching for a solution, i came across this multi form creation link > > http://drupal.org/node/262422 > > I wonder how i can create step by step user registration form and display > the details in user profile page. > > Thanks in advance. > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Mon Jun 22 08:53:26 2009 From: victorkane at gmail.com (Victor Kane) Date: Mon, 22 Jun 2009 05:53:26 -0300 Subject: [support] Twitter module In-Reply-To: <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> Message-ID: Stuart, Shai is referring to the core aggregator module. Once you enable it and the permissions, if you go to Content Management > News Aggregator > List you will read the following help message: "Thousands of sites (particularly news sites and weblogs) publish their latest headlines and/or stories in a machine-readable format so that other sites can easily link to them. This content is usually in the form of an RSS feed (which is an XML-based syndication standard). To display the feed or category in a block you must decide how many items to show by editing the feed or block and turning on the feed's block" Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com On Mon, Jun 22, 2009 at 2:59 AM, Stuart Lawler wrote: > Hello Shai, > > Many thanks for your reply. > > I've set up the aggregator and it seems fine but what I'd like it to do is > just show the most recent twitter update in a block on my right sidebar. > If > you go to my website at the moment www.stuartlawler.ie/ you'll see that > the > 'Feed aggregator' link appears in the navigation and if possible I don't > want it there. > > I had configured the block to appear on my right hand sidebar but not sure > if I've done something else wrong. Can you give me any more suggestions? > > Many thanks, > > Stuart. > > -----Original Message----- > From: Shai Gluskin [mailto:shai at content2zero.com] > Sent: 22 June 2009 03:37 > To: support at drupal.org; stuart at stuartlawler.ie > Subject: Re: [support] Twitter module > > Stuart, > > If your purpose is to show your Twitter posts on your web site, the > simplest > way of doing that is via Drupal core's Aggregator module. > Every Twitter account has a public feed associated with it and you enter > that feed address into the Aggregator module.. > > Shai > > On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler > wrote: > > Hi, > > > > I'm having problems getting the Twitter module to work on my > > installation on Drupal 6. > > > > I've installed the module, have enabled it, configured it and added my > > own twitter account under my account settings. I am the only account > > on the site and I'd like my updates to be available to people who > > visit the site but don't log in. > > > > I don't see anywhere under block administration where the Twitter > > block exists, nor can I see the twitter updates coming through on my > > site. Is there modules that Twitter depends on that maybe I don't have > installed? > > > > Regards, > > > > Stuart. > > > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From edskodevries at gmail.com Mon Jun 22 08:53:37 2009 From: edskodevries at gmail.com (Edsko de Vries) Date: Mon, 22 Jun 2009 09:53:37 +0100 Subject: [support] Birthday calendar? In-Reply-To: <177c0a10906211159i14d33018rec2920e6b1e17e77@mail.gmail.com> References: <3742a3130906211116k310e46c8g95f2fd636d50957@mail.gmail.com> <177c0a10906211159i14d33018rec2920e6b1e17e77@mail.gmail.com> Message-ID: Thanks for the reply -- I had found that module, but it does not seem to integrate with calendar, and more importantly, it seems very closely coupled to the Drupal 'user' list. The birthdays I want to show are not site users. -E On 21 Jun 2009, at 19:59, Fred Jones wrote: >> Now I wanted to do something simple (or so I thought): show the >> birthdays using the calendar module. However, there is an obvious >> problem: the date of birth, say, 5-6-1978, should be shown on >> 5-6-2009 (and again on 5-6-2010, ..); that is, the year component >> of the date should be ignored. I tried: > >> Now I could of course write a custom module, but I was really >> hoping to avoid that. Any suggestions? > > http://drupal.org/project/birthdays > -- > [ Drupal support list | http://lists.drupal.org/ ] From webco51 at ymail.com Mon Jun 22 09:21:08 2009 From: webco51 at ymail.com (webco51) Date: Mon, 22 Jun 2009 11:21:08 +0200 Subject: [support] CCK for D6 CVS Checkout Message-ID: <4A3F4D04.8060609@ymail.com> I can't checkout drupal 6 branch of cck module from cvs. I followed the instructions on drupal.org/node/48429/cvs-instructions/DRUPAL-6--2 but checkout gets aborted everytime. From mohammed at atexplorer.com Mon Jun 22 11:13:20 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Mon, 22 Jun 2009 14:13:20 +0300 Subject: [support] force users to enter path alias Message-ID: <4A3F6750.6000306@atexplorer.com> hello. is this at all possible? I want users to fill in the path alias field and make it obligatory. it sounds simple, but searching drupal.org didn't yield anything relevant. -- All The Best, Mohammed Al-shar' From william.darren at gmail.com Mon Jun 22 12:09:13 2009 From: william.darren at gmail.com (William Smith) Date: Mon, 22 Jun 2009 08:09:13 -0400 Subject: [support] force users to enter path alias In-Reply-To: <4A3F6750.6000306@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> Message-ID: <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> I don't recall if there is a direct way (ie. config option) to make the path alias textfield mandatory, but if nothing else you could use hook_form_alter (http://api.drupal.org/api/function/hook_form_alter/6) to make the field required. On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com < mohammed at atexplorer.com> wrote: > hello. > > is this at all possible? I want users to fill in the path alias field and > make it obligatory. it sounds simple, but searching drupal.org didn't > yield anything relevant. > > -- > All The Best, > Mohammed Al-shar' > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammed at atexplorer.com Mon Jun 22 13:07:22 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Mon, 22 Jun 2009 16:07:22 +0300 Subject: [support] force users to enter path alias In-Reply-To: <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> Message-ID: <4A3F820A.6070308@atexplorer.com> hello William, thanks for the answer. I don't prefer to use this method as I need to hack core files. any other thoughts? thank you. Mohammed. On 6/22/2009 3:09 PM, William Smith wrote: > I don't recall if there is a direct way (ie. config option) to make > the path alias textfield mandatory, but if nothing else you could use > hook_form_alter (http://api.drupal.org/api/function/hook_form_alter/6) > to make the field required. > > On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com > > wrote: > > hello. > > is this at all possible? I want users to fill in the path alias > field and make it obligatory. it sounds simple, but searching > drupal.org didn't yield anything relevant. > > -- > All The Best, > Mohammed Al-shar' > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredthejonester at gmail.com Mon Jun 22 13:14:43 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Mon, 22 Jun 2009 16:14:43 +0300 Subject: [support] force users to enter path alias In-Reply-To: <4A3F820A.6070308@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com> Message-ID: <177c0a10906220614m1b408141rff602b57fab4221e@mail.gmail.com> > thanks for the answer. I don't prefer to use this method as I need to hack > core files. any other thoughts? William's was not suggesting to hack anything. He is suggesting to make a small custom module to add the feature you want. I think his suggestion is an excellent one actually. That's in fact how I would do it. It's about 6 lines of code altogether probably. F From william.darren at gmail.com Mon Jun 22 13:19:42 2009 From: william.darren at gmail.com (William Smith) Date: Mon, 22 Jun 2009 09:19:42 -0400 Subject: [support] force users to enter path alias In-Reply-To: <4A3F820A.6070308@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com> Message-ID: <74630ca20906220619n675b7d53sa470cf4f9c4cd18a@mail.gmail.com> Hi Mohammed - I think you misunderstand the hook system. It is designed so that you *don't* have to hack core files. You would implement this in your site's custom module space (if you don't have one, you can create one easily). You would then implement the hook as *your_module_name_*form_alter(&$form, $form_state, $form_id) This is the way that Drupal is designed to be extended and is not at all a hack. You can read more here: http://api.drupal.org/api/group/hooks/6 Best, William ** On Mon, Jun 22, 2009 at 9:07 AM, Mohammed at atexplorer.com < mohammed at atexplorer.com> wrote: > hello William, > > thanks for the answer. I don't prefer to use this method as I need to hack > core files. any other thoughts? > > thank you. > Mohammed. > > > On 6/22/2009 3:09 PM, William Smith wrote: > > I don't recall if there is a direct way (ie. config option) to make the > path alias textfield mandatory, but if nothing else you could use > hook_form_alter (http://api.drupal.org/api/function/hook_form_alter/6) to > make the field required. > > On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com < > mohammed at atexplorer.com> wrote: > > hello. > > is this at all possible? I want users to fill in the path alias field and > make it obligatory. it sounds simple, but searching drupal.org didn't > yield anything relevant. > > -- > All The Best, > Mohammed Al-shar' > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > -- > All The Best, > Mohammed Al-shar' > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammed at atexplorer.com Mon Jun 22 13:30:17 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Mon, 22 Jun 2009 16:30:17 +0300 Subject: [support] force users to enter path alias In-Reply-To: <74630ca20906220619n675b7d53sa470cf4f9c4cd18a@mail.gmail.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com> <74630ca20906220619n675b7d53sa470cf4f9c4cd18a@mail.gmail.com> Message-ID: <4A3F8769.7090800@atexplorer.com> hello William and Fred, thank you very much for the explanation! if only I can write code I will use this power of drupal extensively. any more hints or a skeleton module that I can try? unfortunately I won't be able to write this on my own, even though the code is only few lines long. thank you both very much, and I am sorry for the miss understanding. Mohammed. On 6/22/2009 4:19 PM, William Smith wrote: > Hi Mohammed - > > I think you misunderstand the hook system. It is designed so that you > *don't* have to hack core files. You would implement this in your > site's custom module space (if you don't have one, you can create one > easily). You would then implement the hook as > /your_module_name_/form_alter(&$form, $form_state, $form_id) > > This is the way that Drupal is designed to be extended and is not at > all a hack. You can read more here: > http://api.drupal.org/api/group/hooks/6 > > Best, > William > *||* > On Mon, Jun 22, 2009 at 9:07 AM, Mohammed at atexplorer.com > > wrote: > > hello William, > > thanks for the answer. I don't prefer to use this method as I need > to hack core files. any other thoughts? > > thank you. > Mohammed. > > > On 6/22/2009 3:09 PM, William Smith wrote: >> I don't recall if there is a direct way (ie. config option) to >> make the path alias textfield mandatory, but if nothing else you >> could use hook_form_alter >> (http://api.drupal.org/api/function/hook_form_alter/6) to make >> the field required. >> >> On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com >> > > wrote: >> >> hello. >> >> is this at all possible? I want users to fill in the path >> alias field and make it obligatory. it sounds simple, but >> searching drupal.org didn't yield >> anything relevant. >> >> -- >> All The Best, >> Mohammed Al-shar' >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> >> -- [ Drupal support list | http://lists.drupal.org/ ] > > > -- > All The Best, > Mohammed Al-shar' > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' -------------- next part -------------- An HTML attachment was scrubbed... URL: From Robin.Clarke at networkrail.co.uk Mon Jun 22 13:40:13 2009 From: Robin.Clarke at networkrail.co.uk (Clarke Robin) Date: Mon, 22 Jun 2009 14:40:13 +0100 Subject: [support] force users to enter path alias In-Reply-To: <4A3F8769.7090800@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com><74630ca20906220619n675b7d53sa470cf4f9c4cd18a@mail.gmail.com> <4A3F8769.7090800@atexplorer.com> Message-ID: Have you looked at the Pathauto module? (http://drupal.org/project/pathauto) ________________________________ From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Mohammed at atexplorer.com Sent: 22 June 2009 14:30 To: support at drupal.org Subject: Re: [support] force users to enter path alias hello William and Fred, thank you very much for the explanation! if only I can write code I will use this power of drupal extensively. any more hints or a skeleton module that I can try? unfortunately I won't be able to write this on my own, even though the code is only few lines long. thank you both very much, and I am sorry for the miss understanding. Mohammed. On 6/22/2009 4:19 PM, William Smith wrote: Hi Mohammed - I think you misunderstand the hook system. It is designed so that you *don't* have to hack core files. You would implement this in your site's custom module space (if you don't have one, you can create one easily). You would then implement the hook as your_module_name_form_alter(&$form, $form_state, $form_id) This is the way that Drupal is designed to be extended and is not at all a hack. You can read more here: http://api.drupal.org/api/group/hooks/6 Best, William On Mon, Jun 22, 2009 at 9:07 AM, Mohammed at atexplorer.com wrote: hello William, thanks for the answer. I don't prefer to use this method as I need to hack core files. any other thoughts? thank you. Mohammed. On 6/22/2009 3:09 PM, William Smith wrote: I don't recall if there is a direct way (ie. config option) to make the path alias textfield mandatory, but if nothing else you could use hook_form_alter (http://api.drupal.org/api/function/hook_form_alter/6) to make the field required. On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com wrote: hello. is this at all possible? I want users to fill in the path alias field and make it obligatory. it sounds simple, but searching drupal.org didn't yield anything relevant. -- All The Best, Mohammed Al-shar' -- [ Drupal support list | http://lists.drupal.org/ ] -- [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' -- [ Drupal support list | http://lists.drupal.org/ ] ________________________________ -- [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' **************************************************************************************************************************************************************** The content of this email (and any attachment) is confidential. It may also be legally privileged or otherwise protected from disclosure. This email should not be used by anyone who is not an original intended recipient, nor may it be copied or disclosed to anyone who is not an original intended recipient. If you have received this email by mistake please notify us by emailing the sender, and then delete the email and any copies from your system. Liability cannot be accepted for statements made which are clearly the senders own and not made on behalf of Network Rail. Network Rail Infrastructure Limited registered in England and Wales No. 2904587, registered office Kings Place, 90 York Way London N1 9AG **************************************************************************************************************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From forums at ipwa.net Mon Jun 22 15:00:49 2009 From: forums at ipwa.net (Nicolas Borda) Date: Mon, 22 Jun 2009 16:00:49 +0100 Subject: [support] Twitter module In-Reply-To: <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> Message-ID: Maybe this is a stupid question, but did you make sure you ran cron? admin/reports/status/run-cron If you did and you have correctly configured your Twitter username on you user account, you should see all your Tweets in your Titter tab in your user account. Another was to display tweets and a lot more is using the activity stream module: http://drupal.org/project/activitystream You can also go to http://twitter.com/widgets and get the code you need to display recent Tweets and paste it in a block, you might however want to include the js in your theme if you're going to display tweets on every page. HTH Nicolas On 22 Jun 2009, at 06:59, Stuart Lawler wrote: > Hello Shai, > > Many thanks for your reply. > > I've set up the aggregator and it seems fine but what I'd like it to > do is > just show the most recent twitter update in a block on my right > sidebar. If > you go to my website at the moment www.stuartlawler.ie/ you'll see > that the > 'Feed aggregator' link appears in the navigation and if possible I > don't > want it there. > > I had configured the block to appear on my right hand sidebar but > not sure > if I've done something else wrong. Can you give me any more > suggestions? > > Many thanks, > > Stuart. > > -----Original Message----- > From: Shai Gluskin [mailto:shai at content2zero.com] > Sent: 22 June 2009 03:37 > To: support at drupal.org; stuart at stuartlawler.ie > Subject: Re: [support] Twitter module > > Stuart, > > If your purpose is to show your Twitter posts on your web site, the > simplest > way of doing that is via Drupal core's Aggregator module. > Every Twitter account has a public feed associated with it and you > enter > that feed address into the Aggregator module.. > > Shai > > On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler > wrote: >> Hi, >> >> I'm having problems getting the Twitter module to work on my >> installation on Drupal 6. >> >> I've installed the module, have enabled it, configured it and added >> my >> own twitter account under my account settings. I am the only account >> on the site and I'd like my updates to be available to people who >> visit the site but don't log in. >> >> I don't see anywhere under block administration where the Twitter >> block exists, nor can I see the twitter updates coming through on my >> site. Is there modules that Twitter depends on that maybe I don't >> have > installed? >> >> Regards, >> >> Stuart. >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > -- > [ Drupal support list | http://lists.drupal.org/ ] From ben at hyperdimensional.net Mon Jun 22 15:11:54 2009 From: ben at hyperdimensional.net (Ben Steele) Date: Mon, 22 Jun 2009 16:11:54 +0100 Subject: [support] Twitter module In-Reply-To: References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> Message-ID: <6d2181d60906220811l2aed3ealde1ee6bbef7e777@mail.gmail.com> I might be being over dramatic, but I wonder whether this issue is linked to the 'Twitpocalypse' that the Lullabot guys mention in their latest blog post...? http://www.lullabot.com/articles/drupocalypse-now-or-dangerous-integer-handling-drupal-write-record Basically, the module won't import if the twitter id is greater than 2,147,483,647. This only affects 32-bit servers. Do you know whether your server is 32-bit? Benedict Steele HomeMade Digital Skype: hyperdimensional Mobile: +44 7855 222278 2009/6/22 Nicolas Borda > Maybe this is a stupid question, but did you make > sure you ran cron? admin/reports/status/run-cron > > If you did and you have correctly configured your > Twitter username on you user account, you > should see all your Tweets in your Titter tab in your > user account. Another was to display tweets and > a lot more is using the activity stream module: > http://drupal.org/project/activitystream > > You can also go to http://twitter.com/widgets > and get the code you need to display recent > Tweets and paste it in a block, you might however > want to include the js in your theme if you're > going to display tweets on every page. > > HTH > > Nicolas > > > On 22 Jun 2009, at 06:59, Stuart Lawler wrote: > > Hello Shai, >> >> Many thanks for your reply. >> >> I've set up the aggregator and it seems fine but what I'd like it to do is >> just show the most recent twitter update in a block on my right sidebar. >> If >> you go to my website at the moment www.stuartlawler.ie/ you'll see that >> the >> 'Feed aggregator' link appears in the navigation and if possible I don't >> want it there. >> >> I had configured the block to appear on my right hand sidebar but not sure >> if I've done something else wrong. Can you give me any more suggestions? >> >> Many thanks, >> >> Stuart. >> >> -----Original Message----- >> From: Shai Gluskin [mailto: shai at content2zero.com] >> Sent: 22 June 2009 03:37 >> To: support at drupal.org; stuart at stuartlawler.ie >> Subject: Re: [support] Twitter module >> >> Stuart, >> >> If your purpose is to show your Twitter posts on your web site, the >> simplest >> way of doing that is via Drupal core's Aggregator module. >> Every Twitter account has a public feed associated with it and you enter >> that feed address into the Aggregator module.. >> >> Shai >> >> On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler< stuart at stuartlawler.ie> >> wrote: >> >>> Hi, >>> >>> I'm having problems getting the Twitter module to work on my >>> installation on Drupal 6. >>> >>> I've installed the module, have enabled it, configured it and added my >>> own twitter account under my account settings. I am the only account >>> on the site and I'd like my updates to be available to people who >>> visit the site but don't log in. >>> >>> I don't see anywhere under block administration where the Twitter >>> block exists, nor can I see the twitter updates coming through on my >>> site. Is there modules that Twitter depends on that maybe I don't have >>> >> installed? >> >>> >>> Regards, >>> >>> Stuart. >>> >>> -- >>> [ 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: From 4braham at gmail.com Mon Jun 22 15:18:01 2009 From: 4braham at gmail.com (Abraham Williams) Date: Mon, 22 Jun 2009 10:18:01 -0500 Subject: [support] Twitter module In-Reply-To: <6d2181d60906220811l2aed3ealde1ee6bbef7e777@mail.gmail.com> References: <7C0027A885F34639B656EFB5E83A3140@Stuartnew> <9f68efb70906211937i1ead100frb907fc9acc1d1ceb@mail.gmail.com> <2CE275E982794DE5B00E4E2096F379A2@Stuartnew> <6d2181d60906220811l2aed3ealde1ee6bbef7e777@mail.gmail.com> Message-ID: <4337d5480906220818u33fce569w27357b7c5633444b@mail.gmail.com> The latest version of the the Twitter module is Twitpocalypse proof. On Mon, Jun 22, 2009 at 10:11, Ben Steele wrote: > I might be being over dramatic, but?I wonder whether this issue is linked to > the 'Twitpocalypse'?that the Lullabot guys mention in their latest blog > post...? > http://www.lullabot.com/articles/drupocalypse-now-or-dangerous-integer-handling-drupal-write-record > Basically, the module won't import if the twitter id is greater > than?2,147,483,647.?This?only?affects?32-bit?servers.?Do?you?know?whether?your?server?is?32-bit? > > Benedict Steele > HomeMade Digital > Skype: hyperdimensional > Mobile: +44 7855 222278 > > > 2009/6/22 Nicolas Borda >> >> Maybe this is a stupid question, but did you make >> sure you ran cron? admin/reports/status/run-cron >> >> If you did and you have correctly configured your >> Twitter username on you user account, you >> should see all your Tweets in your Titter tab in your >> user account. Another was to display tweets and >> a lot more is using the activity stream module: >> http://drupal.org/project/activitystream >> >> You can also go to http://twitter.com/widgets >> and get the code you need to display recent >> Tweets and paste it in a block, you might however >> want to include the js in your theme if you're >> going to display tweets on every page. >> >> HTH >> >> Nicolas >> >> On 22 Jun 2009, at 06:59, Stuart Lawler wrote: >> >>> Hello Shai, >>> >>> Many thanks for your reply. >>> >>> I've set up the aggregator and it seems fine but what I'd like it to do >>> is >>> just show the most recent twitter update in a block on my right sidebar. >>> ?If >>> you go to my website at the moment www.stuartlawler.ie/ you'll see that >>> the >>> 'Feed aggregator' link appears in the navigation and if possible I don't >>> want it there. >>> >>> I had configured the block to appear on my right hand sidebar but not >>> sure >>> if I've done something else wrong. ?Can you give me any more suggestions? >>> >>> Many thanks, >>> >>> Stuart. >>> >>> -----Original Message----- >>> From: Shai Gluskin [mailto: shai at content2zero.com] >>> Sent: 22 June 2009 03:37 >>> To: support at drupal.org; stuart at stuartlawler.ie >>> Subject: Re: [support] Twitter module >>> >>> Stuart, >>> >>> If your purpose is to show your Twitter posts on your web site, the >>> simplest >>> way of doing that is via Drupal core's Aggregator module. >>> Every Twitter account has a public feed associated with it and you enter >>> that feed address into the Aggregator module.. >>> >>> Shai >>> >>> On Sun, Jun 21, 2009 at 4:23 PM, Stuart Lawler< stuart at stuartlawler.ie> >>> wrote: >>>> >>>> Hi, >>>> >>>> I'm having problems getting the Twitter module to work on my >>>> installation on Drupal 6. >>>> >>>> I've installed the module, have enabled it, configured it and added my >>>> own twitter account under my account settings. ?I am the only account >>>> on the site and I'd like my updates to be available to people who >>>> visit the site but don't log in. >>>> >>>> I don't see anywhere under block administration where the Twitter >>>> block exists, nor can I see the twitter updates coming through on my >>>> site. ?Is there modules that Twitter depends on that maybe I don't have >>> >>> installed? >>>> >>>> Regards, >>>> >>>> Stuart. >>>> >>>> -- >>>> [ Drupal support list | http://lists.drupal.org/ ] >>>> >>> >>> -- >>> [ Drupal support list | http://lists.drupal.org/ ] >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Abraham Williams | Community Evangelist | http://web608.org Hacker | http://abrah.am | http://twitter.com/abraham Project | http://fireeagle.labs.poseurtech.com This email is: [ ] blogable [x] ask first [ ] private. From earnie at users.sourceforge.net Mon Jun 22 16:33:19 2009 From: earnie at users.sourceforge.net (Earnie Boyd) Date: Mon, 22 Jun 2009 16:33:19 +0000 Subject: [support] force users to enter path alias In-Reply-To: <4A3F820A.6070308@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com> Message-ID: <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> Quoting "Mohammed at atexplorer.com" : > hello William, > > thanks for the answer. I don't prefer to use this method as I need > to hack core files. any other thoughts? > Using hook_form_alter() doesn't ``hack core''. You create a custom module and set the form attribute to make the field required. There is no other method. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ From mohammed at atexplorer.com Mon Jun 22 18:13:30 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Mon, 22 Jun 2009 21:13:30 +0300 Subject: [support] force users to enter path alias In-Reply-To: References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com><74630ca20906220619n675b7d53sa470cf4f9c4cd18a@mail.gmail.com> <4A3F8769.7090800@atexplorer.com> Message-ID: <4A3FC9CA.1050606@atexplorer.com> hello Clark. thank you. I did, and I think it's an excellent module. however, since the site I want this functionality for is in Arabic, pathauto doesn't work very well with such characters, and I don't like the transliteration that it does. thank you once again, Mohammed. On 6/22/2009 4:40 PM, Clarke Robin wrote: > > Have you looked at the Pathauto module? > > (http://drupal.org/project/pathauto) > > * From: * support-bounces at drupal.org > [mailto:support-bounces at drupal.org] *On Behalf Of *Mohammed at atexplorer.com > *Sent:* 22 June 2009 14:30 > *To:* support at drupal.org > *Subject:* Re: [support] force users to enter path alias > > hello William and Fred, > > thank you very much for the explanation! if only I can write code I > will use this power of drupal extensively. any more hints or a > skeleton module that I can try? unfortunately I won't be able to write > this on my own, even though the code is only few lines long. > > thank you both very much, and I am sorry for the miss understanding. > > Mohammed. > > On 6/22/2009 4:19 PM, William Smith wrote: > > Hi Mohammed - > > I think you misunderstand the hook system. It is designed so that you > *don't* have to hack core files. You would implement this in your > site's custom module space (if you don't have one, you can create one > easily). You would then implement the hook as > /your_module_name_/form_alter(&$form, $form_state, $form_id) > > This is the way that Drupal is designed to be extended and is not at > all a hack. You can read more here: > http://api.drupal.org/api/group/hooks/6 > > Best, > William > > On Mon, Jun 22, 2009 at 9:07 AM, Mohammed at atexplorer.com > > wrote: > > hello William, > > thanks for the answer. I don't prefer to use this method as I need to > hack core files. any other thoughts? > > thank you. > Mohammed. > > > > On 6/22/2009 3:09 PM, William Smith wrote: > >> I don't recall if there is a direct way (ie. config option) to make >> the path alias textfield mandatory, but if nothing else you could use >> hook_form_alter >> (http://api.drupal.org/api/function/hook_form_alter/6) to make the >> field required. >> >> On Mon, Jun 22, 2009 at 7:13 AM, Mohammed at atexplorer.com >> > > wrote: >> >> hello. >> >> is this at all possible? I want users to fill in the path alias field >> and make it obligatory. it sounds simple, but searching drupal.org >> didn't yield anything relevant. >> >> -- >> All The Best, >> Mohammed Al-shar' >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> >> -- >> [ Drupal support list |http://lists.drupal.org/ ] > > -- > All The Best, > Mohammed Al-shar' > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > > > > > > > > -- > [ Drupal support list |http://lists.drupal.org/ ] > > > > > -- > All The Best, > Mohammed Al-shar' > **************************************************************************************************************************************************************** > > The content of this email (and any attachment) is confidential. It may also be legally privileged or otherwise protected from disclosure. > > This email should not be used by anyone who is not an original intended recipient, nor may it be copied or disclosed to anyone who is not an original intended recipient. > > If you have received this email by mistake please notify us by emailing the sender, and then delete the email and any copies from your system. > > Liability cannot be accepted for statements made which are clearly the senders own and not made on behalf of Network Rail. > > Network Rail Infrastructure Limited registered in England and Wales No. 2904587, registered office Kings Place, 90 York Way London N1 9AG > > **************************************************************************************************************************************************************** > > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' -------------- next part -------------- An HTML attachment was scrubbed... URL: From killshot91 at comcast.net Mon Jun 22 18:16:31 2009 From: killshot91 at comcast.net (Steve Edwards) Date: Mon, 22 Jun 2009 11:16:31 -0700 Subject: [support] [Fwd: Re: hook_form_alter() data changed in array but not on screen] Message-ID: <4A3FCA7F.20708@comcast.net> Now I'm running into this problem on a different site. My module where hook_form_alter() has a weight of 999, so there should be nothing overriding it in the system table. In this case I'm just trying to modify the value of the #weight property for the form buttons. If I display the values in $form using dsm() after making the changes, the changed values are there, but they are not rendered on the screen. Any other ideas? I'm starting to pull out what's left of my hair. Thanks. Steve -------- Original Message -------- Subject: Re: [support] hook_form_alter() data changed in array but not on screen Date: Wed, 17 Jun 2009 12:20:24 -0700 From: Steve Edwards To: support at drupal.org References: <4A387EB5.4040203 at comcast.net> <4A38D820.7010903 at earthlink.net> <4A3926D5.1020905 at comcast.net> <4A392961.7040904 at funnymonkey.com> I had actually already done this. I'm using uc_node_checkout, and the module weight for it in the system table is 100, so I set mine to 999. Mine is the highest weight in the table. Steve Marc Poris wrote: > Some other module is probably having its hook_form_alter() come after > yours. Try setting your module's weight greater than all other > modules and/or rename your module so it comes later alphabetically. > > > Steve Edwards wrote: >> Thanks for the suggestion. Yes, it is &$form. As I stated below, >> I'm already modifying other forms in the same function, and they are >> working fine. >> >> Steve >> >> Jamie Holly wrote: >>> Are you sure you have &$form and not just $form in your function >>> declaration? I've had the same problem before and pulled my hair out >>> just to realize I forgot the &. >>> >>> Jamie Holly >>> >>> >>> >>> >>> Steve Edwards wrote: >>>> I'm trying to use hook_form_alter() to write data to a text field >>>> when the form is first displayed, but for some reason I can't get >>>> the values to display on the form itself. I know I have the right >>>> form_id, because dsm() displays all the data for that form. What's >>>> even weirder is that I can see the data being changed in the form >>>> itself, but it just won't change on the screen. I can also change >>>> the weight of the field ($form['field_class_name']['#weight']=99;) >>>> and it relocates the position of the field on the screen >>>> accordingly. But when, for instance, I change the #title and >>>> #description of the field, the changes are changed in the arrary >>>> itself (I can see this by putting a dsm() after changing the data), >>>> but the values on the screen don't change. I'm making similar >>>> changes to other forms within the same hook function (different >>>> case statements), and they all work fine. I've cleared all my >>>> caches (Drupal and browser), but to no avail. Can anyone tell me >>>> why my form data isn't changing? >>>> >>>> Thanks. >>>> >>>> Steve >>>> > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammed at atexplorer.com Mon Jun 22 18:22:38 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Mon, 22 Jun 2009 21:22:38 +0300 Subject: [support] force users to enter path alias In-Reply-To: <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> References: <4A3F6750.6000306@atexplorer.com> <74630ca20906220509x3ec3d8f0va5ce7e2b2c1e3577@mail.gmail.com> <4A3F820A.6070308@atexplorer.com> <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> Message-ID: <4A3FCBEE.7010500@atexplorer.com> hello Earnie thank you very much. William and Fred have also explained this to me already, and I thank the 3 of you for leading me to this discovery which adds to the beauty of drupal in my "eyes". however, I explained to them that my only problem with this is that it requires writing code, and I don't think I can do this, even though it's just a few lines long. thank you. Mohammed. On 6/22/2009 7:33 PM, Earnie Boyd wrote: > Quoting "Mohammed at atexplorer.com" : > >> hello William, >> >> thanks for the answer. I don't prefer to use this method as I need to >> hack core files. any other thoughts? >> > > Using hook_form_alter() doesn't ``hack core''. You create a custom > module and set the form attribute to make the field required. There > is no other method. > > -- > Earnie > -- http://r-feed.com/ -- http://for-my-kids.com/ > -- http://www.4offer.biz/ -- http://give-me-an-offer.com/ > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- All The Best, Mohammed Al-shar' From larry at garfieldtech.com Tue Jun 23 02:02:57 2009 From: larry at garfieldtech.com (Larry Garfield) Date: Mon, 22 Jun 2009 21:02:57 -0500 Subject: [support] force users to enter path alias In-Reply-To: <4A3FCBEE.7010500@atexplorer.com> References: <4A3F6750.6000306@atexplorer.com> <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> <4A3FCBEE.7010500@atexplorer.com> Message-ID: <200906222102.57617.larry@garfieldtech.com> If you have an eye for usability or UI design or documentation writing or some other non-coding skill, you may be able to get someone in #Drupal to code it up for you in exchange for reviewing a patch or three. There's lots of things you can do that don't involve code that Drupal desperately needs, and the currency of open source is labor. :-) (No guarantee that it will work, but "you look at my issue and I'll look at yours" is a common arrangement.) On Monday 22 June 2009 1:22:38 pm Mohammed at atexplorer.com wrote: > hello Earnie > > thank you very much. William and Fred have also explained this to me > already, and I thank the 3 of you for leading me to this discovery which > adds to the beauty of drupal in my "eyes". however, I explained to them > that my only problem with this is that it requires writing code, and I > don't think I can do this, even though it's just a few lines long. > > thank you. > Mohammed. -- Larry Garfield larry at garfieldtech.com From drupal at lists.tacticus.com Tue Jun 23 05:03:22 2009 From: drupal at lists.tacticus.com (Luke) Date: Tue, 23 Jun 2009 01:03:22 -0400 (EDT) Subject: [support] private download method, web accessible directory? Message-ID: Hello For the convenience and portability of one of our less savvy clients, I would like to keep everything under the web root. >From the configuration pages for the filesystem, there is this standard verbiage: A file system path where the files will be stored. This directory must exist and be writable by Drupal. If the download method is set to public, this directory must be relative to the Drupal installation directory and be accessible over the web. If the download method is set to private, this directory should not be accessible over the web. I am wondering if I should expect problems, if I set the method to private, but leave the directory as "sites/default/files". In that directory, I can place an .htaccess file which denies from all, or maybe redirects to the homepage or something. Does anyone foresee any difficulties with this method? Thanks Luke From drupal at lists.tacticus.com Tue Jun 23 05:16:37 2009 From: drupal at lists.tacticus.com (Luke) Date: Tue, 23 Jun 2009 01:16:37 -0400 (EDT) Subject: [support] force users to enter path alias In-Reply-To: <200906222102.57617.larry@garfieldtech.com> References: <4A3F6750.6000306@atexplorer.com> <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> <4A3FCBEE.7010500@atexplorer.com> <200906222102.57617.larry@garfieldtech.com> Message-ID: But when the currency of open source isn't labre, it can also be, you guessed it, currency. http://drupal.org/paid-services Just another potential option. Luke On Mon, 22 Jun 2009, Larry Garfield wrote: > If you have an eye for usability or UI design or documentation writing or some > other non-coding skill, you may be able to get someone in #Drupal to code it > up for you in exchange for reviewing a patch or three. There's lots of things > you can do that don't involve code that Drupal desperately needs, and the > currency of open source is labor. :-) > > (No guarantee that it will work, but "you look at my issue and I'll look at > yours" is a common arrangement.) > > On Monday 22 June 2009 1:22:38 pm Mohammed at atexplorer.com wrote: > > hello Earnie > > > > thank you very much. William and Fred have also explained this to me > > already, and I thank the 3 of you for leading me to this discovery which > > adds to the beauty of drupal in my "eyes". however, I explained to them > > that my only problem with this is that it requires writing code, and I > > don't think I can do this, even though it's just a few lines long. > > > > thank you. > > Mohammed. > > From crazyguru85 at gmail.com Tue Jun 23 05:58:44 2009 From: crazyguru85 at gmail.com (crazy guru) Date: Mon, 22 Jun 2009 22:58:44 -0700 Subject: [support] How to create step by step (multi step) user registration page? In-Reply-To: <51a9b8330906220031w7adbdc65t2c476f2117ec5e98@mail.gmail.com> References: <65a095700906220007s2005f1a7uaf8bedd2ffefcc34@mail.gmail.com> <51a9b8330906220031w7adbdc65t2c476f2117ec5e98@mail.gmail.com> Message-ID: <65a095700906222258w5c9a4e3n6ef067a07b1659aa@mail.gmail.com> Dear Hans, Thanks for your reply and time. I would check the module and catch you back soon. with rergards Crazyguru On Mon, Jun 22, 2009 at 12:31 AM, KOBA | Hans Rossel wrote: > I haven't used it for Drupal 6 yet, but in Drupal 5 > http://drupal.org/project/pageroute could integrate with nodeprofile > (predecessor of content profile) for making a "route" of forms during > registration. > Hans > www.koba.be > > 2009/6/22 crazy guru > >> Hi All, >> >> I'm trying to create a step by step user registration page but yet no >> result. I have used Profile and Content Profile module but the fields are >> appearing in default registration page. How do i create a multi step user >> sign up page? >> >> When searching for a solution, i came across this multi form creation link >> >> >> http://drupal.org/node/262422 >> >> I wonder how i can create step by step user registration form and display >> the details in user profile page. >> >> Thanks in advance. >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > > -- > Hans Rossel > KOBA Webdevelopment > Kerkstraat 228 > 9050 Gent > 09-334.52.60 > 0472-79.32.16 > www.koba.be > info at koba.be > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tony at webavant.com Tue Jun 23 08:37:53 2009 From: tony at webavant.com (Tony Zielinski) Date: Tue, 23 Jun 2009 01:37:53 -0700 Subject: [support] Gmap Handling Overlapping Markers In-Reply-To: References: <4A3F6750.6000306@atexplorer.com> <20090622163319.757321avudvtlwsg@mail.siebunlimited.com> <4A3FCBEE.7010500@atexplorer.com> <200906222102.57617.larry@garfieldtech.com> Message-ID: <3BC959C2-C253-4674-B6C0-DD3F3E30A3C0@webavant.com> I'm looking for some ideas about how to handle overlapping markers using Gmap module. I created a support request here http://drupal.org/node/499438/ . Please respond via the issue rather than here. From idan at arbel-designs.com Tue Jun 23 11:14:57 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 14:14:57 +0300 Subject: [support] View stopped working.... Message-ID: <008301c9f3f3$d957c420$8c074c60$@com> Hello, I have a very strange problem on a live site, all views that display content types other than "page" return nothing. The site has been working great for about a year, today I deleted a page node, change a filter in a view and change a filter in a block and then the client reported that none of the views work. After checking and trying to fix, I can't get a view to return nodes that aren't "page". I created a new view, with just one filter according to node type. Set it to just page, returns great. Set it to all except "page" and nothing. What can cause this? This is pretty urgent. Thanks Idan -------------- next part -------------- An HTML attachment was scrubbed... URL: From walter.garcia at upf.edu Tue Jun 23 11:41:31 2009 From: walter.garcia at upf.edu (Walter Garcia-Fontes) Date: Tue, 23 Jun 2009 13:41:31 +0200 Subject: [support] View stopped working.... In-Reply-To: <008301c9f3f3$d957c420$8c074c60$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> Message-ID: <20090623114131.GA24268@upf.edu> * Idan Arbel [23/06/09 13:19]: > I created a new view, with just one filter according to node type. Set it to > just page, returns great. Set it to all except "page" and nothing. > What can cause this? > This is pretty urgent. Have you cleared the cache tables? Have you checked the logs to see if there are any php errors reported? Have you tried increasing the memory assigned to php in the server? -- Walter Garcia-Fontes Barcelona From idan at arbel-designs.com Tue Jun 23 11:44:07 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 14:44:07 +0300 Subject: [support] View stopped working.... In-Reply-To: <20090623114131.GA24268@upf.edu> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> Message-ID: <009101c9f3f7$ebdb2890$c39179b0$@com> I've checked for errors in the log,nothing there, how do I clear the cache tables, although I'm pretty sure this isn't a cache issue, the system is quite responsive to change, just not fetching node types that aren?t page. I'll have my host increase the memory for php. Thanks -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Walter Garcia-Fontes Sent: ? 23 ???? 2009 14:42 To: support at drupal.org Subject: Re: [support] View stopped working.... * Idan Arbel [23/06/09 13:19]: > I created a new view, with just one filter according to node type. Set it to > just page, returns great. Set it to all except "page" and nothing. > What can cause this? > This is pretty urgent. Have you cleared the cache tables? Have you checked the logs to see if there are any php errors reported? Have you tried increasing the memory assigned to php in the server? -- Walter Garcia-Fontes Barcelona -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 From victorkane at gmail.com Tue Jun 23 11:59:11 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 08:59:11 -0300 Subject: [support] View stopped working.... In-Reply-To: <009101c9f3f7$ebdb2890$c39179b0$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> Message-ID: Since views manages its own cache, you might want to make sure it is cleared, along with Drupal internal caches. This depends on what version of Drupal you are using. In Drupal 5, you can visit admin/build/modules, or else install the devel module and avail yourself of its link to clear internal Drupal caches. In Drupal 6, you can clear internal Drupal caches via an explicit button at the foot of Administer > Site configuration > Performance , and then go to Administer > Site building > Views > Tools and then hit the "Clear Views' Cache" button. Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com 2009/6/23 Idan Arbel > I've checked for errors in the log,nothing there, how do I clear the cache > tables, although I'm pretty sure this isn't a cache issue, the system is > quite responsive to change, just not fetching node types that aren?t page. > > I'll have my host increase the memory for php. > > Thanks > > > > -----Original Message----- > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On > Behalf Of Walter Garcia-Fontes > Sent: ? 23 ???? 2009 14:42 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > * Idan Arbel [23/06/09 13:19]: > > I created a new view, with just one filter according to node type. Set it > to > > just page, returns great. Set it to all except "page" and nothing. > > What can cause this? > > This is pretty urgent. > > Have you cleared the cache tables? > Have you checked the logs to see if there are any php errors reported? > Have you tried increasing the memory assigned to php in the server? > > -- > Walter Garcia-Fontes > Barcelona > -- > [ Drupal support list | http://lists.drupal.org/ ] > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From walter.garcia at upf.edu Tue Jun 23 12:02:05 2009 From: walter.garcia at upf.edu (Walter Garcia-Fontes) Date: Tue, 23 Jun 2009 14:02:05 +0200 Subject: [support] View stopped working.... In-Reply-To: <009101c9f3f7$ebdb2890$c39179b0$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> Message-ID: <20090623120205.GA27784@upf.edu> * Idan Arbel [23/06/09 13:50]: > I've checked for errors in the log,nothing there, how do I clear the cache > tables, although I'm pretty sure this isn't a cache issue, the system is > quite responsive to change, just not fetching node types that aren?t page. In Drupal 6 there is a button to clear the cache at: admin/settings/performance -- Walter Garcia-Fontes Barcelona From idan at arbel-designs.com Tue Jun 23 12:11:37 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 15:11:37 +0300 Subject: [support] View stopped working.... In-Reply-To: References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> Message-ID: <009c01c9f3fb$c3b21aa0$4b164fe0$@com> Thanks I'm running drupal 5 on this site, I cleared the cache and still the same. What else can be done, what could cause this weird effect? From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Victor Kane Sent: ? 23 ???? 2009 14:59 To: support at drupal.org Subject: Re: [support] View stopped working.... Since views manages its own cache, you might want to make sure it is cleared, along with Drupal internal caches. This depends on what version of Drupal you are using. In Drupal 5, you can visit admin/build/modules, or else install the devel module and avail yourself of its link to clear internal Drupal caches. In Drupal 6, you can clear internal Drupal caches via an explicit button at the foot of Administer > Site configuration > Performance , and then go to Administer > Site building > Views > Tools and then hit the "Clear Views' Cache" button. Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com 2009/6/23 Idan Arbel I've checked for errors in the log,nothing there, how do I clear the cache tables, although I'm pretty sure this isn't a cache issue, the system is quite responsive to change, just not fetching node types that aren?t page. I'll have my host increase the memory for php. Thanks -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Walter Garcia-Fontes Sent: ? 23 ???? 2009 14:42 To: support at drupal.org Subject: Re: [support] View stopped working.... * Idan Arbel [23/06/09 13:19]: > I created a new view, with just one filter according to node type. Set it to > just page, returns great. Set it to all except "page" and nothing. > What can cause this? > This is pretty urgent. Have you cleared the cache tables? Have you checked the logs to see if there are any php errors reported? Have you tried increasing the memory assigned to php in the server? -- Walter Garcia-Fontes Barcelona -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.callahan at UDel.Edu Tue Jun 23 12:15:05 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Tue, 23 Jun 2009 08:15:05 -0400 Subject: [support] View stopped working.... In-Reply-To: <009c01c9f3fb$c3b21aa0$4b164fe0$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> Message-ID: <4A40C749.4070405@udel.edu> Might sound strange but did you try exporting then re-importing the view with a new name? I haven't done that with D5 before so I'm not sure of the steps. - John Idan Arbel wrote: > > Thanks > > > > I'm running drupal 5 on this site, I cleared the cache and still the same. > > > > What else can be done, what could cause this weird effect? > > > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] > *On Behalf Of *Victor Kane > *Sent:* ? 23 ???? 2009 14:59 > *To:* support at drupal.org > *Subject:* Re: [support] View stopped working.... > > > > Since views manages its own cache, you might want to make sure it is > cleared, along with Drupal internal caches. > > This depends on what version of Drupal you are using. > > In Drupal 5, you can visit admin/build/modules, or else install the > devel module and avail yourself of its link to clear internal Drupal > caches. > > In Drupal 6, you can clear internal Drupal caches via an explicit > button at the foot of Administer > Site configuration > Performance , > and then go to Administer > Site building > Views > Tools and then hit > the "Clear Views' Cache" button. > > Victor Kane > http://awebfactory.com.ar > http://projectflowandtracker.com > > 2009/6/23 Idan Arbel > > > I've checked for errors in the log,nothing there, how do I clear the cache > tables, although I'm pretty sure this isn't a cache issue, the system is > quite responsive to change, just not fetching node types that aren?t page. > > I'll have my host increase the memory for php. > > Thanks > > > > > -----Original Message----- > From: support-bounces at drupal.org > [mailto:support-bounces at drupal.org ] On > Behalf Of Walter Garcia-Fontes > Sent: ? 23 ???? 2009 14:42 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > * Idan Arbel [23/06/09 13:19]: > > I created a new view, with just one filter according to node type. > Set it > to > > just page, returns great. Set it to all except "page" and nothing. > > What can cause this? > > This is pretty urgent. > > Have you cleared the cache tables? > Have you checked the logs to see if there are any php errors reported? > Have you tried increasing the memory assigned to php in the server? > > -- > Walter Garcia-Fontes > Barcelona > -- > [ Drupal support list | http://lists.drupal.org/ ] > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: > 06/22/09 18:11:00 > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Tue Jun 23 12:16:59 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 09:16:59 -0300 Subject: [support] View stopped working.... In-Reply-To: <009c01c9f3fb$c3b21aa0$4b164fe0$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> Message-ID: Was the module cck somehow inadvertantly disabled? Was a user (content author) deleted? Are views and cck updated to the latest verstion? When you go to Administer > Content management > Content and filter according to non-page content types, do you see your non-page content types? When you go to Administer > Content management > Content types, are the non-page content types there? Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com On Tue, Jun 23, 2009 at 9:11 AM, Idan Arbel wrote: > Thanks > > > > I'm running drupal 5 on this site, I cleared the cache and still the same. > > > > What else can be done, what could cause this weird effect? > > > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] *On > Behalf Of *Victor Kane > *Sent:* ? 23 ???? 2009 14:59 > > *To:* support at drupal.org > *Subject:* Re: [support] View stopped working.... > > > > Since views manages its own cache, you might want to make sure it is > cleared, along with Drupal internal caches. > > This depends on what version of Drupal you are using. > > In Drupal 5, you can visit admin/build/modules, or else install the devel > module and avail yourself of its link to clear internal Drupal caches. > > In Drupal 6, you can clear internal Drupal caches via an explicit button at > the foot of Administer > Site configuration > Performance , and then go to > Administer > Site building > Views > Tools and then hit the "Clear Views' > Cache" button. > > Victor Kane > http://awebfactory.com.ar > http://projectflowandtracker.com > > 2009/6/23 Idan Arbel > > I've checked for errors in the log,nothing there, how do I clear the cache > tables, although I'm pretty sure this isn't a cache issue, the system is > quite responsive to change, just not fetching node types that aren?t page. > > I'll have my host increase the memory for php. > > Thanks > > > > > -----Original Message----- > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On > Behalf Of Walter Garcia-Fontes > Sent: ? 23 ???? 2009 14:42 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > * Idan Arbel [23/06/09 13:19]: > > I created a new view, with just one filter according to node type. Set it > to > > just page, returns great. Set it to all except "page" and nothing. > > What can cause this? > > This is pretty urgent. > > Have you cleared the cache tables? > Have you checked the logs to see if there are any php errors reported? > Have you tried increasing the memory assigned to php in the server? > > -- > Walter Garcia-Fontes > Barcelona > -- > [ Drupal support list | http://lists.drupal.org/ ] > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From idan at arbel-designs.com Tue Jun 23 12:35:41 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 15:35:41 +0300 Subject: [support] View stopped working.... In-Reply-To: References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> Message-ID: <00b601c9f3ff$228e9730$67abc590$@com> Hi, No user was deleted, I'll updated the cck and views, and in content management is see non page content types. I tried changing the view, or creating a brand new view but still it doesn't display in content other than page idan From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Victor Kane Sent: ? 23 ???? 2009 15:17 To: support at drupal.org Subject: Re: [support] View stopped working.... Was the module cck somehow inadvertantly disabled? Was a user (content author) deleted? Are views and cck updated to the latest verstion? When you go to Administer > Content management > Content and filter according to non-page content types, do you see your non-page content types? When you go to Administer > Content management > Content types, are the non-page content types there? Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com On Tue, Jun 23, 2009 at 9:11 AM, Idan Arbel wrote: Thanks I'm running drupal 5 on this site, I cleared the cache and still the same. What else can be done, what could cause this weird effect? From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Victor Kane Sent: ? 23 ???? 2009 14:59 To: support at drupal.org Subject: Re: [support] View stopped working.... Since views manages its own cache, you might want to make sure it is cleared, along with Drupal internal caches. This depends on what version of Drupal you are using. In Drupal 5, you can visit admin/build/modules, or else install the devel module and avail yourself of its link to clear internal Drupal caches. In Drupal 6, you can clear internal Drupal caches via an explicit button at the foot of Administer > Site configuration > Performance , and then go to Administer > Site building > Views > Tools and then hit the "Clear Views' Cache" button. Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com 2009/6/23 Idan Arbel I've checked for errors in the log,nothing there, how do I clear the cache tables, although I'm pretty sure this isn't a cache issue, the system is quite responsive to change, just not fetching node types that aren?t page. I'll have my host increase the memory for php. Thanks -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Walter Garcia-Fontes Sent: ? 23 ???? 2009 14:42 To: support at drupal.org Subject: Re: [support] View stopped working.... * Idan Arbel [23/06/09 13:19]: > I created a new view, with just one filter according to node type. Set it to > just page, returns great. Set it to all except "page" and nothing. > What can cause this? > This is pretty urgent. Have you cleared the cache tables? Have you checked the logs to see if there are any php errors reported? Have you tried increasing the memory assigned to php in the server? -- Walter Garcia-Fontes Barcelona -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -------------- next part -------------- An HTML attachment was scrubbed... URL: From walter.garcia at upf.edu Tue Jun 23 13:37:54 2009 From: walter.garcia at upf.edu (Walter Garcia-Fontes) Date: Tue, 23 Jun 2009 15:37:54 +0200 Subject: [support] View stopped working.... In-Reply-To: <00b601c9f3ff$228e9730$67abc590$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> Message-ID: <20090623133754.GA1133@upf.edu> * Idan Arbel [23/06/09 14:40]: > No user was deleted, I'll updated the cck and views, and in content management > is see non page content types. > I tried changing the view, or creating a brand new view but still it doesn't > display in content other than page Could it be a permission problem? Do you have the content permission module enabled? -- Walter Garcia-Fontes Barcelona From idan at arbel-designs.com Tue Jun 23 13:42:03 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 16:42:03 +0300 Subject: [support] View stopped working.... In-Reply-To: <20090623133754.GA1133@upf.edu> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> Message-ID: <00e001c9f408$65952a40$30bf7ec0$@com> No, no content permission or any permission module installed. I'm also checking on user 1 -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Walter Garcia-Fontes Sent: ? 23 ???? 2009 16:38 To: support at drupal.org Subject: Re: [support] View stopped working.... * Idan Arbel [23/06/09 14:40]: > No user was deleted, I'll updated the cck and views, and in content management > is see non page content types. > I tried changing the view, or creating a brand new view but still it doesn't > display in content other than page Could it be a permission problem? Do you have the content permission module enabled? -- Walter Garcia-Fontes Barcelona -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 From john.callahan at UDel.Edu Tue Jun 23 13:47:22 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Tue, 23 Jun 2009 09:47:22 -0400 Subject: [support] View stopped working.... In-Reply-To: <20090623133754.GA1133@upf.edu> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> Message-ID: <4A40DCEA.604@udel.edu> Can you perform an SQL query from the command line directly to the mysql database? Use the database credentials as in the settings.php file. Just try doing a basic SELECT statement on the node table using the WHERE clause to restrict on the content types you want. If you can do that from the command line, try creating a PHP page on your site and perform the same query, of course using http://api.drupal.org/api/function/db_query. I would try to build up to the actual SQL statement that the View is using. See where it breaks. - John Walter Garcia-Fontes wrote: > * Idan Arbel [23/06/09 14:40]: > >> No user was deleted, I'll updated the cck and views, and in content management >> is see non page content types. >> I tried changing the view, or creating a brand new view but still it doesn't >> display in content other than page >> > > Could it be a permission problem? Do you have the content permission > module enabled? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From idan at arbel-designs.com Tue Jun 23 13:52:14 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 16:52:14 +0300 Subject: [support] View stopped working.... In-Reply-To: <4A40DCEA.604@udel.edu> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <4A40DCEA.604@udel.edu> Message-ID: <00ea01c9f409$d223bbd0$766b3370$@com> Anyway to see the views query in views 1? Also what php memory value should I increase ? From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of John Callahan Sent: ? 23 ???? 2009 16:47 To: support at drupal.org Subject: Re: [support] View stopped working.... Can you perform an SQL query from the command line directly to the mysql database? Use the database credentials as in the settings.php file. Just try doing a basic SELECT statement on the node table using the WHERE clause to restrict on the content types you want. If you can do that from the command line, try creating a PHP page on your site and perform the same query, of course using http://api.drupal.org/api/function/db_query. I would try to build up to the actual SQL statement that the View is using. See where it breaks. - John Walter Garcia-Fontes wrote: * Idan Arbel [23/06/09 14:40]: No user was deleted, I'll updated the cck and views, and in content management is see non page content types. I tried changing the view, or creating a brand new view but still it doesn't display in content other than page Could it be a permission problem? Do you have the content permission module enabled? Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Tue Jun 23 13:54:02 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 10:54:02 -0300 Subject: [support] View stopped working.... In-Reply-To: <4A40DCEA.604@udel.edu> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <4A40DCEA.604@udel.edu> Message-ID: Here's the thing: 1. Idan says that when he goes to Adminster > Content management > Content he sees the nodes of his non-page content types that views doesn't show him. (please confirm this once again, Idan) 2. He doesn't mention any errors he has seen, so we don't really know that views is breaking, or that the SQL is breaking. Victor On Tue, Jun 23, 2009 at 10:47 AM, John Callahan wrote: > Can you perform an SQL query from the command line directly to the mysql > database? Use the database credentials as in the settings.php file. Just > try doing a basic SELECT statement on the node table using the WHERE clause > to restrict on the content types you want. If you can do that from the > command line, try creating a PHP page on your site and perform the same > query, of course using http://api.drupal.org/api/function/db_query. > > I would try to build up to the actual SQL statement that the View is > using. See where it breaks. > > - John > > > Walter Garcia-Fontes wrote: > > * Idan Arbel [23/06/09 14:40]: > > > No user was deleted, I'll updated the cck and views, and in content management > is see non page content types. > I tried changing the view, or creating a brand new view but still it doesn't > display in content other than page > > > Could it be a permission problem? Do you have the content permission > module enabled? > > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Tue Jun 23 13:55:45 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 10:55:45 -0300 Subject: [support] View stopped working.... In-Reply-To: <00ea01c9f409$d223bbd0$766b3370$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <4A40DCEA.604@udel.edu> <00ea01c9f409$d223bbd0$766b3370$@com> Message-ID: To see views query in views 1, install the devel module and configure it to log and display queries for users with suitable permissions. (hopefully you can do this on a backup site, and not necessarily the production site, since this can slow things down). Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com 2009/6/23 Idan Arbel > Anyway to see the views query in views 1? Also what php memory value > should I increase ? > > > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] *On > Behalf Of *John Callahan > *Sent:* ? 23 ???? 2009 16:47 > *To:* support at drupal.org > *Subject:* Re: [support] View stopped working.... > > > > Can you perform an SQL query from the command line directly to the mysql > database? Use the database credentials as in the settings.php file. Just > try doing a basic SELECT statement on the node table using the WHERE clause > to restrict on the content types you want. If you can do that from the > command line, try creating a PHP page on your site and perform the same > query, of course using http://api.drupal.org/api/function/db_query. > > > I would try to build up to the actual SQL statement that the View is > using. See where it breaks. > > - John > > > Walter Garcia-Fontes wrote: > > * Idan Arbel [23/06/09 14:40]: > > > > No user was deleted, I'll updated the cck and views, and in content management > > is see non page content types. > > I tried changing the view, or creating a brand new view but still it doesn't > > display in content other than page > > > > > > Could it be a permission problem? Do you have the content permission > > module enabled? > > > > > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredthejonester at gmail.com Tue Jun 23 13:57:08 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Tue, 23 Jun 2009 16:57:08 +0300 Subject: [support] View stopped working.... In-Reply-To: <00e001c9f408$65952a40$30bf7ec0$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> Message-ID: <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> > I'm also checking on user 1 and user 0 also! :) From idan at arbel-designs.com Tue Jun 23 14:01:03 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 17:01:03 +0300 Subject: [support] View stopped working.... In-Reply-To: <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> Message-ID: <010701c9f40b$0d300c00$27902400$@com> Yes, I can access the non page nodes via content management, it filters according to the content type great, only views simply doesn't fetch any non page node. What is user 0? I'm working from the administrator and check with a logged out user too. Idan -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Fred Jones Sent: ? 23 ???? 2009 16:57 To: support at drupal.org Subject: Re: [support] View stopped working.... > I'm also checking on user 1 and user 0 also! :) -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 From idan at arbel-designs.com Tue Jun 23 14:18:58 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 17:18:58 +0300 Subject: [support] View stopped working.... In-Reply-To: <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> Message-ID: <011701c9f40d$8e862d00$ab928700$@com> I solved the problem, or at least found it. I have localizer installed, and language was set only for page elements, out of the blue it started filtering all content types without fall back, so if a language wasn?t set for a node then it didn't display it. Thanks for the help everyone! Idan -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Fred Jones Sent: ? 23 ???? 2009 16:57 To: support at drupal.org Subject: Re: [support] View stopped working.... > I'm also checking on user 1 and user 0 also! :) -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 From john.callahan at UDel.Edu Tue Jun 23 14:20:31 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Tue, 23 Jun 2009 10:20:31 -0400 Subject: [support] View stopped working.... In-Reply-To: References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <4A40DCEA.604@udel.edu> Message-ID: <4A40E4AF.60900@udel.edu> True. By break, I meant what part is not working as expected: the data, the SQL (View), or the display? Is it true that a primary difference here between the Content page and a View is that the view does a join to one of the CCK tables? If so, I would check that the data tables still behave well; try selects on those individual CCK tables as well as joins using node/cck tables. If they work, you feel pretty good about your data. I would then start looking at things that Views add over plain SQL, like access permissions and maybe display (already discussed cache). Who knows, maybe it's a javascript/jQuery error that prevents the display even though the query works??? I really don't know. - John Victor Kane wrote: > Here's the thing: > > 1. Idan says that when he goes to Adminster > Content management > > Content he sees the nodes of his non-page content types that views > doesn't show him. > > (please confirm this once again, Idan) > > 2. He doesn't mention any errors he has seen, so we don't really know > that views is breaking, or that the SQL is breaking. > > Victor > > On Tue, Jun 23, 2009 at 10:47 AM, John Callahan > > wrote: > > Can you perform an SQL query from the command line directly to the > mysql database? Use the database credentials as in the > settings.php file. Just try doing a basic SELECT statement on the > node table using the WHERE clause to restrict on the content types > you want. If you can do that from the command line, try creating > a PHP page on your site and perform the same query, of course > using http://api.drupal.org/api/function/db_query. > > I would try to build up to the actual SQL statement that the View > is using. See where it breaks. > > - John > > > > Walter Garcia-Fontes wrote: >> * Idan Arbel [23/06/09 14:40]: >> >>> No user was deleted, I'll updated the cck and views, and in content management >>> is see non page content types. >>> I tried changing the view, or creating a brand new view but still it doesn't >>> display in content other than page >>> >> Could it be a permission problem? Do you have the content permission >> module enabled? >> >> > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.callahan at UDel.Edu Tue Jun 23 14:22:04 2009 From: john.callahan at UDel.Edu (John Callahan) Date: Tue, 23 Jun 2009 10:22:04 -0400 Subject: [support] View stopped working.... In-Reply-To: <011701c9f40d$8e862d00$ab928700$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <20090623114131.GA24268@upf.edu> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> <011701c9f40d$8e862d00$ab928700$@com> Message-ID: <4A40E50C.9080801@udel.edu> Good to hear! Please ignore my last email. :-) - John Idan Arbel wrote: > I solved the problem, or at least found it. I have localizer installed, and > language was set only for page elements, out of the blue it started > filtering all content types without fall back, so if a language wasn?t set > for a node then it didn't display it. > > Thanks for the help everyone! > > Idan > > -----Original Message----- > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On > Behalf Of Fred Jones > Sent: ? 23 ???? 2009 16:57 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > >> I'm also checking on user 1 >> > > and user 0 also! :) > -- > [ Drupal support list | http://lists.drupal.org/ ] > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Tue Jun 23 14:22:56 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 11:22:56 -0300 Subject: [support] View stopped working.... In-Reply-To: <011701c9f40d$8e862d00$ab928700$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> <011701c9f40d$8e862d00$ab928700$@com> Message-ID: I'm glad you solved your problem, but that's really difficult to understand, since one would think the same effect would be seen when viewing content in Adminster > content management > content. 2009/6/23 Idan Arbel > I solved the problem, or at least found it. I have localizer installed, and > language was set only for page elements, out of the blue it started > filtering all content types without fall back, so if a language wasn?t set > for a node then it didn't display it. > > Thanks for the help everyone! > > Idan > > -----Original Message----- > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On > Behalf Of Fred Jones > Sent: ? 23 ???? 2009 16:57 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > > I'm also checking on user 1 > > and user 0 also! :) > -- > [ Drupal support list | http://lists.drupal.org/ ] > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From idan at arbel-designs.com Tue Jun 23 14:26:38 2009 From: idan at arbel-designs.com (Idan Arbel) Date: Tue, 23 Jun 2009 17:26:38 +0300 Subject: [support] View stopped working.... In-Reply-To: References: <008301c9f3f3$d957c420$8c074c60$@com> <009101c9f3f7$ebdb2890$c39179b0$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> <011701c9f40d$8e862d00$ab928700$@com> Message-ID: <012a01c9f40e$9fdba020$df92e060$@com> This is actually a "feature" to prevent content in wrong language from displaying to users of the other language, the real question is why did it start working now, I really didn't even come close to touching any feature from the localizer module when I edited the site. Idan From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Victor Kane Sent: ? 23 ???? 2009 17:23 To: support at drupal.org Subject: Re: [support] View stopped working.... I'm glad you solved your problem, but that's really difficult to understand, since one would think the same effect would be seen when viewing content in Adminster > content management > content. 2009/6/23 Idan Arbel I solved the problem, or at least found it. I have localizer installed, and language was set only for page elements, out of the blue it started filtering all content types without fall back, so if a language wasn?t set for a node then it didn't display it. Thanks for the help everyone! Idan -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Fred Jones Sent: ? 23 ???? 2009 16:57 To: support at drupal.org Subject: Re: [support] View stopped working.... > I'm also checking on user 1 and user 0 also! :) -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -- [ Drupal support list | http://lists.drupal.org/ ] Checked by AVG - www.avg.com Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 18:11:00 -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorkane at gmail.com Tue Jun 23 14:29:55 2009 From: victorkane at gmail.com (Victor Kane) Date: Tue, 23 Jun 2009 11:29:55 -0300 Subject: [support] View stopped working.... In-Reply-To: <012a01c9f40e$9fdba020$df92e060$@com> References: <008301c9f3f3$d957c420$8c074c60$@com> <009c01c9f3fb$c3b21aa0$4b164fe0$@com> <00b601c9f3ff$228e9730$67abc590$@com> <20090623133754.GA1133@upf.edu> <00e001c9f408$65952a40$30bf7ec0$@com> <177c0a10906230657s18c00e0ev3f13ce5ad2d70ad6@mail.gmail.com> <011701c9f40d$8e862d00$ab928700$@com> <012a01c9f40e$9fdba020$df92e060$@com> Message-ID: Well, it's great you got your site working again! On Tue, Jun 23, 2009 at 11:26 AM, Idan Arbel wrote: > This is actually a "feature" to prevent content in wrong language from > displaying to users of the other language, the real question is why did it > start working now, I really didn't even come close to touching any feature > from the localizer module when I edited the site. > > > Idan > > > > *From:* support-bounces at drupal.org [mailto:support-bounces at drupal.org] *On > Behalf Of *Victor Kane > *Sent:* ? 23 ???? 2009 17:23 > > *To:* support at drupal.org > *Subject:* Re: [support] View stopped working.... > > > > I'm glad you solved your problem, but that's really difficult to > understand, since one would think the same effect would be seen when viewing > content in Adminster > content management > content. > > > 2009/6/23 Idan Arbel > > I solved the problem, or at least found it. I have localizer installed, and > language was set only for page elements, out of the blue it started > filtering all content types without fall back, so if a language wasn?t set > for a node then it didn't display it. > > Thanks for the help everyone! > > Idan > > > -----Original Message----- > From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On > > Behalf Of Fred Jones > Sent: ? 23 ???? 2009 16:57 > To: support at drupal.org > Subject: Re: [support] View stopped working.... > > > I'm also checking on user 1 > > and user 0 also! :) > -- > [ Drupal support list | http://lists.drupal.org/ ] > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > > > Checked by AVG - www.avg.com > Version: 8.5.374 / Virus Database: 270.12.87/2195 - Release Date: 06/22/09 > 18:11:00 > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hans.langouche at gmail.com Tue Jun 23 14:52:01 2009 From: hans.langouche at gmail.com (Hans Langouche) Date: Tue, 23 Jun 2009 16:52:01 +0200 Subject: [support] hook_menu problem Message-ID: <4A40EC11.6010809@gmail.com> Hi, I'm running into a problem with the menu system. I have a 'project' content type that has a couple of child links to show either some cck field of that node or some embedded views with related content (but I think that what happens on those child paths is not relevant). The problem I have is that these child paths often show the content of the parent (node) path instead of the content it's supposed to show (this will go away after clearing cache, but comes back again). Below is how I add the paths to the system, nodeapi then also adds aliases for each of those links (based on the alias of the parent link). Note that this problem also occurs when I visit the link with their real path (e.g. node/x/more, so I guess the alias system is also not the cause). Originally I didn't add in the file and file path (as the hook_menu call is in the same module as the page callback's), I added it in tho try to solve this cache (?) problem. Any suggestions or tips are appreciated :-) Hans if (arg(0) == 'node' && is_numeric(arg(1)) && !arg(3)) { $_node = node_load(arg(1)); if ($_node->type == 'project') { $items = array(); $items['node/%node/more'] = array( 'title callback' => 'projecttabs_title', 'title arguments' => array(1, t('more')), 'page callback' => 'projecttabs_tabs_more', 'page arguments' => array(1), 'file' => 'projecttabs.module', 'file path' => drupal_get_path('module', 'projecttabs'), 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); From reverse.geek at gmail.com Tue Jun 23 19:24:28 2009 From: reverse.geek at gmail.com (Geoff D) Date: Wed, 24 Jun 2009 05:24:28 +1000 Subject: [support] Using Taxonomy to filter topics / categories Message-ID: Hi, I've just done a Drupal search on Taxonomy and was very surprised to come up with many modules related to this. I was wondering if it is possible to build a web site or blog with taxonomy so that logged in users can configure what topics they see and hide what they don't want to see. For example, if I had a web site with sport categories 1) Football 2) Basketball 3) Athletics etc, etc, if I wanted to, I would only see the posts on 1 & 2 and not 3 if that is all I subscribed too? Can this be easily done? Thanks Geoff -------------- next part -------------- An HTML attachment was scrubbed... URL: From kathleen at ceardach.com Tue Jun 23 19:32:45 2009 From: kathleen at ceardach.com (Kathleen Murtagh) Date: Tue, 23 Jun 2009 15:32:45 -0400 Subject: [support] Using Taxonomy to filter topics / categories In-Reply-To: References: Message-ID: <78789e870906231232h2f1fe5fer1eb1e76255e96988@mail.gmail.com> User-Selectable Roles: http://drupal.org/project/user_selectable_roles One of the ideas behind that module is to use access control to hide and show content, and then allow a user to pick which things are available to them. If you use Taxonomy Access Control, and assign roles per taxonomy, a user could then pick what roles they wanted. Alternatively, you can have a custom view, with an exposed field that remembers the user's last selected option, that would allow a user to pick and choose what content they wanted to see. -- Kathleen Murtagh On Tue, Jun 23, 2009 at 3:24 PM, Geoff D wrote: > Hi, > I've just done a Drupal search on Taxonomy and was very surprised to come > up with many modules related to this. I was wondering if it is possible to > build a web site or blog with taxonomy so that logged in users can configure > what topics they see and hide what they don't want to see. For example, if > I had a web site with sport categories 1) Football 2) Basketball 3) > Athletics etc, etc, if I wanted to, I would only see the posts on 1 & 2 and > not 3 if that is all I subscribed too? Can this be easily done? > Thanks > Geoff > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From reverse.geek at gmail.com Tue Jun 23 19:44:54 2009 From: reverse.geek at gmail.com (Geoff D) Date: Wed, 24 Jun 2009 05:44:54 +1000 Subject: [support] Using Taxonomy to filter topics / categories In-Reply-To: <78789e870906231232h2f1fe5fer1eb1e76255e96988@mail.gmail.com> References: <78789e870906231232h2f1fe5fer1eb1e76255e96988@mail.gmail.com> Message-ID: Thanks. There is not that much information on it there, but I trust a user can change their settings any time and that they could remain logged in via cookie and every time they visited the site they would get their custom view rather than the general one. Thanks again Geoff On Wed, Jun 24, 2009 at 5:32 AM, Kathleen Murtagh wrote: > User-Selectable Roles: http://drupal.org/project/user_selectable_roles > > One of the ideas behind that module is to use access control to hide and > show content, and then allow a user to pick which things are available to > them. If you use Taxonomy Access Control, and assign roles per taxonomy, a > user could then pick what roles they wanted. > > Alternatively, you can have a custom view, with an exposed field that > remembers the user's last selected option, that would allow a user to pick > and choose what content they wanted to see. > > -- > Kathleen Murtagh > > > On Tue, Jun 23, 2009 at 3:24 PM, Geoff D wrote: > >> Hi, >> I've just done a Drupal search on Taxonomy and was very surprised to come >> up with many modules related to this. I was wondering if it is possible to >> build a web site or blog with taxonomy so that logged in users can configure >> what topics they see and hide what they don't want to see. For example, if >> I had a web site with sport categories 1) Football 2) Basketball 3) >> Athletics etc, etc, if I wanted to, I would only see the posts on 1 & 2 and >> not 3 if that is all I subscribed too? Can this be easily done? >> Thanks >> Geoff >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From madflute at anonemusic.com Tue Jun 23 22:05:45 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Tue, 23 Jun 2009 18:05:45 -0400 Subject: [support] OG Detail Block Message-ID: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> Drupal 6.12 OG 6.x-1.3 I am using OG for my classes at a collage. I need to get a better control of OG Detail Block. - I need to hide "invite friend" - I want to change the string where it says Groups to Classes - I want to have this block displayed as soon as a student logs in even though the node isn't a group node, i.e., . I thought about it might be better off with View but I couldn't figure out how to change the content per student logged in like OG Detail Block does. Any help would be appreciated. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com From bharanikumariyerphp at gmail.com Wed Jun 24 03:52:03 2009 From: bharanikumariyerphp at gmail.com (bharani kumar) Date: Wed, 24 Jun 2009 09:22:03 +0530 Subject: [support] need help in search_form_alter Message-ID: <2240033d0906232052n61e16d1dkeb7de591c51fc2f3@mail.gmail.com> Hi , I want to customize the default search module , So i want to add the drodown list box with search text box, here is the alter form , Then what is the next steps , for search the article by dropdown list , I want to add my drop down list value into select query where condition , How i do , here is the code function search_form_alter(&$form, $form_state, $form_id) { switch ($form_id) { case 'search_theme_form': $form['selectlist'] = array( '#type' => 'select', '#default_value' => variable_get('feed_item_length','teaser'), '#options' => array( 'user' => t('user'), 'location' => t('Location'), 'age' => t('age'), ), '#description' => t('Select type.'),); break; } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From drupal at lists.tacticus.com Wed Jun 24 09:05:14 2009 From: drupal at lists.tacticus.com (Luke) Date: Wed, 24 Jun 2009 05:05:14 -0400 (EDT) Subject: [support] File Size Limits with Filefield on D6? Message-ID: Hello I am having trouble allowing users to upload large files via filefields. In particular, I have modified the drupal root .htaccess file to permit this, and have even changed the memory limit in php.ini. 2 meg is still the limit. In D5, there was a way to control the upload limits, although that was with the core upload module. Is something like that at issue here, or might there be something else going on? The start of the .htaccess file now looks like this, which has worked in other places on this host: php_value post_max_size 51m php_value max_input_time 2680 php_value upload_max_filesize 50m php_value upload_tmp_dir /tmp php_value memory_limit 110m From michel at ziobuddalabs.it Wed Jun 24 09:19:11 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Wed, 24 Jun 2009 11:19:11 +0200 Subject: [support] Autocomplete in webform In-Reply-To: <2240033d0906191129k1e3b5d4at2c62f0719c14e61d@mail.gmail.com> References: <2240033d0906191129k1e3b5d4at2c62f0719c14e61d@mail.gmail.com> Message-ID: <4A41EF8F.3020402@ziobuddalabs.it> bharani kumar ha scritto: > Hi All , > > > > Using * web form* module , i created tell a friend form , > > In that i want to add the email field as auto complete , > > How to add the auto complete functionality in to email field using > *web form* , > > thanks > Alter form ? http://drupal.org/node/274729 M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at koba.be Wed Jun 24 09:39:31 2009 From: info at koba.be (KOBA | Hans Rossel) Date: Wed, 24 Jun 2009 11:39:31 +0200 Subject: [support] OG Detail Block In-Reply-To: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> References: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> Message-ID: <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> I uses this basis code inside a module to adapt the OG Detail block, just uncomment or remove the parts you don't need. /** * Implementation of hook_og_link_alter(). */ function mymodule_og_links_alter(&$links, $group_node) { //drupal_set_message('
'. var_export($group_node,TRUE) .'
'); //drupal_set_message('
'. var_export($links,TRUE) .'
'); //$links['invite'] = 'Blablabla'; // change the invite anchor text //unset ($links['subscribers']); unset ($links['invite']); // Remove invite a friend link from group details block. //unset ($links['manager']); //unset ($links['my_membership']); } Hans www.koba.be 2009/6/24 A-NO-NE Music > > Drupal 6.12 > OG 6.x-1.3 > > I am using OG for my classes at a collage. I need to get a better control > of OG Detail Block. > > - I need to hide "invite friend" > > - I want to change the string where it says Groups to Classes > > - I want to have this block displayed as soon as a student logs in even > though the node isn't a group node, i.e., . > > I thought about it might be better off with View but I couldn't figure out > how to change the content per student logged in like OG Detail Block does. > Any help would be appreciated. > > > -- > - Hiro > > Hiroaki Honshuku, A-NO-NE Music, Greater Boston > http://a-no-ne.com http://anonemusic.com > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From bharanikumariyerphp at gmail.com Wed Jun 24 09:48:14 2009 From: bharanikumariyerphp at gmail.com (bharani kumar) Date: Wed, 24 Jun 2009 15:18:14 +0530 Subject: [support] Autocomplete in webform In-Reply-To: <4A41EF8F.3020402@ziobuddalabs.it> References: <2240033d0906191129k1e3b5d4at2c62f0719c14e61d@mail.gmail.com> <4A41EF8F.3020402@ziobuddalabs.it> Message-ID: <2240033d0906240248p5d346fcby5d1b3438371ddb9f@mail.gmail.com> but that is customize implementation , like if user wants to add menu or block as per his/her requirement , but if the person is not technical then they go only webform , So am asking in web form , i want an auto complete text box , Thanks On Wed, Jun 24, 2009 at 2:49 PM, Michel Morelli wrote: > bharani kumar ha scritto: > > Hi All , > > > > Using * web form* module , i created tell a friend form , > > In that i want to add the email field as auto complete , > > How to add the auto complete functionality in to email field using *web > form* , > > thanks > > Alter form ? > > http://drupal.org/node/274729 > > M. > > -- > Michel 'ZioBudda' Morelli michel at ziobuddalabs.net > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni 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_buddahttp://www.ziodrupal.net MSN: michel at ziobuddalabs.it > JABBER: michel at ziobuddalabs.it > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From skessler at denverdataman.com Wed Jun 24 13:07:57 2009 From: skessler at denverdataman.com (Steve Kessler) Date: Wed, 24 Jun 2009 07:07:57 -0600 Subject: [support] Autocomplete in webform In-Reply-To: <2240033d0906240248p5d346fcby5d1b3438371ddb9f@mail.gmail.com> References: <2240033d0906191129k1e3b5d4at2c62f0719c14e61d@mail.gmail.com> <4A41EF8F.3020402@ziobuddalabs.it> <2240033d0906240248p5d346fcby5d1b3438371ddb9f@mail.gmail.com> Message-ID: <0abd01c9f4cc$cba1e3e0$62e5aba0$@com> Web form has variables (tokens) you can use that come from user registration if you are so inclined. For example I think %user is one that can fill in the person's user name if they are logged in. As you step through the form this is well documented where you would add help text for the user. -Steve Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewsletter From: bharani kumar [mailto:bharanikumariyerphp at gmail.com] Sent: Wednesday, June 24, 2009 3:48 AM To: support at drupal.org Subject: Re: [support] Autocomplete in webform but that is customize implementation , like if user wants to add menu or block as per his/her requirement , but if the person is not technical then they go only webform , So am asking in web form , i want an auto complete text box , Thanks On Wed, Jun 24, 2009 at 2:49 PM, Michel Morelli wrote: bharani kumar ha scritto: Hi All , Using web form module , i created tell a friend form , In that i want to add the email field as auto complete , How to add the auto complete functionality in to email field using web form , thanks Alter form ? http://drupal.org/node/274729 M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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/ ] -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Wed Jun 24 15:10:55 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Wed, 24 Jun 2009 17:10:55 +0200 Subject: [support] Name of a view for alter form Message-ID: <4A4241FF.6030909@ziobuddalabs.it> Hi. I have created a view. Now I want to modify the form to add "autocomplete" to one of the exposed filter. I know that I need to use form_alter or form_nameOfTheForm_alter function. But which is the name of the form? I have founded the "id" "view-exposed", but I have a lot of views and I don't want that my script alter all views. Any other solutions ? Check the url ? Tnx. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From scott at bscottholmes.com Wed Jun 24 15:47:00 2009 From: scott at bscottholmes.com (Scott) Date: Wed, 24 Jun 2009 08:47:00 -0700 Subject: [support] File Size Limits with Filefield on D6? In-Reply-To: References: Message-ID: <1245858421.6942.1.camel@localhost> There are additional settings in php.ini that you might want to consider: max_execution_time, max_input_time, post_max_size as well as memory_limit. On Wed, 2009-06-24 at 05:05 -0400, Luke wrote: > Hello > > I am having trouble allowing users to upload large files via filefields. > In particular, I have modified the drupal root .htaccess file to permit > this, and have even changed the memory limit in php.ini. > > 2 meg is still the limit. > > In D5, there was a way to control the upload limits, although that was > with the core upload module. > > Is something like that at issue here, or might there be something else > going on? > > The start of the .htaccess file now looks like this, which has worked in > other places on this host: > > php_value post_max_size 51m > php_value max_input_time 2680 > php_value upload_max_filesize 50m > php_value upload_tmp_dir /tmp > php_value memory_limit 110m > -- > [ Drupal support list | http://lists.drupal.org/ ] From william.darren at gmail.com Wed Jun 24 16:07:22 2009 From: william.darren at gmail.com (William Smith) Date: Wed, 24 Jun 2009 12:07:22 -0400 Subject: [support] Name of a view for alter form In-Reply-To: <4A4241FF.6030909@ziobuddalabs.it> References: <4A4241FF.6030909@ziobuddalabs.it> Message-ID: <74630ca20906240907x468cca4cw4e98f0f290eae47c@mail.gmail.com> I often just put "print $form_id" at the top of my form_alter function and visit the page with the form to find specific form ids. On Wed, Jun 24, 2009 at 11:10 AM, Michel Morelli wrote: > Hi. I have created a view. Now I want to modify the form to add > "autocomplete" to one of the exposed filter. I know that I need to use > form_alter or form_nameOfTheForm_alter function. > But which is the name of the form? I have founded the "id" > "view-exposed", but I have a lot of views and I don't want that my > script alter all views. > Any other solutions ? Check the url ? > > Tnx. > > -- > Michel 'ZioBudda' Morelli michel at ziobuddalabs.net > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni 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: From drupal at lists.tacticus.com Thu Jun 25 09:14:00 2009 From: drupal at lists.tacticus.com (Luke) Date: Thu, 25 Jun 2009 05:14:00 -0400 (EDT) Subject: [support] File Size Limits with Filefield on D6? In-Reply-To: <1245858421.6942.1.camel@localhost> References: <1245858421.6942.1.camel@localhost> Message-ID: I had those (per my original). Interestingly, after multiple attempts at creating nodes, and a few web server restarts, this issue seems to have corrected itself overnight. Caching oddity maybe? I don't know, but it's fixed. Sorry to have wasted time. Luke On Wed, 24 Jun 2009, Scott wrote: > There are additional settings in php.ini that you might want to > consider: max_execution_time, max_input_time, post_max_size as well as > memory_limit. > > On Wed, 2009-06-24 at 05:05 -0400, Luke wrote: > > Hello > > > > I am having trouble allowing users to upload large files via filefields. > > In particular, I have modified the drupal root .htaccess file to permit > > this, and have even changed the memory limit in php.ini. > > > > 2 meg is still the limit. > > > > In D5, there was a way to control the upload limits, although that was > > with the core upload module. > > > > Is something like that at issue here, or might there be something else > > going on? > > > > The start of the .htaccess file now looks like this, which has worked in > > other places on this host: > > > > php_value post_max_size 51m > > php_value max_input_time 2680 > > php_value upload_max_filesize 50m > > php_value upload_tmp_dir /tmp > > php_value memory_limit 110m > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > -- > [ Drupal support list | http://lists.drupal.org/ ] > From crazyguru85 at gmail.com Thu Jun 25 12:42:00 2009 From: crazyguru85 at gmail.com (crazy guru) Date: Thu, 25 Jun 2009 05:42:00 -0700 Subject: [support] Distinct not working in Views 6.x-2.6. Getting duplicate results Message-ID: <65a095700906250542h5992165ag4bca3917ccb4af6e@mail.gmail.com> Dear All I have worked in views a lot but recently when i am working in Views 6.x-2.6 i get duplicate results. I also tried using node:distinct option yet the same error. Anybody had this problem with views? I am in utter need, have to shoot off this error as soon as possible. Please share your suggestions. thanks in advance. with regards Crazyguru -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Thu Jun 25 13:51:49 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Thu, 25 Jun 2009 15:51:49 +0200 Subject: [support] building big costum module: one big file or many little modules ? Message-ID: <4A4380F5.2000603@ziobuddalabs.it> Hi. I'm creating a site with some costum module. One of this modules can be split in 3-4 submodules but it is an option. There is another option: use "file" tag in the items of the hook_menu function. Which is the better solution (for the perfomance) ? I think the option with hook_menu because the item's file is loaded only when demanded. Tnx and sorry for my english. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From luca.capra at gmail.com Thu Jun 25 15:19:48 2009 From: luca.capra at gmail.com (luca capra) Date: Thu, 25 Jun 2009 17:19:48 +0200 Subject: [support] Distinct not working in Views 6.x-2.6. Getting duplicate results In-Reply-To: <65a095700906250542h5992165ag4bca3917ccb4af6e@mail.gmail.com> References: <65a095700906250542h5992165ag4bca3917ccb4af6e@mail.gmail.com> Message-ID: <4A439594.5050000@gmail.com> I had a similar problem. There is a patch for the core "db_rewrite_sql" that solved this problem http://drupal.org/node/284392#comment-1668178 crazy guru ha scritto: > Dear All > > I have worked in views a lot but recently when i am working in Views > 6.x-2.6 i get duplicate results. I also tried using node:distinct > option yet the same error. > > Anybody had this problem with views? I am in utter need, have to shoot > off this error as soon as possible. > > Please share your suggestions. thanks in advance. > > > with regards > > Crazyguru > > > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] From michel at ziobuddalabs.it Thu Jun 25 15:37:32 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Thu, 25 Jun 2009 17:37:32 +0200 Subject: [support] How to retrieve language in use ? Message-ID: <4A4399BC.807@ziobuddalabs.it> Hi. In one of my costum module's function I need to retrieve the language in use in my multilingua drupal site. How ? Tnx. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From michel at ziobuddalabs.it Thu Jun 25 15:44:11 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Thu, 25 Jun 2009 17:44:11 +0200 Subject: [support] Multilanguage site and custom theme: file or t() ? Message-ID: <4A439B4B.4050607@ziobuddalabs.it> In a multilanguage file for the themed output (called via theme_render_template) is better the use of one file for each language or one file for all with t() function ? I think one file for each language. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From hans.langouche at gmail.com Thu Jun 25 15:49:37 2009 From: hans.langouche at gmail.com (Hans Langouche) Date: Thu, 25 Jun 2009 17:49:37 +0200 Subject: [support] calendar with multilingual path Message-ID: <4A439C91.70202@gmail.com> Hi there, what would be the best way to achieve multi lingual paths for the calendar module (including intact language switcher) ? I tried viewfield, but the arguments don't seem to work correctly and also my calendar block won't point to the correct calendar path. E.g calendar/2009-06 fr/calendrier/2009-06 nl/kalender/2009-06 Tnx, Hans From sdecabooter at gmail.com Thu Jun 25 16:15:02 2009 From: sdecabooter at gmail.com (Sven Decabooter) Date: Thu, 25 Jun 2009 18:15:02 +0200 Subject: [support] How to retrieve language in use ? In-Reply-To: <4A4399BC.807@ziobuddalabs.it> References: <4A4399BC.807@ziobuddalabs.it> Message-ID: <3f960de20906250915g6c38caadn38d340a1455f7093@mail.gmail.com> In Drupal 6, use: global $language; 2009/6/25 Michel Morelli > Hi. In one of my costum module's function I need to retrieve the language > in use in my multilingua drupal site. > How ? > > Tnx. > > M. > > -- > Michel 'ZioBudda' Morelli michel at ziobuddalabs.net > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni 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: From z.stolar at gmail.com Thu Jun 25 19:38:29 2009 From: z.stolar at gmail.com (=?UTF-8?B?15bXlNeoINeh15jXldec16g=?=) Date: Thu, 25 Jun 2009 22:38:29 +0300 Subject: [support] Multilanguage site and custom theme: file or t() ? In-Reply-To: <4A439B4B.4050607@ziobuddalabs.it> References: <4A439B4B.4050607@ziobuddalabs.it> Message-ID: <4A43D235.4000102@gmail.com> You probably want to pass your strings in a t function. Maintaining multiple identical files makes no sense. Michel Morelli wrote: > In a multilanguage file for the themed output (called via > theme_render_template) is better the use of one file for each language > or one file for all with t() function ? > > I think one file for each language. > > M. > From mail at webthatworks.it Thu Jun 25 19:59:08 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Thu, 25 Jun 2009 21:59:08 +0200 Subject: [support] Multilanguage site and custom theme: file or t() ? In-Reply-To: <4A439B4B.4050607@ziobuddalabs.it> References: <4A439B4B.4050607@ziobuddalabs.it> Message-ID: <20090625215908.745ae5fa@dawn.webthatworks.it> On Thu, 25 Jun 2009 17:44:11 +0200 Michel Morelli wrote: > In a multilanguage file for the themed output (called via > theme_render_template) is better the use of one file for each > language or one file for all with t() function ? > I think one file for each language. Definitively the later. With the later you have: - automatic fall-back to the main language - import/export through .po files (and other systems) - reuse/separation of layout/language - ... I bet there is more, but the above should be enough Unless there are reasons to present really different layout/informations to different audience and building up conditional logic looks "complicated" you'd better stick with t(). I've used the template system to hide some site dependent business logic... but that's just a coding debt I had to pay later. Using template for supporting languages may seems to offer some advantage when your support for different languages is unbalanced... but it will bite you back. -- Ivan Sergio Borgonovo http://www.webthatworks.it From drupal at lists.tacticus.com Fri Jun 26 07:35:23 2009 From: drupal at lists.tacticus.com (Luke) Date: Fri, 26 Jun 2009 03:35:23 -0400 (EDT) Subject: [support] Create a group of nodes and taxonomies programmatically Message-ID: Hello I am trying to deploy a site (D6), which will include a list of manufacturers, each with a sublist of model numbered products. Each one of those products will include several nodes, addressing that product's attributes. This is basically a review type site--it isn't selling things directly, so a commerce package is not desirable here. What I would like to be able to do, is create a master CCK node for a particular product. Select a manufacturer from the taxonomy list, and enter the model number of the product. The saving of that node would then create the taxonomy entry for the model number, and several other nodes to hold various descriptive pages which are the same for each product. I.E. each product has a description node, a layout node, a features node, etc.. Nodereference fields on that master node should also fill in automatically with links to the newly created info nodes. This could maybe also be done by creating the taxonomy entry for the model number, and having that create the master node and all of the blank info nodes. I would then like to be able to access, not only through the master node's links, but also via something like: http://site.com/manufacturer/modelnumber/features http://site.com/manufacturer/modelnumber/layout That sort of thing. Is there any extant system which comes close to pulling this off in an existing module or set thereof? I know about this, which might come in handy if I have to code most of it, but I'd really rather avoid that. Thanks Luke From crazyguru85 at gmail.com Fri Jun 26 07:56:00 2009 From: crazyguru85 at gmail.com (crazy guru) Date: Fri, 26 Jun 2009 00:56:00 -0700 Subject: [support] Distinct not working in Views 6.x-2.6. Getting duplicate results In-Reply-To: <4A439594.5050000@gmail.com> References: <65a095700906250542h5992165ag4bca3917ccb4af6e@mail.gmail.com> <4A439594.5050000@gmail.com> Message-ID: <65a095700906260056n6ff64fdco3cd2247d72929ac0@mail.gmail.com> but i have the same problem still even after patching. How can i solve this? please give your suggestions. On Thu, Jun 25, 2009 at 8:19 AM, luca capra wrote: > > I had a similar problem. > There is a patch for the core "db_rewrite_sql" that solved this problem > http://drupal.org/node/284392#comment-1668178 > > > crazy guru ha scritto: > >> Dear All >> >> I have worked in views a lot but recently when i am working in Views >> 6.x-2.6 i get duplicate results. I also tried using node:distinct option yet >> the same error. >> >> Anybody had this problem with views? I am in utter need, have to shoot off >> this error as soon as possible. >> >> Please share your suggestions. thanks in advance. >> >> >> with regards >> >> Crazyguru >> >> >> ------------------------------------------------------------------------ >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > -- > [ Drupal support list | http://lists.drupal.org/ ] > -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Fri Jun 26 08:31:33 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 26 Jun 2009 10:31:33 +0200 Subject: [support] Shared web site Message-ID: <4A448765.4010604@ziobuddalabs.it> Hi, Where can I find document about how to create web sites that shared data (node and costum table) but not theme and settings ? I know that I need to create directories in sites/, every site need one settings.php but I don't found how to create the list of shared tables. Tnx. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From madflute at anonemusic.com Fri Jun 26 08:37:59 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Fri, 26 Jun 2009 04:37:59 -0400 Subject: [support] OG Detail Block In-Reply-To: <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> References: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> Message-ID: Thank you so much for you response (again :-) I must admit I do not know how to implement this. When you say "inside the module", do I need to hack the book.module file, or create a tpl,php file instead? -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com On 09/06/24(?), at 5:39, KOBA | Hans Rossel wrote: > I uses this basis code inside a module to adapt the OG Detail block, > just uncomment or remove the parts you don't need. > > /** > * Implementation of hook_og_link_alter(). > */ > function mymodule_og_links_alter(&$links, $group_node) { > //drupal_set_message('
'. var_export($group_node,TRUE) .'
'); > //drupal_set_message('
'. var_export($links,TRUE) .'
'); > > //$links['invite'] = 'Blablabla'; // change the invite anchor text > //unset ($links['subscribers']); > unset ($links['invite']); // Remove invite a friend link from > group details block. > //unset ($links['manager']); > //unset ($links['my_membership']); > } > > > Hans > www.koba.be > > 2009/6/24 A-NO-NE Music > > Drupal 6.12 > OG 6.x-1.3 > > I am using OG for my classes at a collage. I need to get a better > control of OG Detail Block. > > - I need to hide "invite friend" > > - I want to change the string where it says Groups to Classes > > - I want to have this block displayed as soon as a student logs in > even though the node isn't a group node, i.e., . > > I thought about it might be better off with View but I couldn't > figure out how to change the content per student logged in like OG > Detail Block does. Any help would be appreciated. > > > -- > - Hiro > > Hiroaki Honshuku, A-NO-NE Music, Greater Boston > http://a-no-ne.com http://anonemusic.com > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > > -- > Hans Rossel > KOBA Webdevelopment > Kerkstraat 228 > 9050 Gent > 09-334.52.60 > 0472-79.32.16 > www.koba.be > info at koba.be > -- > [ Drupal support list | http://lists.drupal.org/ ] From mail at webthatworks.it Fri Jun 26 08:47:26 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Fri, 26 Jun 2009 10:47:26 +0200 Subject: [support] Shared web site In-Reply-To: <4A448765.4010604@ziobuddalabs.it> References: <4A448765.4010604@ziobuddalabs.it> Message-ID: <20090626104726.44902ca9@dawn.webthatworks.it> On Fri, 26 Jun 2009 10:31:33 +0200 Michel Morelli wrote: > Hi, Where can I find document about how to create web sites that > shared data (node and costum table) but not theme and settings ? > I know that I need to create directories in sites/, every site > need one settings.php but I don't found how to create the list of > shared tables. google for drupal multisite db_prefix and give a look in your settings.php eg. http://drupal.org/node/43816 http://drupal.org/node/2622 -- Ivan Sergio Borgonovo http://www.webthatworks.it From hans.rossel at koba.be Fri Jun 26 09:08:42 2009 From: hans.rossel at koba.be (KOBA | Hans Rossel) Date: Fri, 26 Jun 2009 11:08:42 +0200 Subject: [support] OG Detail Block In-Reply-To: References: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> Message-ID: <51a9b8330906260208i169676a2h9181af9b0f7ccd14@mail.gmail.com> Hi Hiro, No you need to make your own module. Let's say you call your module anone. Then: 1. Make a folder in sites/all/modules called anone 2. Make a file inside that folder and call it anone.info, put the following lines inside name = " A-NO-NE" description = "Helper module for small changes in functionality Anone site" package = "Anone" dependencies[] = og core = 6.x version = "6.x-1.x-dev" 3. Make a second file inside the anone folder and call it anone.module, put inside the lines that I gave you, but replace mymodule in the function name with the real name of the module where you use it in: anone, so function anone_og_links_alter(&$links, $group_node) { Start with 4. Go in your Drupal admin to modules and activate your module. Should work, if you get a white screen you made a mistake. More information how to make a module you find on http://drupal.org/node/206753 Good luck, Hans www.koba.be 2009/6/26 A-NO-NE Music > > Thank you so much for you response (again :-) > > I must admit I do not know how to implement this. When you say "inside the > module", do I need to hack the book.module file, or create a tpl,php file > instead? > > -- > - Hiro > > Hiroaki Honshuku, A-NO-NE Music, Greater Boston > http://a-no-ne.com http://anonemusic.com > > > > On 09/06/24(?), at 5:39, KOBA | Hans Rossel wrote: > > I uses this basis code inside a module to adapt the OG Detail block, just >> uncomment or remove the parts you don't need. >> >> /** >> * Implementation of hook_og_link_alter(). >> */ >> function mymodule_og_links_alter(&$links, $group_node) { >> //drupal_set_message('
'. var_export($group_node,TRUE) .'
'); >> //drupal_set_message('
'. var_export($links,TRUE) .'
'); >> >> //$links['invite'] = 'Blablabla'; // change the invite anchor text >> //unset ($links['subscribers']); >> unset ($links['invite']); // Remove invite a friend link from group >> details block. >> //unset ($links['manager']); >> //unset ($links['my_membership']); >> } >> >> >> Hans >> www.koba.be >> >> 2009/6/24 A-NO-NE Music >> >> Drupal 6.12 >> OG 6.x-1.3 >> >> I am using OG for my classes at a collage. I need to get a better control >> of OG Detail Block. >> >> - I need to hide "invite friend" >> >> - I want to change the string where it says Groups to Classes >> >> - I want to have this block displayed as soon as a student logs in even >> though the node isn't a group node, i.e., . >> >> I thought about it might be better off with View but I couldn't figure >> out how to change the content per student logged in like OG Detail Block >> does. Any help would be appreciated. >> >> >> -- >> - Hiro >> >> Hiroaki Honshuku, A-NO-NE Music, Greater Boston >> http://a-no-ne.com http://anonemusic.com >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> >> -- >> Hans Rossel >> KOBA Webdevelopment >> Kerkstraat 228 >> 9050 Gent >> 09-334.52.60 >> 0472-79.32.16 >> www.koba.be >> info at koba.be >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at koba.be Fri Jun 26 09:09:24 2009 From: info at koba.be (KOBA | Hans Rossel) Date: Fri, 26 Jun 2009 11:09:24 +0200 Subject: [support] OG Detail Block In-Reply-To: References: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> Message-ID: <51a9b8330906260209q70c501a7rd4ef3cbae023d4cd@mail.gmail.com> Hi Hiro, No you need to make your own module. Let's say you call your module anone. Then: 1. Make a folder in sites/all/modules called anone 2. Make a file inside that folder and call it anone.info, put the following lines inside name = " A-NO-NE" description = "Helper module for small changes in functionality Anone site" package = "Anone" dependencies[] = og core = 6.x version = "6.x-1.x-dev" 3. Make a second file inside the anone folder and call it anone.module, put inside the lines that I gave you, but replace mymodule in the function name with the real name of the module where you use it in: anone, so function anone_og_links_alter(&$links, $group_node) { Start with 4. Go in your Drupal admin to modules and activate your module. Should work, if you get a white screen you made a mistake. More information how to make a module you find on http://drupal.org/node/206753 Good luck, Hans www.koba.be 2009/6/26 A-NO-NE Music > > Thank you so much for you response (again :-) > > I must admit I do not know how to implement this. When you say "inside the > module", do I need to hack the book.module file, or create a tpl,php file > instead? > > -- > - Hiro > > Hiroaki Honshuku, A-NO-NE Music, Greater Boston > http://a-no-ne.com http://anonemusic.com > > > > On 09/06/24(?), at 5:39, KOBA | Hans Rossel wrote: > > I uses this basis code inside a module to adapt the OG Detail block, just >> uncomment or remove the parts you don't need. >> >> /** >> * Implementation of hook_og_link_alter(). >> */ >> function mymodule_og_links_alter(&$links, $group_node) { >> //drupal_set_message('
'. var_export($group_node,TRUE) .'
'); >> //drupal_set_message('
'. var_export($links,TRUE) .'
'); >> >> //$links['invite'] = 'Blablabla'; // change the invite anchor text >> //unset ($links['subscribers']); >> unset ($links['invite']); // Remove invite a friend link from group >> details block. >> //unset ($links['manager']); >> //unset ($links['my_membership']); >> } >> >> >> Hans >> www.koba.be >> >> 2009/6/24 A-NO-NE Music >> >> Drupal 6.12 >> OG 6.x-1.3 >> >> I am using OG for my classes at a collage. I need to get a better control >> of OG Detail Block. >> >> - I need to hide "invite friend" >> >> - I want to change the string where it says Groups to Classes >> >> - I want to have this block displayed as soon as a student logs in even >> though the node isn't a group node, i.e., . >> >> I thought about it might be better off with View but I couldn't figure >> out how to change the content per student logged in like OG Detail Block >> does. Any help would be appreciated. >> >> >> -- >> - Hiro >> >> Hiroaki Honshuku, A-NO-NE Music, Greater Boston >> http://a-no-ne.com http://anonemusic.com >> >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> >> >> >> -- >> Hans Rossel >> KOBA Webdevelopment >> Kerkstraat 228 >> 9050 Gent >> 09-334.52.60 >> 0472-79.32.16 >> www.koba.be >> info at koba.be >> -- >> [ Drupal support list | http://lists.drupal.org/ ] >> > > > > -- > [ Drupal support list | http://lists.drupal.org/ ] > -- Hans Rossel KOBA Webdevelopment Kerkstraat 228 9050 Gent 09-334.52.60 0472-79.32.16 www.koba.be info at koba.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Fri Jun 26 11:06:53 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 26 Jun 2009 13:06:53 +0200 Subject: [support] Shared web site In-Reply-To: <20090626104726.44902ca9@dawn.webthatworks.it> References: <4A448765.4010604@ziobuddalabs.it> <20090626104726.44902ca9@dawn.webthatworks.it> Message-ID: <4A44ABCD.9090208@ziobuddalabs.it> Ivan Sergio Borgonovo ha scritto: > On Fri, 26 Jun 2009 10:31:33 +0200 > Michel Morelli wrote: > > >> Hi, Where can I find document about how to create web sites that >> shared data (node and costum table) but not theme and settings ? >> I know that I need to create directories in sites/, every site >> need one settings.php but I don't found how to create the list of >> shared tables. >> > > google for > drupal multisite db_prefix > and give a look in your settings.php > One minute after send my email I have searched for "drupal 6 multisite" Sorry for wasted time. > eg. > http://drupal.org/node/43816 > http://drupal.org/node/2622 > tnx. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Fri Jun 26 14:53:59 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 26 Jun 2009 16:53:59 +0200 Subject: [support] multisite: node's data is not visibile but exist Message-ID: <4A44E107.4060006@ziobuddalabs.it> Hi all. I have created a multisite from a single site. This is from my settings.php: $db_prefix = array( 'default' => '', 'comments' => 'myprefix_shared.', 'content_field_email' => 'myprefix_shared.', 'content_field_fax' => 'myprefix_shared.', 'content_field_phone' => 'myprefix_shared.', 'content_group' => 'myprefix_shared.', 'content_group_fields' => 'myprefix_shared.', 'content_node_field' => 'myprefix_shared.', 'content_node_field_instance' => 'myprefix_shared.', 'content_type_pastaio' => 'myprefix_shared.', 'files' => 'myprefix_shared.', 'i18n_blocks' => 'myprefix_shared.', 'i18n_strings' => 'myprefix_shared.', 'i18n_variable' => 'myprefix_shared.', 'languages' => 'myprefix_shared.', 'locales_source' => 'myprefix_shared.', 'locales_target' => 'myprefix_shared.', 'node' => 'myprefix_shared.', 'node_access' => 'myprefix_shared.', 'node_comment_statistics' => 'myprefix_shared.', 'node_counter' => 'myprefix_shared.', 'node_revisions' => 'myprefix_shared.', 'node_type' => 'myprefix_shared.', 'myprefix_agents' => 'myprefix_shared.', 'myprefix_competitors' => 'myprefix_shared.', 'myprefix_machines' => 'myprefix_shared.', 'myprefix_machines_taxonomy' => 'myprefix_shared.', 'myprefix_node' => 'myprefix_shared.', 'myprefix_pasta' => 'myprefix_shared.', 'myprefix_pasta_taxonomy' => 'myprefix_shared.', 'myprefix_support' => 'myprefix_shared.', 'term_data' => 'myprefix_shared.', 'term_hierarchy' => 'myprefix_shared.', 'term_node' => 'myprefix_shared.', 'term_relation' => 'myprefix_shared.', 'term_synonym' => 'myprefix_shared.', 'url_alias' => 'myprefix_shared.', 'views_display' => 'myprefix_shared.', 'views_object_cache' => 'myprefix_shared.', 'views_view' => 'myprefix_shared.', 'vocabulary' => 'myprefix_shared.', 'vocabulary_node_types' => 'myprefix_shared.' ); In my content type I have a content type builded using CCK. And my problem is that I can not see anything of these type of nodes. Nothing in view and nothing in edit mode. But I have a view based on this content type and it works: i can see the cck fields. Any help is welcome. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From mail at webthatworks.it Fri Jun 26 15:15:22 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Fri, 26 Jun 2009 17:15:22 +0200 Subject: [support] multisite: node's data is not visibile but exist In-Reply-To: <4A44E107.4060006@ziobuddalabs.it> References: <4A44E107.4060006@ziobuddalabs.it> Message-ID: <20090626171522.62c165f5@dawn.webthatworks.it> On Fri, 26 Jun 2009 16:53:59 +0200 Michel Morelli wrote: > Hi all. I have created a multisite from a single site. This is > from my settings.php: > > $db_prefix = array( > 'default' => '', > 'comments' => 'myprefix_shared.', > 'content_field_email' => 'myprefix_shared.', > 'content_field_fax' => 'myprefix_shared.', > 'content_field_phone' => 'myprefix_shared.', > 'content_group' => 'myprefix_shared.', > 'content_group_fields' => 'myprefix_shared.', > 'content_node_field' => 'myprefix_shared.', > 'content_node_field_instance' => 'myprefix_shared.', > 'content_type_pastaio' => 'myprefix_shared.', ^^ Could it be a typo? yep I noticed that there is a _pasta table as well ;) As a general idea... get the list of all the tables from your db and then work with a bit of sed (or use regep support from yur db) to create the db_prefix array. If you're converting from a single side setup do the same to rename tables. I'm a bit out of exercise with mysql... so I couldn't think of anything else that should be renamed other than tables. Can you get the list of available content types? I really didn't get the exact problem you're experiencing. -- Ivan Sergio Borgonovo http://www.webthatworks.it From michel at ziobuddalabs.it Fri Jun 26 15:29:10 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Fri, 26 Jun 2009 17:29:10 +0200 Subject: [support] multisite: node's data is not visibile but exist In-Reply-To: <20090626171522.62c165f5@dawn.webthatworks.it> References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> Message-ID: <4A44E946.9030201@ziobuddalabs.it> Ivan Sergio Borgonovo ha scritto: > On Fri, 26 Jun 2009 16:53:59 +0200 > Michel Morelli wrote: > > >> Hi all. I have created a multisite from a single site. This is >> from my settings.php: >> >> $db_prefix = array( >> 'default' => '', >> 'comments' => 'myprefix_shared.', >> 'content_field_email' => 'myprefix_shared.', >> 'content_field_fax' => 'myprefix_shared.', >> 'content_field_phone' => 'myprefix_shared.', >> 'content_group' => 'myprefix_shared.', >> 'content_group_fields' => 'myprefix_shared.', >> 'content_node_field' => 'myprefix_shared.', >> 'content_node_field_instance' => 'myprefix_shared.', >> > > >> 'content_type_pastaio' => 'myprefix_shared.', >> > ^^ > Could it be a typo? yep I noticed that there is a _pasta table as > well ;) > Yes, There is pasta and pastaio. Pastaio is a content type and pasta is one of my table. Where is the problem ? > As a general idea... get the list of all the tables from your db and > then work with a bit of sed (or use regep support from yur db) to > create the db_prefix array. > I have selected it with phpmyadmin, exported via phpmyadmin, create the new db, imported into new db. All works. Multilanguage works. Other type of content type works, but they haven't cck items. The only problem is with the content type that have cck items. > Can you get the list of available content types? > Only 3: page, story and pastaio. > I really didn't get the exact problem you're experience. > Simple: I can not understad why all pages of my "pastaio" content type (fields created via cck) are empty. If I try to edit the node I see a blank form but the data are present in the DB. I have create a "view" that display me the data of every "pastaio" node and it works. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail at webthatworks.it Fri Jun 26 15:39:42 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Fri, 26 Jun 2009 17:39:42 +0200 Subject: [support] multisite: node's data is not visibile but exist In-Reply-To: <4A44E946.9030201@ziobuddalabs.it> References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> <4A44E946.9030201@ziobuddalabs.it> Message-ID: <20090626173942.3c93523c@dawn.webthatworks.it> On Fri, 26 Jun 2009 17:29:10 +0200 Michel Morelli wrote: > Simple: I can not understad why all pages of my "pastaio" content > type (fields created via cck) are empty. If I try to edit the node > I see a blank form but the data are present in the DB. I have > create a "view" that display me the data of every "pastaio" node > and it works. Could it be that cck saves the names of the tables for a content type inside a field in a table? You'll have to do something like update [someccktable|somecontentypetable] set field=replace(...field -- Ivan Sergio Borgonovo http://www.webthatworks.it From madflute at anonemusic.com Fri Jun 26 17:58:54 2009 From: madflute at anonemusic.com (A-NO-NE Music) Date: Fri, 26 Jun 2009 13:58:54 -0400 Subject: [support] OG Detail Block In-Reply-To: <51a9b8330906260209q70c501a7rd4ef3cbae023d4cd@mail.gmail.com> References: <079AF780-9C92-48DF-9861-AEE1A120D3F4@anonemusic.com> <51a9b8330906240239x54c06163n7312a6f1a49af3c8@mail.gmail.com> <51a9b8330906260209q70c501a7rd4ef3cbae023d4cd@mail.gmail.com> Message-ID: <6BFBF84B-0EAE-46D2-BF7C-8F631CC19A78@anonemusic.com> On 09/06/26(?), at 5:09, KOBA | Hans Rossel wrote: > Hi Hiro, > > No you need to make your own module. Ahhhhhhhhhhhh! This is a great opportunity for me to soak myself into this subject. I have wanted to learn this but never allocated my time for it. Thank you for getting me the motivation, and your instruction. I will jump in as soon as midterm finishes next week. -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Greater Boston http://a-no-ne.com http://anonemusic.com From webdev at brandtim.com Sat Jun 27 21:21:26 2009 From: webdev at brandtim.com (Tim Knittel) Date: Sat, 27 Jun 2009 17:21:26 -0400 Subject: [support] Create a group of nodes and taxonomies programmatically In-Reply-To: References: Message-ID: <000a01c9f76d$3b3e62d0$b1bb2870$@com> CCK + Content Taxonomy + NAT + Views will do 90% of what you want. Views will even handle the URLs (as arguments). Instead of thinking of each product as a node with sub-nodes, think of each product as a combined node & taxonomy term and each "sub-node" as being classified with both a product term and a type (description, layout, features, etc.) term. No need for nodereference. BrandTim -----Original Message----- From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Luke Sent: Friday, June 26, 2009 3:35 AM To: support at drupal.org Subject: [support] Create a group of nodes and taxonomies programmatically Hello I am trying to deploy a site (D6), which will include a list of manufacturers, each with a sublist of model numbered products. Each one of those products will include several nodes, addressing that product's attributes. This is basically a review type site--it isn't selling things directly, so a commerce package is not desirable here. What I would like to be able to do, is create a master CCK node for a particular product. Select a manufacturer from the taxonomy list, and enter the model number of the product. The saving of that node would then create the taxonomy entry for the model number, and several other nodes to hold various descriptive pages which are the same for each product. I.E. each product has a description node, a layout node, a features node, etc.. Nodereference fields on that master node should also fill in automatically with links to the newly created info nodes. This could maybe also be done by creating the taxonomy entry for the model number, and having that create the master node and all of the blank info nodes. I would then like to be able to access, not only through the master node's links, but also via something like: http://site.com/manufacturer/modelnumber/features http://site.com/manufacturer/modelnumber/layout That sort of thing. Is there any extant system which comes close to pulling this off in an existing module or set thereof? I know about this, which might come in handy if I have to code most of it, but I'd really rather avoid that. Thanks Luke -- [ Drupal support list | http://lists.drupal.org/ ] From aurfalien at gmail.com Sun Jun 28 00:41:07 2009 From: aurfalien at gmail.com (aurfalien at gmail.com) Date: Sat, 27 Jun 2009 17:41:07 -0700 Subject: [support] passing vars Message-ID: Hi, Please excuse this seemingly retarded mail. While fun, PHP is more then 4 handfuls and I only have 2. An example php script; $username = foo; exec('/root/script.sh'.($username)); My script.sh file; #!/bin/tcsh mkdir /root/$username When I execute my PHP script, I get this; sh: /root/script.shfoo: No such file or directory I was hoping to pass the PHP var of $username to mkdir in the tcsh script and make a directory called /root/foo. I don't understand whats going on. Any ideas? - aurf From kenrbnsn at rbnsn.com Sun Jun 28 01:03:41 2009 From: kenrbnsn at rbnsn.com (Ken Robinson) Date: Sun, 28 Jun 2009 01:03:41 +0000 Subject: [support] passing vars Message-ID: <809818958-1246150966-cardhu_decombobulator_blackberry.rim.net-1253836361-@bxe1129.bisx.prod.on.blackberry> You have a few problems: 1) your PHP needs a space in the command $username = 'foo'; Exec('/root/test.sh ' . $username); 2) your shell script you need Echo $1 Ken ------Original Message------ From: aurfalien at gmail.com Sender: support-bounces at drupal.org To: support at drupal.org ReplyTo: support at drupal.org Subject: [support] passing vars Sent: Jun 27, 2009 5:41 PM Hi, Please excuse this seemingly retarded mail. While fun, PHP is more then 4 handfuls and I only have 2. An example php script; $username = foo; exec('/root/script.sh'.($username)); My script.sh file; #!/bin/tcsh mkdir /root/$username When I execute my PHP script, I get this; sh: /root/script.shfoo: No such file or directory I was hoping to pass the PHP var of $username to mkdir in the tcsh script and make a directory called /root/foo. I don't understand whats going on. Any ideas? - aurf -- [ Drupal support list | http://lists.drupal.org/ ] Sent from my Verizon Wireless BlackBerry From aurfalien at gmail.com Sun Jun 28 01:32:56 2009 From: aurfalien at gmail.com (aurfalien at gmail.com) Date: Sat, 27 Jun 2009 18:32:56 -0700 Subject: [support] passing vars In-Reply-To: <809818958-1246150966-cardhu_decombobulator_blackberry.rim.net-1253836361-@bxe1129.bisx.prod.on.blackberry> References: <809818958-1246150966-cardhu_decombobulator_blackberry.rim.net-1253836361-@bxe1129.bisx.prod.on.blackberry> Message-ID: <6CD4CF7B-3575-4624-AE42-2CC76A0E4E1F@gmail.com> Wow Ken, thanks very very much. mkdir /root/$1 worked like a charm. And I understand the need for the space. - aurf On Jun 27, 2009, at 6:03 PM, Ken Robinson wrote: > You have a few problems: > > 1) your PHP needs a space in the command > $username = 'foo'; > Exec('/root/test.sh ' . $username); > > 2) your shell script you need > Echo $1 > > Ken > > ------Original Message------ > From: aurfalien at gmail.com > Sender: support-bounces at drupal.org > To: support at drupal.org > ReplyTo: support at drupal.org > Subject: [support] passing vars > Sent: Jun 27, 2009 5:41 PM > > Hi, > > Please excuse this seemingly retarded mail. > > While fun, PHP is more then 4 handfuls and I only have 2. > > An example php script; > > $username = foo; > exec('/root/script.sh'.($username)); > > My script.sh file; > > #!/bin/tcsh > mkdir /root/$username > > > When I execute my PHP script, I get this; > > sh: /root/script.shfoo: No such file or directory > > I was hoping to pass the PHP var of $username to mkdir in the tcsh > script and make a directory called /root/foo. > > I don't understand whats going on. > > Any ideas? > > - aurf > -- > [ Drupal support list | http://lists.drupal.org/ ] > > > Sent from my Verizon Wireless BlackBerry > -- > [ Drupal support list | http://lists.drupal.org/ ] From fredthejonester at gmail.com Sun Jun 28 07:42:08 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Sun, 28 Jun 2009 10:42:08 +0300 Subject: [support] passing vars In-Reply-To: References: Message-ID: <177c0a10906280042g6d10bc52ja088427c0b55bb89@mail.gmail.com> > $username = foo; > exec('/root/script.sh'.($username)); > > My script.sh file; > > #!/bin/tcsh > mkdir /root/$username shell script? Why not use PHP: http://php.net/function.mkdir From mail at webthatworks.it Sun Jun 28 08:58:31 2009 From: mail at webthatworks.it (Ivan Sergio Borgonovo) Date: Sun, 28 Jun 2009 10:58:31 +0200 Subject: [support] passing vars In-Reply-To: References: Message-ID: <20090628105831.7ef1c868@dawn.webthatworks.it> On Sat, 27 Jun 2009 17:41:07 -0700 aurfalien at gmail.com wrote: > Hi, > > Please excuse this seemingly retarded mail. > > While fun, PHP is more then 4 handfuls and I only have 2. > > An example php script; > > $username = foo; > exec('/root/script.sh'.($username)); exec('/root/script.sh '.escapeshellarg($username)); or exec(escapeshellcmd('/root/script.sh '.$username)); -- Ivan Sergio Borgonovo http://www.webthatworks.it From fredthejonester at gmail.com Sun Jun 28 10:53:13 2009 From: fredthejonester at gmail.com (Fred Jones) Date: Sun, 28 Jun 2009 13:53:13 +0300 Subject: [support] jQuery Media Problem Message-ID: <177c0a10906280353s3ba0f4c3j89590e1c9bb6d778@mail.gmail.com> I have a D6 site with jQuery Media and jQuery Plugin and it's set to replace links to MP3 files with the Flash player. This worked once, but since then the site has been updated and now it fails and I can't figure out why. I see in Firebug what appears to be the correct code: but nothing appears. Right click says "movie not loaded" but if I go to http://MYSITE.com/player.swf then I see the player normally. Any ideas? From workingivan at hotmail.com Mon Jun 29 13:20:51 2009 From: workingivan at hotmail.com (Ivan Goretha) Date: Mon, 29 Jun 2009 21:20:51 +0800 Subject: [support] How to configure Drupal with reverse proxy (Apache 2.2 with mod_proxy) Message-ID: Hi, I have a project that requires a reverse proxy server be installed in front of Drupal. I have set the following parameters in settings.php in Drupal: $base_url = 'http://www.mywebsite.com'; $conf = array( 'reverse_proxy' => TRUE, 'reverse_proxy_addresses' => array('192.168.1.1', ), ); where 192.168.1.1 is the IP address of www.mywebsite.com. The IP address of Drupal is 192.168.1.2 and the IP address of the database is 192.168.1.3. Drupal and database servers can't be accessed from public. When I go to http://www.mywebsite.com, I can see Drupal log in page. However I am unable to login from this page. After I enter my username and password and click Submit, I will be returned to the same page. However if I go to http://192.168.1.2 website directly, I can login like usual. Proxy config on Apache (webserver): ProxyRequests Off ProxyPass / http://192.168.1.2/ ProxyHTMLURLMap http://192.168.1.2 / ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / / RequestHeader unset Accept-Encoding ProxyHTMLLogVerbose On Does anybody know how to get around this problem? Any advice will be really appreciated. Thanks! Regards, Ivan _________________________________________________________________ What can you do with the new Windows Live? Find out http://www.microsoft.com/windows/windowslive/default.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: From michel at ziobuddalabs.it Mon Jun 29 13:38:01 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Mon, 29 Jun 2009 15:38:01 +0200 Subject: [support] multisite: node's data is not visibile but exist In-Reply-To: <20090626173942.3c93523c@dawn.webthatworks.it> References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> <4A44E946.9030201@ziobuddalabs.it> <20090626173942.3c93523c@dawn.webthatworks.it> Message-ID: <4A48C3B9.6070205@ziobuddalabs.it> Ivan Sergio Borgonovo ha scritto: > Could it be that cck saves the names of the tables for a content > type inside a field in a table? > > You'll have to do something like > > update [someccktable|somecontentypetable] set field=replace(...field > No no no no ... the solution (or the problem) is that cck module create table's schema from table stored in the database and DRUPAL use this function to check if a table exists: SHOW TABLES LIKE 'XXXX' but this function works only for tables that are defined into the database in use. In my case I have a shared database, so if you want to share cck-content type via a shared db you can't. You can share node, but not cck-node. grrrrrr... 4 hours lost... M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From michel at ziobuddalabs.it Mon Jun 29 14:51:08 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Mon, 29 Jun 2009 16:51:08 +0200 Subject: [support] SOLVED !!!!! (Re: multisite: node's data is not visibile but exist) In-Reply-To: <20090626173942.3c93523c@dawn.webthatworks.it> References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> <4A44E946.9030201@ziobuddalabs.it> <20090626173942.3c93523c@dawn.webthatworks.it> Message-ID: <4A48D4DC.4000101@ziobuddalabs.it> I have solved this problem in this way: in settings.php file create a new $db_url[] entry: $db_url['shared'] = 'mysqli://username:password at localhost/databasename_of_shared_db_container'; Next create a module (or attach to a existent module) and in the .install file add this function: References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> <4A44E946.9030201@ziobuddalabs.it> <20090626173942.3c93523c@dawn.webthatworks.it> <4A48C3B9.6070205@ziobuddalabs.it> Message-ID: <20090629170122.5e3f7e09@dawn.webthatworks.it> On Mon, 29 Jun 2009 15:38:01 +0200 Michel Morelli wrote: > Ivan Sergio Borgonovo ha scritto: > > Could it be that cck saves the names of the tables for a content > > type inside a field in a table? > > > > You'll have to do something like > > > > update [someccktable|somecontentypetable] set > > field=replace(...field > No no no no ... the solution (or the problem) is that cck module > create table's schema from table stored in the database and DRUPAL > use this function to check if a table exists: > > SHOW TABLES LIKE 'XXXX' > but this function works only for tables that are defined into the > database in use. In my case I have a shared database, so if you > want to share cck-content type via a shared db you can't. You can > share node, but not cck-node. grrrrrr... > 4 hours lost... mmm well there are several problems about db_table_exists. 1) db_escape_table don't accept '.' in table names (at least in D5) 2) SHOW TABLES should be changed with something more DB agnostic using information_schema that should be supported by MySQL 5.X as well (I think this has been fixed) I'm really not aware how MySQL mix and match schema and db connections. So it may not be too easy to patch core for your needs. If I were in pg land a quick hack could be function db_table_exists($table) { $tn=split('.', $table); if(count($tn)==1) { $tn[1]=$tn[0]; $tn[0]='public'; /* could be worth to skip it and rely on search path */ }; return db_num_rows(db_query(" select table_name from information_schema.tables where table_name='".db_escape_table($tn[1]). "' and table_schema='".db_escape_table($tn[0])."')); } // not tested Anyway it is worth a try to see if replacing db_table_exists with something more similar to the pg version may work. You may hack mysql version so that it switch connection according to the "prefix". A bit of pain... I think there were some improvement about db_table_exists (and schema support??) in D7. Good to know that CCK don't work "very well" if not at all in a shared DB environment. Isn't CCK getting into core as Fields? grepping in D5 code there is not much use of db_table_exists still there are a bunch of places where db_escape_table don't play nice with schemas. (domain and sequences up to my memory). You may check if you may experience similar problems for mysql and maybe you could get around this. -- Ivan Sergio Borgonovo http://www.webthatworks.it From michel at ziobuddalabs.it Mon Jun 29 15:48:11 2009 From: michel at ziobuddalabs.it (Michel Morelli) Date: Mon, 29 Jun 2009 17:48:11 +0200 Subject: [support] multisite: node's data is not visibile but exist In-Reply-To: <20090629170122.5e3f7e09@dawn.webthatworks.it> References: <4A44E107.4060006@ziobuddalabs.it> <20090626171522.62c165f5@dawn.webthatworks.it> <4A44E946.9030201@ziobuddalabs.it> <20090626173942.3c93523c@dawn.webthatworks.it> <4A48C3B9.6070205@ziobuddalabs.it> <20090629170122.5e3f7e09@dawn.webthatworks.it> Message-ID: <4A48E23B.4040802@ziobuddalabs.it> Ivan Sergio Borgonovo ha scritto: > mmm well there are several problems about db_table_exists. > > 1) db_escape_table don't accept '.' in table names (at least in D5) > It works in D6. > 2) SHOW TABLES should be changed with something more DB agnostic > using information_schema that should be supported by MySQL 5.X as > well (I think this has been fixed) > fixed in Drupal 7 ? > I'm really not aware how MySQL mix and match schema and db > connections. So it may not be too easy to patch core for your needs. > No tnx. I don't want to patch the core. M. -- Michel 'ZioBudda' Morelli michel at ziobuddalabs.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni 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 From saurocesaretti1983 at gmail.com Mon Jun 29 18:27:23 2009 From: saurocesaretti1983 at gmail.com (Sauro Cesaretti) Date: Mon, 29 Jun 2009 20:27:23 +0200 Subject: [support] Problems with ubercart and subscriptions modules Message-ID: <6C67D70FEBCF44A1BBB3B63003D42F1A@sauro> Hi all, I have tried to install subscription moudle because I need to handle subscriptions in one e-commerce web site. In particular, I'd like that when a user piad a subscription, the rules associated with its user will automatically change and the it'll have more permissions. the payment process is handled with ubercart module. I have tried to check the code of the subscription module but I cannot understand if this feature is implemented. I'm sorry if it's a simple request but I'm still a beginner in developing moudles. Thanks in advance Regards, Sauro From aurfalien at gmail.com Tue Jun 30 01:00:47 2009 From: aurfalien at gmail.com (aurfalien at gmail.com) Date: Mon, 29 Jun 2009 18:00:47 -0700 Subject: [support] passing vars part 2 Message-ID: Hi, So I've taken it a step farther by doing this; exec('sudo /path/create_user.sh '.($username)); But I would like to back ground this so it doesn't hang the process if it should fail. Plus I read thats its advisable to back ground exec calls. I've tried several incarnations w/o success. Any ideas? - aurf From kenrbnsn at rbnsn.com Tue Jun 30 03:34:31 2009 From: kenrbnsn at rbnsn.com (Ken Robinson) Date: Mon, 29 Jun 2009 23:34:31 -0400 Subject: [support] passing vars part 2 In-Reply-To: References: Message-ID: <20090630035540.1A3CDA00EC@hemlock.osuosl.org> At 09:00 PM 6/29/2009, aurfalien at gmail.com wrote: >Hi, > >So I've taken it a step farther by doing this; > >exec('sudo /path/create_user.sh '.($username)); > >But I would like to back ground this so it doesn't hang the process if >it should fail. Plus I read thats its advisable to back ground exec >calls. > >I've tried several incarnations w/o success. What have you tried? Without a hint of what you've tried, we really can't help you. Also, if you can tell us what you're trying to accomplish, we may be able to suggest a better way of doing it. Also, so far you're questions have been pure PHP questions, which don't seem to have anything to do with Drupal, so it may be better to ask these questions on a forum with a dedicated PHP area. Ken From aurfalien at gmail.com Tue Jun 30 17:20:06 2009 From: aurfalien at gmail.com (aurfalien at gmail.com) Date: Tue, 30 Jun 2009 10:20:06 -0700 Subject: [support] passing vars part 2 In-Reply-To: <20090630035540.1A3CDA00EC@hemlock.osuosl.org> References: <20090630035540.1A3CDA00EC@hemlock.osuosl.org> Message-ID: <125F7BF6-6C0B-4992-A566-65F327250AFA@gmail.com> Fair enough. The big picture; Creating LDAP/Zimbra users via Drupal based web site. So far, I've been able to get the LDAP provisioning module (for version 5) to work with a little tweaking as it doesn't assign uidNumber or gidNumber which I found odd. One has to enable the Samba LDAP module for uidNumber/gidNumber generation which I didn't want to do as I had no real need for a Samba PDC. I got my XP users to auth via LDAP using a free LDAP client for XP called pGina. Besides, have you seen the fromage that has to be added to LDAP for Windows users to auth against it?... very very ugly, it pretty much triples the size of your LDIFs. Anyways, the LDAP provisioning module now checks the OpenLDAP DB for the highest uidNumber and assigns the next available one which is all I really need it to do. Now, I want to take it a step farther and have home dir creation with several custom mods like custom .tcsh file, custom .mozilla folders, etc and since this will not only auth XP, but Linux and OSX users, so I had to create a custom dir template for OSX clients. So I exec call a shell script from the ldapprov.module which does the LDAP provisioning work and which also has mods to assign uidNumber. Since I am mkdir, chmod, chown, cp/cpio, etc... in privileged areas of the file system, I found that calling exec and modifying /etc/sudoers to allow apache to run this script to be the best way to go rather then relying on built in functions in PHP. And making apache run as root is ass-inine so please don't go there. I've also integrated this into something called Zimbra so I have user mail accounts (Zimbra calls it user provisioning as it does more then create a user mail box). Basically I exec call a perl script from the Drupal LDAP provisioning module that syncs my OpenLDAP with Zimbra LDAP and then custom mods some stuff like forcing each new user to change there newly created account having a generic password with something more private, assigning them to various distribution lists, etc.... So basically, when I create (or any one else with the correct credentials) creates a user in Drupal, they get a correctly setup LDAP account, a correctly setup Zimbra account. Now I realize that either an OSX Open directory or Windows AD solution could have done this all, but we use many custom tools based on a Linux back end and our heavily tweaked Drupal intranet was already here when I came aboard so I had to work within the given constraints. Not that Linux/Drupal is a constraint, by any means, in fact it is liberating. - aurf > At 09:00 PM 6/29/2009, aurfalien at gmail.com wrote: >> Hi, >> >> So I've taken it a step farther by doing this; >> >> exec('sudo /path/create_user.sh '.($username)); >> >> But I would like to back ground this so it doesn't hang the process >> if >> it should fail. Plus I read thats its advisable to back ground exec >> calls. >> >> I've tried several incarnations w/o success. > > What have you tried? Without a hint of what you've tried, we really > can't help you. > > Also, if you can tell us what you're trying to accomplish, we may be > able to suggest a better way of doing it. Also, so far you're > questions have been pure PHP questions, which don't seem to have > anything to do with Drupal, so it may be better to ask these > questions on a forum with a dedicated PHP area. > > Ken > -- > [ Drupal support list | http://lists.drupal.org/ ] From aurfalien at gmail.com Tue Jun 30 17:25:11 2009 From: aurfalien at gmail.com (aurfalien at gmail.com) Date: Tue, 30 Jun 2009 10:25:11 -0700 Subject: [support] passing vars part 2 In-Reply-To: <20090630035540.1A3CDA00EC@hemlock.osuosl.org> References: <20090630035540.1A3CDA00EC@hemlock.osuosl.org> Message-ID: <789A490D-4D74-4152-B33D-59C073F12A7B@gmail.com> By the way, I don't want to waste any ones time on this list, believe me. If based on my previous description on the big picture, I should hit the PHP list, then I will. I don't want to waste any ones time here on the Drupal list as every one seems very very cool and helpful. I realize there are venues for specific needs. - aurf On Jun 29, 2009, at 8:34 PM, Ken Robinson wrote: > At 09:00 PM 6/29/2009, aurfalien at gmail.com wrote: >> Hi, >> >> So I've taken it a step farther by doing this; >> >> exec('sudo /path/create_user.sh '.($username)); >> >> But I would like to back ground this so it doesn't hang the process >> if >> it should fail. Plus I read thats its advisable to back ground exec >> calls. >> >> I've tried several incarnations w/o success. > > What have you tried? Without a hint of what you've tried, we really > can't help you. > > Also, if you can tell us what you're trying to accomplish, we may be > able to suggest a better way of doing it. Also, so far you're > questions have been pure PHP questions, which don't seem to have > anything to do with Drupal, so it may be better to ask these > questions on a forum with a dedicated PHP area. > > Ken > -- > [ Drupal support list | http://lists.drupal.org/ ] From mohammed at atexplorer.com Tue Jun 30 22:00:39 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 01 Jul 2009 01:00:39 +0300 Subject: [support] podcast feed Message-ID: <4A4A8B07.1050801@atexplorer.com> hello. I have created a view of podcasts on my website. the podcast is made using cck and file field. I then installed ffpc and then create a podcast feed display for that view. I don't know why, but I keep getting this when I try to view my podcast feed: *Fatal error*: Cannot access empty property in */home/.../public_html/sites/all/modules/ffpc/ffpc_plugin_row_podcast.inc* on line *86* anybody has any clues why? -- All The Best, Mohammed Al-shar' -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammed at atexplorer.com Tue Jun 30 22:59:46 2009 From: mohammed at atexplorer.com (Mohammed@atexplorer.com) Date: Wed, 01 Jul 2009 01:59:46 +0300 Subject: [support] podcast feed In-Reply-To: <4A4A8B07.1050801@atexplorer.com> References: <4A4A8B07.1050801@atexplorer.com> Message-ID: <4A4A98E2.3020901@atexplorer.com> hello again. It's my mistake. I should've read the documentation more carefully. the thing was that I should add no fields to the feed display but the file field content. thanks. Mohammed. On 7/1/2009 1:00 AM, Mohammed at atexplorer.com wrote: > hello. > > I have created a view of podcasts on my website. the podcast is made > using cck and file field. I then installed ffpc and then create a > podcast feed display for that view. I don't know why, but I keep > getting this when I try to view my podcast feed: > *Fatal error*: Cannot access empty property in > */home/.../public_html/sites/all/modules/ffpc/ffpc_plugin_row_podcast.inc* > on line *86* > > anybody has any clues why? > > -- > All The Best, > Mohammed Al-shar' > ------------------------------------------------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] -- All The Best, Mohammed Al-shar' -------------- next part -------------- An HTML attachment was scrubbed... URL: