From seizo.mazer at gmail.com Wed Dec 6 11:12:41 2006 From: seizo.mazer at gmail.com (Seizo Mazer) Date: Wed, 06 Dec 2006 11:12:41 -0500 Subject: [joomla] writing a module need some help getting user id Message-ID: <4576EBF9.2070509@gmail.com> Hi Everyone, My name is Seizo and I run a music licensing site and I look forward to working with this community. I'm putting together a module and would love some help. I have joomla 1.0.11, and Community Builder 1.0.2. I am surprised how difficult it has been to find a module to do a simple file upload with a few added fields. The module is in a music licensing site and it needs to take the following information: 1) user name 2) first name 3) Type of license they want (exclusive, non-exclusive) 4) The fee they would like to charge. 5) The name of the file to upload. Only registered members (and I'm going to implement a tiered membership, silver, gold etc) may upload files and see the upload form. The module also needs to confirm that all the information is there, match the user name and first name filled in by user (for security reasons), validate the form, validate the upload, send an email to the administrator that a new upload has been received with all the relevant details and send an email to the user that the upload has been received. I have this sort of working but I know it's not the most elegant solution. mod_fileupload (my module) calls an external php script to actually handle the uploading and the email generation, and prints to the screen, on a blank page the success of the upload. The user then has to hit the back button to return to the website or else if I redirect them to the home page, it appears as if they are logged out. However since I don't know how to get the user information to verify I have to take it on faith that the user actually typed in their real username and first name. The reason is it's important is that the file they send me, then gets reviewed by my staff, and if approved, added as a product to the licensing store, and the user gets paid if the product gets licensed, but I need to verify that the user is who they are and that they do not abuse the site, or the upload section to cause harm. Does anyone know how to get the user name and first name from within a module on a system using community builder? If I can get that information I should be able to verify and be much happier with the module. Thanks for your help. Seizo From rostamepython at gmail.com Mon Dec 25 13:53:27 2006 From: rostamepython at gmail.com (rostam shahname) Date: Mon, 25 Dec 2006 14:53:27 -0400 Subject: [joomla] adding rating system Message-ID: Hi, I want to add a rating system to the website I created with Joomla, but I am not too familiar with Joomla package. I did look at the Rating in the Beta 1.5 but I want something slightly different. So I have two questions: 1. If we how a rating in place for content item (for instance, we have a field in the jos_content table called 'rating'), how easy it is to create a separate page that publishes some of the (say 10 items) content sorted by the 'rating'. 2. Now, in order to provide a user interface for rating, I'd like to add a flash component (that takes user_id and message/content Id as parameters) before each content item? How can I achieve this. Can I use Joomla's nice User Interface/Control Panel for admin to help add this component. Or I need to hack the Code? [Once done, I can provide the component/Flash component to Joomla people if they reckoned useful] Regards, Rostam -------------- next part -------------- An HTML attachment was scrubbed... URL: From rothmail at comcast.net Tue Dec 26 11:51:50 2006 From: rothmail at comcast.net (David A. Roth) Date: Tue, 26 Dec 2006 11:51:50 -0500 Subject: [joomla] Basic newbie Template questions. Message-ID: <46330f8447db4d3d10d12116142a6cb4@comcast.net> I have some basic newbie questions regarding Joomla templates. How come the template graphics (i.e. JPG, PNG, etc.) files for the template are not available in the Media Manager? If I download a template, such as from http://rockettheme.com and want to use it as-in, but with different graphics, how it this accomplished? Thanks! David Roth rothmail at comcast.net From stava at telcotec.se Tue Dec 26 15:36:19 2006 From: stava at telcotec.se (Lars Stavholm) Date: Tue, 26 Dec 2006 21:36:19 +0100 Subject: [joomla] Basic newbie Template questions. In-Reply-To: <46330f8447db4d3d10d12116142a6cb4@comcast.net> References: <46330f8447db4d3d10d12116142a6cb4@comcast.net> Message-ID: <459187C3.2010302@telcotec.se> David A. Roth wrote: > I have some basic newbie questions regarding Joomla templates. > > How come the template graphics (i.e. JPG, PNG, etc.) files for the > template are not available in the Media Manager? > > If I download a template, such as from http://rockettheme.com and want > to use it as-in, but with different graphics, how it this accomplished? Template graphics is stored within the template directory. At rockettheme you'll find forums and howto's to help you do the graphic changes you need for all the templates provided there. /Lars From benny at hornedo.com Tue Dec 26 16:11:28 2006 From: benny at hornedo.com (Ben Hornedo) Date: Tue, 26 Dec 2006 23:11:28 +0200 Subject: [joomla] Basic newbie Template questions. In-Reply-To: <459187C3.2010302@telcotec.se> Message-ID: <00be01c72932$6c010be0$6423a8c0@monsterxp> Most templates for Joomla are designed to be modular, meaning everything that a particular template may need to function properly should be in the templates own directory like the template_css.css file, the index.php file and the graphics associated with the template. The graphics you see in the Media Manager are more like "content" graphics which, if missing should not "break" the functionality of the template itself. One thing you can do, so you don't destroy your template while trying to change the graphics, is to make a copy of the templates directory (and sub-directories) in the Joomla template directory. Then by making a few small changes to the templateDetails.xml file (change name, etc.) you can have a test template to play with. You can then "activate" or "deactivate" it via the SITE > TEMPLATE MANAGER. You can change the graphics in the images folder of this template copy and check the results on your site as you do it. When your done playing you can switch back to your "real" template in the SITE >TEMPLATE MANAGER again. This is just one way of doing it (and probably no the best). I hope this helps you to have some more fun with Joomla. Ben Hornedo www.uptown4.com -----Original Message----- From: Lars Stavholm [mailto:stava at telcotec.se] Sent: Tuesday, December 26, 2006 10:36 PM To: NYPHP at telcotec.se; SIG at telcotec.se:Joomla Subject: Re: [joomla] Basic newbie Template questions. David A. Roth wrote: > I have some basic newbie questions regarding Joomla templates. > > How come the template graphics (i.e. JPG, PNG, etc.) files for the > template are not available in the Media Manager? > > If I download a template, such as from http://rockettheme.com and want > to use it as-in, but with different graphics, how it this accomplished? Template graphics is stored within the template directory. At rockettheme you'll find forums and howto's to help you do the graphic changes you need for all the templates provided there. /Lars _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php From mitch.pirtle at gmail.com Tue Dec 26 23:18:26 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 26 Dec 2006 23:18:26 -0500 Subject: [joomla] adding rating system In-Reply-To: References: Message-ID: <330532b60612262018w7aa30e6bg600684f8dc929c82@mail.gmail.com> On 12/25/06, rostam shahname wrote: > > I want to add a rating system to the website I created with Joomla, but I am > not too familiar with Joomla package. I did look at the Rating in the Beta > 1.5 but I want something slightly different. So I have two questions: > > 1. If we how a rating in place for content item (for instance, we have a > field in the jos_content table called 'rating'), how easy it is to create a > separate page that publishes some of the (say 10 items) content sorted by > the 'rating'. > > 2. Now, in order to provide a user interface for rating, I'd like to add a > flash component (that takes user_id and message/content Id as parameters) > before each content item? How can I achieve this. Can I use Joomla's nice > User Interface/Control Panel for admin to help add this component. Or I need > to hack the Code? > [Once done, I can provide the component/Flash component to Joomla people if > they reckoned useful] Hey Rostam, I'm surprised that you cannot find an existing extension in the extensions directory that would do this for you. As I've done nothing but live and breathe 1.5 since it was mambo 2000 (giggle) I can honestly say it would take a bit for me to remember how to implement this in the 1.0 codebase. Again though, I really think you should check the extensions directory first, chances are your answer is already there. -- Mitch From mitch.pirtle at gmail.com Tue Dec 26 23:22:22 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 26 Dec 2006 23:22:22 -0500 Subject: [joomla] Basic newbie Template questions. In-Reply-To: <00be01c72932$6c010be0$6423a8c0@monsterxp> References: <459187C3.2010302@telcotec.se> <00be01c72932$6c010be0$6423a8c0@monsterxp> Message-ID: <330532b60612262022s2559f175h352347305d416252@mail.gmail.com> On 12/26/06, Ben Hornedo wrote: > > One thing you can do, so you don't destroy your template while trying to > change the graphics, is to make a copy of the templates directory (and > sub-directories) in the Joomla template directory. Then by making a few > small changes to the templateDetails.xml file (change name, etc.) you can > have a test template to play with. You can then "activate" or "deactivate" > it via the SITE > TEMPLATE MANAGER. You can change the graphics in the > images folder of this template copy and check the results on your site as > you do it. When your done playing you can switch back to your "real" > template in the SITE >TEMPLATE MANAGER again. Congratulations Ben, you've just written the most important joomla template tutorial. > This is just one way of doing it (and probably no the best). And this is exactly how some of the best joomla template designers get their start. *spacemonkey wipes moist eye with a hankie Honest, this is why the platform is so popular, you just copy pieces and muck around until you get what you want - or teach yourself how to do it the way you wanted in the first place. -- Mitch From rothmail at comcast.net Wed Dec 27 12:56:15 2006 From: rothmail at comcast.net (David A. Roth) Date: Wed, 27 Dec 2006 12:56:15 -0500 Subject: [joomla] Re: Basic newbie Template questions. Message-ID: <2480b34bbb30f219b0f20987d6a29d2d@comcast.net> Thanks to Lars for pointing out the howtos at rockettheme.com. I was so dazzled by the look of the templates there, I completely missed the tutorials. Ben, Your mini-tutorial here was very helpful. I see now, that in order to keep the template totally independent that it is stored and treated differently. Mitch, I've always learned by mocking around, and glad to see that Joomla templates are no different! David Roth rothmail at comcast.net From contact at compassdesigns.net Thu Dec 28 14:12:08 2006 From: contact at compassdesigns.net (Barrie North) Date: Thu, 28 Dec 2006 14:12:08 -0500 Subject: [joomla] Basic newbie Template questions In-Reply-To: References: Message-ID: <45941708.8020405@compassdesigns.net> Here are some other useful tuts :) http://www.compassdesigns.net/tutorials/joomla-tutorials/ http://www.joomlashack.com/support/joomla-tutorials/ http://www.joomlashack.com/support/screencasts/ Regards, Barrie North www.joomlashack.com www.compassdesigns.net Phone: (802) 291-3973 Fax: (802) 609-0427 **************************** Read the Joomla Blog www.compassdesigns.net/joomla-blog Got something to tell us? www.joomlashack.com/shop/feedback.php > > Message: 1 > Date: Wed, 27 Dec 2006 12:56:15 -0500 > From: David A. Roth > Subject: [joomla] Re: Basic newbie Template questions. > To: joomla at lists.nyphp.org > Message-ID: <2480b34bbb30f219b0f20987d6a29d2d at comcast.net> > Content-Type: text/plain; charset=US-ASCII; format=flowed > > Thanks to Lars for pointing out the howtos at rockettheme.com. I was so > dazzled by the look of the templates there, I completely missed the > tutorials. > > Ben, Your mini-tutorial here was very helpful. I see now, that in order > to keep the template totally independent that it is stored and treated > differently. > > Mitch, I've always learned by mocking around, and glad to see that > Joomla templates are no different! > > David Roth > rothmail at comcast.net > > > > ------------------------------ > > _______________________________________________ > joomla mailing list > joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of joomla Digest, Vol 1, Issue 4 > ************************************ > > From mitch.pirtle at gmail.com Thu Dec 28 17:13:44 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 28 Dec 2006 17:13:44 -0500 Subject: [joomla] Basic newbie Template questions In-Reply-To: <45941708.8020405@compassdesigns.net> References: <45941708.8020405@compassdesigns.net> Message-ID: <330532b60612281413r4b5da229k75343a89e34b9da0@mail.gmail.com> On 12/28/06, Barrie North wrote: > Here are some other useful tuts :) > > http://www.compassdesigns.net/tutorials/joomla-tutorials/ > http://www.joomlashack.com/support/joomla-tutorials/ > http://www.joomlashack.com/support/screencasts/ Hey Barrie, I was wondering when you were going to show up ;-) -- Mitch From contact at compassdesigns.net Fri Dec 29 13:26:34 2006 From: contact at compassdesigns.net (Barrie North) Date: Fri, 29 Dec 2006 13:26:34 -0500 Subject: [joomla] Basic newbie Template questions In-Reply-To: References: Message-ID: <45955DDA.6060401@compassdesigns.net> ;) Hi everyone! Barrie North www.joomlashack.com www.compassdesigns.net > > Hey Barrie, > > I was wondering when you were going to show up ;-) > > -- Mitch > > > From wpage1 at gmail.com Fri Dec 29 13:44:19 2006 From: wpage1 at gmail.com (WP1) Date: Fri, 29 Dec 2006 13:44:19 -0500 Subject: [joomla] Basic newbie Template questions In-Reply-To: <45955DDA.6060401@compassdesigns.net> References: <45955DDA.6060401@compassdesigns.net> Message-ID: Hi Mr. North! I am learning how to create Joomla templates by using the tutorials on your site. Are you thinking about doing a Joomla template workshop or two at NYPHP for Joomla novices anytime in the immediate future. ;) :). WP On 12/29/06, Barrie North wrote: > ;) > > Hi everyone! > > Barrie North > www.joomlashack.com > www.compassdesigns.net > > > > > Hey Barrie, > > > > I was wondering when you were going to show up ;-) > > > > -- Mitch > > > > > > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Webbing Along!! From phil at phil-taylor.com Fri Dec 29 15:37:34 2006 From: phil at phil-taylor.com (Mr Phil E. Taylor) Date: Fri, 29 Dec 2006 20:37:34 +0000 Subject: [joomla] Basic newbie Template questions In-Reply-To: <45955DDA.6060401@compassdesigns.net> References: <45955DDA.6060401@compassdesigns.net> Message-ID: <45957C8E.6090705@phil-taylor.com> I'm here too - gonna be in NY in Feb sometime Mitch - fancy grabbing a coffee? Barrie North wrote: > ;) > > Hi everyone! > > Barrie North > www.joomlashack.com > www.compassdesigns.net > >> >> Hey Barrie, >> >> I was wondering when you were going to show up ;-) >> >> -- Mitch >> >> >> > > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4508 bytes Desc: S/MIME Cryptographic Signature URL: From mitch.pirtle at gmail.com Fri Dec 29 17:36:30 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Fri, 29 Dec 2006 17:36:30 -0500 Subject: [joomla] Basic newbie Template questions In-Reply-To: <45957C8E.6090705@phil-taylor.com> References: <45955DDA.6060401@compassdesigns.net> <45957C8E.6090705@phil-taylor.com> Message-ID: <330532b60612291436kbe7d585l55e310f687ac1f65@mail.gmail.com> On 12/29/06, Mr Phil E. Taylor wrote: > > I'm here too - gonna be in NY in Feb sometime Mitch - fancy grabbing a > coffee? Only if you bring pictures :-) -- Mitch, with a grin, knowing that Phil has just entered those parenting years where he will never, ever get a christmas present again From phil at phil-taylor.com Fri Dec 29 17:43:42 2006 From: phil at phil-taylor.com (Mr Phil E. Taylor) Date: Fri, 29 Dec 2006 22:43:42 +0000 Subject: Now OT: Re: [joomla] Basic newbie Template questions In-Reply-To: <330532b60612291436kbe7d585l55e310f687ac1f65@mail.gmail.com> References: <45955DDA.6060401@compassdesigns.net> <45957C8E.6090705@phil-taylor.com> <330532b60612291436kbe7d585l55e310f687ac1f65@mail.gmail.com> Message-ID: <45959A1E.2040705@phil-taylor.com> Photos of baby are on the website http://blog.phil-taylor.com/2006/12/14/while-she-was-sleeping/ If I come to NY I'll be "dragging" the wife and baby with me - far better than photos :) Just need to find CHEAPER accommodation in NY as I refuse to pay for the holiday inn opposite Macy's and don't want baby to go to the youth hostel (Where I stayed near Times Square) So does anyone know of some good (and clean!) accommodation, or has an apartment/house/boat/shed to rent for a single week or up to three in feb/march to help out this PHP guy his wife and newborn baby? Preferably on Manhattan Island but anything considered, Internet access a bonus. ??? Please reply off list to phil at phil-taylor.com Many thanks /me stops abusing list now.... Mitch Pirtle wrote: > On 12/29/06, Mr Phil E. Taylor wrote: >> >> I'm here too - gonna be in NY in Feb sometime Mitch - fancy grabbing a >> coffee? > > Only if you bring pictures :-) > > -- Mitch, with a grin, knowing that Phil has just entered those > parenting years where he will never, ever get a christmas present > again > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4508 bytes Desc: S/MIME Cryptographic Signature URL: From rothmail at comcast.net Fri Dec 29 18:27:54 2006 From: rothmail at comcast.net (David A. Roth) Date: Fri, 29 Dec 2006 18:27:54 -0500 Subject: [joomla] Re: Basic newbie Template questions Message-ID: And I'm glad he did! I just looked at your web sites, Barrie, and you have some VERY useful things on there. I have gotten what can only be described as Joomla Fever(TM). I have been telling everyone about it who will listen to me since I saw Mitch's Joomla 1.5 presentation at NY PHP. David Roth rothmail at comcast.net > Message: 2 > Date: Thu, 28 Dec 2006 17:13:44 -0500 > From: "Mitch Pirtle" > Subject: Re: [joomla] Basic newbie Template questions > To: "NYPHP SIG: Joomla" > Message-ID: > <330532b60612281413r4b5da229k75343a89e34b9da0 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 12/28/06, Barrie North wrote: >> Here are some other useful tuts :) >> >> http://www.compassdesigns.net/tutorials/joomla-tutorials/ >> http://www.joomlashack.com/support/joomla-tutorials/ >> http://www.joomlashack.com/support/screencasts/ > > Hey Barrie, > > I was wondering when you were going to show up ;-) > > -- Mitch From rothmail at comcast.net Fri Dec 29 18:32:30 2006 From: rothmail at comcast.net (David A. Roth) Date: Fri, 29 Dec 2006 18:32:30 -0500 Subject: [joomla] Re: Basic newbie Template questions Message-ID: <830dd9e22371bc073e81f66a517876e3@comcast.net> A Joomla template workshop at NYPHP - that's a great idea! David Roth rothmail at comcast.net > ------------------------------ > > Message: 2 > Date: Fri, 29 Dec 2006 13:44:19 -0500 > From: WP1 > Subject: Re: [joomla] Basic newbie Template questions > To: "NYPHP SIG: Joomla" > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Mr. North! > > I am learning how to create Joomla templates by using the tutorials on > your site. > > Are you thinking about doing a Joomla template workshop or two at > NYPHP for Joomla novices anytime in the immediate future. ;) :). > > WP From norman at enorm2.com Fri Dec 29 22:03:49 2006 From: norman at enorm2.com (Norman ONeil) Date: Fri, 29 Dec 2006 22:03:49 -0500 Subject: Now OT: Re: [joomla] Basic newbie Template questions In-Reply-To: <45959A1E.2040705@phil-taylor.com> References: <45955DDA.6060401@compassdesigns.net> <45957C8E.6090705@phil-taylor.com> <330532b60612291436kbe7d585l55e310f687ac1f65@mail.gmail.com> <45959A1E.2040705@phil-taylor.com> Message-ID: ny.craigslist.com You might be surprised by what you find there Phil Norman O'Neil eNorm P.O. Box 6592 Portsmouth, NH 03802- 6592 978.255.2672 http://www.enorm2.com On Dec 29, 2006, at 5:43 PM, Mr Phil E. Taylor wrote: > Photos of baby are on the website > http://blog.phil-taylor.com/2006/12/14/while-she-was-sleeping/ > > If I come to NY I'll be "dragging" the wife and baby with me - far > better than photos :) > > Just need to find CHEAPER accommodation in NY as I refuse to pay > for the holiday inn opposite Macy's and don't want baby to go to > the youth hostel (Where I stayed near Times Square) > > So does anyone know of some good (and clean!) accommodation, or has > an apartment/house/boat/shed to rent for a single week or up to > three in feb/march to help out this PHP guy his wife and newborn > baby? Preferably on Manhattan Island but anything considered, > Internet access a bonus. ??? Please reply off list to phil at phil- > taylor.com > > Many thanks > /me stops abusing list now.... > > Mitch Pirtle wrote: >> On 12/29/06, Mr Phil E. Taylor wrote: >>> >>> I'm here too - gonna be in NY in Feb sometime Mitch - fancy >>> grabbing a >>> coffee? >> >> Only if you bring pictures :-) >> >> -- Mitch, with a grin, knowing that Phil has just entered those >> parenting years where he will never, ever get a christmas present >> again >> _______________________________________________ >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > _______________________________________________ > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From graham at nuthinwerked.com Sat Dec 30 13:40:32 2006 From: graham at nuthinwerked.com (Graham Spice) Date: Sat, 30 Dec 2006 13:40:32 -0500 Subject: [joomla] Joomla Quick Start Guides for educating users In-Reply-To: References: Message-ID: <4596B2A0.8080601@nuthinwerked.com> Glad to see people using this list again. If you have newbie users, I always point mine to these 2 quick start guides: 1. http://www.netshinesoftware.com/downloads/Joomla%20Quick%20Start%201.0.pdf 2. http://www.redevolution.com/content/view/52/63/ (requires login to download) I find that showing the user how to use Joomla is the only hurdle to using it. Once they see the light, they never want to go back to any other website creation and delivery system they've ever used. Barrie has some great tutorials at his site. He is a gifted writer for these types of things. Glad to see you here, Mr. North. ;) Happy Holidays- Graham -------------- next part -------------- An HTML attachment was scrubbed... URL: From contact at compassdesigns.net Sun Dec 31 21:35:49 2006 From: contact at compassdesigns.net (Barrie North) Date: Sun, 31 Dec 2006 21:35:49 -0500 Subject: [joomla] Joomla Quick Start Guides for educating users In-Reply-To: References: Message-ID: <45987385.9030900@compassdesigns.net> Thanks Graham ;) Regards, Barrie North www.joomlashack.com www.compassdesigns.net Phone: (802) 291-3973 Fax: (802) 609-0427 **************************** Read the Joomla Blog www.compassdesigns.net/joomla-blog Got something to tell us? www.joomlashack.com/shop/feedback.php **************************** joomla-request at lists.nyphp.org wrote: > Send joomla mailing list submissions to > joomla at lists.nyphp.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.nyphp.org/mailman/listinfo/joomla > or, via email, send a message with subject or body 'help' to > joomla-request at lists.nyphp.org > > You can reach the person managing the list at > joomla-owner at lists.nyphp.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of joomla digest..." > > > Today's Topics: > > 1. Joomla Quick Start Guides for educating users (Graham Spice) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 30 Dec 2006 13:40:32 -0500 > From: Graham Spice > Subject: [joomla] Joomla Quick Start Guides for educating users > To: joomla at lists.nyphp.org > Message-ID: <4596B2A0.8080601 at nuthinwerked.com> > Content-Type: text/plain; charset="iso-8859-1" > > Glad to see people using this list again. If you have newbie users, I > always point mine to these 2 quick start guides: > > 1. http://www.netshinesoftware.com/downloads/Joomla%20Quick%20Start%201.0.pdf > 2. http://www.redevolution.com/content/view/52/63/ (requires login to > download) > > I find that showing the user how to use Joomla is the only hurdle to > using it. Once they see the light, they never want to go back to any > other website creation and delivery system they've ever used. > > Barrie has some great tutorials at his site. He is a gifted writer for > these types of things. Glad to see you here, Mr. North. ;) > > Happy Holidays- > Graham > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.nyphp.org/pipermail/joomla/attachments/20061230/155e116a/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > joomla mailing list > joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of joomla Digest, Vol 1, Issue 8 > ************************************ > >