From rasheq.rahman at gmail.com Tue Mar 7 10:43:32 2006 From: rasheq.rahman at gmail.com (Rasheq Rahman) Date: Tue, 7 Mar 2006 10:43:32 -0500 Subject: [joomla] General question about using Joomla users table to authenticate non-Joomla sites Message-ID: <99217d100603070743n4e81e279jbe83b7cd633f805d@mail.gmail.com> Hi: I'd like to use the username and password from the Joomla jos_users table to authenticate visitors to other sites not within the framework. Ideally, I'd like to have users login to my Joomla-powered site and then store their login credentials in a cookie. When they surf to a protected non-Joomla site in the same domain, the other site will read the login details from the jos_users table and compare them to the cookie. Is there any easy and secure way to do this? Thanks in advance, Rasheq Rahman rasheq.rahman at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From wkamm at rvyriptide.org Tue Mar 7 20:31:38 2006 From: wkamm at rvyriptide.org (Bill Kamm) Date: Tue, 07 Mar 2006 20:31:38 -0500 Subject: [joomla] Joomla homepage Message-ID: <440E33FA.3090605@rvyriptide.org> I'm new to Joomla and have what I think is a basic question, but I can't find a good answer anywhere. I have an existing web site, at mydomain.com. My homepage is mydomain.com/index.php. Now I want to install Joomla, and take my time learning it while my existing web site stays in place. So I install Joomla into a subdirectory, and I can access it at mydomain.com/joomla/index.php, without anybody else knowing about it. That's fine until my Joomla site is ready to go live. I don't want users to have to go to mydomain.com/joomla, so how can I get my Joomla site to show up when visitors go to mydomain.com? Do I use .htaccess? (I don't want the 'joomla' address appearing in the browser's address field if I can help it.) Do I copy everything from the Joomla directory up to my document root? Any other suggestions? Thanks, Bill From hc1vdt402 at sneakemail.com Tue Mar 7 21:17:51 2006 From: hc1vdt402 at sneakemail.com (inforequest) Date: Tue, 07 Mar 2006 18:17:51 -0800 Subject: [joomla] Joomla homepage In-Reply-To: <440E33FA.3090605@rvyriptide.org> References: <440E33FA.3090605@rvyriptide.org> Message-ID: <5577-82167@sneakemail.com> Bill Kamm wkamm-at-rvyriptide.org |nyphp mambo list 022005| wrote: >I'm new to Joomla and have what I think is a basic question, but I can't >find a good answer anywhere. I have an existing web site, at >mydomain.com. My homepage is mydomain.com/index.php. Now I want to >install Joomla, and take my time learning it while my existing web site >stays in place. So I install Joomla into a subdirectory, and I can >access it at mydomain.com/joomla/index.php, without anybody else knowing >about it. That's fine until my Joomla site is ready to go live. I >don't want users to have to go to mydomain.com/joomla, so how can I get >my Joomla site to show up when visitors go to mydomain.com? Do I use >.htaccess? (I don't want the 'joomla' address appearing in the >browser's address field if I can help it.) Do I copy everything from >the Joomla directory up to my document root? Any other suggestions? >Thanks, > >Bill > > I'm sure the Joomla experts will chime, but in the mean time I can offer some basic tips. It should be trivial to migrate from a Joomla install in a subdir to have it as your default site. You can either put a redirect in yourself or via .htaccess with RewriteBase or Joomla can take care of it through the base directory definition. But you should consider that subdir name carefully, since it may be "permanently" reflected in your sites URLs. So in the future your joomla site can be made accessible at www.whatever.tld but deeper content might look like www.whatever.tld/joomla/article.html Therefore choose your dirname carefully. If you site is about widgets you might install joomla into a widgets folder so future URLs are like www.whatever.tld/widgets/article.html Of course there are re-write add ons that allow you to rewrite your URLs just about however you want, so using those you can eliminate that extra subdir from your urls. That's your choice. There is some benefit to keepin gthe URLs shallow, and some benefit to keping important thematic keywords in your URL. If you are planning to do your development on that live server (in a "secret"subdir), you should take some steps to keep it unknown until you are ready to launch it. Add the joomla directory to your robotx.txt with an exclusion, to keep the legitimate search engines from publicising your content in their results pages. be sure explicitly list your https content as well if you have it SSL access enabled. You may also want to install Deny from all/Allow from your IP via Apache to actually keep them from indexing your content, and to keep the poorly-behaved bots from accessing (more and more of an issue these days). Personally if you have access to your Apache/shared hosting I would setup a separate domain for the trial, install at root level, and develop such that you can easily migrate it to another domain name instead of doing it on your existing domain. -=john andrews http://www.seo-fun.com From hc1vdt402 at sneakemail.com Tue Mar 7 21:19:39 2006 From: hc1vdt402 at sneakemail.com (inforequest) Date: Tue, 07 Mar 2006 18:19:39 -0800 Subject: [joomla] Joomla homepage In-Reply-To: <5577-82167@sneakemail.com> References: <440E33FA.3090605@rvyriptide.org> <5577-82167@sneakemail.com> Message-ID: <10255-07868@sneakemail.com> sorry for the typos... that was robots.txt and the rest should be obvious typos. From norman at enorm2.com Tue Mar 7 22:52:39 2006 From: norman at enorm2.com (Norman ONeil) Date: Tue, 7 Mar 2006 22:52:39 -0500 Subject: [joomla] Joomla homepage In-Reply-To: <440E33FA.3090605@rvyriptide.org> References: <440E33FA.3090605@rvyriptide.org> Message-ID: <2559CEE9-A45A-463A-8BC9-94E9C41A7F97@enorm2.com> You can quite simply set it up the way you want. Migrating the entire install to the root public directory is quite simple. The only thing you should be careful to avoid are using absolute urls. On Mar 7, 2006, at 8:31 PM, Bill Kamm wrote: > I'm new to Joomla and have what I think is a basic question, but I > can't > find a good answer anywhere. I have an existing web site, at > mydomain.com. My homepage is mydomain.com/index.php. Now I want to > install Joomla, and take my time learning it while my existing web > site > stays in place. So I install Joomla into a subdirectory, and I can > access it at mydomain.com/joomla/index.php, without anybody else > knowing > about it. That's fine until my Joomla site is ready to go live. I > don't want users to have to go to mydomain.com/joomla, so how can I > get > my Joomla site to show up when visitors go to mydomain.com? Do I use > .htaccess? (I don't want the 'joomla' address appearing in the > browser's address field if I can help it.) Do I copy everything from > the Joomla directory up to my document root? Any other suggestions? > Thanks, > > Bill > > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > Norman O'Neil eNorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com From yournway at gmail.com Wed Mar 8 05:27:42 2006 From: yournway at gmail.com (Alberto dos Santos) Date: Wed, 8 Mar 2006 10:27:42 +0000 Subject: [joomla] Joomla homepage In-Reply-To: <2559CEE9-A45A-463A-8BC9-94E9C41A7F97@enorm2.com> References: <440E33FA.3090605@rvyriptide.org> <2559CEE9-A45A-463A-8BC9-94E9C41A7F97@enorm2.com> Message-ID: I usually do all the development and testing in my own computer (laptop) and when I'm ready I export it to the server. But, if you want, you can install it on the server and on your first visit to the administration area you can take the site offline by selecting the very first option on the "Global Configuration" option. This way you log in as admin and do what you want, and see the site online, but everybody else just gets the offline message, and they can't peek. If you really need to install it on another directory, np, you can mv it later to root. Just alter the paths in config.php and it should be fine. HTH On 08/03/06, Norman ONeil wrote: > > You can quite simply set it up the way you want. Migrating the entire > install to the root public directory is quite simple. The only thing > you should be careful to avoid are using absolute urls. > > > On Mar 7, 2006, at 8:31 PM, Bill Kamm wrote: > > > I'm new to Joomla and have what I think is a basic question, but I > > can't > > find a good answer anywhere. I have an existing web site, at > > mydomain.com. My homepage is mydomain.com/index.php. Now I want to > > install Joomla, and take my time learning it while my existing web > > site > > stays in place. So I install Joomla into a subdirectory, and I can > > access it at mydomain.com/joomla/index.php, without anybody else > > knowing > > about it. That's fine until my Joomla site is ready to go live. I > > don't want users to have to go to mydomain.com/joomla, so how can I > > get > > my Joomla site to show up when visitors go to mydomain.com? Do I use > > .htaccess? (I don't want the 'joomla' address appearing in the > > browser's address field if I can help it.) Do I copy everything from > > the Joomla directory up to my document root? Any other suggestions? > > Thanks, > > > > Bill > > > > _______________________________________________ > > New to Joomla? Get a great start here: > > http://forum.joomla.org/index.php/topic,8542.0.html > > > > New York PHP SIG: Joomla! Mailing List > > http://lists.nyphp.org/mailman/listinfo/joomla > > New York PHP Conference and Expo 2006 > > http://www.nyphpcon.com > > Show Your Participation in New York PHP > > http://www.nyphp.org/show_participation.php > > > > > > Norman O'Neil > eNorm > 39 Partridge Street > Portsmouth, NH 03801 > 603 431 0868 > http://www.enorm2.com > > > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Alberto dos Santos Consultor em TI IT Consultant http://www.yournway.com A internet ? sua maneira. The Internet your own way. -------------- next part -------------- An HTML attachment was scrubbed... URL: From graham at nuthinwerked.com Wed Mar 8 16:43:19 2006 From: graham at nuthinwerked.com (Graham Spice) Date: Wed, 08 Mar 2006 15:43:19 -0600 Subject: [joomla] urgent plea from gigCalendar.net In-Reply-To: References: Message-ID: <440F4FF7.8000607@nuthinwerked.com> The gigCalendar website is in a crisis due to popularity. I know...scratching my head, too! You may have noticed that gigcalendar.net has been down ever since the Joomla! Extensions Directory came alive. (http://extensions.joomla.org) I am being pushed to move gigcalendar.net to a new IP on a new server ASAP. Even though the site is down, the domain is receiving lots of traffic...to the point that it is effecting the server I'm on. Not a good thing for the kind folks that are hosting the site right now. Does anyone have access to a server that can host this site? According to our host we have constantly been receiving over 250 simultaneous page loads. This is too much of a load for a shared server. I'd be happy to put google ads on the site and give all proceeds to the person hosting the site to help pay for it...but if traffic drops off there may not be much revenue from that. Anyway- gigcalendar.net needs help. If you think that you could help, let me know. Otherwise, I think that we'll have to live without the website for a while. Thanks- Graham From plebe at plebeian.org Wed Mar 8 16:47:34 2006 From: plebe at plebeian.org (Zachary Fuller) Date: Wed, 8 Mar 2006 13:47:34 -0800 Subject: [joomla] urgent plea from gigCalendar.net In-Reply-To: <440F4FF7.8000607@nuthinwerked.com> References: <440F4FF7.8000607@nuthinwerked.com> Message-ID: <2DCC7602-DCFB-4E6A-8C8B-27233C16FE68@plebeian.org> Hi Graham. I personally can't handle that kind of traffic, but you might look into www.westhost.com. They have great rates and a "phat" (pun intended) backbone. Best customer support and administration panel I've seen. BTW, love that calendar! Can't wait to get in and customize this week. Joel. Joel Fuller The MA Multi-media and Internet Solutions jfuller at the-ma.com http://www.the-ma.com On Mar 8, 2006, at 1:43 PM, Graham Spice wrote: > The gigCalendar website is in a crisis due to popularity. I > know...scratching my head, too! > > You may have noticed that gigcalendar.net has been down ever since the > Joomla! Extensions Directory came alive. (http:// > extensions.joomla.org) > > I am being pushed to move gigcalendar.net to a new IP on a new server > ASAP. Even though the site is down, the domain is receiving lots of > traffic...to the point that it is effecting the server I'm on. Not a > good thing for the kind folks that are hosting the site right now. > > Does anyone have access to a server that can host this site? According > to our host we have constantly been receiving over 250 simultaneous > page > loads. This is too much of a load for a shared server. I'd be happy to > put google ads on the site and give all proceeds to the person hosting > the site to help pay for it...but if traffic drops off there may > not be > much revenue from that. > > > Anyway- gigcalendar.net needs help. If you think that you could help, > let me know. Otherwise, I think that we'll have to live without the > website for a while. > > Thanks- > Graham > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From graham at nuthinwerked.com Wed Mar 8 17:11:34 2006 From: graham at nuthinwerked.com (Graham Spice) Date: Wed, 08 Mar 2006 16:11:34 -0600 Subject: [joomla] urgent plea Message-ID: <440F5696.5030309@nuthinwerked.com> I have just received a generous offer from JamboWorks (http://www.jamboworks.com) to help with the hosting of gigCalendar.net. Yippee! Site should be moved soon...updates will follow. Thanks to them- Graham From dan at danhorning.com Wed Mar 8 17:16:46 2006 From: dan at danhorning.com (Dan Horning) Date: Wed, 08 Mar 2006 17:16:46 -0500 Subject: [joomla] urgent plea In-Reply-To: <440F5696.5030309@nuthinwerked.com> References: <440F5696.5030309@nuthinwerked.com> Message-ID: <440F57CE.4020706@danhorning.com> gratz. it's a great tool, i've got it in use for quite a few of my websites. :-) Graham Spice wrote: > I have just received a generous offer from JamboWorks > (http://www.jamboworks.com) to help with the hosting of gigCalendar.net. > Yippee! Site should be moved soon...updates will follow. > > Thanks to them- > Graham > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From lists at zaunere.com Wed Mar 8 17:22:56 2006 From: lists at zaunere.com (Hans Zaunere) Date: Wed, 8 Mar 2006 17:22:56 -0500 Subject: [joomla] urgent plea from gigCalendar.net In-Reply-To: <440F4FF7.8000607@nuthinwerked.com> Message-ID: <015b01c642fe$da3439e0$640aa8c0@MZ> Hi Graham, NYPHP can likely help out. Give me an email offline and we can get you guys back online by hosting on one of our servers. --- Hans Zaunere / President / New York PHP www.nyphp.org / www.nyphp.com Graham Spice wrote on Wednesday, March 08, 2006 4:43 PM: > The gigCalendar website is in a crisis due to popularity. I > know...scratching my head, too! > > You may have noticed that gigcalendar.net has been down ever since the > Joomla! Extensions Directory came alive. > (http://extensions.joomla.org) > > I am being pushed to move gigcalendar.net to a new IP on a new server > ASAP. Even though the site is down, the domain is receiving lots of > traffic...to the point that it is effecting the server I'm on. Not a > good thing for the kind folks that are hosting the site right now. > > Does anyone have access to a server that can host this site? According > to our host we have constantly been receiving over 250 simultaneous > page loads. This is too much of a load for a shared server. I'd be > happy to put google ads on the site and give all proceeds to the > person hosting the site to help pay for it...but if traffic drops off > there may not be much revenue from that. > > > Anyway- gigcalendar.net needs help. If you think that you could help, > let me know. Otherwise, I think that we'll have to live without the > website for a while. > > Thanks- > Graham > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php From norman at enorm2.com Wed Mar 8 19:04:16 2006 From: norman at enorm2.com (Norman ONeil) Date: Wed, 8 Mar 2006 19:04:16 -0500 Subject: [joomla] urgent plea from gigCalendar.net In-Reply-To: <015b01c642fe$da3439e0$640aa8c0@MZ> References: <015b01c642fe$da3439e0$640aa8c0@MZ> Message-ID: <587C0641-5A70-44F2-B5A3-544FB1EBD24C@enorm2.com> Mitch to the Rescue Great tool, If there is anything I can help with let me know :-) On Mar 8, 2006, at 5:22 PM, Hans Zaunere wrote: > > Hi Graham, > > NYPHP can likely help out. Give me an email offline and we can get > you guys > back online by hosting on one of our servers. > > > > --- > Hans Zaunere / President / New York PHP > www.nyphp.org / www.nyphp.com > > > > Graham Spice wrote on Wednesday, March 08, 2006 4:43 PM: >> The gigCalendar website is in a crisis due to popularity. I >> know...scratching my head, too! >> >> You may have noticed that gigcalendar.net has been down ever since >> the >> Joomla! Extensions Directory came alive. >> (http://extensions.joomla.org) >> >> I am being pushed to move gigcalendar.net to a new IP on a new server >> ASAP. Even though the site is down, the domain is receiving lots of >> traffic...to the point that it is effecting the server I'm on. Not a >> good thing for the kind folks that are hosting the site right now. >> >> Does anyone have access to a server that can host this site? >> According >> to our host we have constantly been receiving over 250 simultaneous >> page loads. This is too much of a load for a shared server. I'd be >> happy to put google ads on the site and give all proceeds to the >> person hosting the site to help pay for it...but if traffic drops off >> there may not be much revenue from that. >> >> >> Anyway- gigcalendar.net needs help. If you think that you could help, >> let me know. Otherwise, I think that we'll have to live without the >> website for a while. >> >> Thanks- >> Graham >> _______________________________________________ >> New to Joomla? Get a great start here: >> http://forum.joomla.org/index.php/topic,8542.0.html >> >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> New York PHP Conference and Expo 2006 >> http://www.nyphpcon.com >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php > > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > Norman O'Neil eNorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com From hc1vdt402 at sneakemail.com Wed Mar 8 19:24:12 2006 From: hc1vdt402 at sneakemail.com (inforequest) Date: Wed, 08 Mar 2006 16:24:12 -0800 Subject: [joomla] urgent plea from gigCalendar.net In-Reply-To: <440F4FF7.8000607@nuthinwerked.com> References: <440F4FF7.8000607@nuthinwerked.com> Message-ID: <2291-37995@sneakemail.com> Graham Spice graham-at-nuthinwerked.com |nyphp mambo list 022005| wrote: >The gigCalendar website is in a crisis due to popularity. I >know...scratching my head, too! > >You may have noticed that gigcalendar.net has been down ever since the >Joomla! Extensions Directory came alive. (http://extensions.joomla.org) > >I am being pushed to move gigcalendar.net to a new IP on a new server >ASAP. Even though the site is down, the domain is receiving lots of >traffic...to the point that it is effecting the server I'm on. Not a >good thing for the kind folks that are hosting the site right now. > >Does anyone have access to a server that can host this site? According >to our host we have constantly been receiving over 250 simultaneous page >loads. This is too much of a load for a shared server. I'd be happy to >put google ads on the site and give all proceeds to the person hosting >the site to help pay for it...but if traffic drops off there may not be >much revenue from that. > > >Anyway- gigcalendar.net needs help. If you think that you could help, >let me know. Otherwise, I think that we'll have to live without the >website for a while. > >Thanks- >Graham > > Graham hit me with an email. I have several server options...let's see if one will work for you. -=john andrews email me as john at the domain below. http://www.seo-fun.com From donnamarievincent at yahoo.com Wed Mar 8 19:45:12 2006 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Wed, 8 Mar 2006 16:45:12 -0800 (PST) Subject: [joomla] Joomla Training - Is this for real? Message-ID: <20060309004512.12329.qmail@web35601.mail.mud.yahoo.com> I wanted to sign up for the training -- I've sent email and left 2 voicemails at JamboWorks this week -- but I have not had any response whatsoever. -------------- next part -------------- An HTML attachment was scrubbed... URL: From norman at enorm2.com Wed Mar 8 22:06:42 2006 From: norman at enorm2.com (Norman ONeil) Date: Wed, 8 Mar 2006 22:06:42 -0500 Subject: [joomla] Document management Message-ID: Does anyone know what document management system is in use at http:// extensions.joomla.org? Norman O'Neil eNorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com From norman at enorm2.com Wed Mar 8 22:10:09 2006 From: norman at enorm2.com (Norman ONeil) Date: Wed, 8 Mar 2006 22:10:09 -0500 Subject: [joomla] Document management In-Reply-To: References: Message-ID: Sorry, I read a little further. Mosets Tree. On Mar 8, 2006, at 10:06 PM, Norman ONeil wrote: > Does anyone know what document management system is in use at http:// > extensions.joomla.org? > > Norman O'Neil > eNorm > 39 Partridge Street > Portsmouth, NH 03801 > 603 431 0868 > http://www.enorm2.com > > > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > Norman O'Neil eNorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com From mitch.pirtle at gmail.com Thu Mar 9 12:20:58 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 9 Mar 2006 12:20:58 -0500 Subject: [joomla] Joomla Training - Is this for real? In-Reply-To: <20060309004512.12329.qmail@web35601.mail.mud.yahoo.com> References: <20060309004512.12329.qmail@web35601.mail.mud.yahoo.com> Message-ID: <330532b60603090920j11e39dak4f642aa091d23769@mail.gmail.com> Hi Donna (and list), Of course it is for real, however I am out of the office this week and have been derelict in my duties regarding email and voicemail. Apologies to you and anyone else on the list that have had trouble contacting us. -- Mitch, slowly digging through email On 3/8/06, Donna Marie Vincent wrote: > > I wanted to sign up for the training -- I've sent email and left 2 > voicemails at JamboWorks this week -- but I have not had any response > whatsoever. > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > > -- Mitch Pirtle Joomla! Core Developer Open Source Matters From mitch.pirtle at gmail.com Thu Mar 9 12:26:59 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 9 Mar 2006 12:26:59 -0500 Subject: [joomla] Document management In-Reply-To: References: Message-ID: <330532b60603090926l2478cb15hc081ad749460eaf@mail.gmail.com> We started with mosets tree, but I suspect there was a significant amount of customization ;-) -- Mitch On 3/8/06, Norman ONeil wrote: > Sorry, I read a little further. Mosets Tree. > > On Mar 8, 2006, at 10:06 PM, Norman ONeil wrote: > > > Does anyone know what document management system is in use at http:// > > extensions.joomla.org? > > > > Norman O'Neil > > eNorm > > 39 Partridge Street > > Portsmouth, NH 03801 > > 603 431 0868 > > http://www.enorm2.com > > > > > > _______________________________________________ > > New to Joomla? Get a great start here: > > http://forum.joomla.org/index.php/topic,8542.0.html > > > > New York PHP SIG: Joomla! Mailing List > > http://lists.nyphp.org/mailman/listinfo/joomla > > New York PHP Conference and Expo 2006 > > http://www.nyphpcon.com > > Show Your Participation in New York PHP > > http://www.nyphp.org/show_participation.php > > > > > > Norman O'Neil > eNorm > 39 Partridge Street > Portsmouth, NH 03801 > 603 431 0868 > http://www.enorm2.com > > > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- Mitch Pirtle Joomla! Core Developer Open Source Matters From norman at enorm2.com Thu Mar 9 12:33:40 2006 From: norman at enorm2.com (Norman ONeil) Date: Thu, 9 Mar 2006 12:33:40 -0500 Subject: [joomla] Document management In-Reply-To: <330532b60603090926l2478cb15hc081ad749460eaf@mail.gmail.com> References: <330532b60603090926l2478cb15hc081ad749460eaf@mail.gmail.com> Message-ID: I really like the way that came out. Another shining example of joomla in action On Mar 9, 2006, at 12:26 PM, Mitch Pirtle wrote: > We started with mosets tree, but I suspect there was a significant > amount of customization ;-) > > -- Mitch > > On 3/8/06, Norman ONeil wrote: >> Sorry, I read a little further. Mosets Tree. >> >> On Mar 8, 2006, at 10:06 PM, Norman ONeil wrote: >> >>> Does anyone know what document management system is in use at >>> http:// >>> extensions.joomla.org? >>> >>> Norman O'Neil >>> eNorm >>> 39 Partridge Street >>> Portsmouth, NH 03801 >>> 603 431 0868 >>> http://www.enorm2.com >>> >>> >>> _______________________________________________ >>> New to Joomla? Get a great start here: >>> http://forum.joomla.org/index.php/topic,8542.0.html >>> >>> New York PHP SIG: Joomla! Mailing List >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> New York PHP Conference and Expo 2006 >>> http://www.nyphpcon.com >>> Show Your Participation in New York PHP >>> http://www.nyphp.org/show_participation.php >>> >>> >> >> Norman O'Neil >> eNorm >> 39 Partridge Street >> Portsmouth, NH 03801 >> 603 431 0868 >> http://www.enorm2.com >> >> >> _______________________________________________ >> New to Joomla? Get a great start here: >> http://forum.joomla.org/index.php/topic,8542.0.html >> >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> New York PHP Conference and Expo 2006 >> http://www.nyphpcon.com >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> > > > -- > Mitch Pirtle > Joomla! Core Developer > Open Source Matters > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > > Norman O'Neil eNorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com From mitch.pirtle at gmail.com Thu Mar 9 13:11:36 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 9 Mar 2006 13:11:36 -0500 Subject: [joomla] Document management In-Reply-To: References: <330532b60603090926l2478cb15hc081ad749460eaf@mail.gmail.com> Message-ID: <330532b60603091011r4f31db4fq274586aa135f2189@mail.gmail.com> On 3/9/06, Norman ONeil wrote: > I really like the way that came out. Another shining example of > joomla in action You can read about the people responsible and their efforts here: http://www.joomla.org/content/view/985/74/ All I can say is AWESOME. -- Mitch Pirtle Joomla! Core Developer Open Source Matters From graham at nuthinwerked.com Fri Mar 10 15:38:42 2006 From: graham at nuthinwerked.com (Graham Spice) Date: Fri, 10 Mar 2006 14:38:42 -0600 Subject: [joomla] Extensions site In-Reply-To: References: Message-ID: <4411E3D2.6050605@nuthinwerked.com> You can read more about how we used moset's tree to create the extensions directory in this thread: http://forum.joomla.org/index.php?topic=44659.0 No core modifications were made to mtree. The developer, Cy Knight of mosets, modified the included template files to achieve the look you see. They have chosen to use the savant template system. Cheers- Graham From list at tridemail.de Sun Mar 12 05:10:06 2006 From: list at tridemail.de (Michael Borchers) Date: Sun, 12 Mar 2006 11:10:06 +0100 (CET) Subject: [joomla] bug?! javascript after login Message-ID: <4883.84.132.119.219.1142158206.squirrel@www.tridemail.de> i updatet from joomla 1.0 to 1.0.8. now, after logging in, the following javascript appears in every headline: From debbie.salemink at gmail.com Sun Mar 12 05:27:02 2006 From: debbie.salemink at gmail.com (D. Salemink Klikstudio) Date: Sun, 12 Mar 2006 11:27:02 +0100 Subject: [joomla] Strange problem with HTML editor on certain platforms Message-ID: <352c93420603120227m11d1afc0w8fb7b3ea6cb130c5@mail.gmail.com> Hello, I'm having a problem with the HTML editor in joomla on certain platforms. I've tried installing different editors form the mosCE to htmlarea3 (i think i probably tried all of them.) The problem is when i go to html in the editor it gives me an empty field no matter what the content of the site is. This happens in Firefox, I once had this problem on my own platform and I solved it by installing a previous version (1.0.7) but one of my students has the same problem on his laptop and this is not solved even in Firefox 1.0.7 in facts all the text fields in the editor are empty. It must be some configuration on his laptop, he works on windows XP just like me, when i visit his administrator from my desktop, I dont have this problem. Anybody any experience with this? Regards, Debbie Salemink -- D. Salemink http://www.klikstudio.net Zomerdijkstraat 1-1 1079WX Amsterdam +31651611510 From mitch.pirtle at gmail.com Mon Mar 13 12:22:47 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Mon, 13 Mar 2006 12:22:47 -0500 Subject: [joomla] Strange problem with HTML editor on certain platforms In-Reply-To: <352c93420603120227m11d1afc0w8fb7b3ea6cb130c5@mail.gmail.com> References: <352c93420603120227m11d1afc0w8fb7b3ea6cb130c5@mail.gmail.com> Message-ID: <330532b60603130922l61357a0fkde5a4b72dab9498e@mail.gmail.com> On 3/12/06, D. Salemink Klikstudio wrote: > Hello, > > I'm having a problem with the HTML editor in joomla on certain platforms. > I've tried installing different editors form the mosCE to htmlarea3 (i > think i probably tried all of them.) I had similar problems when Firefox 1.5 came out. I finally replaced my leviathan Acer with a PowerBook, and have noticed that Joomla 1.0.8 (and the snapshots of the upcoming version) work fine from both Windows XP and OS X, as long as you have Firefox 1.5. One thing to make sure, is that if up upgrade from an earlier Joomla version to make sure the WYSIWYG mambots are the ones that come stock with 1.0.8 (or greater). I cannot speak for mosCE, as I have been using the stock one for the past few months. Anyone else with experience having this problem? -- Mitch Pirtle Joomla! Core Developer Open Source Matters From mitch.pirtle at gmail.com Mon Mar 13 12:25:24 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Mon, 13 Mar 2006 12:25:24 -0500 Subject: [joomla] bug?! javascript after login In-Reply-To: <4883.84.132.119.219.1142158206.squirrel@www.tridemail.de> References: <4883.84.132.119.219.1142158206.squirrel@www.tridemail.de> Message-ID: <330532b60603130925r17be9d89tb4493c6713779441@mail.gmail.com> On 3/12/06, Michael Borchers wrote: > i updatet from joomla 1.0 to 1.0.8. > now, after logging in, the following javascript appears > in every headline: > > Yikes, don't think that is part of the core - you might want to unpublish modules until the code goes away, I suspect that is the source of the error. If you find it is something in the core doing this to you, please let me know and I can make sure it gets fixed in the next release. -- Mitch Pirtle Joomla! Core Developer Open Source Matters From mitch.pirtle at gmail.com Tue Mar 14 00:07:26 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 14 Mar 2006 00:07:26 -0500 Subject: [joomla] Somebody gimme a fortune! Message-ID: <330532b60603132107p38aafa75vaf6da4577a857c2b@mail.gmail.com> Hi folks, Last year Norman graciously provided fortune cookies at the Boston LinuxWorld booth. This year he is agreeing to provide them again, as they were such a hit. So here is your chance to go down in Joomla folklore by coming up with a funny, cute or pithy line to be on our lovely Joomalicious fortune cookies... -- Mitch Pirtle Joomla! Core Developer Open Source Matters From graham at nuthinwerked.com Tue Mar 14 12:15:35 2006 From: graham at nuthinwerked.com (Graham Spice) Date: Tue, 14 Mar 2006 11:15:35 -0600 Subject: [joomla] Strange problem with HTML editor on certain platforms In-Reply-To: References: Message-ID: <4416FA37.8070102@nuthinwerked.com> A new version of mosCE has been released for 1.0.8 called JCE that might alleviate some of your issues. Check it out: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,88/Itemid,35/ Cheers- Graham From mitch.pirtle at gmail.com Thu Mar 23 16:42:55 2006 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 23 Mar 2006 16:42:55 -0500 Subject: [joomla] Call to arms, cd duplicator needed urgently Message-ID: <330532b60603231342v15880884v766a21b46129bcca@mail.gmail.com> Hi gang, I just found out that the folks I thought would be able to produce LiveCDs for the Joomla booth at LinuxWorld Boston had to travel, and don't have time to burn the discs. As a result I'm looking for someone with a duplicator and an hour or two of time... Please let me know if you have access to a duplicator, or have a friend that is easily persuaded and has access to one ;-) -- Mitch Pirtle Joomla! Core Developer Open Source Matters From redbox2000 at optonline.net Fri Mar 24 09:59:45 2006 From: redbox2000 at optonline.net (redbox2000 at optonline.net) Date: Fri, 24 Mar 2006 09:59:45 -0500 Subject: [joomla] Call to arms, cd duplicator needed urgently In-Reply-To: <330532b60603231342v15880884v766a21b46129bcca@mail.gmail.com> References: <330532b60603231342v15880884v766a21b46129bcca@mail.gmail.com> Message-ID: Mitch, I have access to a small duplicator. It can burn 50 CDs at a time. I'm pretty sure I can help. How many CDs would you need and by when? -martin. ----- Original Message ----- From: Mitch Pirtle Date: Thursday, March 23, 2006 4:42 pm Subject: [joomla] Call to arms, cd duplicator needed urgently > Hi gang, > > I just found out that the folks I thought would be able to produce > LiveCDs for the Joomla booth at LinuxWorld Boston had to travel, and > don't have time to burn the discs. > > As a result I'm looking for someone with a duplicator and an hour or > two of time... > > Please let me know if you have access to a duplicator, or have a > friend that is easily persuaded and has access to one ;-) > > -- > Mitch Pirtle > Joomla! Core Developer > Open Source Matters > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > From dan at danhorning.com Fri Mar 24 14:47:02 2006 From: dan at danhorning.com (Dan Horning) Date: Fri, 24 Mar 2006 14:47:02 -0500 Subject: [joomla] Call to arms, cd duplicator needed urgently In-Reply-To: References: <330532b60603231342v15880884v766a21b46129bcca@mail.gmail.com> Message-ID: <44244CB6.9090602@danhorning.com> redbox2000 at optonline.net wrote: > Mitch, > > I have access to a small duplicator. It can burn 50 CDs at a time. I'm pretty sure I can help. How many CDs would you need and by when? > > -martin. > > > > ----- Original Message ----- > From: Mitch Pirtle > Date: Thursday, March 23, 2006 4:42 pm > Subject: [joomla] Call to arms, cd duplicator needed urgently > > >> Hi gang, >> >> I just found out that the folks I thought would be able to produce >> LiveCDs for the Joomla booth at LinuxWorld Boston had to travel, and >> don't have time to burn the discs. >> >> As a result I'm looking for someone with a duplicator and an hour or >> two of time... >> >> Please let me know if you have access to a duplicator, or have a >> friend that is easily persuaded and has access to one ;-) >> >> -- >> Mitch Pirtle >> Joomla! Core Developer >> Open Source Matters >> _______________________________________________ >> New to Joomla? Get a great start here: >> http://forum.joomla.org/index.php/topic,8542.0.html >> >> New York PHP SIG: Joomla! Mailing List >> http://lists.nyphp.org/mailman/listinfo/joomla >> New York PHP Conference and Expo 2006 >> http://www.nyphpcon.com >> Show Your Participation in New York PHP >> http://www.nyphp.org/show_participation.php >> >> > _______________________________________________ > New to Joomla? Get a great start here: > http://forum.joomla.org/index.php/topic,8542.0.html > > New York PHP SIG: Joomla! Mailing List > http://lists.nyphp.org/mailman/listinfo/joomla > New York PHP Conference and Expo 2006 > http://www.nyphpcon.com > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > when you know how many and by when i might be able to get a buddy to comp some for us but i need to know a timeframe for when. -dan -- Dan Horning - danhorning.com American Digital Services - americandigitalservices.com Where you are only limited by imagination. 1-866-493-4218 (direct) / 1-800-863-3854 (main number)