From masimko at verizon.net Tue Sep 4 16:01:00 2012 From: masimko at verizon.net (Mark Simko) Date: Tue, 04 Sep 2012 15:01:00 -0500 (CDT) Subject: [joomla] question about redirect - remediating hacked Joomla website Message-ID: <4351643.2126991.1346788860941.JavaMail.root@vms170031> I've fixed up a Joomla 1.5 based web site that was hacked to redirect to a malware site. I was not able to find any of the Joomla files changed, nor did I find any changes in the database. What I did find is that the .htaccess file was changed. In addition, several other .htaccess files were added in several subdirectories of the site. Also found several php files in the tmp directory with the redirect url encoded with a preg_replace function. The evaluation string had another string encased in single quotes inserted to it. I was able to ftp the whole site preserving the time stamps on the files. I removed all the .htaccess files and replaced the original one with an unadulterated one. that set most of the site back to normal. I have one persistent problem. I have looked through the database using string search, and I have replaced all the joomla core with newest version. And I've looked for index.html files that might be adulterated, but haven't found any. The problem ... (finally!) When I direct a browser to: http://affectedsite.com/adminstrator/index.php I can get to the administrator console. I cannot get to the admin console with http://affectedsite.com/administrator for that I get an error message in the browser window Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script. and the address in the browser is http://affectedsite.com/kunend/homepages/4/changed/htdocs/administrator/htttp://reltime2012(dont try it)ru/frunleh?9 Note the second malformed url inserted at the end! ====== Does anyone know where I can look to find where this is coming from. I thought perhaps a plugin, but I haven't been able to find anything. I also checked for an index.html file, but none is there. Thanks, Mark From davidalanroth at gmail.com Tue Sep 4 17:18:59 2012 From: davidalanroth at gmail.com (David Roth) Date: Tue, 4 Sep 2012 17:18:59 -0400 Subject: [joomla] question about redirect - remediating hacked Joomla website In-Reply-To: <4351643.2126991.1346788860941.JavaMail.root@vms170031> References: <4351643.2126991.1346788860941.JavaMail.root@vms170031> Message-ID: Hi Mark. I'm so sorry to hear about someone doing this to your website. I think you have done a noble job of damage control on this. You mentioned it was on Joomla 1.5. If possible, I would create a new installation of Joomla with 2.5 and do a migration if feasible. The concern to go to Joomla 2.5 is because of security. I don't know how your website was hacked, but there have been security updates since 1.5. You mentioned the .htaccess, the problem could be a re-write issue. Also, check to see if the SEO stuff is on or off. I don't recall how 1.5 did this or if you needed an extension to do it. David Roth On Tue, Sep 4, 2012 at 4:01 PM, Mark Simko wrote: > I've fixed up a Joomla 1.5 based web site that was hacked to redirect to a > malware site. > > I was not able to find any of the Joomla files changed, nor did I find any > changes in the database. > > What I did find is that the .htaccess file was changed. In addition, > several other .htaccess files were added in several subdirectories of the > site. > Also found several php files in the tmp directory with the redirect url > encoded with a preg_replace function. The evaluation string had another > string encased in single quotes inserted to it. > > I was able to ftp the whole site preserving the time stamps on the files. > I removed all the .htaccess files and replaced the original one with an > unadulterated one. > > that set most of the site back to normal. I have one persistent problem. > > I have looked through the database using string search, and I have > replaced all the joomla core with newest version. > > And I've looked for index.html files that might be adulterated, but > haven't found any. > > The problem ... (finally!) > > When I direct a browser to: > > http://affectedsite.com/adminstrator/index.php > > I can get to the administrator console. > > I cannot get to the admin console with > > http://affectedsite.com/administrator > > for that I get an error message in the browser window > > Illegal variable _files or _env or _get or _post or _cookie or _server or > _session or globals passed to script. > > and the address in the browser is > > > http://affectedsite.com/kunend/homepages/4/changed/htdocs/administrator/htttp://reltime2012(donttry it)ru/frunleh?9 > > Note the second malformed url inserted at the end! > > ====== > > Does anyone know where I can look to find where this is coming from. I > thought perhaps a plugin, but I haven't been able to find anything. I also > checked for an index.html file, but none is there. > > Thanks, > Mark > _______________________________________________ > 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 scott at wolpow.com Tue Sep 4 17:49:02 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 04 Sep 2012 17:49:02 -0400 Subject: [joomla] question about redirect - remediating hacked Joomla website In-Reply-To: References: <4351643.2126991.1346788860941.JavaMail.root@vms170031> Message-ID: <5046774E.1030707@wolpow.com> Each time I have found that hack it was on a shared hosting platform. Though Blue Host and their sister companies have stepped up security on this. SW On 9/4/2012 5:18 PM, David Roth wrote: > Hi Mark. > > I'm so sorry to hear about someone doing this to your website. > > I think you have done a noble job of damage control on this. You > mentioned it was on Joomla 1.5. If possible, I would create a new > installation of Joomla with 2.5 and do a migration if feasible. The > concern to go to Joomla 2.5 is because of security. I don't know how > your website was hacked, but there have been security updates since 1.5. > > You mentioned the .htaccess, the problem could be a re-write issue. > Also, check to see if the SEO stuff is on or off. I don't recall how > 1.5 did this or if you needed an extension to do it. > > David Roth > > On Tue, Sep 4, 2012 at 4:01 PM, Mark Simko > wrote: > > I've fixed up a Joomla 1.5 based web site that was hacked to > redirect to a malware site. > > I was not able to find any of the Joomla files changed, nor did I > find any changes in the database. > > What I did find is that the .htaccess file was changed. In > addition, several other .htaccess files were added in several > subdirectories of the site. > Also found several php files in the tmp directory with the > redirect url encoded with a preg_replace function. The evaluation > string had another string encased in single quotes inserted to it. > > I was able to ftp the whole site preserving the time stamps on the > files. I removed all the .htaccess files and replaced the original > one with an unadulterated one. > > that set most of the site back to normal. I have one persistent > problem. > > I have looked through the database using string search, and I have > replaced all the joomla core with newest version. > > And I've looked for index.html files that might be adulterated, > but haven't found any. > > The problem ... (finally!) > > When I direct a browser to: > > http://affectedsite.com/adminstrator/index.php > > I can get to the administrator console. > > I cannot get to the admin console with > > http://affectedsite.com/administrator > > for that I get an error message in the browser window > > Illegal variable _files or _env or _get or _post or _cookie or > _server or _session or globals passed to script. > > and the address in the browser is > > http://affectedsite.com/kunend/homepages/4/changed/htdocs/administrator/htttp://reltime2012(dont > > try it)ru/frunleh?9 > > Note the second malformed url inserted at the end! > > ====== > > Does anyone know where I can look to find where this is coming > from. I thought perhaps a plugin, but I haven't been able to find > anything. I also checked for an index.html file, but none is there. > > Thanks, > Mark > _______________________________________________ > 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 -- Scott Wolpow 718 275 7765 ------------------- I am participating in the MS Charity Bike ride to raise Money for this good cause, can you please support my ride. -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Tue Sep 4 17:53:48 2012 From: davidalanroth at gmail.com (David Roth) Date: Tue, 4 Sep 2012 17:53:48 -0400 Subject: [joomla] question about redirect - remediating hacked Joomla website In-Reply-To: <5046774E.1030707@wolpow.com> References: <4351643.2126991.1346788860941.JavaMail.root@vms170031> <5046774E.1030707@wolpow.com> Message-ID: Scott, that's an interesting comment. Do you think on a shared hosting account it's being hacked because of the permissions on the .htaccess or possibly other files? Thanks! David Roth On Tue, Sep 4, 2012 at 5:49 PM, Scott Wolpow wrote: > Each time I have found that hack it was on a shared hosting platform. > Though Blue Host and their sister companies have stepped up security on > this. > SW > On 9/4/2012 5:18 PM, David Roth wrote: > > Hi Mark. > > I'm so sorry to hear about someone doing this to your website. > > I think you have done a noble job of damage control on this. You > mentioned it was on Joomla 1.5. If possible, I would create a new > installation of Joomla with 2.5 and do a migration if feasible. The concern > to go to Joomla 2.5 is because of security. I don't know how your website > was hacked, but there have been security updates since 1.5. > > You mentioned the .htaccess, the problem could be a re-write issue. > Also, check to see if the SEO stuff is on or off. I don't recall how 1.5 > did this or if you needed an extension to do it. > > David Roth > > On Tue, Sep 4, 2012 at 4:01 PM, Mark Simko wrote: > >> I've fixed up a Joomla 1.5 based web site that was hacked to redirect to >> a malware site. >> >> I was not able to find any of the Joomla files changed, nor did I find >> any changes in the database. >> >> What I did find is that the .htaccess file was changed. In addition, >> several other .htaccess files were added in several subdirectories of the >> site. >> Also found several php files in the tmp directory with the redirect url >> encoded with a preg_replace function. The evaluation string had another >> string encased in single quotes inserted to it. >> >> I was able to ftp the whole site preserving the time stamps on the files. >> I removed all the .htaccess files and replaced the original one with an >> unadulterated one. >> >> that set most of the site back to normal. I have one persistent problem. >> >> I have looked through the database using string search, and I have >> replaced all the joomla core with newest version. >> >> And I've looked for index.html files that might be adulterated, but >> haven't found any. >> >> The problem ... (finally!) >> >> When I direct a browser to: >> >> http://affectedsite.com/adminstrator/index.php >> >> I can get to the administrator console. >> >> I cannot get to the admin console with >> >> http://affectedsite.com/administrator >> >> for that I get an error message in the browser window >> >> Illegal variable _files or _env or _get or _post or _cookie or _server or >> _session or globals passed to script. >> >> and the address in the browser is >> >> >> http://affectedsite.com/kunend/homepages/4/changed/htdocs/administrator/htttp://reltime2012(donttry it)ru/frunleh?9 >> >> Note the second malformed url inserted at the end! >> >> ====== >> >> Does anyone know where I can look to find where this is coming from. I >> thought perhaps a plugin, but I haven't been able to find anything. I also >> checked for an index.html file, but none is there. >> >> Thanks, >> Mark >> >> -- > Scott Wolpow > 718 275 7765 > ------------------- > I am participating in the > MS Charity Bike ride to raise > Money for this good cause, > can you please support my ride. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Tue Sep 4 19:36:27 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 04 Sep 2012 19:36:27 -0400 Subject: [joomla] question about redirect - remediating hacked Joomla website In-Reply-To: References: <4351643.2126991.1346788860941.JavaMail.root@vms170031> <5046774E.1030707@wolpow.com> Message-ID: <5046907B.7070404@wolpow.com> Shared Platforms are always at risk because of security. In order to allow the user to upload via a webpage, the site has to be part of the Apache group. Read this http://blog.stuartherbert.com/php/2007/11/21/the-challenge-with-securing-shared-hosting/ To really overcome this requires one of these: 1) Customizing Apache 2) Having very high server overhead 3) Kernel modification Scott Wolpow On 9/4/2012 5:53 PM, David Roth wrote: > Scott, that's an interesting comment. Do you think on a shared hosting > account it's being hacked because of the permissions on the .htaccess > or possibly other files? Thanks! > > David Roth > > On Tue, Sep 4, 2012 at 5:49 PM, Scott Wolpow > wrote: > > Each time I have found that hack it was on a shared hosting platform. > Though Blue Host and their sister companies have stepped up > security on this. > SW > On 9/4/2012 5:18 PM, David Roth wrote: >> Hi Mark. >> >> I'm so sorry to hear about someone doing this to your website. >> >> I think you have done a noble job of damage control on this. You >> mentioned it was on Joomla 1.5. If possible, I would create a new >> installation of Joomla with 2.5 and do a migration >> if feasible. The concern to go to Joomla 2.5 is because of >> security. I don't know how your website was hacked, but there >> have been security updates since 1.5. >> >> You mentioned the .htaccess, the problem could be a re-write >> issue. Also, check to see if the SEO stuff is on or off. I don't >> recall how 1.5 did this or if you needed an extension to do it. >> >> David Roth >> >> On Tue, Sep 4, 2012 at 4:01 PM, Mark Simko > > wrote: >> >> I've fixed up a Joomla 1.5 based web site that was hacked to >> redirect to a malware site. >> >> I was not able to find any of the Joomla files changed, nor >> did I find any changes in the database. >> >> What I did find is that the .htaccess file was changed. In >> addition, several other .htaccess files were added in several >> subdirectories of the site. >> Also found several php files in the tmp directory with the >> redirect url encoded with a preg_replace function. The >> evaluation string had another string encased in single quotes >> inserted to it. >> >> I was able to ftp the whole site preserving the time stamps >> on the files. I removed all the .htaccess files and replaced >> the original one with an unadulterated one. >> >> that set most of the site back to normal. I have one >> persistent problem. >> >> I have looked through the database using string search, and I >> have replaced all the joomla core with newest version. >> >> And I've looked for index.html files that might be >> adulterated, but haven't found any. >> >> The problem ... (finally!) >> >> When I direct a browser to: >> >> http://affectedsite.com/adminstrator/index.php >> >> I can get to the administrator console. >> >> I cannot get to the admin console with >> >> http://affectedsite.com/administrator >> >> for that I get an error message in the browser window >> >> Illegal variable _files or _env or _get or _post or _cookie >> or _server or _session or globals passed to script. >> >> and the address in the browser is >> >> http://affectedsite.com/kunend/homepages/4/changed/htdocs/administrator/htttp://reltime2012(dont >> >> try it)ru/frunleh?9 >> >> Note the second malformed url inserted at the end! >> >> ====== >> >> Does anyone know where I can look to find where this is >> coming from. I thought perhaps a plugin, but I haven't been >> able to find anything. I also checked for an index.html file, >> but none is there. >> >> Thanks, >> Mark >> > -- > Scott Wolpow > 718 275 7765 > ------------------- > I am participating in the > MS Charity Bike ride to raise > Money for this good cause, > can you please support my ride. > > > > > > > _______________________________________________ > 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 -- Scott Wolpow 718 275 7765 ------------------- I am participating in the MS Charity Bike ride to raise Money for this good cause, can you please support my ride. -------------- next part -------------- An HTML attachment was scrubbed... URL: From masimko at verizon.net Tue Sep 4 23:19:39 2012 From: masimko at verizon.net (Mark Simko) Date: Tue, 04 Sep 2012 22:19:39 -0500 (CDT) Subject: [joomla] question about redirect - remediating hacked Joomla website Message-ID: <26679357.2167115.1346815179339.JavaMail.root@vms170031> An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Sun Sep 9 18:42:56 2012 From: davidalanroth at gmail.com (David Roth) Date: Sun, 9 Sep 2012 18:42:56 -0400 Subject: [joomla] RSSeo vs Xmap? Message-ID: I'm looking for an extension to create and manage the sitemap.xml file for SEO purposes. The two I'm looking at are RSJoomla's RsSeo! and a non-commercial one called Xmap. Anyone have experience with either one of these and any recommendations? Thanks! David Roth From scott at wolpow.com Sun Sep 9 18:46:04 2012 From: scott at wolpow.com (Scott Wolpow) Date: Sun, 9 Sep 2012 18:46:04 -0400 Subject: [joomla] =?utf-8?q?RSSeo_vs_Xmap_=3F?= In-Reply-To: References: Message-ID: <65c667de-3784-46b5-85b4-7769121d6aae@blur> Xmap is great and I have often used it, but a well built site should not need a site map for seo, only to assist users Sent from my Verizon Wireless Droid -----Original message----- From: David Roth To: "NYPHP SIG: Joomla" Sent: Sun, Sep 9, 2012 22:42:56 GMT+00:00 Subject: [joomla] RSSeo vs Xmap? I'm looking for an extension to create and manage the sitemap.xml file for SEO purposes. The two I'm looking at are RSJoomla's RsSeo! and a non-commercial one called Xmap. Anyone have experience with either one of these and any recommendations? Thanks! David Roth _______________________________________________ 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 davidalanroth at gmail.com Sun Sep 9 18:55:23 2012 From: davidalanroth at gmail.com (David Roth) Date: Sun, 9 Sep 2012 18:55:23 -0400 Subject: [joomla] RSSeo vs Xmap ? In-Reply-To: <65c667de-3784-46b5-85b4-7769121d6aae@blur> References: <65c667de-3784-46b5-85b4-7769121d6aae@blur> Message-ID: Thanks for the reply and recommendation. It's my understanding that a sitemap.xml file is used by search engines such as Google. If you are referring to a sitemap in general for the visitor to the website I agree with you. David Roth On Sun, Sep 9, 2012 at 6:46 PM, Scott Wolpow wrote: > Xmap is great and I have often used it, but a well built site should not > need a site map for seo, only to assist users > > Sent from my Verizon Wireless Droid > > > -----Original message----- > > From: David Roth > To: "NYPHP SIG: Joomla" > Sent: Sun, Sep 9, 2012 22:42:56 GMT+00:00 > Subject: [joomla] RSSeo vs Xmap? > > I'm looking for an extension to create and manage the sitemap.xml file > for SEO purposes. The two I'm looking at are RSJoomla's RsSeo! and a > non-commercial one called Xmap. Anyone have experience with either one > of these and any recommendations? Thanks! > > David Roth From scott at wolpow.com Sun Sep 9 19:02:32 2012 From: scott at wolpow.com (Scott Wolpow) Date: Sun, 9 Sep 2012 19:02:32 -0400 Subject: [joomla] =?utf-8?q?RSSeo_vs_Xmap_=3F?= In-Reply-To: References: <65c667de-3784-46b5-85b4-7769121d6aae@blur> Message-ID: <64dd4b31-d0b6-4b22-8547-524d11013abf@blur> I was making a general statement, but xmap does both. Sent from my Verizon Wireless Droid -----Original message----- From: David Roth To: "NYPHP SIG: Joomla" Sent: Sun, Sep 9, 2012 22:55:23 GMT+00:00 Subject: Re: [joomla] RSSeo vs Xmap ? Thanks for the reply and recommendation. It's my understanding that a sitemap.xml file is used by search engines such as Google. If you are referring to a sitemap in general for the visitor to the website I agree with you. David Roth On Sun, Sep 9, 2012 at 6:46 PM, Scott Wolpow wrote: > Xmap is great and I have often used it, but a well built site should not > need a site map for seo, only to assist users > > Sent from my Verizon Wireless Droid > > > -----Original message----- > > From: David Roth > To: "NYPHP SIG: Joomla" > Sent: Sun, Sep 9, 2012 22:42:56 GMT+00:00 > Subject: [joomla] RSSeo vs Xmap? > > I'm looking for an extension to create and manage the sitemap.xml file > for SEO purposes. The two I'm looking at are RSJoomla's RsSeo! and a > non-commercial one called Xmap. Anyone have experience with either one > of these and any recommendations? Thanks! > > David Roth _______________________________________________ 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 masimko at verizon.net Mon Sep 10 01:16:07 2012 From: masimko at verizon.net (Mark Simko) Date: Mon, 10 Sep 2012 00:16:07 -0500 (CDT) Subject: [joomla] RSSeo vs Xmap ? (David Roth) Message-ID: <30907458.2561419.1347254167889.JavaMail.root@vms170031> An HTML attachment was scrubbed... URL: From ellen.rothwax at gmail.com Mon Sep 10 09:01:21 2012 From: ellen.rothwax at gmail.com (Ellen Rothwax) Date: Mon, 10 Sep 2012 09:01:21 -0400 Subject: [joomla] acl or login issue Message-ID: I have a strange situation I am hoping someone can help. I have a situation where I want to give viewing access to a certain section/pages only to a particular group of viewers. I want the public to see the navigation to those pages, but not have access to them unless they have requested permission, in which case they will be added as a user in that group.So when they do navigate to the page, there is a system message "You are not authorized..." That is how it should be. The problem is that in Firefox and IE, if the user logs in, navigates to the restricted page and then logs out, they can't navigate back to the restricted page again while logged out.The log in module is set to redirect on log out to the default page, which is the Home page, which it does on log out. But if you click on the menu item to navigate to the restricted page again, instead of seeing the page with the system message "You are not authorized...", it defaults to the Home page.This is confusing to the user since they were able to navigate there before. If they happened to be on a different page (not the restricted one) when they logged out, they will have no problem navigating back to the restricted page and seeing the system message "You are not authorized...". In Chrome and Safari, I don't have the problem. If I clear the cache, it's fine, too, but I can't expect visitors to know to clear their browser cache. I am experiencing this on 2 different sites, both 2.5.6. One site also has K2, so I tried using it's login module instead of Joomla core, but it made no difference. I also tried using BTLogin module, and again, no difference. Anyone have any insight? -- Ellen Rothwax Web Design and Development *Don?t say you can?t afford a website. . .you can?t afford not to have one. *www.ebrwebsitedesigns.com* *(P) 203 572-5756* * -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Mon Sep 10 11:30:20 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Mon, 10 Sep 2012 12:30:20 -0300 Subject: [joomla] acl or login issue In-Reply-To: References: Message-ID: Hello Ellen, I suggest you create TWO sets of the SAME menu. One to be displayed when the user is logged out and the other when logged in. The logged out version of the menu would have all its menu itens pointing to a single article telling the use they cannot see that content until they login, plus offering the possibility to register in a more user friendly environment. I feel the current proccess is not much user-friendly. Or you can have a separate article for each menu item with similar content, still pointing to the option of logging in. The logged in version of the menu would have the actual menu itens. Hope this helps. Best regards, 2012/9/10 Ellen Rothwax > I have a strange situation I am hoping someone can help. I have a > situation where I want to give viewing access to a certain section/pages > only to a particular group of viewers. I want the public to see the > navigation to those pages, but not have access to them unless they have > requested permission, in which case they will be added as a user in that > group.So when they do navigate to the page, there is a system message "You > are not authorized..." That is how it should be. > > The problem is that in Firefox and IE, if the user logs in, navigates to > the restricted page and then logs out, they can't navigate back to the > restricted page again while logged out.The log in module is set to redirect > on log out to the default page, which is the Home page, which it does on > log out. But if you click on the menu item to navigate to the restricted > page again, instead of seeing the page with the system message "You are not > authorized...", it defaults to the Home page.This is confusing to the user > since they were able to navigate there before. If they happened to be on a > different page (not the restricted one) when they logged out, they will > have no problem navigating back to the restricted page and seeing the > system message "You are not authorized...". > > In Chrome and Safari, I don't have the problem. If I clear the cache, it's > fine, too, but I can't expect visitors to know to clear their browser cache. > > I am experiencing this on 2 different sites, both 2.5.6. One site also has > K2, so I tried using it's login module instead of Joomla core, but it made > no difference. I also tried using BTLogin module, and again, no difference. > Anyone have any insight? > > > -- > > > Ellen Rothwax > Web Design and Development > *Don?t say you can?t afford a website. . .you can?t afford not to have > one. > *www.ebrwebsitedesigns.com* > *(P) 203 572-5756* > * > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenny at whyknott.com Mon Sep 10 15:10:01 2012 From: kenny at whyknott.com (Kenny Berwager) Date: Mon, 10 Sep 2012 15:10:01 -0400 Subject: [joomla] Default Joomla Banner Component Question Message-ID: Hello Everyone, For some reason I cannot figure out how to get the Default Joomla 2.5.6 Banner Component to show only one banner on the page at a time and randomly on refresh load a new one. Can the default Joomla Banner Component only show multiple banners from a category or all categories? I really need to display only one banner at a time and randomly load another on refresh or reload of the page unless I use the sticky feature to show a paying customer's banner more often. However, right now the client wants all banners from a cat to load new on refresh or reload. Any help with this would be appreciated, Thanks, Kenny Kenny Berwager Art Director Whyknott Advertising 1204 High St., Hanover PA 17331 Ph: 717.630.1240 Fx: 717.630.1277 http://www.whyknott.com From marian at gothamwebsites.com Mon Sep 10 15:30:46 2012 From: marian at gothamwebsites.com (Gotham Websites) Date: Mon, 10 Sep 2012 15:30:46 -0400 Subject: [joomla] Sept user group meeting reminder - preregistration is required! Message-ID: *Thursday September 13, 2012* Chairperson: Toni Taylor *Meeting*: 6:30-8:30, Location: *Robert Half Staffing* *245 Park Ave, 25th Floor. REGISTRATION IS REQUIRED. click here to register: * http://joomlanyc.org/index.php/register * **Networking: *8:30-9:30 *Presentations*: *Marian Konop*: Joomlashine's admin template *Stewart Newfeld*: Sliding Captions extension by Joompad. It implements a simple image gallery that features title and teaser caption text displayed when hovering over the gallery images. joompad.be Lightning Round- Ask any question and our group will provide the answers. -- *Marian Konop* Gotham Websites We think SMALL . . . Business *www.gothamwebsites.com* President JoomlaNYC Users Group *www.joomlanyc.org *Team Leader *www.JoomlaDayNYC.com* -------------- next part -------------- An HTML attachment was scrubbed... URL: From unitelny at gmail.com Tue Sep 11 18:08:07 2012 From: unitelny at gmail.com (Unitel) Date: Tue, 11 Sep 2012 18:08:07 -0400 Subject: [joomla] Sept user group meeting reminder - preregistration isrequired! In-Reply-To: References: Message-ID: <41401ABDE3BF4796B6514D833E1C30A8@OwnerPC> Hello Marian, I am a member of the NYJUG and would like to know the process of submitting/emailing a question to group. Can you help? Best regards, Marcos Miranda --- _____ From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Gotham Websites Sent: Monday, September 10, 2012 3:31 PM To: joomla at lists.nyphp.org Subject: [joomla] Sept user group meeting reminder - preregistration isrequired! Thursday September 13, 2012 Chairperson: Toni Taylor Meeting: 6:30-8:30, Location: Robert Half Staffing 245 Park Ave, 25th Floor. REGISTRATION IS REQUIRED. click here to register: http://joomlanyc.org/index.php/register Networking: 8:30-9:30 Presentations: Marian Konop: Joomlashine's admin template Stewart Newfeld: Sliding Captions extension by Joompad. It implements a simple image gallery that features title and teaser caption text displayed when hovering over the gallery images. joompad.be Lightning Round- Ask any question and our group will provide the answers. -- Marian Konop Gotham Websites We think SMALL . . . Business www.gothamwebsites.com President JoomlaNYC Users Group www.joomlanyc.org Team Leader www.JoomlaDayNYC.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From mkonop at gmail.com Tue Sep 11 18:13:12 2012 From: mkonop at gmail.com (Marian Konop) Date: Tue, 11 Sep 2012 18:13:12 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 10 In-Reply-To: References: Message-ID: You can sign up for the listserv here: http://joomlanyc.org/index.php/mailing-list On Tue, Sep 11, 2012 at 6:08 PM, 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. Re: Sept user group meeting reminder - preregistration > isrequired! (Unitel) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 11 Sep 2012 18:08:07 -0400 > From: "Unitel" > To: "'NYPHP SIG: Joomla'" > Subject: Re: [joomla] Sept user group meeting reminder - > preregistration isrequired! > Message-ID: <41401ABDE3BF4796B6514D833E1C30A8 at OwnerPC> > Content-Type: text/plain; charset="us-ascii" > > Hello Marian, > > > > I am a member of the NYJUG and would like to know the process of > submitting/emailing a question to group. Can you help? > > > > > > > > Best regards, > > > > Marcos Miranda > > --- > > > > _____ > > From: joomla-bounces at lists.nyphp.org [mailto: > joomla-bounces at lists.nyphp.org] > On Behalf Of Gotham Websites > Sent: Monday, September 10, 2012 3:31 PM > To: joomla at lists.nyphp.org > Subject: [joomla] Sept user group meeting reminder - preregistration > isrequired! > > > > Thursday September 13, 2012 > Chairperson: Toni Taylor > Meeting: 6:30-8:30, Location: Robert Half Staffing > 245 Park Ave, 25th Floor. > REGISTRATION IS REQUIRED. click here to register: > http://joomlanyc.org/index.php/register > Networking: 8:30-9:30 > Presentations: > Marian Konop: Joomlashine's admin template > Stewart Newfeld: Sliding Captions extension by Joompad. It implements a > simple image gallery that features title and teaser caption text displayed > when hovering over the gallery images. > joompad.be > > Lightning Round- Ask any question and our group will provide the answers. > > > > > > > > > -- > > Marian Konop > > Gotham Websites > > We think SMALL . . . Business > www.gothamwebsites.com > > President JoomlaNYC Users Group > > www.joomlanyc.org > Team Leader > www.JoomlaDayNYC.com > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120911/629ddc36/attachment.html > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: image001.gif > Type: image/gif > Size: 3357 bytes > Desc: not available > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120911/629ddc36/attachment.gif > > > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 10 > ************************************** > -- *Marian Konop* Gotham Websites We think SMALL . . . Business *www.gothamwebsites.com* President JoomlaNYC Users Group *www.joomlanyc.org* Team Leader *www.JoomlaDayNYC.com* -------------- next part -------------- An HTML attachment was scrubbed... URL: From compustretch at gmail.com Wed Sep 12 00:24:34 2012 From: compustretch at gmail.com (forest mars) Date: Wed, 12 Sep 2012 00:24:34 -0400 Subject: [joomla] Software Freedom Day - this Saturday at ITP (Interactive Telecommunications Program) Message-ID: *The 5th annual Software Freedom Day NYC will take place on Saturday September 15, 2012 from 6:30-10:00 pm. The New York celebratory event will be held this year at ITP, NYU's school for the Interactive Telecommunications Program, located at 721 Broadway (between 8th Street & Washington Place.) As in previous years this will be a celebration of the merits and successes of free software, with food & drinks ("free as in beer!") and a short program of speakers. This is also a "hack friendly" event; we will have 2 large breakout rooms so bring your laptop to demonstrate a project you're working on or engage in informal collaboration. At 8:00 pm there will be a short program including presentations. Scheduled speakers include: - James Vasile of the Software Freedom Law Center on "Free Software vs Censorship and Surveillance" - "Wikipedia Takes Manhattan? -- presented by Wikimedia NYC (following up on this afternoon?s photo-walk departing Bowling Green at 3pm, and arriving at ITP at 7pm) - Jon Stanley on the Fedora project - Occupy <3s Open Source -- presented by TechOps of the NYCGA (NYC General Assembly) & others as well as short talks on other free software projects and distributions. After this program there will be a reception, including a key signing. For full event information please see the official announcement and wiki page at: http://wiki.softwarefreedomday.org/2012/USA/NY/NYC#preview For more information about Software Freedom Day see the Wikipedia entry: http://en.wikipedia.org/wiki/Software_Freedom_Day* Forest Mars -- "In theory, theory and practice are exactly the same. In practice, they're completely different." ------------------------------------------------------------------ This email is: [ x ] o.k. to forward [ x ] o.k. to blog -------------- next part -------------- An HTML attachment was scrubbed... URL: From unitelny at gmail.com Thu Sep 13 17:09:02 2012 From: unitelny at gmail.com (Unitel) Date: Thu, 13 Sep 2012 17:09:02 -0400 Subject: [joomla] Sept user group meeting reminder - preregistration isrequired! In-Reply-To: References: Message-ID: <444A4BA074FA4EE7886AD8216D8F0477@OwnerPC> Registration Link doesn't work? Best regards, Marcos Miranda --- _____ From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Gotham Websites Sent: Monday, September 10, 2012 3:31 PM To: joomla at lists.nyphp.org Subject: [joomla] Sept user group meeting reminder - preregistration isrequired! Thursday September 13, 2012 Chairperson: Toni Taylor Meeting: 6:30-8:30, Location: Robert Half Staffing 245 Park Ave, 25th Floor. REGISTRATION IS REQUIRED. click here to register: http://joomlanyc.org/index.php/register Networking: 8:30-9:30 Presentations: Marian Konop: Joomlashine's admin template Stewart Newfeld: Sliding Captions extension by Joompad. It implements a simple image gallery that features title and teaser caption text displayed when hovering over the gallery images. joompad.be Lightning Round- Ask any question and our group will provide the answers. -- Marian Konop Gotham Websites We think SMALL . . . Business www.gothamwebsites.com President JoomlaNYC Users Group www.joomlanyc.org Team Leader www.JoomlaDayNYC.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From marian at gothamwebsites.com Thu Sep 13 17:12:44 2012 From: marian at gothamwebsites.com (Gotham Websites) Date: Thu, 13 Sep 2012 17:12:44 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 13 In-Reply-To: References: Message-ID: > > Registration was cut off at noon today to get the list to security. > > > > Today's Topics: > > 1. Re: Sept user group meeting reminder - preregistration > isrequired! (Unitel) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 13 Sep 2012 17:09:02 -0400 > From: "Unitel" > To: "'NYPHP SIG: Joomla'" > Subject: Re: [joomla] Sept user group meeting reminder - > preregistration isrequired! > Message-ID: <444A4BA074FA4EE7886AD8216D8F0477 at OwnerPC> > Content-Type: text/plain; charset="us-ascii" > > Registration Link doesn't work? > > > > > > > > Best regards, > > > > Marcos Miranda > > --- > > > > _____ > > From: joomla-bounces at lists.nyphp.org [mailto: > joomla-bounces at lists.nyphp.org] > On Behalf Of Gotham Websites > Sent: Monday, September 10, 2012 3:31 PM > To: joomla at lists.nyphp.org > Subject: [joomla] Sept user group meeting reminder - preregistration > isrequired! > > > > Thursday September 13, 2012 > Chairperson: Toni Taylor > Meeting: 6:30-8:30, Location: Robert Half Staffing > 245 Park Ave, 25th Floor. > REGISTRATION IS REQUIRED. click here to register: > http://joomlanyc.org/index.php/register > Networking: 8:30-9:30 > Presentations: > Marian Konop: Joomlashine's admin template > Stewart Newfeld: Sliding Captions extension by Joompad. It implements a > simple image gallery that features title and teaser caption text displayed > when hovering over the gallery images. > joompad.be > > Lightning Round- Ask any question and our group will provide the answers. > > > > > > > > > -- > > Marian Konop > > Gotham Websites > > We think SMALL . . . Business > www.gothamwebsites.com > > President JoomlaNYC Users Group > > www.joomlanyc.org > Team Leader > www.JoomlaDayNYC.com > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.html > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: image001.gif > Type: image/gif > Size: 3357 bytes > Desc: not available > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.gif > > > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 13 > ************************************** > -- *Marian Konop* Gotham Websites We think SMALL . . . Business *www.gothamwebsites.com* President JoomlaNYC Users Group *www.joomlanyc.org *Team Leader *www.JoomlaDayNYC.com* -------------- next part -------------- An HTML attachment was scrubbed... URL: From unitelny at gmail.com Thu Sep 13 17:16:30 2012 From: unitelny at gmail.com (Marcos Miranda) Date: Thu, 13 Sep 2012 17:16:30 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 13 In-Reply-To: References: Message-ID: Cannot attend? Marcos Miranda On Sep 13, 2012 5:13 PM, "Gotham Websites" wrote: > Registration was cut off at noon today to get the list to security. >> > > > >> >> >> Today's Topics: >> >> 1. Re: Sept user group meeting reminder - preregistration >> isrequired! (Unitel) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Thu, 13 Sep 2012 17:09:02 -0400 >> From: "Unitel" >> To: "'NYPHP SIG: Joomla'" >> Subject: Re: [joomla] Sept user group meeting reminder - >> preregistration isrequired! >> Message-ID: <444A4BA074FA4EE7886AD8216D8F0477 at OwnerPC> >> Content-Type: text/plain; charset="us-ascii" >> >> Registration Link doesn't work? >> >> >> >> >> >> >> >> Best regards, >> >> >> >> Marcos Miranda >> >> --- >> >> >> >> _____ >> >> From: joomla-bounces at lists.nyphp.org [mailto: >> joomla-bounces at lists.nyphp.org] >> On Behalf Of Gotham Websites >> Sent: Monday, September 10, 2012 3:31 PM >> To: joomla at lists.nyphp.org >> Subject: [joomla] Sept user group meeting reminder - preregistration >> isrequired! >> >> >> >> Thursday September 13, 2012 >> Chairperson: Toni Taylor >> Meeting: 6:30-8:30, Location: Robert Half Staffing >> 245 Park Ave, 25th Floor. >> REGISTRATION IS REQUIRED. click here to register: >> http://joomlanyc.org/index.php/register >> Networking: 8:30-9:30 >> Presentations: >> Marian Konop: Joomlashine's admin template >> Stewart Newfeld: Sliding Captions extension by Joompad. It implements a >> simple image gallery that features title and teaser caption text displayed >> when hovering over the gallery images. >> joompad.be >> >> Lightning Round- Ask any question and our group will provide the answers. >> >> >> >> >> >> >> >> >> -- >> >> Marian Konop >> >> Gotham Websites >> >> We think SMALL . . . Business >> www.gothamwebsites.com >> >> President JoomlaNYC Users Group >> >> www.joomlanyc.org >> Team Leader >> www.JoomlaDayNYC.com >> >> >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.html >> > >> -------------- next part -------------- >> A non-text attachment was scrubbed... >> Name: image001.gif >> Type: image/gif >> Size: 3357 bytes >> Desc: not available >> URL: < >> http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.gif >> > >> >> ------------------------------ >> >> _______________________________________________ >> Joomla mailing list >> Joomla at lists.nyphp.org >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> End of Joomla Digest, Vol 69, Issue 13 >> ************************************** >> > > > > -- > *Marian Konop* > Gotham Websites > We think SMALL . . . Business > *www.gothamwebsites.com* > President JoomlaNYC Users Group > *www.joomlanyc.org > *Team Leader > *www.JoomlaDayNYC.com* > > > _______________________________________________ > 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 mkonop at gmail.com Thu Sep 13 17:27:26 2012 From: mkonop at gmail.com (Mkonop) Date: Thu, 13 Sep 2012 17:27:26 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 15 In-Reply-To: References: Message-ID: <80D9724B-0002-4B29-9C6E-5F2EB9D958F7@gmail.com> The list is already with security. You may have been added as someone who attended a prior meeting, but I don't have access to the list now, and can't check it for you. You can always take a chance. Sent from my iPhone On Sep 13, 2012, at 5:16 PM, 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. Re: Joomla Digest, Vol 69, Issue 13 (Marcos Miranda) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 13 Sep 2012 17:16:30 -0400 > From: Marcos Miranda > To: "NYPHP SIG: Joomla" > Subject: Re: [joomla] Joomla Digest, Vol 69, Issue 13 > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Cannot attend? > > Marcos Miranda > On Sep 13, 2012 5:13 PM, "Gotham Websites" > wrote: > >> Registration was cut off at noon today to get the list to security. >>> >> >> >> >>> >>> >>> Today's Topics: >>> >>> 1. Re: Sept user group meeting reminder - preregistration >>> isrequired! (Unitel) >>> >>> >>> ---------------------------------------------------------------------- >>> >>> Message: 1 >>> Date: Thu, 13 Sep 2012 17:09:02 -0400 >>> From: "Unitel" >>> To: "'NYPHP SIG: Joomla'" >>> Subject: Re: [joomla] Sept user group meeting reminder - >>> preregistration isrequired! >>> Message-ID: <444A4BA074FA4EE7886AD8216D8F0477 at OwnerPC> >>> Content-Type: text/plain; charset="us-ascii" >>> >>> Registration Link doesn't work? >>> >>> >>> >>> >>> >>> >>> >>> Best regards, >>> >>> >>> >>> Marcos Miranda >>> >>> --- >>> >>> >>> >>> _____ >>> >>> From: joomla-bounces at lists.nyphp.org [mailto: >>> joomla-bounces at lists.nyphp.org] >>> On Behalf Of Gotham Websites >>> Sent: Monday, September 10, 2012 3:31 PM >>> To: joomla at lists.nyphp.org >>> Subject: [joomla] Sept user group meeting reminder - preregistration >>> isrequired! >>> >>> >>> >>> Thursday September 13, 2012 >>> Chairperson: Toni Taylor >>> Meeting: 6:30-8:30, Location: Robert Half Staffing >>> 245 Park Ave, 25th Floor. >>> REGISTRATION IS REQUIRED. click here to register: >>> http://joomlanyc.org/index.php/register >>> Networking: 8:30-9:30 >>> Presentations: >>> Marian Konop: Joomlashine's admin template >>> Stewart Newfeld: Sliding Captions extension by Joompad. It implements a >>> simple image gallery that features title and teaser caption text displayed >>> when hovering over the gallery images. >>> joompad.be >>> >>> Lightning Round- Ask any question and our group will provide the answers. >>> >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Marian Konop >>> >>> Gotham Websites >>> >>> We think SMALL . . . Business >>> www.gothamwebsites.com >>> >>> President JoomlaNYC Users Group >>> >>> www.joomlanyc.org >>> Team Leader >>> www.JoomlaDayNYC.com >>> >>> >>> >>> -------------- next part -------------- >>> An HTML attachment was scrubbed... >>> URL: < >>> http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.html >>>> >>> -------------- next part -------------- >>> A non-text attachment was scrubbed... >>> Name: image001.gif >>> Type: image/gif >>> Size: 3357 bytes >>> Desc: not available >>> URL: < >>> http://lists.nyphp.org/pipermail/joomla/attachments/20120913/d9e1b511/attachment.gif >>>> >>> >>> ------------------------------ >>> >>> _______________________________________________ >>> Joomla mailing list >>> Joomla at lists.nyphp.org >>> http://lists.nyphp.org/mailman/listinfo/joomla >>> >>> End of Joomla Digest, Vol 69, Issue 13 >>> ************************************** >>> >> >> >> >> -- >> *Marian Konop* >> Gotham Websites >> We think SMALL . . . Business >> *www.gothamwebsites.com* >> President JoomlaNYC Users Group >> *www.joomlanyc.org >> *Team Leader >> *www.JoomlaDayNYC.com* >> >> >> _______________________________________________ >> 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: > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 15 > ************************************** From Kirill at hostnetservices.com Fri Sep 14 09:00:49 2012 From: Kirill at hostnetservices.com (Kirill Poliakov) Date: Fri, 14 Sep 2012 09:00:49 -0400 Subject: [joomla] Controling google bots and restricting component access Message-ID: An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Fri Sep 14 09:11:05 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Fri, 14 Sep 2012 09:11:05 -0400 Subject: [joomla] Thank you from the New Guy! Message-ID: I just wanted to say hello / thank you for a warm introduction to the NYC Joomla User's Group last night - as was mentioned by one of the veterans, it's nice to actually sit down and MEET people in person some times, and not just on a forum / list / Skype / etc. Thank you again, and I will see many (if not all) of you at Joomla Day NYC next weekend! -- Geoffrey Schaller gjschaller at psi-13.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Fri Sep 14 10:14:34 2012 From: sbritton at gmail.com (Stephen Britton) Date: Fri, 14 Sep 2012 10:14:34 -0400 Subject: [joomla] Controling google bots and restricting component access In-Reply-To: References: Message-ID: Did you edit the robots.txt file? Joomla's default robots file restricts access to several directories, including components and templates. On Sep 14, 2012 9:00 AM, "Kirill Poliakov" wrote: > Hello everyone, > > I have an issue with a site. Most content requires a logon, so I am > confused how Google bot was able to crawl the site to restricted menu > options without access to them. > > Here is a link to logon page > > http://www.campwinnetaska.com/camp/index.php?option=com_content&view=featured&Itemid=435 > > Here is a link to Google search result that shows restricted conten > > > https://www.google.com/search?q=1957+Inaweke&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a > > > First, can anybody advise how to restrict Google bot from scanning the > full site. > Then, how do I restrict access to a component to registered users only - > I am controlling access through menu restriction. Now that Google exposed > restricted pages I need to restrict access to the component to registered > users only > > > Any help would be appreciated. > > > Kirill > > _______________________________________________ > 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 Kirill at hostnetservices.com Fri Sep 14 10:23:39 2012 From: Kirill at hostnetservices.com (Kirill Poliakov) Date: Fri, 14 Sep 2012 10:23:39 -0400 Subject: [joomla] Controling google bots and restricting component access In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: graycol.gif Type: image/gif Size: 105 bytes Desc: not available URL: From Kirill at hostnetservices.com Fri Sep 14 10:27:56 2012 From: Kirill at hostnetservices.com (Kirill Poliakov) Date: Fri, 14 Sep 2012 10:27:56 -0400 Subject: [joomla] Controling google bots and restricting component access In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: From joomla+2012 at gary.mort.net Fri Sep 14 13:29:23 2012 From: joomla+2012 at gary.mort.net (Gary A. Mort) Date: Fri, 14 Sep 2012 17:29:23 +0000 Subject: [joomla] Learning PHP and Joomla Message-ID: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> Hi Guys, Something I noticed at last nights meeting was a lot of comments about individuals who want to learn a bit of PHP, especially as it relates to Joomla. I was thinking if people are willing to pursue an alternative method of education, I can put together a tutorial on setting up your system for programming in Joomla along with a subsection on the website of tasks that can be done to both improve Joomla! AND learn PHP at the same time. There are 4 aspects of Joomla Code that could always use a lot of help. 1) Documentation 2) Unit Tests 3) Depreciated Functions 4) Management of the above We could work on this as a group, as opposed to individuals. Where a JoomlaNYC repository of code can be kept - members can pull from a list of tasks, work on them, submit the fixes back, and then a maintainer can shepherd them through the giving back to Joomla! process[always the spot I have trouble with] For example, take a look at line 74 in the Content Controller: http://mandrillapp.com/track/click.php?u=11000867&id=c689c7bdc2df4dbba24014567db24006&url=https%3A%2F%2Fgithub.com%2Fjoomla%2Fjoomla-cms%2Fblob%2Fmaster%2Fcomponents%2Fcom_content%2Fcontroller.php%23L74&url_id=486258189&tags=252069,957497 JError is a depreciated class - this means it will be going away at some point. Generally calls like this are relatively simple to fix, you just need to replace one function call with a different call. But these kinds of changes are boring for an experienced programmer to do, so they tend to linger. Moreover, the longer they linger, the more damage they inflict on 3rd party components - since if the core code isn't fixed, you end up with 3rd parties who keep using the same depreciated code and then one day someone finally cleans all the stuff out, the depreciated method disappears, and 3rd party code breaks all over. Keeping a clean code base is important...it's also a great opportunity for others to learn PHP since you will learn little snippets of coding as you go along - the base platform can be improved, and everyone wins. I'm trying to go through this process myself just to give me a mental jump start for the day...do a few simple php fixes...submit the patch...move on to real work. I was thinking if we centralized this on the NYC Joomla site, then people could learn and improve the code at the same time... and if we can get a decent process in place, we can also move on to unit tests where you can learn even more PHP coding with the added benefit that you are learning GOOD programming practices at the same time. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Fri Sep 14 13:34:34 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Fri, 14 Sep 2012 13:34:34 -0400 Subject: [joomla] Learning PHP and Joomla In-Reply-To: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> References: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> Message-ID: On Fri, Sep 14, 2012 at 1:29 PM, Gary A. Mort wrote: > Hi Guys, > > Something I noticed at last nights meeting was a lot of comments about > individuals who want to learn a bit of PHP, especially as it relates to > Joomla. > As one of the people who wants to learn, I like this idea! On a more simple / practical level - if one is a complete beginner and wants to learn PHP, what's a good resource to get your feet wet? I have a copy of "PHP and MySQL Development, 4th Edition" by Luke Wellington & Laura Thomson, but the size of the volume has me a bit intimidated, to be honest. Should I just crack it open and begin reading, or are there better resources for learning PHP from the beginning? -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From joomla+2012 at gary.mort.net Fri Sep 14 14:02:32 2012 From: joomla+2012 at gary.mort.net (Gary A. Mort) Date: Fri, 14 Sep 2012 18:02:32 +0000 Subject: [joomla] Learning PHP and Joomla Message-ID: <11000867.13347813.20120914180232.50537138b49696.58870852@mail13.us4.mandrillapp.com> Quite honestly, the way I learned PHP was by doing. I started with setting up a family photo gallery for my wife using Menalto Gallery, http://mandrillapp.com/track/click.php?u=11000867&id=b321e5fac5444c8e9b8b61b00cc6ce9b&url=http%3A%2F%2Fgallery.menalto.com%2F&url_id=486265325&tags=252069,957497 I'd read through the code, make minor tweaks, etc. The reason I prefer this method of learning is because it completely bypasses a bunch of learning that is useless in the short term. Two examples of this are input and databases. When learning PHP, your going to go through a whole section on how to connect to a mysql database, create a table, write an update, execute the query, etc using libmysql or libmysqli..... NO ONE does this in real life. In real life, we use a framework like Joomla! where all of that stuff is already setup for us! Instead we might define the layout of a table using JTable and then just call the get/insert/update methods. For example, if you want to get a user by userid, you might do: // Create the user table object $table = $this->getTable(); // Load the JUserModel object based on the user id or throw a warning. if (!$table->load($id)) { // Reset to guest user $this->guest = 1; JLog::add(JText::sprintf('JLIB_USER_ERROR_UNABLE_TO_LOAD_USER', $id), JLog::WARNING, 'jerror'); return false; } By the same token, in a book you would be told something like, to get the value of a field submitted in a form you would do something like: $myField = $_GET['myField']; This is bad bad, evil, never ever ever ever ever should you do this! It opens up your code to all sorts of security issues. In Joomla what you might do is: $myField = $jinput->get('myField', ''); And even THAT is not a good idea. It's much better to work at a much higher level - but at least by doing this your data gets sanitized! In short.... I think it is probably much better to learn the how to program Joomla! rather than how to program in PHP. Once you have learned how to program in Joomla!, then you can delve further into it by looking at JInput and seeing just what that code is doing. And the other item.. I can't really answer.... I learned by learning how to make changes to open source software...and then broadened my education from there by seeing how they did things. On 9/14/2012 1:34 PM, Geoffrey Schaller wrote: On Fri, Sep 14, 2012 at 1:29 PM, Gary A. Mort > wrote: Hi Guys, Something I noticed at last nights meeting was a lot of comments about individuals who want to learn a bit of PHP, especially as it relates to Joomla. As one of the people who wants to learn, I like this idea! On a more simple / practical level - if one is a complete beginner and wants to learn PHP, what's a good resource to get your feet wet? I have a copy of "PHP and MySQL Development, 4th Edition" by Luke Wellington & Laura Thomson, but the size of the volume has me a bit intimidated, to be honest. Should I just crack it open and begin reading, or are there better resources for learning PHP from the beginning? -Geoffrey _______________________________________________ New York PHP SIG: Joomla! Mailing List http://mandrillapp.com/track/click.php?u=11000867&id=b321e5fac5444c8e9b8b61b00cc6ce9b&url=http%3A%2F%2Flists.nyphp.org%2Fmailman%2Flistinfo%2Fjoomla&url_id=486265329&tags=252069,957497 NYPHPCon 2006 Presentations Online http://mandrillapp.com/track/click.php?u=11000867&id=b321e5fac5444c8e9b8b61b00cc6ce9b&url=http%3A%2F%2Fwww.nyphpcon.com&url_id=486265333&tags=252069,957497 Show Your Participation in New York PHP http://mandrillapp.com/track/click.php?u=11000867&id=b321e5fac5444c8e9b8b61b00cc6ce9b&url=http%3A%2F%2Fwww.nyphp.org%2Fshow_participation.php&url_id=486265337&tags=252069,957497 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Fri Sep 14 14:12:39 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Fri, 14 Sep 2012 14:12:39 -0400 Subject: [joomla] Learning PHP and Joomla In-Reply-To: <11000867.13347813.20120914180232.50537138b49696.58870852@mail13.us4.mandrillapp.com> References: <11000867.13347813.20120914180232.50537138b49696.58870852@mail13.us4.mandrillapp.com> Message-ID: Funny you should mention Gallery... that's one of my first apps, too. I'm currently trying to migrate away from it to JoomGallery 2.0, so that it's an integrated solution (along with Joomla, Kunena, Community Builder, etc.) - I've been using JFusion to bridge Joomla and Gallery2.3.1, but it's not the same, and the support for JFusion is flagging (the G2 module author has vanished, and the rest of the JFusion team is buried with their own plugins, and real life). JoomGallery 2.0 has an import function, where you can upload an import script and pull images and their text from other PHP-based systems. They have a script for JG1 to JG2, but not for Gallery2 to JG2... yet. I have a friend that is working on it for me (since I don't know PHP yet), but we're still playing with the import process. With a bit of luck, I'll be running JoomGallery2 as my photo gallery by the time I present my site in October. If not... I'll present it as it is now with JFusion, and we can discuss the import script. ;-) -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From joomla+2012 at gary.mort.net Fri Sep 14 14:16:18 2012 From: joomla+2012 at gary.mort.net (Gary A. Mort) Date: Fri, 14 Sep 2012 18:16:18 +0000 Subject: [joomla] Learning PHP and Joomla Message-ID: <11000867.13347813.20120914181618.50537472e492a7.91010464@mail13.us4.mandrillapp.com> Funny you should mention migrating... I've got a whole slew of photo's in an aging v2 Menalto Gallery which I need to consolidate onto my new server and I really don't want to migrate to version 3...I'd rather move it to Joomla directly and have it in a system I know better. How do you find JoomGallery for functionality? On 9/14/2012 2:12 PM, Geoffrey Schaller wrote: Funny you should mention Gallery... that's one of my first apps, too. I'm currently trying to migrate away from it to JoomGallery 2.0, so that it's an integrated solution (along with Joomla, Kunena, Community Builder, etc.) - I've been using JFusion to bridge Joomla and Gallery2.3.1, but it's not the same, and the support for JFusion is flagging (the G2 module author has vanished, and the rest of the JFusion team is buried with their own plugins, and real life). JoomGallery 2.0 has an import function, where you can upload an import script and pull images and their text from other PHP-based systems. They have a script for JG1 to JG2, but not for Gallery2 to JG2... yet. I have a friend that is working on it for me (since I don't know PHP yet), but we're still playing with the import process. With a bit of luck, I'll be running JoomGallery2 as my photo gallery by the time I present my site in October. If not... I'll present it as it is now with JFusion, and we can discuss the import script. ;-) -Geoffrey _______________________________________________ New York PHP SIG: Joomla! Mailing List http://mandrillapp.com/track/click.php?u=11000867&id=78669367896d45ad8c017a7d34b0e6ed&url=http%3A%2F%2Flists.nyphp.org%2Fmailman%2Flistinfo%2Fjoomla&url_id=486265329&tags=252069,957497 NYPHPCon 2006 Presentations Online http://mandrillapp.com/track/click.php?u=11000867&id=78669367896d45ad8c017a7d34b0e6ed&url=http%3A%2F%2Fwww.nyphpcon.com&url_id=486265333&tags=252069,957497 Show Your Participation in New York PHP http://mandrillapp.com/track/click.php?u=11000867&id=78669367896d45ad8c017a7d34b0e6ed&url=http%3A%2F%2Fwww.nyphp.org%2Fshow_participation.php&url_id=486265337&tags=252069,957497 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Fri Sep 14 14:46:35 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Fri, 14 Sep 2012 14:46:35 -0400 Subject: [joomla] Learning PHP and Joomla In-Reply-To: <11000867.13347813.20120914181618.50537472e492a7.91010464@mail13.us4.mandrillapp.com> References: <11000867.13347813.20120914181618.50537472e492a7.91010464@mail13.us4.mandrillapp.com> Message-ID: On Fri, Sep 14, 2012 at 2:16 PM, Gary A. Mort wrote: > How do you find JoomGallery for functionality? > I don't have a fully functional and populated JoomGallery setup yet (still running with a bridged G2 until I can migrate 11 years worth of photos... hence the script!), but from what I have played with, JG2 looks to be comparable to Gallery2 in functionality. It fully ties into Joomla 2.5's ACL system, which is the main reason I am interested in using it. http://www.en.joomgallery.net/ I have a smaller site with only a handful of pictures on it in JG2, and it's been fine - it has all the functions of Gallery2, including easy image upload, modules with a random image, etc. I have yet to test the more advanced integration with Joomla and other components, though - from the user forums, it looks like it should be able to integrate with other components, such as Community Builder. Once I have the migration script complete, I'll share it here - the script author is doing this as a favor, and not interested in maintaining it once the migration is done, however. -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmsullivan50 at yahoo.com Fri Sep 14 15:43:32 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Fri, 14 Sep 2012 12:43:32 -0700 (PDT) Subject: [joomla] Learning PHP and Joomla In-Reply-To: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> References: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> Message-ID: <1347651812.54989.YahooMailNeo@web122303.mail.ne1.yahoo.com> ? I agree that learning-by-doing is infinitely more productive. And while I have written some php, its not my strongest skill. I definitely need more experience, and would welcome this opportunity to get that experience. And if the tutorial could be woven into a part of the monthly meeting(s) even better! Thanks so much for suggesting this, Gary, Janet Sullivan ________________________________ From: Gary A. Mort To: joomla at lists.nyphp.org Sent: Friday, September 14, 2012 1:29 PM Subject: [joomla] Learning PHP and Joomla Hi Guys, Something I noticed at last nights meeting was a lot of comments about individuals who want to learn a bit of PHP, especially as it relates to Joomla. I was thinking if people are willing to pursue an alternative method of education, I can put together a tutorial on setting up your system for programming in Joomla along with a subsection on the website of tasks that can be done to both improve Joomla! AND learn PHP at the same time. There are 4 aspects of Joomla Code that could always use a lot of help. 1) Documentation 2) Unit Tests 3) Depreciated Functions 4) Management of the above We could work on this as a group, as opposed to individuals.? Where a JoomlaNYC repository of code can be kept - members can pull from a list of tasks, work on them, submit the fixes back, and then a maintainer can shepherd them through the giving back to Joomla! process[always the spot I have trouble with] For example, take a look at line 74 in the Content Controller: http://mandrillapp.com/track/click.php?u=11000867&id=c689c7bdc2df4dbba24014567db24006&url=https%3A%2F%2Fgithub.com%2Fjoomla%2Fjoomla-cms%2Fblob%2Fmaster%2Fcomponents%2Fcom_content%2Fcontroller.php%23L74&url_id=486258189&tags=252069,957497 JError is a depreciated class - this means it will be going away at some point.? Generally calls like this are relatively simple to fix, you just need to replace one function call with a different call.?? But these kinds of changes are boring for an experienced programmer to do, so they tend to linger. Moreover, the longer they linger, the more damage they inflict on 3rd party components - since if the core code isn't fixed, you end up with 3rd parties who keep using the same depreciated code and then one day someone finally cleans all the stuff out, the depreciated method disappears, and 3rd party code breaks all over. Keeping a clean code base is important...it's also a great opportunity for others to learn PHP since you will learn little snippets of coding as you go along - the base platform can be improved, and everyone wins. I'm trying to go through this process myself just to give me a mental jump start for the day...do a few simple php fixes...submit the patch...move on to real work.? I was thinking if we centralized this on the NYC Joomla site, then people could learn and improve the code at the same time...? and if we can get a decent process in place, we can also move on to unit tests where you can learn even more PHP coding with the added benefit that you are learning GOOD programming practices at the same time. _______________________________________________ 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 davidalanroth at gmail.com Fri Sep 14 19:21:55 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 14 Sep 2012 19:21:55 -0400 Subject: [joomla] Modifying a Joomla module, does it have to be re-installed? Message-ID: I'm modifying a Joomla module's .xml file so it's Description has some additional information. But I noticed this doesn't get updated in the Module Manager. Does the module have to be re-installed for this change to take effect? Does anyone know how/where the contents of a Joomla module is stored after installation? Does it grab the .xml file and store it's contents in a MySQL table? I wondered about this, because I have changed the .xml file before to add something to the back-end and it's effect was immediately after I saved the .xml file and doesn't require it be re-installed. I do remember reading that if you added a file required to the .xml file that you do need to re-install the module. Thanks! David Roth -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Sep 14 19:31:56 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 14 Sep 2012 19:31:56 -0400 Subject: [joomla] Modifying a Joomla module, does it have to be re-installed? In-Reply-To: References: Message-ID: You know, it would help if I was reloading the page from the same installation of Joomla I was making the changes. This means, it's time for dinner! :-) But my other questions I'm still curious about. Thanks! David Roth On Fri, Sep 14, 2012 at 7:21 PM, David Roth wrote: > I'm modifying a Joomla module's .xml file so it's Description has some > additional information. But I noticed this doesn't get updated in the > Module Manager. Does the module have to be re-installed for this change to > take effect? > > Does anyone know how/where the contents of a Joomla module is stored after > installation? Does it grab the .xml file and store it's contents in a MySQL > table? I wondered about this, because I have changed the .xml file before > to add something to the back-end and it's effect was immediately after I > saved the .xml file and doesn't require it be re-installed. I do remember > reading that if you added a file required to the .xml file that you do need > to re-install the module. Thanks! > > David Roth > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Fri Sep 14 19:43:57 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Fri, 14 Sep 2012 19:43:57 -0400 Subject: [joomla] Modifying a Joomla module, does it have to be re-installed? In-Reply-To: References: Message-ID: This may be a different / special case, but... With Kunena Templates, when you edit the xml file for the template (which acts like a component within Kunena), the change is reflected immediately. To me, this would indicate it's pulling it directly from the XML file, and not a database entry. If Kunena templates operate in the same fashion as modules, that's a good indication. -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Sep 14 19:49:22 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 14 Sep 2012 19:49:22 -0400 Subject: [joomla] Modifying a Joomla module, does it have to be re-installed? In-Reply-To: References: Message-ID: Thanks for the reply, Geoffrey. What about the options filled out in the back-end for a module? That has to be stored somewhere and it wouldn't be the .xml file. Then again, if you add another field in the .xml file which accepted a parameter on the back-end it's saving it, I assume to some table in the MySQL. Interesting that's managed in a transparent manner. David Roth On Fri, Sep 14, 2012 at 7:43 PM, Geoffrey Schaller wrote: > This may be a different / special case, but... > > With Kunena Templates, when you edit the xml file for the template (which > acts like a component within Kunena), the change is reflected immediately. > To me, this would indicate it's pulling it directly from the XML file, and > not a database entry. > > If Kunena templates operate in the same fashion as modules, that's a good > indication. > > -Geoffrey > > _______________________________________________ > 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 matt at betweenbrain.com Fri Sep 14 19:52:27 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Fri, 14 Sep 2012 19:52:27 -0400 Subject: [joomla] Modifying a Joomla module, does it have to be re-installed? In-Reply-To: References: Message-ID: Any parameters that you add to an extension do need to be saved in the database, but should show up in the back end right away. Just open it up, change the setting (if different than default) and save it. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Fri, Sep 14, 2012 at 7:49 PM, David Roth wrote: > Thanks for the reply, Geoffrey. > > What about the options filled out in the back-end for a module? That has > to be stored somewhere and it wouldn't be the .xml file. Then again, if you > add another field in the .xml file which accepted a parameter on the > back-end it's saving it, I assume to some table in the MySQL. Interesting > that's managed in a transparent manner. > > David Roth > > On Fri, Sep 14, 2012 at 7:43 PM, Geoffrey Schaller wrote: > >> This may be a different / special case, but... >> >> With Kunena Templates, when you edit the xml file for the template (which >> acts like a component within Kunena), the change is reflected immediately. >> To me, this would indicate it's pulling it directly from the XML file, and >> not a database entry. >> >> If Kunena templates operate in the same fashion as modules, that's a good >> indication. >> >> -Geoffrey >> >> _______________________________________________ >> 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 unitelny at gmail.com Fri Sep 14 23:19:02 2012 From: unitelny at gmail.com (Unitel) Date: Fri, 14 Sep 2012 23:19:02 -0400 Subject: [joomla] Flash Player Message-ID: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> Hello everyone! I downloaded Joomlaworks "All Video" Plugin and cannot get it to work. Can someone in the group suggest a non-commercial extension for flash files that works right out of the box with Joomla 2.5. Work Environment: 1. Joomla 2.5 2. localhosting. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From matt at betweenbrain.com Fri Sep 14 23:23:47 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Fri, 14 Sep 2012 23:23:47 -0400 Subject: [joomla] Flash Player In-Reply-To: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> References: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> Message-ID: Are you just inserting them into articles? If so, JCE ( http://www.joomlacontenteditor.net) supports this well. Best, Matt Thomas Founder betweenbrain? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain Composed and delivered courtesy of Nexus 7. On Sep 14, 2012 11:19 PM, "Unitel" wrote: > Hello everyone!**** > > ** ** > > I downloaded Joomlaworks ?All Video? Plugin and cannot get it to work. Can > someone in the group suggest a non-commercial extension for flash files > that works right out of the box with Joomla 2.5.**** > > ** ** > > Work Environment:**** > > ** ** > > 1. Joomla 2.5 **** > 2. localhosting. **** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > Best regards,**** > > ** ** > > Marcos Miranda **** > [image: ---] > > ** ** > > _______________________________________________ > 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: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From davidalanroth at gmail.com Sat Sep 15 05:19:07 2012 From: davidalanroth at gmail.com (David Roth) Date: Sat, 15 Sep 2012 05:19:07 -0400 Subject: [joomla] Add a new module position to a Shape5 cyan template? Message-ID: I want to add a new module position to the Cyan template. This is to add a tag line, such as "Greatest Show on Earth!". I want to add this new module position between the above the Menu module position and between the Logo module position and the Search module position. I would greatly appreciate some tips on how to go about doing this. Would doing this impact the admin back for the Cyan template? What existing code might I start to copy and where to place it to add this new tag module position? Is there anything in particular I need to look out for in doing this? Thanks! David Roth -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Sat Sep 15 07:52:56 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Sat, 15 Sep 2012 07:52:56 -0400 Subject: [joomla] Flash Player In-Reply-To: References: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> Message-ID: i agree with using the JCE editor, you have to pay for a subscription with them to get the media plugin, but it is worth it, and very easy to do.. -- Laura On Fri, Sep 14, 2012 at 11:23 PM, Matt Thomas wrote: > Are you just inserting them into articles? If so, JCE ( > http://www.joomlacontenteditor.net) supports this well. > > Best, > > Matt Thomas > Founder betweenbrain? > Lead Developer Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > Github: https://github.com/betweenbrain > > Composed and delivered courtesy of Nexus 7. > On Sep 14, 2012 11:19 PM, "Unitel" wrote: > >> Hello everyone!**** >> >> ** ** >> >> I downloaded Joomlaworks ?All Video? Plugin and cannot get it to work. >> Can someone in the group suggest a non-commercial extension for flash files >> that works right out of the box with Joomla 2.5.**** >> >> ** ** >> >> Work Environment:**** >> >> ** ** >> >> 1. Joomla 2.5 **** >> 2. localhosting. **** >> >> ** ** >> >> ** ** >> >> ** ** >> >> ** ** >> >> ** ** >> >> Best regards,**** >> >> ** ** >> >> Marcos Miranda **** >> [image: ---] >> >> ** ** >> >> _______________________________________________ >> 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 > -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From ttatpdt at mac.com Sat Sep 15 16:58:25 2012 From: ttatpdt at mac.com (Toni Taylor) Date: Sat, 15 Sep 2012 20:58:25 +0000 (GMT) Subject: [joomla] jevents support Message-ID: <6bd54c5d-d545-61c7-a65d-94a332279ce3@me.com> ?Hello, I've got an event site (J 2.5) that has jevents installed, however I'm running out of daylight re. configuring it for the client. ?Might anyone have time & interest in helping me configure it? ?If so, send me a quote for a couple of hours of time. Best, Toni Taylor 646-382-8064 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Mon Sep 17 10:25:53 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Mon, 17 Sep 2012 10:25:53 -0400 Subject: [joomla] Poll / Suggestion components for Joomla? Message-ID: The Kunena team (Kunena is a free Forums component for Joomla - they just released v2.0, it's very nice) recently did an overhaul of their own website, bringing everything up to date with the latest versions, and purging a lot of add-ons that were holding them back. One of the things they got rid of was a Feature Request / Voting system - They had a component that was previously used, but wasn't compatible with 2.5, and they tried an external system (Uservoice.com), but they found it both clunky, and required payment to enable any worthwhile features. Does anyone have any familiarity with a feature request / feedback system for Joomla 2.5, that they can recommend? -- Geoffrey Schaller gjschaller at psi-13.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From unitelny at gmail.com Mon Sep 17 12:10:16 2012 From: unitelny at gmail.com (Unitel) Date: Mon, 17 Sep 2012 12:10:16 -0400 Subject: [joomla] Flash Player In-Reply-To: References: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> Message-ID: <862AD51CEEC54887AFB3720097B95F75@OwnerPC> It works !!!!! Thankx Best regards, Marcos Miranda --- _____ From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Laura Gordon Sent: Saturday, September 15, 2012 7:53 AM To: NYPHP SIG: Joomla Subject: Re: [joomla] Flash Player i agree with using the JCE editor, you have to pay for a subscription with them to get the media plugin, but it is worth it, and very easy to do.. -- Laura On Fri, Sep 14, 2012 at 11:23 PM, Matt Thomas wrote: Are you just inserting them into articles? If so, JCE (http://www.joomlacontenteditor.net) supports this well. Best, Matt Thomas Founder betweenbrainT Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain Composed and delivered courtesy of Nexus 7. On Sep 14, 2012 11:19 PM, "Unitel" wrote: Hello everyone! I downloaded Joomlaworks "All Video" Plugin and cannot get it to work. Can someone in the group suggest a non-commercial extension for flash files that works right out of the box with Joomla 2.5. Work Environment: 1. Joomla 2.5 2. localhosting. Best regards, Marcos Miranda --- _______________________________________________ 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 -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From unitelny at gmail.com Mon Sep 17 12:11:01 2012 From: unitelny at gmail.com (Unitel) Date: Mon, 17 Sep 2012 12:11:01 -0400 Subject: [joomla] Flash Player In-Reply-To: References: <51C4FCE5AB2D4D26B64604A1A8BA40BA@OwnerPC> Message-ID: It Works!!!! Thankx Best regards, Marcos Miranda --- _____ From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Matt Thomas Sent: Friday, September 14, 2012 11:24 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Flash Player Are you just inserting them into articles? If so, JCE (http://www.joomlacontenteditor.net) supports this well. Best, Matt Thomas Founder betweenbrainT Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain Composed and delivered courtesy of Nexus 7. On Sep 14, 2012 11:19 PM, "Unitel" wrote: Hello everyone! I downloaded Joomlaworks "All Video" Plugin and cannot get it to work. Can someone in the group suggest a non-commercial extension for flash files that works right out of the box with Joomla 2.5. Work Environment: 1. Joomla 2.5 2. localhosting. Best regards, Marcos Miranda --- _______________________________________________ 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: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From llamiaga at yahoo.com Mon Sep 17 12:20:06 2012 From: llamiaga at yahoo.com (Linda Amiaga) Date: Mon, 17 Sep 2012 09:20:06 -0700 (PDT) Subject: [joomla] Learning PHP and Joomla References: <11000867.13347813.20120914172923.50536973e43364.84933743@mail13.us4.mandrillapp.com> Message-ID: <1347898806.11504.YahooMailNeo@web112109.mail.gq1.yahoo.com> Gary, I think that is a great idea regarding the cleanup of the Joomla code base. I think no matter what your level of experience with programming, there is something to be gained in looking at the existing code base. ?In fact, I find this is the best way to learn. ?In fact, as an experienced developer, my road to learning PHP is probably different from most. I find that the PHP syntax has bits and pieces of programming and scripting languages I already know (especially C and ksh) and I need the practice with PHP to distinguish the specifics of the language. Please count me in to help clean up the deprecated functions. Linda Amiaga ? ________________________________ From: Gary A. Mort To: joomla at lists.nyphp.org? Sent: Friday, September 14, 2012 1:29 PM Subject: [joomla] Learning PHP and Joomla Hi Guys, Something I noticed at last nights meeting was a lot of comments about individuals who want to learn a bit of PHP, especially as it relates to Joomla. I was thinking if people are willing to pursue an alternative method of education, I can put together a tutorial on setting up your system for programming in Joomla along with a subsection on the website of tasks that can be done to both improve Joomla! AND learn PHP at the same time. There are 4 aspects of Joomla Code that could always use a lot of help. 1) Documentation 2) Unit Tests 3) Depreciated Functions 4) Management of the above We could work on this as a group, as opposed to individuals.? Where a JoomlaNYC repository of code can be kept - members can pull from a list of tasks, work on them, submit the fixes back, and then a maintainer can shepherd them through the giving back to Joomla! process[always the spot I have trouble with] For example, take a look at line 74 in the Content Controller: http://mandrillapp.com/track/click.php?u=11000867&id=c689c7bdc2df4dbba24014567db24006&url=https%3A%2F%2Fgithub.com%2Fjoomla%2Fjoomla-cms%2Fblob%2Fmaster%2Fcomponents%2Fcom_content%2Fcontroller.php%23L74&url_id=486258189&tags=252069,957497 JError is a depreciated class - this means it will be going away at some point.? Generally calls like this are relatively simple to fix, you just need to replace one function call with a different call.?? But these kinds of changes are boring for an experienced programmer to do, so they tend to linger. Moreover, the longer they linger, the more damage they inflict on 3rd party components - since if the core code isn't fixed, you end up with 3rd parties who keep using the same depreciated code and then one day someone finally cleans all the stuff out, the depreciated method disappears, and 3rd party code breaks all over. Keeping a clean code base is important...it's also a great opportunity for others to learn PHP since you will learn little snippets of coding as you go along - the base platform can be improved, and everyone wins. I'm trying to go through this process myself just to give me a mental jump start for the day...do a few simple php fixes...submit the patch...move on to real work.? I was thinking if we centralized this on the NYC Joomla site, then people could learn and improve the code at the same time...? and if we can get a decent process in place, we can also move on to unit tests where you can learn even more PHP coding with the added benefit that you are learning GOOD programming practices at the same time. _______________________________________________ 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 toddsugi at gmail.com Tue Sep 18 16:54:51 2012 From: toddsugi at gmail.com (Todd Sugiyama) Date: Tue, 18 Sep 2012 16:54:51 -0400 Subject: [joomla] Hikashop Message-ID: Hi, Has anyone used Hikashop for their shopping cart? It seems pretty simple to install and use, but the customization of the layouts is really difficult esp the product page. If anyone has any tips all suggestions would be welcome. thanks Todd From jmsullivan50 at yahoo.com Tue Sep 18 17:16:30 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Tue, 18 Sep 2012 14:16:30 -0700 (PDT) Subject: [joomla] Locked out of admin panel! Message-ID: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> While editing my site, Joomla gave me an error that said something like "invalid security token refresh the page..." Instead of refreshing the page, I simply closed the window and tried to log back in to the admin area. However, now I can't login at all with that user name.? And there is no other user set up on this account yet!? Any way to fix this besides doing a data base and root directory backup and re-installing Joomla? I learned an expensive lesson.... Thou shalt ALWAYS create multiple logins even when working alone! Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Tue Sep 18 17:20:02 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Tue, 18 Sep 2012 17:20:02 -0400 Subject: [joomla] Locked out of admin panel! In-Reply-To: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> References: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: There's a couple pages online that describe how to do this - you need access to the database, as you will basically be going in (probably through cPanel / phpMyAdmin) and putting in a new password by hand. https://www.inmotionhosting.com/support/edu/joomla-25/users/reset-user-password If this doesn't do the trick, there may be something more complex going on, like the user becoming not an admin any more... it's possible to fix, but more involved. -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Tue Sep 18 17:21:01 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Tue, 18 Sep 2012 17:21:01 -0400 Subject: [joomla] Locked out of admin panel! In-Reply-To: References: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: This might also do the trick, if you have FTP access: https://extensions.joomla.org/extensions/tools/security-tools/13785 -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Tue Sep 18 17:48:20 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 18 Sep 2012 17:48:20 -0400 Subject: [joomla] Locked out of admin panel! In-Reply-To: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> References: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: <5058EC24.6050202@wolpow.com> Try a new browser or flush your cache. Make sure you have your browser set to get a new page each time. Scott On 9/18/2012 5:16 PM, Janet Sullivan wrote: > While editing my site, Joomla gave me an error that said something like > "invalid security token refresh the page..." > Instead of refreshing the page, I simply closed the window and tried > to log back in to the admin > area. > However, now I can't login at all with that user name. And there is > no other user set up on this account > yet! Any way to fix this besides doing a data base and root directory > backup and re-installing Joomla? > > I learned an expensive lesson.... > Thou shalt ALWAYS create multiple logins even when working alone! > > Thanks! > > > > _______________________________________________ > 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 -- Scott Wolpow 718 275 7765 ------------------- I am participating in the MS Charity Bike ride to raise Money for this good cause, can you please support my ride. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmsullivan50 at yahoo.com Tue Sep 18 17:54:30 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Tue, 18 Sep 2012 14:54:30 -0700 (PDT) Subject: [joomla] Locked out of admin panel! In-Reply-To: References: <1348002990.58196.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: <1348005270.72230.YahooMailNeo@web122302.mail.ne1.yahoo.com> Geoffrey: ?Thanks a bunch, I was already trying to play with phpmyadmin, I reset the password as you suggested, but I must have done other damage, as resetting the password didn't work. I noticed that the usertype of admin was set to "deprecated" which didn't look right so I deleted "deprecated" but still can't get in. Guess I need to re-install and restore the database....but first, I'm adding additional users to the other Joomla sites! Janet Sullivan ________________________________ From: Geoffrey Schaller To: NYPHP SIG: Joomla Sent: Tuesday, September 18, 2012 5:21 PM Subject: Re: [joomla] Locked out of admin panel! This might also do the trick, if you have FTP access: https://extensions.joomla.org/extensions/tools/security-tools/13785 -Geoffrey _______________________________________________ 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 unitelny at gmail.com Tue Sep 18 18:47:23 2012 From: unitelny at gmail.com (Unitel) Date: Tue, 18 Sep 2012 18:47:23 -0400 Subject: [joomla] Rocket Theme - RokSprocket Message-ID: <08AC8A5D7F5B4653AF7F8B3438931DB1@OwnerPC> Hello every one, Is any one familiar with RokSprocket? I installed RockSprocket from Rocket Theme. I set up a "4 Tabs" in an article and in a module and the "Tab" appears in both. But when I click or hover on the tab (does not open article) nothing happens. I checked and all modules, plugging and articles related to the "Tabs" are "Published". System Setup: 1. Joomla 2.5. 2. Using localhost install. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From dclark at sbpub.com Tue Sep 18 21:33:05 2012 From: dclark at sbpub.com (Daniel Clark) Date: Tue, 18 Sep 2012 21:33:05 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 35 References: Message-ID: Inside each article in the "Filtered Article List" within Roksprocket you will see dropdowns for "Tab Label", "Icon", and "Link". If you have "Link" set to "default" then you should scroll down to the bottom of the right hand column and take a look at the "Tab Article Defaults". Next to "Default Link" there is a dropdown where you can choose how you want the default links to link, choose "Default Article Link". Hope this helps. -----Original Message----- From: joomla-bounces at lists.nyphp.org on behalf of joomla-request at lists.nyphp.org Sent: Tue 9/18/2012 6:47 PM To: joomla at lists.nyphp.org Subject: Joomla Digest, Vol 69, Issue 35 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. Rocket Theme - RokSprocket (Unitel) ---------------------------------------------------------------------- Message: 1 Date: Tue, 18 Sep 2012 18:47:23 -0400 From: "Unitel" To: "'NYPHP SIG: Joomla'" Subject: [joomla] Rocket Theme - RokSprocket Message-ID: <08AC8A5D7F5B4653AF7F8B3438931DB1 at OwnerPC> Content-Type: text/plain; charset="us-ascii" Hello every one, Is any one familiar with RokSprocket? I installed RockSprocket from Rocket Theme. I set up a "4 Tabs" in an article and in a module and the "Tab" appears in both. But when I click or hover on the tab (does not open article) nothing happens. I checked and all modules, plugging and articles related to the "Tabs" are "Published". System Setup: 1. Joomla 2.5. 2. Using localhost install. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: ------------------------------ _______________________________________________ Joomla mailing list Joomla at lists.nyphp.org http://lists.nyphp.org/mailman/listinfo/joomla End of Joomla Digest, Vol 69, Issue 35 ************************************** From unitelny at gmail.com Wed Sep 19 10:56:05 2012 From: unitelny at gmail.com (Unitel) Date: Wed, 19 Sep 2012 10:56:05 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 35 In-Reply-To: References: Message-ID: Tried it with same results - article does not show. Hum. Best regards, Marcos Miranda --- -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Daniel Clark Sent: Tuesday, September 18, 2012 9:33 PM To: joomla at lists.nyphp.org; joomla at lists.nyphp.org Subject: Re: [joomla] Joomla Digest, Vol 69, Issue 35 Inside each article in the "Filtered Article List" within Roksprocket you will see dropdowns for "Tab Label", "Icon", and "Link". If you have "Link" set to "default" then you should scroll down to the bottom of the right hand column and take a look at the "Tab Article Defaults". Next to "Default Link" there is a dropdown where you can choose how you want the default links to link, choose "Default Article Link". Hope this helps. -----Original Message----- From: joomla-bounces at lists.nyphp.org on behalf of joomla-request at lists.nyphp.org Sent: Tue 9/18/2012 6:47 PM To: joomla at lists.nyphp.org Subject: Joomla Digest, Vol 69, Issue 35 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. Rocket Theme - RokSprocket (Unitel) ---------------------------------------------------------------------- Message: 1 Date: Tue, 18 Sep 2012 18:47:23 -0400 From: "Unitel" To: "'NYPHP SIG: Joomla'" Subject: [joomla] Rocket Theme - RokSprocket Message-ID: <08AC8A5D7F5B4653AF7F8B3438931DB1 at OwnerPC> Content-Type: text/plain; charset="us-ascii" Hello every one, Is any one familiar with RokSprocket? I installed RockSprocket from Rocket Theme. I set up a "4 Tabs" in an article and in a module and the "Tab" appears in both. But when I click or hover on the tab (does not open article) nothing happens. I checked and all modules, plugging and articles related to the "Tabs" are "Published". System Setup: 1. Joomla 2.5. 2. Using localhost install. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: ------------------------------ _______________________________________________ Joomla mailing list Joomla at lists.nyphp.org http://lists.nyphp.org/mailman/listinfo/joomla End of Joomla Digest, Vol 69, Issue 35 ************************************** _______________________________________________ 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 unitelny at gmail.com Wed Sep 19 11:19:03 2012 From: unitelny at gmail.com (Unitel) Date: Wed, 19 Sep 2012 11:19:03 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 35 In-Reply-To: References: Message-ID: Wow,,, found MY error! Here is what I did wrong. * I setup 3 articles. 1. In each article I copied the module number from rocksprocket. 2. In roksprocket I chose each article as a tab. 3. Then I assigned (copied) the module number to another article where I wanted the Tabs to show. 4. The tabs showed but did not open article. 5. I guess by having the tabs module code in each article that I wanted as a tab I confused the software. 6. So,,, lesson learned "the articles that are going to be the source for the tabs you do not include the code. The code only belongs in the article where you want the tabs to appear. Very simple. 7. Duh. Thankx Best regards, Marcos Miranda --- -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Daniel Clark Sent: Tuesday, September 18, 2012 9:33 PM To: joomla at lists.nyphp.org; joomla at lists.nyphp.org Subject: Re: [joomla] Joomla Digest, Vol 69, Issue 35 Inside each article in the "Filtered Article List" within Roksprocket you will see dropdowns for "Tab Label", "Icon", and "Link". If you have "Link" set to "default" then you should scroll down to the bottom of the right hand column and take a look at the "Tab Article Defaults". Next to "Default Link" there is a dropdown where you can choose how you want the default links to link, choose "Default Article Link". Hope this helps. -----Original Message----- From: joomla-bounces at lists.nyphp.org on behalf of joomla-request at lists.nyphp.org Sent: Tue 9/18/2012 6:47 PM To: joomla at lists.nyphp.org Subject: Joomla Digest, Vol 69, Issue 35 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. Rocket Theme - RokSprocket (Unitel) ---------------------------------------------------------------------- Message: 1 Date: Tue, 18 Sep 2012 18:47:23 -0400 From: "Unitel" To: "'NYPHP SIG: Joomla'" Subject: [joomla] Rocket Theme - RokSprocket Message-ID: <08AC8A5D7F5B4653AF7F8B3438931DB1 at OwnerPC> Content-Type: text/plain; charset="us-ascii" Hello every one, Is any one familiar with RokSprocket? I installed RockSprocket from Rocket Theme. I set up a "4 Tabs" in an article and in a module and the "Tab" appears in both. But when I click or hover on the tab (does not open article) nothing happens. I checked and all modules, plugging and articles related to the "Tabs" are "Published". System Setup: 1. Joomla 2.5. 2. Using localhost install. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: ------------------------------ _______________________________________________ Joomla mailing list Joomla at lists.nyphp.org http://lists.nyphp.org/mailman/listinfo/joomla End of Joomla Digest, Vol 69, Issue 35 ************************************** _______________________________________________ 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 unitelny at gmail.com Wed Sep 19 13:05:33 2012 From: unitelny at gmail.com (Unitel) Date: Wed, 19 Sep 2012 13:05:33 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 35 In-Reply-To: References: Message-ID: <5D41B678B5974C598179F2638868607D@OwnerPC> Hey Daniel, Now my Tabs show and are clickable. But they only show a "read more" and I have to click on it to show article - which it does, and that is good. But I cannot get this thing to show article when clicking on tab. I must first choose the tab and then click on "read more" link. Do you have any suggestions? Best regards, Marcos Miranda --- -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Daniel Clark Sent: Tuesday, September 18, 2012 9:33 PM To: joomla at lists.nyphp.org; joomla at lists.nyphp.org Subject: Re: [joomla] Joomla Digest, Vol 69, Issue 35 Inside each article in the "Filtered Article List" within Roksprocket you will see dropdowns for "Tab Label", "Icon", and "Link". If you have "Link" set to "default" then you should scroll down to the bottom of the right hand column and take a look at the "Tab Article Defaults". Next to "Default Link" there is a dropdown where you can choose how you want the default links to link, choose "Default Article Link". Hope this helps. -----Original Message----- From: joomla-bounces at lists.nyphp.org on behalf of joomla-request at lists.nyphp.org Sent: Tue 9/18/2012 6:47 PM To: joomla at lists.nyphp.org Subject: Joomla Digest, Vol 69, Issue 35 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. Rocket Theme - RokSprocket (Unitel) ---------------------------------------------------------------------- Message: 1 Date: Tue, 18 Sep 2012 18:47:23 -0400 From: "Unitel" To: "'NYPHP SIG: Joomla'" Subject: [joomla] Rocket Theme - RokSprocket Message-ID: <08AC8A5D7F5B4653AF7F8B3438931DB1 at OwnerPC> Content-Type: text/plain; charset="us-ascii" Hello every one, Is any one familiar with RokSprocket? I installed RockSprocket from Rocket Theme. I set up a "4 Tabs" in an article and in a module and the "Tab" appears in both. But when I click or hover on the tab (does not open article) nothing happens. I checked and all modules, plugging and articles related to the "Tabs" are "Published". System Setup: 1. Joomla 2.5. 2. Using localhost install. Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: ------------------------------ _______________________________________________ Joomla mailing list Joomla at lists.nyphp.org http://lists.nyphp.org/mailman/listinfo/joomla End of Joomla Digest, Vol 69, Issue 35 ************************************** _______________________________________________ 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 brynk at joomlaconnections.com Thu Sep 20 13:07:17 2012 From: brynk at joomlaconnections.com (brynk) Date: Thu, 20 Sep 2012 13:07:17 -0400 Subject: [joomla] Email verification during Joomla Registration Message-ID: <505B4D45.1080209@joomlaconnections.com> Hello Everyone and Happy NYC Joomla DAY Weekend! I have a client with a Joomla 1.5.26 site. He registers customers using the backend User Manager and does not want to type in the user email address. To clarify, he does not have a user email to enter into the field and does not have a need for that field. I talked to him about a Joomla 2.5.x migration but this is not in the works so I started thinking about and looking at methods to hack Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). I explored using RS Forms Pro but it appears that RS Forms Pro can not override the built in Joomla CMS verification that takes place at the registration process even if you create a custom RSForms Pro registration form. There are a few posts at Joomla.org about this : http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 but I tried commenting out the the two sections of code that send the email out after registration and this did not solve my problem. Does anyone know where in Joomla CMS 1.5.x I can find the specific code that verifies that the email field has data and/or checks the data entered against existing users. Perhaps I can just comment out this verification and be happy! Thank You Bob Rynkieiwcz -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** From donnamarievincent at yahoo.com Thu Sep 20 13:13:43 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Thu, 20 Sep 2012 10:13:43 -0700 (PDT) Subject: [joomla] Email verification during Joomla Registration In-Reply-To: <505B4D45.1080209@joomlaconnections.com> References: <505B4D45.1080209@joomlaconnections.com> Message-ID: <1348161223.25512.YahooMailNeo@web164906.mail.bf1.yahoo.com> Why don't you have RSForms Pro fill in a dummy email address.? [username]@[client's domain] ________________________________ From: brynk To: joomla at lists.nyphp.org Sent: Thursday, September 20, 2012 1:07 PM Subject: [joomla] Email verification during Joomla Registration Hello Everyone and Happy NYC Joomla DAY Weekend! I have a client with a Joomla 1.5.26 site. He registers customers using the backend User Manager and does not want to type in the user email address. To clarify, he does not have a user email to enter into the field and does not have a need for that field. I talked to him about a Joomla 2.5.x migration but this is not in the works so I started thinking about and looking at methods to hack Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). I explored using RS Forms Pro but it appears that RS Forms Pro can not override the built in Joomla CMS verification that takes place at the registration process even if you create a custom RSForms Pro registration form. There are a few posts at Joomla.org about this : http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 but I tried commenting out the the two sections of code that send the email out after registration and this did not solve my problem. Does anyone know where in Joomla CMS 1.5.x I can find the specific code that verifies that the email field has data and/or checks the data entered against existing users. Perhaps I can just comment out this verification and be happy! Thank You Bob Rynkieiwcz -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** _______________________________________________ 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 brynk at joomlaconnections.com Thu Sep 20 13:57:16 2012 From: brynk at joomlaconnections.com (brynk) Date: Thu, 20 Sep 2012 13:57:16 -0400 Subject: [joomla] Email verification during Joomla Registration In-Reply-To: <1348161223.25512.YahooMailNeo@web164906.mail.bf1.yahoo.com> References: <505B4D45.1080209@joomlaconnections.com> <1348161223.25512.YahooMailNeo@web164906.mail.bf1.yahoo.com> Message-ID: <505B58FC.1010409@joomlaconnections.com> Donna, Thank You, I did try that but unfortunately Joomla CMS is also looking for duplicate email addy's. I was just hacking /administrator/components/com_users/views/user/tmpl/forms.php But it still did not work. Where in Hades is the verification taking place? Is it in multiple places? Bob Rynkiewicz On 9/20/2012 1:13 PM, Donna Marie Vincent wrote: > Why don't you have RSForms Pro fill in a dummy email address. > [username]@[client's domain] > > ------------------------------------------------------------------------ > *From:* brynk > *To:* joomla at lists.nyphp.org > *Sent:* Thursday, September 20, 2012 1:07 PM > *Subject:* [joomla] Email verification during Joomla Registration > > Hello Everyone and Happy NYC Joomla DAY Weekend! > > I have a client with a Joomla 1.5.26 site. He registers customers > using the backend User Manager and does not want to type in the user > email address. To clarify, he does not have a user email to enter into > the field and does not have a need for that field. > > I talked to him about a Joomla 2.5.x migration but this is not in the > works so I started thinking about and looking at methods to hack > Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). > > I explored using RS Forms Pro but it appears that RS Forms Pro can not > override the built in Joomla CMS verification that takes place at the > registration process even if you create a custom RSForms Pro > registration form. > > There are a few posts at Joomla.org about this : > > http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 > > but I tried commenting out the the two sections of code that send the > email out after registration and this did not solve my problem. > > Does anyone know where in Joomla CMS 1.5.x I can find the specific > code that verifies that the email field has data and/or checks the > data entered against existing users. Perhaps I can just comment out > this verification and be happy! > > Thank You > Bob Rynkieiwcz > > -- ***************************************************** > Joomla Connections > Robert P. Rynkiewicz > 43 East Greenfield Ave. > Pleasantville, NJ 08232 > 609.335.2938 > **************************************************** > > _______________________________________________ > 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 -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssours at wellesley.edu Thu Sep 20 14:06:53 2012 From: ssours at wellesley.edu (Sue Sours) Date: Thu, 20 Sep 2012 14:06:53 -0400 Subject: [joomla] Email verification during Joomla Registration (brynk) Message-ID: Going with the dummy email idea, have you considered using a convention based on the username + dummy domain? That way it is unique and you are not hacking code over this:-) sue On Thu, Sep 20, 2012 at 1:57 PM, 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. Re: Email verification during Joomla Registration (brynk) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 20 Sep 2012 13:57:16 -0400 > From: brynk > To: NYPHP SIG: Joomla > Subject: Re: [joomla] Email verification during Joomla Registration > Message-ID: <505B58FC.1010409 at joomlaconnections.com> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Donna, > > Thank You, I did try that but unfortunately Joomla CMS is also looking > for duplicate email addy's. > > I was just hacking > /administrator/components/com_users/views/user/tmpl/forms.php > > But it still did not work. Where in Hades is the verification taking > place? Is it in multiple places? > > Bob Rynkiewicz > > On 9/20/2012 1:13 PM, Donna Marie Vincent wrote: > > Why don't you have RSForms Pro fill in a dummy email address. > > [username]@[client's domain] > > > > ------------------------------------------------------------------------ > > *From:* brynk > > *To:* joomla at lists.nyphp.org > > *Sent:* Thursday, September 20, 2012 1:07 PM > > *Subject:* [joomla] Email verification during Joomla Registration > > > > Hello Everyone and Happy NYC Joomla DAY Weekend! > > > > I have a client with a Joomla 1.5.26 site. He registers customers > > using the backend User Manager and does not want to type in the user > > email address. To clarify, he does not have a user email to enter into > > the field and does not have a need for that field. > > > > I talked to him about a Joomla 2.5.x migration but this is not in the > > works so I started thinking about and looking at methods to hack > > Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). > > > > I explored using RS Forms Pro but it appears that RS Forms Pro can not > > override the built in Joomla CMS verification that takes place at the > > registration process even if you create a custom RSForms Pro > > registration form. > > > > There are a few posts at Joomla.org about this : > > > > http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 > > > > but I tried commenting out the the two sections of code that send the > > email out after registration and this did not solve my problem. > > > > Does anyone know where in Joomla CMS 1.5.x I can find the specific > > code that verifies that the email field has data and/or checks the > > data entered against existing users. Perhaps I can just comment out > > this verification and be happy! > > > > Thank You > > Bob Rynkieiwcz > > > > -- ***************************************************** > > Joomla Connections > > Robert P. Rynkiewicz > > 43 East Greenfield Ave. > > Pleasantville, NJ 08232 > > 609.335.2938 > > **************************************************** > > > > _______________________________________________ > > 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 > > > -- > ***************************************************** > Joomla Connections > Robert P. Rynkiewicz > 43 East Greenfield Ave. > Pleasantville, NJ 08232 > 609.335.2938 > **************************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120920/7ec7397e/attachment.html > > > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 40 > ************************************** > -- Sue Sours WCW Information & Technology Systems Manager Wellesley Centers for Women www.wcwonline.org e-mail: ssours at wellesley.edu phone: 781-283-2560 Wellesley College 106 Central Street Wellesley, MA 02481 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brynk at joomlaconnections.com Thu Sep 20 14:54:26 2012 From: brynk at joomlaconnections.com (brynk) Date: Thu, 20 Sep 2012 14:54:26 -0400 Subject: [joomla] Email verification during Joomla Registration (brynk) In-Reply-To: References: Message-ID: <505B6662.1070204@joomlaconnections.com> Sue, "yes", one of the first things I said to the client was to just enter a dummy email that points to a non-existing domain. He replied that he "had enough to do when entering each user" and would prefer if the email field was not even on the form. This will be my fallback if all else fails and really does seem to be the sane and logical approach. Thank You Bob Rynkiewicz On 9/20/2012 2:06 PM, Sue Sours wrote: > Going with the dummy email idea, have you considered using a > convention based on the username + dummy domain? That way it is unique > and you are not hacking code over this:-) > > sue > > > On Thu, Sep 20, 2012 at 1:57 PM, > 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. Re: Email verification during Joomla Registration (brynk) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 20 Sep 2012 13:57:16 -0400 > From: brynk > > To: NYPHP SIG: Joomla > > Subject: Re: [joomla] Email verification during Joomla Registration > Message-ID: <505B58FC.1010409 at joomlaconnections.com > > > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > Donna, > > Thank You, I did try that but unfortunately Joomla CMS is also looking > for duplicate email addy's. > > I was just hacking > /administrator/components/com_users/views/user/tmpl/forms.php > > But it still did not work. Where in Hades is the verification taking > place? Is it in multiple places? > > Bob Rynkiewicz > > On 9/20/2012 1:13 PM, Donna Marie Vincent wrote: > > Why don't you have RSForms Pro fill in a dummy email address. > > [username]@[client's domain] > > > > > ------------------------------------------------------------------------ > > *From:* brynk > > > *To:* joomla at lists.nyphp.org > > *Sent:* Thursday, September 20, 2012 1:07 PM > > *Subject:* [joomla] Email verification during Joomla Registration > > > > Hello Everyone and Happy NYC Joomla DAY Weekend! > > > > I have a client with a Joomla 1.5.26 site. He registers customers > > using the backend User Manager and does not want to type in the user > > email address. To clarify, he does not have a user email to > enter into > > the field and does not have a need for that field. > > > > I talked to him about a Joomla 2.5.x migration but this is not > in the > > works so I started thinking about and looking at methods to hack > > Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). > > > > I explored using RS Forms Pro but it appears that RS Forms Pro > can not > > override the built in Joomla CMS verification that takes place > at the > > registration process even if you create a custom RSForms Pro > > registration form. > > > > There are a few posts at Joomla.org about > this : > > > > http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 > > > > but I tried commenting out the the two sections of code that > send the > > email out after registration and this did not solve my problem. > > > > Does anyone know where in Joomla CMS 1.5.x I can find the specific > > code that verifies that the email field has data and/or checks the > > data entered against existing users. Perhaps I can just comment out > > this verification and be happy! > > > > Thank You > > Bob Rynkieiwcz > > > > -- ***************************************************** > > Joomla Connections > > Robert P. Rynkiewicz > > 43 East Greenfield Ave. > > Pleasantville, NJ 08232 > > 609.335.2938 > > **************************************************** > > > > _______________________________________________ > > 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 > > > -- > ***************************************************** > Joomla Connections > Robert P. Rynkiewicz > 43 East Greenfield Ave. > Pleasantville, NJ 08232 > 609.335.2938 > **************************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 40 > ************************************** > > > > > -- > Sue Sours > WCW Information & Technology Systems Manager > Wellesley Centers for Women > www.wcwonline.org > e-mail: ssours at wellesley.edu phone: > 781-283-2560 > Wellesley College 106 Central Street Wellesley, MA 02481 > > > > _______________________________________________ > 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 -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From brynk at joomlaconnections.com Thu Sep 20 15:03:51 2012 From: brynk at joomlaconnections.com (brynk) Date: Thu, 20 Sep 2012 15:03:51 -0400 Subject: [joomla] Email verification during Joomla Registration (brynk) In-Reply-To: <505B6662.1070204@joomlaconnections.com> References: <505B6662.1070204@joomlaconnections.com> Message-ID: <505B6897.9040802@joomlaconnections.com> Hello everyone: I am happy to announced that I successfully hacked my Joomla CMS site concerning the email account field in the user. It is admittedly crazy but I succeeded and of course, I saved a copy of the original php files that were hacked. It was both the forms.php in .../user/tmpl folder and default.php in ... /users/tmpl that needed adjustments. Thank You for all the feedback. On 9/20/2012 2:54 PM, brynk wrote: > Sue, > > "yes", one of the first things I said to the client was to just enter > a dummy email that points to a non-existing domain. He replied that he > "had enough to do when entering each user" and would prefer if the > email field was not even on the form. > > This will be my fallback if all else fails and really does seem to be > the sane and logical approach. > > Thank You > Bob Rynkiewicz > > > > > On 9/20/2012 2:06 PM, Sue Sours wrote: >> Going with the dummy email idea, have you considered using a >> convention based on the username + dummy domain? That way it is >> unique and you are not hacking code over this:-) >> >> sue >> >> >> On Thu, Sep 20, 2012 at 1:57 PM, > > 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. Re: Email verification during Joomla Registration (brynk) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Thu, 20 Sep 2012 13:57:16 -0400 >> From: brynk > > >> To: NYPHP SIG: Joomla > > >> Subject: Re: [joomla] Email verification during Joomla Registration >> Message-ID: <505B58FC.1010409 at joomlaconnections.com >> > >> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" >> >> Donna, >> >> Thank You, I did try that but unfortunately Joomla CMS is also >> looking >> for duplicate email addy's. >> >> I was just hacking >> /administrator/components/com_users/views/user/tmpl/forms.php >> >> But it still did not work. Where in Hades is the verification taking >> place? Is it in multiple places? >> >> Bob Rynkiewicz >> >> On 9/20/2012 1:13 PM, Donna Marie Vincent wrote: >> > Why don't you have RSForms Pro fill in a dummy email address. >> > [username]@[client's domain] >> > >> > >> ------------------------------------------------------------------------ >> > *From:* brynk > > >> > *To:* joomla at lists.nyphp.org >> > *Sent:* Thursday, September 20, 2012 1:07 PM >> > *Subject:* [joomla] Email verification during Joomla Registration >> > >> > Hello Everyone and Happy NYC Joomla DAY Weekend! >> > >> > I have a client with a Joomla 1.5.26 site. He registers customers >> > using the backend User Manager and does not want to type in the >> user >> > email address. To clarify, he does not have a user email to >> enter into >> > the field and does not have a need for that field. >> > >> > I talked to him about a Joomla 2.5.x migration but this is not >> in the >> > works so I started thinking about and looking at methods to hack >> > Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). >> > >> > I explored using RS Forms Pro but it appears that RS Forms Pro >> can not >> > override the built in Joomla CMS verification that takes place >> at the >> > registration process even if you create a custom RSForms Pro >> > registration form. >> > >> > There are a few posts at Joomla.org about >> this : >> > >> > http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 >> > >> > but I tried commenting out the the two sections of code that >> send the >> > email out after registration and this did not solve my problem. >> > >> > Does anyone know where in Joomla CMS 1.5.x I can find the specific >> > code that verifies that the email field has data and/or checks the >> > data entered against existing users. Perhaps I can just comment out >> > this verification and be happy! >> > >> > Thank You >> > Bob Rynkieiwcz >> > >> > -- ***************************************************** >> > Joomla Connections >> > Robert P. Rynkiewicz >> > 43 East Greenfield Ave. >> > Pleasantville, NJ 08232 >> > 609.335.2938 >> > **************************************************** >> > >> > _______________________________________________ >> > 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 >> >> >> -- >> ***************************************************** >> Joomla Connections >> Robert P. Rynkiewicz >> 43 East Greenfield Ave. >> Pleasantville, NJ 08232 >> 609.335.2938 >> **************************************************** >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> >> >> ------------------------------ >> >> _______________________________________________ >> Joomla mailing list >> Joomla at lists.nyphp.org >> http://lists.nyphp.org/mailman/listinfo/joomla >> >> End of Joomla Digest, Vol 69, Issue 40 >> ************************************** >> >> >> >> >> -- >> Sue Sours >> WCW Information & Technology Systems Manager >> Wellesley Centers for Women >> www.wcwonline.org >> e-mail: ssours at wellesley.edu phone: >> 781-283-2560 >> Wellesley College 106 Central Street Wellesley, MA 02481 >> >> >> >> _______________________________________________ >> 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 > > > -- > ***************************************************** > Joomla Connections > Robert P. Rynkiewicz > 43 East Greenfield Ave. > Pleasantville, NJ 08232 > 609.335.2938 > **************************************************** > > > _______________________________________________ > 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 -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Thu Sep 20 15:12:27 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Thu, 20 Sep 2012 12:12:27 -0700 (PDT) Subject: [joomla] Email verification during Joomla Registration (brynk) In-Reply-To: <505B6897.9040802@joomlaconnections.com> References: <505B6662.1070204@joomlaconnections.com> <505B6897.9040802@joomlaconnections.com> Message-ID: <1348168347.53771.YahooMailNeo@web164902.mail.bf1.yahoo.com> That is probably the worst possible solution.? Every time you upgrade Joomla you will have to remember to hack those files again. ________________________________ From: brynk To: joomla at lists.nyphp.org Sent: Thursday, September 20, 2012 3:03 PM Subject: Re: [joomla] Email verification during Joomla Registration (brynk) Hello everyone: I am happy to announced that I successfully hacked my Joomla CMS site concerning the email account field in the user. It is admittedly crazy but I succeeded and of course, I saved a copy of the original php files that were hacked. It was both the forms.php in .../user/tmpl folder and default.php in ... /users/tmpl that needed adjustments. Thank You for all the feedback. On 9/20/2012 2:54 PM, brynk wrote: Sue, > >"yes", one of the first things I said to the client was to just enter a dummy email that points to a non-existing domain. He replied that he "had enough to do when entering each user" and would prefer if the email field was not even on the form. > >This will be my fallback if all else fails and really does seem to be the sane and logical approach. > >Thank You >Bob Rynkiewicz > > > > >On 9/20/2012 2:06 PM, Sue Sours wrote: > >Going with the dummy email idea, have you considered using a convention based on the username + dummy domain? That way it is unique and you are not hacking code over this:-) >> >>sue >> >> >> >>On Thu, Sep 20, 2012 at 1:57 PM, 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. Re: Email verification during Joomla Registration (brynk) >>> >>> >>>---------------------------------------------------------------------- >>> >>>Message: 1 >>>Date: Thu, 20 Sep 2012 13:57:16 -0400 >>>From: brynk >>>To: NYPHP SIG: Joomla >>>Subject: Re: [joomla] Email verification during Joomla Registration >>>Message-ID: <505B58FC.1010409 at joomlaconnections.com> >>>Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" >>> >>>Donna, >>> >>>Thank You, I did try that but unfortunately Joomla CMS is also looking >>>for duplicate email addy's. >>> >>>I was just hacking >>>/administrator/components/com_users/views/user/tmpl/forms.php >>> >>>But it still did not work. Where in Hades is the verification taking >>>place? Is it in multiple places? >>> >>>Bob Rynkiewicz >>> >>>On 9/20/2012 1:13 PM, Donna Marie Vincent wrote: >>>> Why don't you have RSForms Pro fill in a dummy email address. >>>> [username]@[client's domain] >>>> >>>> ------------------------------------------------------------------------ >>>> *From:* brynk >>>> *To:* joomla at lists.nyphp.org >>>> *Sent:* Thursday, September 20, 2012 1:07 PM >>>> *Subject:* [joomla] Email verification during Joomla Registration >>>> >>>> Hello Everyone and Happy NYC Joomla DAY Weekend! >>>> >>>> I have a client with a Joomla 1.5.26 site. He registers customers >>>> using the backend User Manager and does not want to type in the user >>>> email address. To clarify, he does not have a user email to enter into >>>> the field and does not have a need for that field. >>>> >>>> I talked to him about a Joomla 2.5.x migration but this is not in the >>>> works so I started thinking about and looking at methods to hack >>>> Joomla 1.5 (YIKES -- I hate doing this for obvious reasons). >>>> >>>> I explored using RS Forms Pro but it appears that RS Forms Pro can not >>>> override the built in Joomla CMS verification that takes place at the >>>> registration process even if you create a custom RSForms Pro >>>> registration form. >>>> >>>> There are a few posts at Joomla.org about this : >>>> >>>> http://forum.joomla.org/viewtopic.php?p=2608020#p2608020 >>>> >>>> but I tried commenting out the the two sections of code that send the >>>> email out after registration and this did not solve my problem. >>>> >>>> Does anyone know where in Joomla CMS 1.5.x I can find the specific >>>> code that verifies that the email field has data and/or checks the >>>> data entered against existing users. Perhaps I can just comment out >>>> this verification and be happy! >>>> >>>> Thank You >>>> Bob Rynkieiwcz >>>> >>>> -- ***************************************************** >>>> Joomla Connections >>>> Robert P. Rynkiewicz >>>> 43 East Greenfield Ave. >>>> Pleasantville, NJ 08232 >>>> 609.335.2938 >>>> **************************************************** >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>>-- >>>***************************************************** >>>Joomla Connections >>>Robert P. Rynkiewicz >>>43 East Greenfield Ave. >>>Pleasantville, NJ 08232 >>>609.335.2938 >>>**************************************************** >>> >>>-------------- next part -------------- >>>An HTML attachment was scrubbed... >>>URL: >>> >>>------------------------------ >>> >>>_______________________________________________ >>>Joomla mailing list >>>Joomla at lists.nyphp.org >>>http://lists.nyphp.org/mailman/listinfo/joomla >>> >>>End of Joomla Digest, Vol 69, Issue 40 >>>************************************** >>> >> >> >>-- >>Sue Sours >>WCW Information & Technology Systems Manager >>Wellesley Centers for Women >>www.wcwonline.org >>e-mail: ssours at wellesley.edu?? phone: 781-283-2560 >>Wellesley College?? 106 Central Street?? Wellesley, MA 02481 >> >> >> >> >>_______________________________________________ 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 > > >-- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** > > >_______________________________________________ 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 -- ***************************************************** Joomla Connections Robert P. Rynkiewicz 43 East Greenfield Ave. Pleasantville, NJ 08232 609.335.2938 **************************************************** _______________________________________________ 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 ted.coyle at nutrigraphix.com Thu Sep 20 15:38:45 2012 From: ted.coyle at nutrigraphix.com (Ted Coyle) Date: Thu, 20 Sep 2012 15:38:45 -0400 Subject: [joomla] Send Encrypted Email Message-ID: I want to collect a CC number on a secure form, then email that form data. Will PHP be able to do that? Is there a plugin or suggested method of doing that - eg. GnuPG Thanks for any input. From bbly1956 at gmail.com Sun Sep 23 23:14:31 2012 From: bbly1956 at gmail.com (William Bly) Date: Sun, 23 Sep 2012 23:14:31 -0400 Subject: [joomla] Joomla Digest, Vol 69, Issue 45 In-Reply-To: References: Message-ID: Thank you NYC Joomla user group. Kudos to everyone for putting together this event, Marian, Laura and Scott for organizing, all the volunteers and speakers. Looking forward to J 3.0 roll out Thursday, plus Bootstrap, and working with responsive web. The speakers were great. I wish we could have attended more tracks. It was good to see many old friends. I miss attending meetings due to classes on Thursdays. I hope to attend some meetups maybe on a Wednesday as their was a suggestion. Hung Dinh's presentation J,000,000,000mla really put things in perspective how this CMS has helped many workers at Joomlart and many of us the use their service and product. On Fri, Sep 21, 2012 at 12:00 PM, 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. Send Encrypted Email (Ted Coyle) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 20 Sep 2012 15:38:45 -0400 > From: Ted Coyle > To: "NYPHP SIG: Joomla" > Subject: [joomla] Send Encrypted Email > Message-ID: > Content-Type: text/plain; charset=us-ascii > > I want to collect a CC number on a secure form, then email that form data. > Will PHP be able to do that? > > Is there a plugin or suggested method of doing that - eg. GnuPG > > Thanks for any input. > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 45 > ************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joomla+2012 at gary.mort.net Mon Sep 24 12:43:45 2012 From: joomla+2012 at gary.mort.net (Gary A. Mort - freelance Joomla/PHP coder) Date: Mon, 24 Sep 2012 16:43:45 +0000 Subject: [joomla] The $10 logon password protections solution Message-ID: <11000867.13347813.20120924164345.50608dc13bd7c1.02931215@mail51.us4.mandrillapp.com> I just got off the phone with Marian - I'm a bit bummed that I wasn't able to stay for the last part of the meeting as security is something that really interests me - especially as I am directly at odds with the "common wisdom" of security "professionals".*1 In any case, she said there was a discussion of key loggers and how to make yourself secure from them. There is an extremely simple mechanism - it's called a 'one time key'. The most popular is the one used by both Google and Amazon - TOTP. In a nutshell, when you go to log onto your Google or Amazon account when you have enabled TOTP, in addition to your password you will also need to enter your "one time code". This code is generated by a program and is based on: 1) A preconfigured computer generated hash 2) The time As both sides in the equation[Google and your device] know the current time and the hash, they can create a code which will only work for the next 2 minutes. After that, to logon you need to generate a new code. So, how do YOU get that code to enter? Well, if you have a smart phone - the answer is sitting in your pocket. Both Amazon and Google have released applications for the iPhone, the Android, and the Blackberry which can be used to generate that code. http://mandrillapp.com/track/click.php?u=11000867&id=9766f7ff6ea04f44808dd14e8425905e&url=http%3A%2F%2Faws.amazon.com%2Fmfa%2F&url_id=723796165&tags=252069,957497 http://mandrillapp.com/track/click.php?u=11000867&id=9766f7ff6ea04f44808dd14e8425905e&url=http%3A%2F%2Fsupport.google.com%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D1066447&url_id=723796169&tags=252069,957497 Once installed and configured, you simply load the application every time you want to log on and it will tell you the current code. Type the code in and your good to go. But what if you don't want to depend on your smartphone? It's just a little application, and there are many versions of the application out there for a PC or Mac...[I didn't bother to include Linux because this is a geek toy - it's a given that there are at least 100,000 applications on the internet which will run on Linux and generate a code for you] Now I'm lazy... I really really despise the idea of copying a code every time I want to log on to something. So I won't use those above apps. But have faith, even for lazy people like me there is a solution. Someone can take all that code for generating the key and stick it on a little micro-processor the size of a usb thumb drive[and with a convenient usb connector]. Even better, they program it to pretend to be a keyboard with 1 function - output. So your computer thinks it's a keyboard, and when you press the button it enters the code. So simply place the cursor in the logon field box for the code, press the button, and you can logon. As an added benefit, the code is completely hidden from keyloggers[because a key logger is a device that is placed in between a keyboard and the computer. It can only log the traffic that comes through it - from the keyboard itself. Not from any additional keyboards]. The downside is, these little code generators are expensive. Typically they cost 10+ and only work with for a specific company. IE an Amazon fob only works on Amazon. A Google MFA fob only works on Google... or does it? Go to your Joomla backend Admin. Go to the plugins page and pull up the authentication plugins...Joomla! comes with built in support for Google Authentication. Problem solved. While your Joomla site can't use the code generated to logon, if it allows you to logon using your Google credentials - you can simple use a Google Fob on your Google Account and you get all this for free[or for under $20 if buying a fob from somewhere] Hey, didn't I say there was a $10 solution? Well, this takes a bit more work. Using off the shelf, open source hardware and software [most importanly the texas insturments launchpad] you can build your own code generator for under 10$. I promised Marian that I'd bring a copy of my TOTP generator[built on the mega expensive Texas Instruments Launchpad...a whole five dollars!!] to the next meeting to give away in the raffle. For those of you who don't want to take a chance on the raffle, both Spark Fun sells them for $6 http://mandrillapp.com/track/click.php?u=11000867&id=9766f7ff6ea04f44808dd14e8425905e&url=https%3A%2F%2Fwww.sparkfun.com%2Fproducts%2F10020&url_id=723796173&tags=252069,957497 - bring it to the next meeting and I'll give you the code to load onto it, your Joomla site, and your Chrome web browser. And if you REALLY want a more "professional" looking device, send me email at msp430 at gary.mort.net and I'll give you the link to my kickstarter project to fund turning all those open source schematics into a open source thumbdrive design and getting a run of prototypes done that can work for any Joomla website[or more accurately, any Joomla website with the authentication extension installed]. -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Mon Sep 24 22:10:21 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Mon, 24 Sep 2012 23:10:21 -0300 Subject: [joomla] jevents support In-Reply-To: <6bd54c5d-d545-61c7-a65d-94a332279ce3@me.com> References: <6bd54c5d-d545-61c7-a65d-94a332279ce3@me.com> Message-ID: Hey Toni!! I just saw your email today. Are you still in need of help? I used JEvents recently and hadn't much trouble. If you still need any help, just let me know. 2012/9/15 Toni Taylor > Hello, > I've got an event site (J 2.5) that has jevents installed, however I'm > running out of daylight re. configuring it for the client. Might anyone > have time & interest in helping me configure it? If so, send me a quote > for a couple of hours of time. > > Best, > Toni Taylor > 646-382-8064 > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Tue Sep 25 12:48:54 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Tue, 25 Sep 2012 12:48:54 -0400 Subject: [joomla] Including an external HTML file in an Article Message-ID: I have an HTML file that is regularly updated from an external source (A Word document that is saved out to HTML whenever the author updates it) - for practical reasons, it's easier to keep the file in Word rather than as a Joomla Content Article. I'd like to include / "insert" the HTML file into a Joomla Article, so that the file appears as an article within Joomla - also, as the HTML file is updated, the Joomla Article automatically includes the latest version by pulling directly from the HTML file on the server. I tried Sourcerer and the php function "require($DOCUMENT_ROOT . "path to file/include-file.html");", but this doesn't seem to be working - it comes up blank. I'm not sure if HTML Server Side Includes will work within Joomla - does anyone have any ideas on how to pull / nest an external HTML file into a Joomla article? Thank you! -- Geoffrey Schaller gjschaller at psi-13.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Tue Sep 25 15:49:47 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Tue, 25 Sep 2012 15:49:47 -0400 Subject: [joomla] Two useful links for backing up your cPanel site Message-ID: This isn't directly related to Joomla, but is handy for anyone who wants to do an automated backup of their server / site / cPanel account. The first is a command / script that runs a complete backup of your cPanel account, and sends it to a remote location. While working with a cPanel dump is not pretty / fun, it's good to have in case something happens to your hosting provider, and they lose your account / shut down / etc. (i.e. - you can't trust them, and you need to restore to another provider from a recent backup). NOT ALL PROVIDERS enable the backup function - BlueHost does not, for example - since it makes it easy to migrate away from them. Check with your hosting provider to see if they allow full cPanel backups. I run this once a week for each cPanel account, and have it FTP the files down to a storage device at my home (since it's "off-site" for my host, and they are all personal sites). http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ +++ The second is a script that dumps a copy of your mySQL databases, and sends them to a remote location (email, FTP, etc.). It will even clean up after itself, so you only keep the past 4 days, etc. This one, I run nightly, and it FTPs the files to my storage device at home again. If I need to do a restore, the worst I lose is 24 hours worth of content. http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html +++ For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that mount in a rack in a datacenter. They're designed to just store a large amount of data in a very friendly way, and serve it up with several methods (local network browsing, FTP, Web Interface, etc.). -- Geoffrey Schaller gjschaller at psi-13.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Wed Sep 26 01:52:46 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Wed, 26 Sep 2012 02:52:46 -0300 Subject: [joomla] Including an external HTML file in an Article In-Reply-To: References: Message-ID: If this HTML is a menu item, you can use an iframe wrapper menu type. It will appear as an article, keeping the original HTML formatting. 2012/9/25 Geoffrey Schaller > I have an HTML file that is regularly updated from an external source (A > Word document that is saved out to HTML whenever the author updates it) - > for practical reasons, it's easier to keep the file in Word rather than as > a Joomla Content Article. > > I'd like to include / "insert" the HTML file into a Joomla Article, so > that the file appears as an article within Joomla - also, as the HTML file > is updated, the Joomla Article automatically includes the latest version by > pulling directly from the HTML file on the server. > > I tried Sourcerer and the php function "require($DOCUMENT_ROOT . "path to > file/include-file.html");", but this doesn't seem to be working - it comes > up blank. I'm not sure if HTML Server Side Includes will work within > Joomla - does anyone have any ideas on how to pull / nest an external HTML > file into a Joomla article? > > Thank you! > > -- > Geoffrey Schaller > gjschaller at psi-13.com > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmsullivan50 at yahoo.com Wed Sep 26 10:30:09 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Wed, 26 Sep 2012 07:30:09 -0700 (PDT) Subject: [joomla] Two useful links for backing up your cPanel site In-Reply-To: References: Message-ID: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> Geoffrey: ?Thanks for sharing this.? I do manually do cpanel backups for all my clients and always assumed that there was a way to set up a cron job, but never had time to look into it.? This is great, thanks! Janet ________________________________ From: Geoffrey Schaller To: NYPHP SIG: Joomla Sent: Tuesday, September 25, 2012 3:49 PM Subject: [joomla] Two useful links for backing up your cPanel site This isn't directly related to Joomla, but is handy for anyone who wants to do an automated backup of their server / site / cPanel account. The first is a command / script that runs a complete backup of your cPanel account, and sends it to a remote location. ?While working with a cPanel dump is not pretty / fun, it's good to have in case something happens to your hosting provider, and they lose your account / shut down / etc. (i.e. - you can't trust them, and you need to restore to another provider from a recent backup). ?NOT ALL PROVIDERS enable the backup function - BlueHost does not, for example - since it makes it easy to migrate away from them. ?Check with your hosting provider to see if they allow full cPanel backups. ?I run this once a week for each cPanel account, and have it FTP the files down to a storage device at my home (since it's "off-site" for my host, and they are all personal sites). http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/? +++ The second is a script that dumps a copy of your mySQL databases, and sends them to a remote location (email, FTP, etc.). ?It will even clean up after itself, so you only keep the past 4 days, etc. ?This one, I run nightly, and it FTPs the files to my storage device at home again. ?If I need to do a restore, the worst I lose is 24 hours worth of content. http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html? +++ For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that mount in a rack in a datacenter. ?They're designed to just store a large amount of data in a very friendly way, and serve it up with several methods (local network browsing, FTP, Web Interface, etc.). -- Geoffrey Schaller gjschaller at psi-13.com _______________________________________________ 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 matt at betweenbrain.com Wed Sep 26 11:17:25 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Wed, 26 Sep 2012 11:17:25 -0400 Subject: [joomla] Two useful links for backing up your cPanel site In-Reply-To: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> References: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> Message-ID: For anyone who is interested, you can also set up S3 tools ( http://s3tools.org/s3cmd) to securely upload these backups to Amazon S3. I can dig up an example script if you're interested. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Wed, Sep 26, 2012 at 10:30 AM, Janet Sullivan wrote: > Geoffrey: > > Thanks for sharing this. I do manually do cpanel backups for all my > clients and always assumed > that there was a way to set up a cron job, but never had time to look into > it. > > This is great, thanks! > Janet > ------------------------------ > *From:* Geoffrey Schaller > *To:* NYPHP SIG: Joomla > *Sent:* Tuesday, September 25, 2012 3:49 PM > *Subject:* [joomla] Two useful links for backing up your cPanel site > > This isn't directly related to Joomla, but is handy for anyone who wants > to do an automated backup of their server / site / cPanel account. > > The first is a command / script that runs a complete backup of your cPanel > account, and sends it to a remote location. While working with a cPanel > dump is not pretty / fun, it's good to have in case something happens to > your hosting provider, and they lose your account / shut down / etc. (i.e. > - you can't trust them, and you need to restore to another provider from a > recent backup). NOT ALL PROVIDERS enable the backup function - BlueHost > does not, for example - since it makes it easy to migrate away from them. > Check with your hosting provider to see if they allow full cPanel backups. > I run this once a week for each cPanel account, and have it FTP the files > down to a storage device at my home (since it's "off-site" for my host, and > they are all personal sites). > > > http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ > > > +++ > > The second is a script that dumps a copy of your mySQL databases, and > sends them to a remote location (email, FTP, etc.). It will even clean up > after itself, so you only keep the past 4 days, etc. This one, I run > nightly, and it FTPs the files to my storage device at home again. If I > need to do a restore, the worst I lose is 24 hours worth of content. > > > http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html > > > +++ > > For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that > mount in a rack in a datacenter. They're designed to just store a large > amount of data in a very friendly way, and serve it up with several methods > (local network browsing, FTP, Web Interface, etc.). > > -- > Geoffrey Schaller > gjschaller at psi-13.com > > _______________________________________________ > 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 gjschaller at psi-13.com Wed Sep 26 11:23:52 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Wed, 26 Sep 2012 11:23:52 -0400 Subject: [joomla] Including an external HTML file in an Article In-Reply-To: References: Message-ID: On Wed, Sep 26, 2012 at 1:52 AM, Helv?cio da Silva wrote: > If this HTML is a menu item, you can use an iframe wrapper menu type. > > It will appear as an article, keeping the original HTML formatting. > It sort of works, but it's not an article in that it can appear in an Article Listing within a Category (i.e.: Menu Type - Category List), and anchors within the HTML document seem to be lost within an iFrame (meaning a Table of Contents won't work). There should be another way around it to get it included inside an article - I'll post back here if I can figure it out. -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmsullivan50 at yahoo.com Wed Sep 26 11:33:24 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Wed, 26 Sep 2012 08:33:24 -0700 (PDT) Subject: [joomla] Two useful links for backing up your cPanel site In-Reply-To: References: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> Message-ID: <1348673604.99438.YahooMailNeo@web122305.mail.ne1.yahoo.com> Thanks, matt, that would be useful, too ? Janet Sullivan Tech Tips for Busy Executives: http://JKSWebDesign.com/blog ________________________________ From: Matt Thomas To: NYPHP SIG: Joomla Sent: Wednesday, September 26, 2012 11:17 AM Subject: Re: [joomla] Two useful links for backing up your cPanel site For anyone who?is interested, you can also set up S3 tools (?http://s3tools.org/s3cmd)?to securely upload these backups to Amazon S3. I can dig up an?example?script if you're interested. Best, Matt Thomas Founder?betweenbrain? Lead Developer?Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github:?https://github.com/betweenbrain On Wed, Sep 26, 2012 at 10:30 AM, Janet Sullivan wrote: Geoffrey: > > >?Thanks for sharing this.? I do manually do cpanel backups for all my clients and always assumed >that there was a way to set up a cron job, but never had time to look into it.? > >This is great, thanks! >Janet > > >________________________________ > From: Geoffrey Schaller >To: NYPHP SIG: Joomla >Sent: Tuesday, September 25, 2012 3:49 PM >Subject: [joomla] Two useful links for backing up your cPanel site > > > >This isn't directly related to Joomla, but is handy for anyone who wants to do an automated backup of their server / site / cPanel account. > > >The first is a command / script that runs a complete backup of your cPanel account, and sends it to a remote location. ?While working with a cPanel dump is not pretty / fun, it's good to have in case something happens to your hosting provider, and they lose your account / shut down / etc. (i.e. - you can't trust them, and you need to restore to another provider from a recent backup). ?NOT ALL PROVIDERS enable the backup function - BlueHost does not, for example - since it makes it easy to migrate away from them. ?Check with your hosting provider to see if they allow full cPanel backups. ?I run this once a week for each cPanel account, and have it FTP the files down to a storage device at my home (since it's "off-site" for my host, and they are all personal sites). > > >http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/? > > >+++ > > >The second is a script that dumps a copy of your mySQL databases, and sends them to a remote location (email, FTP, etc.). ?It will even clean up after itself, so you only keep the past 4 days, etc. ?This one, I run nightly, and it FTPs the files to my storage device at home again. ?If I need to do a restore, the worst I lose is 24 hours worth of content. > > >http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html? > > >+++ > > >For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that mount in a rack in a datacenter. ?They're designed to just store a large amount of data in a very friendly way, and serve it up with several methods (local network browsing, FTP, Web Interface, etc.). > > >-- >Geoffrey Schaller >gjschaller at psi-13.com > >_______________________________________________ >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 > _______________________________________________ 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 ssours at wellesley.edu Wed Sep 26 14:45:55 2012 From: ssours at wellesley.edu (Sue Sours) Date: Wed, 26 Sep 2012 14:45:55 -0400 Subject: [joomla] HTML Message-ID: I use Jinclude for including small bits of html /javascript /php. It can reference a pathname too. So maybe a solution for you. sue On Wed, Sep 26, 2012 at 11:33 AM, 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. Re: Including an external HTML file in an Article > (Geoffrey Schaller) > 2. Re: Two useful links for backing up your cPanel site > (Janet Sullivan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 26 Sep 2012 11:23:52 -0400 > From: Geoffrey Schaller > To: "NYPHP SIG: Joomla" > Subject: Re: [joomla] Including an external HTML file in an Article > Message-ID: > < > CABr9RmmBMqM-Dmop3zijRgy2mC+xHPqxDsd61Khi_4XHWDirNw at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > On Wed, Sep 26, 2012 at 1:52 AM, Helv?cio da Silva >wrote: > > > If this HTML is a menu item, you can use an iframe wrapper menu type. > > > > It will appear as an article, keeping the original HTML formatting. > > > > It sort of works, but it's not an article in that it can appear in an > Article Listing within a Category (i.e.: Menu Type - Category List), and > anchors within the HTML document seem to be lost within an iFrame (meaning > a Table of Contents won't work). > > There should be another way around it to get it included inside an article > - I'll post back here if I can figure it out. > > -Geoffrey > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120926/d9375356/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Wed, 26 Sep 2012 08:33:24 -0700 (PDT) > From: Janet Sullivan > To: "NYPHP SIG: Joomla" > Subject: Re: [joomla] Two useful links for backing up your cPanel site > Message-ID: > <1348673604.99438.YahooMailNeo at web122305.mail.ne1.yahoo.com> > Content-Type: text/plain; charset="utf-8" > > Thanks, matt, that would be useful, too > > > ? > Janet Sullivan > Tech Tips for Busy Executives: > http://JKSWebDesign.com/blog > > > > ________________________________ > From: Matt Thomas > To: NYPHP SIG: Joomla > Sent: Wednesday, September 26, 2012 11:17 AM > Subject: Re: [joomla] Two useful links for backing up your cPanel site > > > For anyone who?is interested, you can also set up S3 tools (? > http://s3tools.org/s3cmd)?to securely upload these backups to Amazon S3. > I can dig up an?example?script if you're interested. > > Best, > > Matt Thomas > Founder?betweenbrain? > Lead Developer?Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > > Github:?https://github.com/betweenbrain > > > > On Wed, Sep 26, 2012 at 10:30 AM, Janet Sullivan > wrote: > > Geoffrey: > > > > > >?Thanks for sharing this.? I do manually do cpanel backups for all my > clients and always assumed > >that there was a way to set up a cron job, but never had time to look > into it.? > > > >This is great, thanks! > >Janet > > > > > >________________________________ > > From: Geoffrey Schaller > >To: NYPHP SIG: Joomla > >Sent: Tuesday, September 25, 2012 3:49 PM > >Subject: [joomla] Two useful links for backing up your cPanel site > > > > > > > >This isn't directly related to Joomla, but is handy for anyone who wants > to do an automated backup of their server / site / cPanel account. > > > > > >The first is a command / script that runs a complete backup of your > cPanel account, and sends it to a remote location. ?While working with a > cPanel dump is not pretty / fun, it's good to have in case something > happens to your hosting provider, and they lose your account / shut down / > etc. (i.e. - you can't trust them, and you need to restore to another > provider from a recent backup). ?NOT ALL PROVIDERS enable the backup > function - BlueHost does not, for example - since it makes it easy to > migrate away from them. ?Check with your hosting provider to see if they > allow full cPanel backups. ?I run this once a week for each cPanel account, > and have it FTP the files down to a storage device at my home (since it's > "off-site" for my host, and they are all personal sites). > > > > > > > http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ > ? > > > > > >+++ > > > > > >The second is a script that dumps a copy of your mySQL databases, and > sends them to a remote location (email, FTP, etc.). ?It will even clean up > after itself, so you only keep the past 4 days, etc. ?This one, I run > nightly, and it FTPs the files to my storage device at home again. ?If I > need to do a restore, the worst I lose is 24 hours worth of content. > > > > > > > http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html > ? > > > > > >+++ > > > > > >For my home storage solution, I use a ReadyNAS device - they come in home > use models, as well as professional models that mount in a rack in a > datacenter. ?They're designed to just store a large amount of data in a > very friendly way, and serve it up with several methods (local network > browsing, FTP, Web Interface, etc.). > > > > > >-- > >Geoffrey Schaller > >gjschaller at psi-13.com > > > >_______________________________________________ > >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 > > > > _______________________________________________ > 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: < > http://lists.nyphp.org/pipermail/joomla/attachments/20120926/f8473958/attachment.html > > > > ------------------------------ > > _______________________________________________ > Joomla mailing list > Joomla at lists.nyphp.org > http://lists.nyphp.org/mailman/listinfo/joomla > > End of Joomla Digest, Vol 69, Issue 52 > ************************************** > -- Sue Sours WCW Information & Technology Systems Manager Wellesley Centers for Women www.wcwonline.org e-mail: ssours at wellesley.edu phone: 781-283-2560 Wellesley College 106 Central Street Wellesley, MA 02481 -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Wed Sep 26 21:56:32 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Wed, 26 Sep 2012 22:56:32 -0300 Subject: [joomla] Including an external HTML file in an Article In-Reply-To: References: Message-ID: Check this out in JED: http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/20731 2012/9/26 Geoffrey Schaller > On Wed, Sep 26, 2012 at 1:52 AM, Helv?cio da Silva wrote: > >> If this HTML is a menu item, you can use an iframe wrapper menu type. >> >> It will appear as an article, keeping the original HTML formatting. >> > > It sort of works, but it's not an article in that it can appear in an > Article Listing within a Category (i.e.: Menu Type - Category List), and > anchors within the HTML document seem to be lost within an iFrame (meaning > a Table of Contents won't work). > > There should be another way around it to get it included inside an article > - I'll post back here if I can figure it out. > > -Geoffrey > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From charles.simonton at gmail.com Thu Sep 27 03:03:56 2012 From: charles.simonton at gmail.com (charles simonton) Date: Thu, 27 Sep 2012 03:03:56 -0400 Subject: [joomla] Trouble curling pages on Joomla Message-ID: Hello, I'm trying to create a selector menu in an iframe similar to the way com_media is used using an existing joomla component that doesn't seem to be designed for the task. I thought I would curl the page and change the links to point to a javascript function in the parent window before displaying. That way I don't modify any of the components original source code. However I'm having trouble logging in to the joomla site using curl. I tried the php code for joomla1.5 which I found @ http://stackoverflow.com/questions/2212557/curl-login-by-script-to-a-joomla-website#answer-4532020 . I changed the sitename username and password, and it doesn't seem to work on joomla 2.5(I haven't tried it using joomla 1.5 but that won't really help me today). I made some changes and tried using the following code which leaves me with an empty looking response, on my second curl(first one works fine). Does anyone know why this isn't working? loadHTML($ret); $items = $DOM->getElementsByTagName('input'); $postfields = array(); foreach ($items as $item){ if (!(strtolower($item->getAttribute('type'))=="submit")){ $postfields[$item->getAttribute('name')]=$item->getAttribute('value'); } } $postfields['username'] = urlencode($uname); $postfields['passwd'] = urlencode($upswd); $postfields['lang'] = ''; curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields); $ret = curl_exec($ch); // show the postfields and the results ?>
If there's a better way to do this I'm all ears, however I'd like to get this to work too. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Thu Sep 27 09:05:46 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Thu, 27 Sep 2012 09:05:46 -0400 Subject: [joomla] Including an external HTML file in an Article In-Reply-To: References: Message-ID: Perfect! Thank you, Helv?cio, that did what I needed! I somehow didn't see it in the JED when I looked. I'll need to tweak the HTML a bit since it wants to override the CSS in Joomla, but I think I can get around that. :-) Thank you again! -Geoffrey On Wed, Sep 26, 2012 at 9:56 PM, Helv?cio da Silva wrote: > Check this out in JED: > > > http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/20731 > > 2012/9/26 Geoffrey Schaller > >> On Wed, Sep 26, 2012 at 1:52 AM, Helv?cio da Silva < >> helvecio.rj at gmail.com> wrote: >> >>> If this HTML is a menu item, you can use an iframe wrapper menu type. >>> >>> It will appear as an article, keeping the original HTML formatting. >>> >> >> It sort of works, but it's not an article in that it can appear in an >> Article Listing within a Category (i.e.: Menu Type - Category List), and >> anchors within the HTML document seem to be lost within an iFrame (meaning >> a Table of Contents won't work). >> >> There should be another way around it to get it included inside an >> article - I'll post back here if I can figure it out. >> >> -Geoffrey >> >> _______________________________________________ >> 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 >> > > > > -- > Helvecio "Elvis" da Silva > Rio de Janeiro - Brasil - helvecio.rj at gmail.com > http://www.helvecio.com - http://blog.helvecio.com > > > _______________________________________________ > 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 > -- Geoffrey Schaller gjschaller at psi-13.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Thu Sep 27 11:30:27 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Thu, 27 Sep 2012 11:30:27 -0400 Subject: [joomla] Two useful links for backing up your cPanel site In-Reply-To: <1348673604.99438.YahooMailNeo@web122305.mail.ne1.yahoo.com> References: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> <1348673604.99438.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: Sorry, I can't seem to find my notes on it. But, it is very simple to use. For example, ~$ s3cmd put file.tar.gz s3://foo/file.tar.gz I recall that http://s3tools.org/s3cmd has everything you need to know. I'll post those notes if I can find them. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Wed, Sep 26, 2012 at 11:33 AM, Janet Sullivan wrote: > Thanks, matt, that would be useful, too > > > Janet Sullivan > Tech Tips for Busy Executives: > http://JKSWebDesign.com/blog > > ------------------------------ > *From:* Matt Thomas > > *To:* NYPHP SIG: Joomla > *Sent:* Wednesday, September 26, 2012 11:17 AM > *Subject:* Re: [joomla] Two useful links for backing up your cPanel site > > For anyone who is interested, you can also set up S3 tools ( > http://s3tools.org/s3cmd) to securely upload these backups to Amazon S3. > I can dig up an example script if you're interested. > > Best, > > Matt Thomas > Founder betweenbrain ? > Lead Developer Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > Github: https://github.com/betweenbrain > > > > On Wed, Sep 26, 2012 at 10:30 AM, Janet Sullivan wrote: > > Geoffrey: > > Thanks for sharing this. I do manually do cpanel backups for all my > clients and always assumed > that there was a way to set up a cron job, but never had time to look into > it. > > This is great, thanks! > Janet > ------------------------------ > *From:* Geoffrey Schaller > *To:* NYPHP SIG: Joomla > *Sent:* Tuesday, September 25, 2012 3:49 PM > *Subject:* [joomla] Two useful links for backing up your cPanel site > > This isn't directly related to Joomla, but is handy for anyone who wants > to do an automated backup of their server / site / cPanel account. > > The first is a command / script that runs a complete backup of your cPanel > account, and sends it to a remote location. While working with a cPanel > dump is not pretty / fun, it's good to have in case something happens to > your hosting provider, and they lose your account / shut down / etc. (i.e. > - you can't trust them, and you need to restore to another provider from a > recent backup). NOT ALL PROVIDERS enable the backup function - BlueHost > does not, for example - since it makes it easy to migrate away from them. > Check with your hosting provider to see if they allow full cPanel backups. > I run this once a week for each cPanel account, and have it FTP the files > down to a storage device at my home (since it's "off-site" for my host, and > they are all personal sites). > > > http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ > > > +++ > > The second is a script that dumps a copy of your mySQL databases, and > sends them to a remote location (email, FTP, etc.). It will even clean up > after itself, so you only keep the past 4 days, etc. This one, I run > nightly, and it FTPs the files to my storage device at home again. If I > need to do a restore, the worst I lose is 24 hours worth of content. > > > http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html > > > +++ > > For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that > mount in a rack in a datacenter. They're designed to just store a large > amount of data in a very friendly way, and serve it up with several methods > (local network browsing, FTP, Web Interface, etc.). > > -- > Geoffrey Schaller > gjschaller at psi-13.com > > _______________________________________________ > 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 > > > > _______________________________________________ > 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 jmsullivan50 at yahoo.com Thu Sep 27 11:39:10 2012 From: jmsullivan50 at yahoo.com (Janet Sullivan) Date: Thu, 27 Sep 2012 08:39:10 -0700 (PDT) Subject: [joomla] Two useful links for backing up your cPanel site In-Reply-To: References: <1348669809.92987.YahooMailNeo@web122303.mail.ne1.yahoo.com> <1348673604.99438.YahooMailNeo@web122305.mail.ne1.yahoo.com> Message-ID: <1348760350.23946.YahooMailNeo@web122304.mail.ne1.yahoo.com> Ok, thanks I'll check it out ? Janet ________________________________ From: Matt Thomas To: NYPHP SIG: Joomla Sent: Thursday, September 27, 2012 11:30 AM Subject: Re: [joomla] Two useful links for backing up your cPanel site Sorry, I can't seem to find my notes on it. But, it is very simple to use. For example, ~$ s3cmd put file.tar.gz s3://foo/file.tar.gz I recall that?http://s3tools.org/s3cmd?has everything you need to know. I'll post those notes if I can find them. Best, Matt Thomas Founder?betweenbrain? Lead Developer?Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github:?https://github.com/betweenbrain On Wed, Sep 26, 2012 at 11:33 AM, Janet Sullivan wrote: Thanks, matt, that would be useful, too > > > >? >Janet Sullivan >Tech Tips for Busy Executives: >http://JKSWebDesign.com/blog > > > >________________________________ > From: Matt Thomas > >To: NYPHP SIG: Joomla >Sent: Wednesday, September 26, 2012 11:17 AM >Subject: Re: [joomla] Two useful links for backing up your cPanel site > > >For anyone who?is interested, you can also set up S3 tools (?http://s3tools.org/s3cmd)?to securely upload these backups to Amazon S3. I can dig up an?example?script if you're interested. > >Best, > >Matt Thomas >Founder?betweenbrain? >Lead Developer?Construct Template Development Framework >Phone: 203.632.9322 >Twitter: @betweenbrain > >Github:?https://github.com/betweenbrain > > > >On Wed, Sep 26, 2012 at 10:30 AM, Janet Sullivan wrote: > >Geoffrey: >> >> >>?Thanks for sharing this.? I do manually do cpanel backups for all my clients and always assumed >>that there was a way to set up a cron job, but never had time to look into it.? >> >>This is great, thanks! >>Janet >> >> >>________________________________ >> From: Geoffrey Schaller >>To: NYPHP SIG: Joomla >>Sent: Tuesday, September 25, 2012 3:49 PM >>Subject: [joomla] Two useful links for backing up your cPanel site >> >> >> >>This isn't directly related to Joomla, but is handy for anyone who wants to do an automated backup of their server / site / cPanel account. >> >> >>The first is a command / script that runs a complete backup of your cPanel account, and sends it to a remote location. ?While working with a cPanel dump is not pretty / fun, it's good to have in case something happens to your hosting provider, and they lose your account / shut down / etc. (i.e. - you can't trust them, and you need to restore to another provider from a recent backup). ?NOT ALL PROVIDERS enable the backup function - BlueHost does not, for example - since it makes it easy to migrate away from them. ?Check with your hosting provider to see if they allow full cPanel backups. ?I run this once a week for each cPanel account, and have it FTP the files down to a storage device at my home (since it's "off-site" for my host, and they are all personal sites). >> >> >>http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/? >> >> >>+++ >> >> >>The second is a script that dumps a copy of your mySQL databases, and sends them to a remote location (email, FTP, etc.). ?It will even clean up after itself, so you only keep the past 4 days, etc. ?This one, I run nightly, and it FTPs the files to my storage device at home again. ?If I need to do a restore, the worst I lose is 24 hours worth of content. >> >> >>http://www.ameir.net/blog/archives/48-MySQL-Backup-to-FTP-and-Email-Shell-Script-for-Cron-v2.2.html? >> >> >>+++ >> >> >>For my home storage solution, I use a ReadyNAS device - they come in home use models, as well as professional models that mount in a rack in a datacenter. ?They're designed to just store a large amount of data in a very friendly way, and serve it up with several methods (local network browsing, FTP, Web Interface, etc.). >> >> >>-- >>Geoffrey Schaller >>gjschaller at psi-13.com >> >>_______________________________________________ >>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 >> > > >_______________________________________________ >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 > _______________________________________________ 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 unitelny at gmail.com Thu Sep 27 13:17:58 2012 From: unitelny at gmail.com (Unitel) Date: Thu, 27 Sep 2012 13:17:58 -0400 Subject: [joomla] Homepage Layout Message-ID: <79F4DEF82AB044599717F9D96F2F45E8@OwnerPC> Hello everyone! I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler. I want to "Layout" the home page as follows: 1. Leading Articles = 1 2. Intro Articles = 4 3. Columns = 2 And what I get is the leading article displayed correctly but the other articles are not laid out in the two column format. They are displayed in a single column - which option flag did I miss? Best regards, Marcos Miranda --- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From joomla+2012 at gary.mort.net Thu Sep 27 13:54:12 2012 From: joomla+2012 at gary.mort.net (Gary A. Mort) Date: Thu, 27 Sep 2012 17:54:12 +0000 Subject: [joomla] Organizational Questions Message-ID: <11000867.13347813.20120927175412.506492c486cd56.44303118@mail18.us4.mandrillapp.com> JoomlaDay was a blast, I really enjoyed the sessions and all and meeting the people. As such, it got my mental juices flowing on some projects I've thought would be cool if they existed, but really need a community umbrella to run them on.... since the projects all fall under "community outreach" and Board elections are coming up soon, I was wondering if there is a specific position for that? Also I wanted to ask how I go about running for election? I will admit, I haven't made it to enough meetings lately. This has nothing to do with the content of the meetings, and more due to distance and expense. Until this past year I lived up in Kingston which was simply too far in general - now that I live in Beacon it's much easier to make the meetings - I just didn't want to make the financial commitment to get to them. So, assuming all goes well, I'm going to make that commitment for next year and make sure to come. One thing I'd like to see is our own user group extensions directory - where members can post reviews of Joomla extensions they use. One of my original goals with the group was to learn what people in NYC were using - not some incredibly large international extension directory where the only users might be on another continent! Also, one thing that is bumming me is that while I met lots of interesting people and there were discussions I'd love to follow up on from JoomlaDay - I can only talk to the fraction I exchanged contact data with. Online forums for each of those sessions would be a great way for people to reconnect and continue discussions. Just thought I'd ask what others are thinking and throw my hat into the ring. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gjschaller at psi-13.com Thu Sep 27 13:58:43 2012 From: gjschaller at psi-13.com (Geoffrey Schaller) Date: Thu, 27 Sep 2012 13:58:43 -0400 Subject: [joomla] Organizational Questions In-Reply-To: <11000867.13347813.20120927175412.506492c486cd56.44303118@mail18.us4.mandrillapp.com> References: <11000867.13347813.20120927175412.506492c486cd56.44303118@mail18.us4.mandrillapp.com> Message-ID: I was thinking in terms of the local NYC JUG - would it be worthwhile to use Joomla itself to set up a community system? Use Kunena Forums instead of a mailing list, and Community Builder for our profiles? I can help set that all up, and even provide hosting for the site on my VPS, with a complete cPanel account, if it will help. -Geoffrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Thu Sep 27 15:54:45 2012 From: scott at wolpow.com (Scott Wolpow) Date: Thu, 27 Sep 2012 15:54:45 -0400 Subject: [joomla] Organizational Questions In-Reply-To: <11000867.13347813.20120927175412.506492c486cd56.44303118@mail18.us4.mandrillapp.com> References: <11000867.13347813.20120927175412.506492c486cd56.44303118@mail18.us4.mandrillapp.com> Message-ID: <5064AF05.8050300@wolpow.com> Running for the board is easy. You just had to attend a number of past meetings or be a founder. I for one would love to have you create that position, therefore I nominate you as Community Outreach person. We need other people to step up and help. Scott On 9/27/2012 1:54 PM, Gary A. Mort wrote: > JoomlaDay was a blast, I really enjoyed the sessions and all and > meeting the people. > > As such, it got my mental juices flowing on some projects I've thought > would be cool if they existed, but really need a community umbrella to > run them on.... since the projects all fall under "community > outreach" and Board elections are coming up soon, I was wondering if > there is a specific position for that? Also I wanted to ask how I go > about running for election? > > I will admit, I haven't made it to enough meetings lately. This has > nothing to do with the content of the meetings, and more due to > distance and expense. Until this past year I lived up in Kingston > which was simply too far in general - now that I live in Beacon it's > much easier to make the meetings - I just didn't want to make the > financial commitment to get to them. So, assuming all goes well, I'm > going to make that commitment for next year and make sure to come. > > One thing I'd like to see is our own user group extensions directory - > where members can post reviews of Joomla extensions they use. One of > my original goals with the group was to learn what people in NYC were > using - not some incredibly large international extension directory > where the only users might be on another continent! > > Also, one thing that is bumming me is that while I met lots of > interesting people and there were discussions I'd love to follow up on > from JoomlaDay - I can only talk to the fraction I exchanged contact > data with. Online forums for each of those sessions would be a great > way for people to reconnect and continue discussions. > > Just thought I'd ask what others are thinking and throw my hat into > the ring. > > > _______________________________________________ > 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 -- Scott Wolpow 718 275 7765 ------------------- I am participating in the MS Charity Bike ride to raise Money for this good cause, can you please support my ride. -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Thu Sep 27 22:37:27 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Thu, 27 Sep 2012 23:37:27 -0300 Subject: [joomla] Including an external HTML file in an Article In-Reply-To: References: Message-ID: Anytime! 2012/9/27 Geoffrey Schaller > Perfect! Thank you, Helv?cio, that did what I needed! I somehow didn't > see it in the JED when I looked. > > I'll need to tweak the HTML a bit since it wants to override the CSS in > Joomla, but I think I can get around that. :-) > > Thank you again! > > -Geoffrey > > > On Wed, Sep 26, 2012 at 9:56 PM, Helv?cio da Silva wrote: > >> Check this out in JED: >> >> >> http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-content/20731 >> >> 2012/9/26 Geoffrey Schaller >> >>> On Wed, Sep 26, 2012 at 1:52 AM, Helv?cio da Silva < >>> helvecio.rj at gmail.com> wrote: >>> >>>> If this HTML is a menu item, you can use an iframe wrapper menu type. >>>> >>>> It will appear as an article, keeping the original HTML formatting. >>>> >>> >>> It sort of works, but it's not an article in that it can appear in an >>> Article Listing within a Category (i.e.: Menu Type - Category List), and >>> anchors within the HTML document seem to be lost within an iFrame (meaning >>> a Table of Contents won't work). >>> >>> There should be another way around it to get it included inside an >>> article - I'll post back here if I can figure it out. >>> >>> -Geoffrey >>> >>> _______________________________________________ >>> 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 >>> >> >> >> >> -- >> Helvecio "Elvis" da Silva >> Rio de Janeiro - Brasil - helvecio.rj at gmail.com >> http://www.helvecio.com - http://blog.helvecio.com >> >> >> _______________________________________________ >> 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 >> > > > > -- > Geoffrey Schaller > gjschaller at psi-13.com > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From marian at gothamwebsites.com Fri Sep 28 09:33:03 2012 From: marian at gothamwebsites.com (Marian @GothamWebsites) Date: Fri, 28 Sep 2012 09:33:03 -0400 Subject: [joomla] Joomla NYC meeting date change Message-ID: Our October meeting will be held again at Robert Half, registration is required, and please note there is a DATE CHANGE. THIRD THURSDAY OF THE MONTH - OCTOBER 18TH. More meeting details to follow. -- *Marian Konop* Gotham Websites We think SMALL . . . Business *www.gothamwebsites.com* President JoomlaNYC Users Group *www.joomlanyc.org *Team Leader *www.JoomlaDayNYC.com* -------------- next part -------------- An HTML attachment was scrubbed... URL: From rytech123 at gmail.com Fri Sep 28 13:54:14 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Fri, 28 Sep 2012 13:54:14 -0400 Subject: [joomla] JoomlaDayNYC 2012 Message-ID: Thanks to everyone that supported JoomlaDayNYC 2012...overall it was a great event, special thanks to the volunteers and speakers that made it happen... But, not everyone in our user group attended the event, and we want to know, WHY??? Is there something that we could have done better, is there something we missed??? In order for us to continue having events like this in the future we need to make sure that we are meeting the needs of our LOCAL Joomla User Group community... PLEASE, complete this survey and let us know what we missed...and what will make you come for future events! http://www.joomladaynyc.com/survey-did-not-attend.html thanks, JoomlaDayNYC Committee -- I have a new email address: rytech123 at gmail.com Trainer with www.Video2Brain.com Board Member of www.JoomlaNYC.org Trainer for www.JoomlaTraining.com Sponsor & Coordinator for www.JoomlaDayNYC.com www.RytechSites.com Dynamic Websites for your company! -------------- next part -------------- An HTML attachment was scrubbed... URL: From masimko at verizon.net Fri Sep 28 23:54:45 2012 From: masimko at verizon.net (Mark Simko) Date: Fri, 28 Sep 2012 22:54:45 -0500 (CDT) Subject: [joomla] Homepage Layout (Unitel) Message-ID: <26701180.1328853.1348890885226.JavaMail.root@vms170031> On 09/27/12, joomla-request at lists.nyphp.org wrote: I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler. I want to "Layout" the home page as follows: 1. Leading Articles = 1 2. Intro Articles = 4 3. Columns = 2 And what I get is the leading article displayed correctly but the other articles are not laid out in the two column format. They are displayed in a single column - which option flag did I miss? Blog Layout Options If a field is left blank, global settings will be used. # Leading Articles 1 # Intro Articles 4 # Columns 2 # Links 4 From unitelny at gmail.com Sat Sep 29 12:27:47 2012 From: unitelny at gmail.com (Unitel) Date: Sat, 29 Sep 2012 12:27:47 -0400 Subject: [joomla] Homepage Layout (Unitel) In-Reply-To: <26701180.1328853.1348890885226.JavaMail.root@vms170031> References: <26701180.1328853.1348890885226.JavaMail.root@vms170031> Message-ID: <542BE57FB43842C9BD82E7BD8DEBBA57@OwnerPC> Found The Problem! I was copying text from the Lorem Ipsum website directly into the article. The text brought some additional html, in particular div's and br. I deleted the article text and copied new text from lorem into a notepad file, saved it and then copied to article, but the html editor in Joomla again showed div and breaks. Hum. I then deleted the div's and the page break in all the articles. Now my home page displays exactly what I enter in "Menu - Layout Options". According to all tutorials I have read entering text in notepad - saving it and then copying to Joomla eliminated all additional html/code. It didn't!! Thankx Best regards, Marcos Miranda --- -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko Sent: Friday, September 28, 2012 11:55 PM To: joomla at lists.nyphp.org Subject: Re: [joomla] Homepage Layout (Unitel) On 09/27/12, joomla-request at lists.nyphp.org wrote: I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler. I want to "Layout" the home page as follows: 1. Leading Articles = 1 2. Intro Articles = 4 3. Columns = 2 And what I get is the leading article displayed correctly but the other articles are not laid out in the two column format. They are displayed in a single column - which option flag did I miss? Blog Layout Options If a field is left blank, global settings will be used. # Leading Articles 1 # Intro Articles 4 # Columns 2 # Links 4 _______________________________________________ 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 helvecio.rj at gmail.com Sat Sep 29 12:52:23 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Sat, 29 Sep 2012 13:52:23 -0300 Subject: [joomla] Homepage Layout (Unitel) In-Reply-To: <542BE57FB43842C9BD82E7BD8DEBBA57@OwnerPC> References: <26701180.1328853.1348890885226.JavaMail.root@vms170031> <542BE57FB43842C9BD82E7BD8DEBBA57@OwnerPC> Message-ID: When copying/pasting you can use an editor like JCEditor, which has function to eliminate unnecessary HTML, thus avoiding this problem, when copying from a HTML page or a Word document, for example. 2012/9/29 Unitel > ** ** > > *Found The Problem!* > > * * > > *I was copying text from the Lorem Ipsum website directly into the > article. The text brought some additional html, in particular div?s and br. > * > > *I deleted the article text and copied new text from lorem into a notepad > file, saved it and then copied to article, but the html editor in Joomla > again showed div and breaks. Hum.* > > * * > > *I then deleted the div?s and the page break in all the articles. Now my > home page displays exactly what I enter in ?Menu ? Layout Options?.* > > * * > > *According to all tutorials I have read entering text in notepad ? saving > it and then copying to Joomla eliminated all additional html/code. It > didn?t!!* > > * * > > *Thankx* > > ** ** > > **** > > **** > > Best regards,**** > > **** > > Marcos Miranda **** > > ---**** > > **** > > -----Original Message----- > From: joomla-bounces at lists.nyphp.org [mailto: > joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko > Sent: Friday, September 28, 2012 11:55 PM > To: joomla at lists.nyphp.org > Subject: Re: [joomla] Homepage Layout (Unitel) > > ** ** > > **** > > **** > > **** > > On 09/27/12, joomla-request at lists.nyphp.org wrote:**** > > ** ** > > I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler.**** > > I want to "Layout" the home page as follows:**** > > ** ** > > 1. Leading Articles = 1 **** > > 2. Intro Articles = 4 **** > > 3. Columns = 2 **** > > ** ** > > And what I get is the leading article displayed correctly but the other** > ** > > articles are not laid out in the two column format. They are displayed in a > **** > > single column - which option flag did I miss?**** > > ** ** > > **** > > ** ** > > Blog Layout Options **** > > If a field is left blank, global settings will be used. **** > > # Leading Articles 1**** > > # Intro Articles 4**** > > # Columns 2**** > > # Links 4**** > > **** > > _______________________________________________**** > > ****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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From unitelny at gmail.com Sat Sep 29 15:14:24 2012 From: unitelny at gmail.com (Unitel) Date: Sat, 29 Sep 2012 15:14:24 -0400 Subject: [joomla] Homepage Layout (Unitel) In-Reply-To: References: <26701180.1328853.1348890885226.JavaMail.root@vms170031><542BE57FB43842C9BD82E7BD8DEBBA57@OwnerPC> Message-ID: <9786EDEDB834448DBBA2922912F7622A@OwnerPC> Helvecio, I thank you for the advice. But I was aware of the issues associated additional html. That?s why I tried pasting first to (as noted in many tutorials) my notepad, saving and then copying to Joomla and still got some residual html with copy/paste. I finally had to manually delete the misbehaving html code. Gracias! Best regards, Marcos Miranda --- _____ From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Helv?cio da Silva Sent: Saturday, September 29, 2012 12:52 PM To: NYPHP SIG: Joomla Subject: Re: [joomla] Homepage Layout (Unitel) When copying/pasting you can use an editor like JCEditor, which has function to eliminate unnecessary HTML, thus avoiding this problem, when copying from a HTML page or a Word document, for example. 2012/9/29 Unitel Found The Problem! I was copying text from the Lorem Ipsum website directly into the article. The text brought some additional html, in particular div?s and br. I deleted the article text and copied new text from lorem into a notepad file, saved it and then copied to article, but the html editor in Joomla again showed div and breaks. Hum. I then deleted the div?s and the page break in all the articles. Now my home page displays exactly what I enter in ?Menu ? Layout Options?. According to all tutorials I have read entering text in notepad ? saving it and then copying to Joomla eliminated all additional html/code. It didn?t!! Thankx Best regards, Marcos Miranda --- -----Original Message----- From: joomla-bounces at lists.nyphp.org [mailto:joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko Sent: Friday, September 28, 2012 11:55 PM To: joomla at lists.nyphp.org Subject: Re: [joomla] Homepage Layout (Unitel) On 09/27/12, joomla-request at lists.nyphp.org wrote: I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler. I want to "Layout" the home page as follows: 1. Leading Articles = 1 2. Intro Articles = 4 3. Columns = 2 And what I get is the leading article displayed correctly but the other articles are not laid out in the two column format. They are displayed in a single column - which option flag did I miss? Blog Layout Options If a field is left blank, global settings will be used. # Leading Articles 1 # Intro Articles 4 # Columns 2 # Links 4 _______________________________________________ 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 -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: From helvecio.rj at gmail.com Sat Sep 29 20:25:53 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Sat, 29 Sep 2012 21:25:53 -0300 Subject: [joomla] Homepage Layout (Unitel) In-Reply-To: <9786EDEDB834448DBBA2922912F7622A@OwnerPC> References: <26701180.1328853.1348890885226.JavaMail.root@vms170031> <542BE57FB43842C9BD82E7BD8DEBBA57@OwnerPC> <9786EDEDB834448DBBA2922912F7622A@OwnerPC> Message-ID: Por nada, Marcos. Actually that is just a suggestion for your future projects/needs. By using the "paste from Word" function in JCEditor, one saves the trouble and time of opening Notepad or any other program just to paste content from any HTML source. I find it very helpful, as when I click OK, content is inserted retaining just paragraph tags and, sometimes, strong tags. All the best! 2012/9/29 Unitel > ** ** ** ** > > Helvecio,**** > > ** ** > > I thank you for the advice. But I was aware of the issues associated > additional html. That?s why I tried pasting first to (as noted in many > tutorials) my notepad, saving and then copying to Joomla and still got some > residual html with copy/paste. I finally had to manually delete the > misbehaving html code.**** > > ** ** > > Gracias!**** > > ** ** > > ** ** > > Best regards,**** > > ** ** > > Marcos Miranda **** > [image: ---] > > ** ** > ------------------------------ > > *From:* joomla-bounces at lists.nyphp.org [mailto: > joomla-bounces at lists.nyphp.org] *On Behalf Of *Helv?cio da Silva > *Sent:* Saturday, September 29, 2012 12:52 PM > *To:* **NYPHP SIG: Joomla > ** > *Subject:* Re: [joomla] Homepage Layout (Unitel) > **** > > ** ** > > When copying/pasting you can use an editor like JCEditor, which has > function to eliminate unnecessary HTML, thus avoiding this problem, when > copying from a HTML page or a Word document, for example.**** > > 2012/9/29 Unitel **** > > *Found The Problem!***** > > * ***** > > *I was copying text from the Lorem Ipsum website directly into the > article. The text brought some additional html, in particular div?s and br. > ***** > > *I deleted the article text and copied new text from lorem into a notepad > file, saved it and then copied to article, but the html editor in Joomla > again showed div and breaks. Hum.***** > > * ***** > > *I then deleted the div?s and the page break in all the articles. Now my > home page displays exactly what I enter in ?Menu ? Layout Options?.***** > > * ***** > > *According to all tutorials I have read entering text in notepad ? saving > it and then copying to Joomla eliminated all additional html/code. It > didn?t!!***** > > * ***** > > *Thankx***** > > **** > > **** > > **** > > Best regards,**** > > **** > > Marcos Miranda **** > > ---**** > > **** > > -----Original Message----- > From: joomla-bounces at lists.nyphp.org [mailto: > joomla-bounces at lists.nyphp.org] On Behalf Of Mark Simko > Sent: Friday, September 28, 2012 11:55 PM > To: joomla at lists.nyphp.org > Subject: Re: [joomla] Homepage Layout (Unitel)**** > > **** > > **** > > **** > > **** > > On 09/27/12, joomla-request at lists.nyphp.org wrote:**** > > **** > > I'm reading the Joomla 2.5 Beginners Guide Book- By Eric Tiggeler.**** > > I want to "Layout" the home page as follows:**** > > **** > > 1. Leading Articles = 1 **** > > 2. Intro Articles = 4 **** > > 3. Columns = 2 **** > > **** > > And what I get is the leading article displayed correctly but the other** > ** > > articles are not laid out in the two column format. They are displayed in a > **** > > single column - which option flag did I miss?**** > > **** > > **** > > **** > > Blog Layout Options **** > > If a field is left blank, global settings will be used. **** > > # Leading Articles 1**** > > # Intro Articles 4**** > > # Columns 2**** > > # Links 4**** > > **** > > _______________________________________________**** > > ****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**** > > > > > -- > Helvecio "Elvis" da Silva > ****Rio de Janeiro**** - Brasil - helvecio.rj at gmail.com > http://www.helvecio.com - http://blog.helvecio.com**** > > _______________________________________________ > 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 > -- Helvecio "Elvis" da Silva Rio de Janeiro - Brasil - helvecio.rj at gmail.com http://www.helvecio.com - http://blog.helvecio.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 3357 bytes Desc: not available URL: