From davidalanroth at gmail.com Tue Jan 3 18:39:30 2012 From: davidalanroth at gmail.com (David Roth) Date: Tue, 3 Jan 2012 18:39:30 -0500 Subject: [joomla] Display module positions other than Home Page? Message-ID: I am aware of appending ?tp=1 to the Joomla URL to display the module positions. However, this works only for the Home Page. How can I display the module positions for the pages other than the Home Page (aka Front Page). This is with Joomla 1.7.3, if that matters in your answer. Thanks! David Roth From contact at chrisfrench.me Tue Jan 3 18:40:48 2012 From: contact at chrisfrench.me (Chris French) Date: Tue, 3 Jan 2012 13:40:48 -1000 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: References: Message-ID: try &tp=1 On Jan 3, 2012, at 1:39 PM, David Roth wrote: > I am aware of appending ?tp=1 to the Joomla URL to display the module > positions. However, this works only for the Home Page. How can I > display the module positions for the pages other than the Home Page > (aka Front Page). > > This is with Joomla 1.7.3, if that matters in your answer. 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 From sbritton at gmail.com Tue Jan 3 18:51:05 2012 From: sbritton at gmail.com (Stephen Britton) Date: Tue, 3 Jan 2012 18:51:05 -0500 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: References: Message-ID: Hi David, Unless you are using more than one template on your site, the module positions should be the same on all pages. Remember that you can control the look of the each page by turning the modules on and off. All best, Steve On Tue, Jan 3, 2012 at 6:40 PM, Chris French wrote: > > > try &tp=1 > On Jan 3, 2012, at 1:39 PM, David Roth wrote: > > > I am aware of appending ?tp=1 to the Joomla URL to display the module > > positions. However, this works only for the Home Page. How can I > > display the module positions for the pages other than the Home Page > > (aka Front Page). > > > > This is with Joomla 1.7.3, if that matters in your answer. 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 > > _______________________________________________ > 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 > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Tue Jan 3 19:05:36 2012 From: davidalanroth at gmail.com (David Roth) Date: Tue, 3 Jan 2012 19:05:36 -0500 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: References: Message-ID: Hi Steve. I'm aware of that, but it would be easier to see the module names displayed in the various positions on pages other than Home Page. Just wondering if there is a way. Best regards, David On Tue, Jan 3, 2012 at 6:51 PM, Stephen Britton wrote: > Hi David, > > Unless you are using more than one template on your site, the module > positions should be the same on all pages. > Remember that you can control the look of the each page by turning the > modules on and off. > > All best, > > Steve > > On Tue, Jan 3, 2012 at 6:40 PM, Chris French wrote: >> >> >> >> try &tp=1 >> On Jan 3, 2012, at 1:39 PM, David Roth wrote: >> >> > I am aware of appending ?tp=1 to the Joomla URL to display the module >> > positions. However, this works only for the Home Page. How can I >> > display the module positions for the pages other than the Home Page >> > (aka Front Page). >> > >> > This is with Joomla 1.7.3, if that matters in your answer. 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 >> >> _______________________________________________ >> 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 > > > > > -- > Stephen Britton > Technology Consultant > sbritton at gmail.com > Twitter: @StephenBritton > ph: 914-661-0040 > > "Life isn't about finding yourself. Life is about creating yourself." - > George Bernard Shaw > > > _______________________________________________ > 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 contact at chrisfrench.me Tue Jan 3 19:55:01 2012 From: contact at chrisfrench.me (Chris French) Date: Tue, 3 Jan 2012 14:55:01 -1000 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: References: Message-ID: <178BE6BD-37C1-472A-9C76-7B3997A52FB0@chrisfrench.me> the ?tp=1 will only work on the home page because of how get variables work. for inside pages you need to change the ? to & and it will work, This is true if you are using SEO urls or not. &tp=1 On Jan 3, 2012, at 2:05 PM, David Roth wrote: > Hi Steve. > > I'm aware of that, but it would be easier to see the module names > displayed in the various positions on pages other than Home Page. Just > wondering if there is a way. > > Best regards, > > David > > On Tue, Jan 3, 2012 at 6:51 PM, Stephen Britton wrote: >> Hi David, >> >> Unless you are using more than one template on your site, the module >> positions should be the same on all pages. >> Remember that you can control the look of the each page by turning the >> modules on and off. >> >> All best, >> >> Steve >> >> On Tue, Jan 3, 2012 at 6:40 PM, Chris French wrote: >>> >>> >>> >>> try &tp=1 >>> On Jan 3, 2012, at 1:39 PM, David Roth wrote: >>> >>>> I am aware of appending ?tp=1 to the Joomla URL to display the module >>>> positions. However, this works only for the Home Page. How can I >>>> display the module positions for the pages other than the Home Page >>>> (aka Front Page). >>>> >>>> This is with Joomla 1.7.3, if that matters in your answer. 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 >>> >>> _______________________________________________ >>> 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 >> >> >> >> >> -- >> Stephen Britton >> Technology Consultant >> sbritton at gmail.com >> Twitter: @StephenBritton >> ph: 914-661-0040 >> >> "Life isn't about finding yourself. Life is about creating yourself." - >> George Bernard Shaw >> >> >> _______________________________________________ >> 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 From helvecio.rj at gmail.com Wed Jan 4 11:46:06 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Wed, 4 Jan 2012 14:46:06 -0200 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: <178BE6BD-37C1-472A-9C76-7B3997A52FB0@chrisfrench.me> References: <178BE6BD-37C1-472A-9C76-7B3997A52FB0@chrisfrench.me> Message-ID: Worked like a charm! Great tip!! I was unaware of that. 2012/1/3 Chris French > the ?tp=1 will only work on the home page because of how get variables > work. > > for inside pages you need to change the ? to & and it will work, > > This is true if you are using SEO urls or not. > > &tp=1 > > > > On Jan 3, 2012, at 2:05 PM, David Roth wrote: > > > Hi Steve. > > > > I'm aware of that, but it would be easier to see the module names > > displayed in the various positions on pages other than Home Page. Just > > wondering if there is a way. > > > > Best regards, > > > > David > > > > On Tue, Jan 3, 2012 at 6:51 PM, Stephen Britton > wrote: > >> Hi David, > >> > >> Unless you are using more than one template on your site, the module > >> positions should be the same on all pages. > >> Remember that you can control the look of the each page by turning the > >> modules on and off. > >> > >> All best, > >> > >> Steve > >> > >> On Tue, Jan 3, 2012 at 6:40 PM, Chris French > wrote: > >>> > >>> > >>> > >>> try &tp=1 > >>> On Jan 3, 2012, at 1:39 PM, David Roth wrote: > >>> > >>>> I am aware of appending ?tp=1 to the Joomla URL to display the module > >>>> positions. However, this works only for the Home Page. How can I > >>>> display the module positions for the pages other than the Home Page > >>>> (aka Front Page). > >>>> > >>>> This is with Joomla 1.7.3, if that matters in your answer. 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 > >>> > >>> _______________________________________________ > >>> 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 > >> > >> > >> > >> > >> -- > >> Stephen Britton > >> Technology Consultant > >> sbritton at gmail.com > >> Twitter: @StephenBritton > >> ph: 914-661-0040 > >> > >> "Life isn't about finding yourself. Life is about creating yourself." - > >> George Bernard Shaw > >> > >> > >> _______________________________________________ > >> 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 > -- 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 davidalanroth at gmail.com Thu Jan 5 03:57:36 2012 From: davidalanroth at gmail.com (David Roth) Date: Thu, 5 Jan 2012 03:57:36 -0500 Subject: [joomla] Display module positions other than Home Page? In-Reply-To: References: <178BE6BD-37C1-472A-9C76-7B3997A52FB0@chrisfrench.me> Message-ID: I want to add, that for this to work the template manager -> options -> template options -> Preview Module Positions must be set to Enabled. At least it is required in Joomla 1.7.3, not sure about previous versions. I imagine out of possible security concerns some Joomla websites might want this disabled. This is especially helpful to have when working with a new template and also it makes it easier to see what parts of the screen are not controlled by the Joomla template but by K2. David Roth On Wed, Jan 4, 2012 at 11:46 AM, Helv?cio da Silva wrote: > Worked like a charm! Great tip!! I was unaware of that. > > 2012/1/3 Chris French > >> the ?tp=1 will only work on the home page because of how get variables >> work. >> >> for inside pages you need to change the ? to & and it will work, >> >> This is true if you are using SEO urls or not. >> >> &tp=1 >> >> >> >> On Jan 3, 2012, at 2:05 PM, David Roth wrote: >> >> > Hi Steve. >> > >> > I'm aware of that, but it would be easier to see the module names >> > displayed in the various positions on pages other than Home Page. Just >> > wondering if there is a way. >> > >> > Best regards, >> > >> > David >> > >> > On Tue, Jan 3, 2012 at 6:51 PM, Stephen Britton >> wrote: >> >> Hi David, >> >> >> >> Unless you are using more than one template on your site, the module >> >> positions should be the same on all pages. >> >> Remember that you can control the look of the each page by turning the >> >> modules on and off. >> >> >> >> All best, >> >> >> >> Steve >> >> >> >> On Tue, Jan 3, 2012 at 6:40 PM, Chris French >> wrote: >> >>> >> >>> >> >>> >> >>> try &tp=1 >> >>> On Jan 3, 2012, at 1:39 PM, David Roth wrote: >> >>> >> >>>> I am aware of appending ?tp=1 to the Joomla URL to display the module >> >>>> positions. However, this works only for the Home Page. How can I >> >>>> display the module positions for the pages other than the Home Page >> >>>> (aka Front Page). >> >>>> >> >>>> This is with Joomla 1.7.3, if that matters in your answer. 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 >> >>> >> >>> _______________________________________________ >> >>> 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 >> >> >> >> >> >> >> >> >> >> -- >> >> Stephen Britton >> >> Technology Consultant >> >> sbritton at gmail.com >> >> Twitter: @StephenBritton >> >> ph: 914-661-0040 >> >> >> >> "Life isn't about finding yourself. Life is about creating yourself." - >> >> George Bernard Shaw >> >> >> >> >> >> _______________________________________________ >> >> 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 >> > > > > -- > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Thu Jan 5 04:19:43 2012 From: davidalanroth at gmail.com (David Roth) Date: Thu, 5 Jan 2012 04:19:43 -0500 Subject: [joomla] K2 thoughts and questions Message-ID: I've been using Joomla for years now, but until recently I had not focused on K2. A few things which are wonderful about K2. First of all, the extra fields which helps to add additional fields to K2 Item. I think the use of sub-categories is also good. Some things make me uncomfortable and I wanted to share those here to see how others might be handling them. There is the Joomla template and then there is the K2 template. The K2 template controls that part of the webpage like the body of it, for lack of a better term while the Joomla template handles the rest. So the K2 template for a K2 item is like being able to have your own template for each Joomla article. This sounds amazingly flexible but with this comes what I find to be a disconnect and enter into a very un-Joomla-like area. If you don't like the layout of the K2 template such as it's order on the sections on the page page, you have to resort to editing a PHP program (item.php) in order to change this. K2 doesn't have modules like Joomla does for the templates so you can't go in as administrator and change the ordering of the modules because there are no modules. I started to wonder if there might be a K2 Template Manager which might do what the Template Manager does for Joomla. I've seen one online but I don't think it allows ordering of the K2 part of the page unless I missed something. After having looked over the item.php code this past week it doesn't look like there is any other way to change the order of what is on the page than to edit item.php itself. I've also not been able to find the kind of documentation on K2 templates like there is for Joomla templates. Even with Joomla templates no programming is required to move modules around on the page such as top, bottom, etc. How are people managing this with K2? Is there a better way? David Roth -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Thu Jan 5 04:48:06 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Thu, 5 Jan 2012 07:48:06 -0200 Subject: [joomla] K2 thoughts and questions In-Reply-To: References: Message-ID: I haven't had the need to move things around in the K2 template. What I usually do is turn on/off whatever I need in the item view and item in category view settings. I've used CSS once to move things around a little bit. But it would be nice to have a visual scheme of the K2 template where we could drag things around and have it our way. 2012/1/5 David Roth > I've been using Joomla for years now, but until recently I had not focused > on K2. > > A few things which are wonderful about K2. First of all, the extra fields > which helps to add additional fields to K2 Item. I think the use of > sub-categories is also good. > > Some things make me uncomfortable and I wanted to share those here to see > how others might be handling them. There is the Joomla template and then > there is the K2 template. The K2 template controls that part of the webpage > like the body of it, for lack of a better term while the Joomla template > handles the rest. So the K2 template for a K2 item is like being able to > have your own template for each Joomla article. This sounds amazingly > flexible but with this comes what I find to be a disconnect and enter into > a very un-Joomla-like area. If you don't like the layout of the K2 template > such as it's order on the sections on the page page, you have to resort to > editing a PHP program (item.php) in order to change this. K2 doesn't have > modules like Joomla does for the templates so you can't go in as > administrator and change the ordering of the modules because there are no > modules. > > I started to wonder if there might be a K2 Template Manager which might do > what the Template Manager does for Joomla. I've seen one online but I don't > think it allows ordering of the K2 part of the page unless I missed > something. After having looked over the item.php code this past week it > doesn't look like there is any other way to change the order of what is on > the page than to edit item.php itself. I've also not been able to find the > kind of documentation on K2 templates like there is for Joomla templates. > > Even with Joomla templates no programming is required to move modules > around on the page such as top, bottom, etc. How are people managing this > with K2? Is there a better way? > > 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 > -- 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 mkonop at gmail.com Mon Jan 9 07:13:41 2012 From: mkonop at gmail.com (M Konop) Date: Mon, 9 Jan 2012 07:13:41 -0500 Subject: [joomla] Joomla NYC Meeting Message-ID: Our nextJoomla NYC User Group meeting will be this Thursday, January 12th. We are in the process of adding the evening's agenda to the website, so check joomlanyc.org for all details later. Directions to the meeting room in the Lincoln Center complex will also be available. We look forward to seeing you there. All levels are welcome and there will be something for everyone, including presentations, a lightening round of questions, and time for networking. Oh, and snacks too! -- Marian Konop Gotham Websites www.gothamwebsites.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From amac904 at gmail.com Mon Jan 9 16:57:47 2012 From: amac904 at gmail.com (Anthony McDonald) Date: Mon, 9 Jan 2012 16:57:47 -0500 Subject: [joomla] Drupal and Joomla Message-ID: I am new to the group but I would like to know if 10 minutes could be put aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, but they all seem to do the same thing (organize data with MYSQL and display the content in defined html
s). What I've come across in my research is the notion that Drupal is more powerful than Joomla. I don't think so, but beleive the: Drupal community is "smaller" and more "Enfranchised", and the Joomla community is "Larger and less Enfranchised". Is this by design? If we can start to answer this question I think it will broaden our approach with Joomla. New member, Anthony McDonald -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Mon Jan 9 17:04:41 2012 From: scott at wolpow.com (Scott Wolpow) Date: Mon, 09 Jan 2012 17:04:41 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: References: Message-ID: <4F0B6479.4010306@wolpow.com> I will be happy to discuss with you during the meeting. Scott Wolpow On 1/9/2012 4:57 PM, Anthony McDonald wrote: > > I am new to the group but I would like to know if 10 minutes could be > put aside to discuss Drupal and Joomla at the next meeting. I am new > to CMSs, but they all seem to do the same thing (organize data with > MYSQL and display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > > > > _______________________________________________ > 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 sbritton at gmail.com Mon Jan 9 17:08:54 2012 From: sbritton at gmail.com (Stephen Britton) Date: Mon, 9 Jan 2012 17:08:54 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: References: Message-ID: Hi Anthony, Have you tried Drupal yet? If not, I suggest installing it on your local computer using MAMP or WAMP and trying it out. The Drupal vs. Joomla debate has been going on for years and will likely continue for a long, long time. It is not a topic that can be resolved in 10 minutes. I don't think it is wise to spend meeting time discussing Drupal. I have worked with both and prefer Joomla because it is easier for me to understand and I can build sites faster. But for others say it is the opposite. See me after the meeting if you want to discuss Joomla further. Best regards, Steve On Mon, Jan 9, 2012 at 4:57 PM, Anthony McDonald wrote: > I am new to the group but I would like to know if 10 minutes could be put > aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, > but they all seem to do the same thing (organize data with MYSQL and > display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > > _______________________________________________ > 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 > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From contact at chrisfrench.me Mon Jan 9 17:25:37 2012 From: contact at chrisfrench.me (Chris French) Date: Mon, 9 Jan 2012 12:25:37 -1000 Subject: [joomla] Drupal and Joomla In-Reply-To: <4F0B6479.4010306@wolpow.com> References: <4F0B6479.4010306@wolpow.com> Message-ID: Drupal and joomla are both good, Personally I feel like if you just know php you cann write something for joomla, but with drupal you need to learn the drupal way On Jan 9, 2012 12:04 PM, "Scott Wolpow" wrote: > I will be happy to discuss with you during the meeting. > Scott Wolpow > > > On 1/9/2012 4:57 PM, Anthony McDonald wrote: > > I am new to the group but I would like to know if 10 minutes could be put > aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, > but they all seem to do the same thing (organize data with MYSQL and > display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > > > _______________________________________________ > New York PHP SIG: Joomla! Mailing Listhttp://lists.nyphp.org/mailman/listinfo/joomla > > NYPHPCon 2006 Presentations Onlinehttp://www.nyphpcon.com > > Show Your Participation in New York PHPhttp://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 donnamarievincent at yahoo.com Mon Jan 9 17:32:55 2012 From: donnamarievincent at yahoo.com (Donna Vincent) Date: Mon, 9 Jan 2012 17:32:55 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: <4F0B6479.4010306@wolpow.com> References: <4F0B6479.4010306@wolpow.com> Message-ID: <0E2424A4-8194-4FDA-90BD-1DB87F6C045E@yahoo.com> Scott, we have a full schedule of presentations for the upcoming meeting. Sent from my iPad On Jan 9, 2012, at 5:04 PM, Scott Wolpow wrote: > I will be happy to discuss with you during the meeting. > Scott Wolpow > > > On 1/9/2012 4:57 PM, Anthony McDonald wrote: >> >> I am new to the group but I would like to know if 10 minutes could be put aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, but they all seem to do the same thing (organize data with MYSQL and display the content in defined html
s). >> What I've come across in my research is the notion that Drupal is more powerful than Joomla. I don't think so, but beleive the: >> Drupal community is "smaller" and more "Enfranchised", and the >> Joomla community is "Larger and less Enfranchised". >> Is this by design? >> If we can start to answer this question I think it will broaden our approach with Joomla. >> >> New member, >> Anthony McDonald >> >> >> _______________________________________________ >> 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 mkonop at gmail.com Mon Jan 9 17:41:34 2012 From: mkonop at gmail.com (M Konop) Date: Mon, 9 Jan 2012 17:41:34 -0500 Subject: [joomla] Drupal vs Joomla Message-ID: Hello Anthony, I think this list may be an excellent venue for you to solicit a discussion of Joomla vs Drupal as many people on the list are cross platformers. It may, in fact, be a more appropriate venue than the monthly meeting. In addition, Scott Wolpow, who has offered to speak to you at the next meeting, is an excellent resource. See you Thursday Date: Mon, 9 Jan 2012 16:57:47 -0500 From: Anthony McDonald To: joomla at lists.nyphp.org Subject: [joomla] Drupal and Joomla Message-ID: Content-Type: text/plain; charset="iso-8859-1" I am new to the group but I would like to know if 10 minutes could be put aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, but they all seem to do the same thing (organize data with MYSQL and display the content in defined html
s). What I've come across in my research is the notion that Drupal is more powerful than Joomla. I don't think so, but beleive the: Drupal community is "smaller" and more "Enfranchised", and the Joomla community is "Larger and less Enfranchised". Is this by design? If we can start to answer this question I think it will broaden our approach with Joomla. New member, Anthony McDonald -- Marian Konop Gotham Websites www.gothamwebsites.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Mon Jan 9 17:58:40 2012 From: scott at wolpow.com (Scott Wolpow) Date: Mon, 09 Jan 2012 17:58:40 -0500 Subject: [joomla] Drupal vs Joomla In-Reply-To: References: Message-ID: <4F0B7120.4070408@wolpow.com> I am not presenting on it, just talking about it when we have time. SW On 1/9/2012 5:41 PM, M Konop wrote: > Hello Anthony, > I think this list may be an excellent venue for you to solicit > a discussion of Joomla vs Drupal as many people on the list are cross > platformers. It may, in fact, be a more appropriate venue than the > monthly meeting. In addition, Scott Wolpow, who has offered to speak > to you at the next meeting, is an excellent resource. > See you Thursday > > Date: Mon, 9 Jan 2012 16:57:47 -0500 > From: Anthony McDonald > > To: joomla at lists.nyphp.org > Subject: [joomla] Drupal and Joomla > Message-ID: > > > Content-Type: text/plain; charset="iso-8859-1" > > I am new to the group but I would like to know if 10 minutes could be put > aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, > but they all seem to do the same thing (organize data with MYSQL and > display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > -- > Marian Konop > Gotham Websites > www.gothamwebsites.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 davidalanroth at gmail.com Mon Jan 9 23:02:42 2012 From: davidalanroth at gmail.com (David Roth) Date: Mon, 9 Jan 2012 23:02:42 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: References: Message-ID: Hi Anthony. There is logic to selecting something which has good documentation, is widely available and well supported. While several of my friends who I greatly admire their skills prefer Python over PHP, and Postgres (and others DBs) over MySQL, emacs over vi, I find life generally easier sticking with LAMP for the reasons I just mentioned. There are times when the need is highly specialized and after careful study something which isn't popular and might very well be in beta will do. As for a CMS, yes, you are right they store information in a database and display it on a web page. But the same could be said for accounting systems and there are tons of those too with different interfaces and features. What it comes down to is you are the developer or user, which is going to make things easier for you to do what's needed. Think about what kind of web projects you want to do, see if there are websites done in Joomla and others doing what you want. Then look at it from a developer's prospective. As for a user, I'm referring to the administrative part of the CMS. Whoever is going to be the Admin for a CMS is going to have to learn how to do the job and there is going to be a learning curve regardless of the CMS selected. An Admin for one website might be an actual webmaster while at another it might be someone who's computer skills so far have only been using a Desktop system running parts of MS Office. So while we might feel as a developer the given CMS is great, someone given the task of Admin might feel more overwhelmed with one CMS than another so this has to be taken into account. Just a few thoughts to ponder. As they say, your mileage will vary. :-) David Roth On Mon, Jan 9, 2012 at 4:57 PM, Anthony McDonald wrote: > I am new to the group but I would like to know if 10 minutes could be put > aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, > but they all seem to do the same thing (organize data with MYSQL and > display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > -------------- next part -------------- An HTML attachment was scrubbed... URL: From helvecio.rj at gmail.com Tue Jan 10 05:16:12 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Tue, 10 Jan 2012 08:16:12 -0200 Subject: [joomla] Drupal and Joomla In-Reply-To: References: Message-ID: When I tried to install Drupal once, it came to a certain point where I had no clue what to do next. It was installed and ready to use, but I couldn't figure out how to go to an administrator panel or insert content in the site. Actually, I didn't even know exactly what I was seeing (some kind of splash screen with no further info). From that day on I never used Drupal again and moved on with Joomla. Nowadays I use Wordpress too. If you want to go ahead and use Drupal and Joomla, go ahead! But consider what you do, the time, skills you have and the use of your CMS to make the best choice for the moment. For example: I'm a graphic designer. In time I found Mambo (Joomla's previous incarnation). It was easy for me to understand how to put things together and I grew from there. I was amazed how I coud be able to offer my clients things that until then I'd have to turn into a programmer to offer. I'm not a programmer. I CAN'T code PHP. So I resort to Joomla Extensions Directory everytime I need to add an extra something to a project. And it has dissappointed veeeeeery little in time. I run my own business, so I have focus on what I want and need to learn. I came to a point where I don't want to use my time to learn the nuts and bolts of things that I won't use everyday, like REAL PHP coding. BUT I am always learning a little thing here and there as I delve into Joomla. I have a curious personality, so I feel good to learn Joomla. I live in a country where not everyone can ACTUALLY speak english so there's a demand that Google Translator can't handle. :-) I help translate some extensions, I'm great at HTML and CSS (LOVIT!) and there's a demand here in Brazil from people and micro-companies who can and want to use a CMS. All this put together made ME stick with Joomla. If you have PLENTY of time on your hands, embrace both worlds and find what's the best you can extract from each of them. Good luck! 2012/1/9 Anthony McDonald > I am new to the group but I would like to know if 10 minutes could be put > aside to discuss Drupal and Joomla at the next meeting. I am new to CMSs, > but they all seem to do the same thing (organize data with MYSQL and > display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > If we can start to answer this question I think it will broaden our > approach with Joomla. > > New member, > Anthony McDonald > > _______________________________________________ > 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 amac904 at gmail.com Tue Jan 10 10:50:59 2012 From: amac904 at gmail.com (Anthony McDonald) Date: Tue, 10 Jan 2012 10:50:59 -0500 Subject: [joomla] Looking Forward to Thursday In-Reply-To: References: Message-ID: I am really appreciative to the organizers of the JUG. And lastly, as participants we are previledge to see the entire scope of CMS all represented in one room (developer-user, expert-novice, multi_platform - single). Anthony McDonald -------------- next part -------------- An HTML attachment was scrubbed... URL: From sbritton at gmail.com Wed Jan 11 19:31:40 2012 From: sbritton at gmail.com (Stephen Britton) Date: Wed, 11 Jan 2012 19:31:40 -0500 Subject: [joomla] REMINDER: January Joomla NYC meeting is tomorrow! Message-ID: It's Joomla NYC User Group monthly meeting time. As usual, we will meet at the usual time and place - starting at 6:30 PM in the subterranean conference room at Lincoln Center at 146 West 65th Street. (For better directions, check out the home page at www.joomlanyc.org.) This month, Donna Marie Vincent will present twice: "Using RS Form!Pro to create, update and modify database tables" and "How to use the Joomla Framework outside the Joomla CMS." Keeping with the RS Form!Pro theme, Stuart Newfeld will present "How to customize RSForm!Pro user and admin email notifications." Scott Wolpow has ordered pizza and spring water. No one will leave this meeting hungry. This will also be a memorable meeting for me. As some of you make already know, Marian Knoop is the new president of Joomla NYC. I am now the Joomla NYC web master. Scott is the Joomla NYC treasurer, and Sebastian Duque is Secretary. The other board members are Laura Gordon, Fred Sullivan and Donna Marie Vincent. We have a feature-packed evening for the first NYC JUG of 2012 that cannot be missed. Please try to make it. Should anyone have problems finding the location, feel free to call me at the cell phone listed below. All best, Steve -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From garyamort at gmail.com Fri Jan 13 17:52:13 2012 From: garyamort at gmail.com (Gary Mort) Date: Fri, 13 Jan 2012 17:52:13 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: References: Message-ID: <4F10B59D.10506@gmail.com> On 1/9/2012 4:57 PM, Anthony McDonald wrote: > > I am new to the group but I would like to know if 10 minutes could be > put aside to discuss Drupal and Joomla at the next meeting. I am new > to CMSs, but they all seem to do the same thing (organize data with > MYSQL and display the content in defined html
s). > What I've come across in my research is the notion that Drupal is more > powerful than Joomla. I don't think so, but beleive the: > Drupal community is "smaller" and more "Enfranchised", and the > Joomla community is "Larger and less Enfranchised". > Is this by design? > Drupal cannot be installed without a good deal of technical competence, know how, and at least a passing familiarity with PHP. Drupal "components" [called modules] can't be installed/configured without the same level of knowledge. Drupal "components" often are far from being complete mini-applications and require a coder to complete them. They are solutions that worked for a specific use case and can be made to work with others. Good Drupal "components" are generally all freely available. Drupal provides an extremely mature, rich and consistent programming platform, which makes it easy and fast to extend it with new features. Drupal has an extremely user friendly /end user/ interface for adding new content, editing things, etc. Drupal coding is functional in nature. Joomla can be installed and configured with a much lower level of knowledge. Joomla components are simple to install and configure. Joomla components are often full fledged, featureful mini applications which are easy to configure for specific usage. Good Joomla components are often commercial in nature[though GPL licensed] and require a fee to download and install Joomla provides a mature programming platform - but it is not very rich and is very inconsistent - which can make it more time consuming to make changes and add new features. Joomla has a poor end user interface for adding new content, editing content, etc. Joomla coding is object oriented in nature. The functional vs object oriented is mainly a matter of taste. I prefer OO coding, so I prefer Joomla! - but you can still build powerful apps with functional code. Consistent vs inconsistent is a matter of naming conventions. Once you learn the Drupal way of coding, naming functions, etc you will find most add ons follow that model - so it makes it much easier for an experienced Drupal coder to understand the whole website. Joomla! on the other hand has been changing, a lot, from version 1.0 to 2.5 so there are many different ways of doing things - and the add ons often create their own new ways of doing things. So being an experienced Joomla! programmer isn't of much advantage to understanding all the code your using. Rich means that there are lots of opportunities to override the system and do something different. As a trivial example, whenever a query is built to access the database there is a hook which can be used to modify the query before it is run. This means it is dead simple to design a multi-domain content platform using a single install - you can have a hook that when Drupal goes to lookup a content item, it adds a check to make sure that content item is published for that domain. And the proof is a number of mature multi-domain extensions for Drupal. Joomla! doesn't have one single hook/plugin event in the database driver so there is no chance to make any changes. In fact, the Joomla! plugin system is lacking in many hooks...and from looking on the list it seems that the choice of events is based on what the core developers want to do with Joomla!. While adding a plugin event is relatively simple, most suggestions for new events get shot down right away. -Gary From scott at wolpow.com Fri Jan 13 18:26:22 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 13 Jan 2012 18:26:22 -0500 Subject: [joomla] Drupal and Joomla In-Reply-To: <4F10B59D.10506@gmail.com> References: <4F10B59D.10506@gmail.com> Message-ID: <4F10BD9E.7030207@wolpow.com> Gary, well said. I think 2.5 has triggers, which are kind of like hooks, but not quite. SW On 1/13/2012 5:52 PM, Gary Mort wrote: > On 1/9/2012 4:57 PM, Anthony McDonald wrote: >> >> I am new to the group but I would like to know if 10 minutes could be >> put aside to discuss Drupal and Joomla at the next meeting. I am new >> to CMSs, but they all seem to do the same thing (organize data with >> MYSQL and display the content in defined html
s). >> What I've come across in my research is the notion that Drupal is >> more powerful than Joomla. I don't think so, but beleive the: >> Drupal community is "smaller" and more "Enfranchised", and the >> Joomla community is "Larger and less Enfranchised". >> Is this by design? >> > > Drupal cannot be installed without a good deal of technical > competence, know how, and at least a passing familiarity with PHP. > Drupal "components" [called modules] can't be installed/configured > without the same level of knowledge. > Drupal "components" often are far from being complete > mini-applications and require a coder to complete them. They are > solutions that worked for a specific use case and can be made to work > with others. > Good Drupal "components" are generally all freely available. > > Drupal provides an extremely mature, rich and consistent programming > platform, which makes it easy and fast to extend it with new features. > Drupal has an extremely user friendly /end user/ interface for adding > new content, editing things, etc. > Drupal coding is functional in nature. > > Joomla can be installed and configured with a much lower level of > knowledge. > Joomla components are simple to install and configure. > Joomla components are often full fledged, featureful mini applications > which are easy to configure for specific usage. > Good Joomla components are often commercial in nature[though GPL > licensed] and require a fee to download and install > > Joomla provides a mature programming platform - but it is not very > rich and is very inconsistent - which can make it more time consuming > to make changes and add new features. > Joomla has a poor end user interface for adding new content, editing > content, etc. > Joomla coding is object oriented in nature. > > > The functional vs object oriented is mainly a matter of taste. I > prefer OO coding, so I prefer Joomla! - but you can still build > powerful apps with functional code. > > Consistent vs inconsistent is a matter of naming conventions. Once > you learn the Drupal way of coding, naming functions, etc you will > find most add ons follow that model - so it makes it much easier for > an experienced Drupal coder to understand the whole website. Joomla! > on the other hand has been changing, a lot, from version 1.0 to 2.5 so > there are many different ways of doing things - and the add ons often > create their own new ways of doing things. So being an experienced > Joomla! programmer isn't of much advantage to understanding all the > code your using. > > Rich means that there are lots of opportunities to override the system > and do something different. As a trivial example, whenever a query is > built to access the database there is a hook which can be used to > modify the query before it is run. This means it is dead simple to > design a multi-domain content platform using a single install - you > can have a hook that when Drupal goes to lookup a content item, it > adds a check to make sure that content item is published for that > domain. And the proof is a number of mature multi-domain extensions > for Drupal. > > Joomla! doesn't have one single hook/plugin event in the database > driver so there is no chance to make any changes. In fact, the > Joomla! plugin system is lacking in many hooks...and from looking on > the list it seems that the choice of events is based on what the core > developers want to do with Joomla!. While adding a plugin event is > relatively simple, most suggestions for new events get shot down right > away. > > -Gary > _______________________________________________ > 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 scott at wolpow.com Wed Jan 18 15:24:43 2012 From: scott at wolpow.com (Scott Wolpow) Date: Wed, 18 Jan 2012 15:24:43 -0500 Subject: [joomla] Ads Factory Message-ID: <4F172A8B.5030400@wolpow.com> Does any one have a copy of Ads Factory 1.7. I need to run a diff against the code in a site I took over. The company is impossible to deal with. Thanks Scott Wolpow From scott at wolpow.com Thu Jan 19 10:06:57 2012 From: scott at wolpow.com (Scott Wolpow) Date: Thu, 19 Jan 2012 10:06:57 -0500 Subject: [joomla] Ads Factory In-Reply-To: <4F172A8B.5030400@wolpow.com> References: <4F172A8B.5030400@wolpow.com> Message-ID: <4F183191.20903@wolpow.com> The company is now sending me what I needed. It was a difference is language. BTW it is a great component. SW On 1/18/2012 3:24 PM, Scott Wolpow wrote: > Does any one have a copy of Ads Factory 1.7. > I need to run a diff against the code in a site I took over. > The company is impossible to deal with. > Thanks > Scott Wolpow > > _______________________________________________ > 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 sbritton at gmail.com Thu Jan 19 10:41:55 2012 From: sbritton at gmail.com (Stephen Britton) Date: Thu, 19 Jan 2012 10:41:55 -0500 Subject: [joomla] Ads Factory In-Reply-To: <4F183191.20903@wolpow.com> References: <4F172A8B.5030400@wolpow.com> <4F183191.20903@wolpow.com> Message-ID: I think they are based in Russia. So there is also a time difference. Also, I have always been curious about Ads Factory. Maybe you can show us what it does at the monthly JUG meeting. On Thu, Jan 19, 2012 at 10:06 AM, Scott Wolpow wrote: > The company is now sending me what I needed. > It was a difference is language. > BTW it is a great component. > > SW > > > On 1/18/2012 3:24 PM, Scott Wolpow wrote: > >> Does any one have a copy of Ads Factory 1.7. >> I need to run a diff against the code in a site I took over. >> The company is impossible to deal with. >> Thanks >> Scott Wolpow >> >> ______________________________**_________________ >> 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 > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From donnamarievincent at yahoo.com Thu Jan 19 10:59:11 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Thu, 19 Jan 2012 07:59:11 -0800 (PST) Subject: [joomla] Ads Factory In-Reply-To: References: <4F172A8B.5030400@wolpow.com> <4F183191.20903@wolpow.com> Message-ID: <1326988751.87151.YahooMailNeo@web35605.mail.mud.yahoo.com> Or at Joomla Camp ________________________________ From: Stephen Britton To: NYPHP SIG: Joomla Sent: Thursday, January 19, 2012 10:41 AM Subject: Re: [joomla] Ads Factory I think they are based in Russia. So there is also a time difference. Also, I have always been curious about Ads Factory. Maybe you can show us what it does at the monthly JUG meeting.? On Thu, Jan 19, 2012 at 10:06 AM, Scott Wolpow wrote: The company is now sending me what I needed. >It was a difference is language. >BTW it is a great component. > >SW > > >On 1/18/2012 3:24 PM, Scott Wolpow wrote: > >Does any one have a copy of Ads Factory 1.7. >>I need to run a diff against the code in a site I took over. >>The company is impossible to deal with. >>Thanks >>Scott Wolpow >> >>_______________________________________________ >>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 > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw _______________________________________________ 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 Thu Jan 19 11:11:25 2012 From: scott at wolpow.com (Scott Wolpow) Date: Thu, 19 Jan 2012 11:11:25 -0500 Subject: [joomla] Ads Factory In-Reply-To: References: <4F172A8B.5030400@wolpow.com> <4F183191.20903@wolpow.com> Message-ID: <4F1840AD.6080307@wolpow.com> They are based in Romain. I was going to get former Securitate members, but I thought that might be over handed. SW On 1/19/2012 10:41 AM, Stephen Britton wrote: > I think they are based in Russia. So there is also a time difference. > > Also, I have always been curious about Ads Factory. Maybe you can show > us what it does at the monthly JUG meeting. > > On Thu, Jan 19, 2012 at 10:06 AM, Scott Wolpow > wrote: > > The company is now sending me what I needed. > It was a difference is language. > BTW it is a great component. > > SW > > > On 1/18/2012 3:24 PM, Scott Wolpow wrote: > > Does any one have a copy of Ads Factory 1.7. > I need to run a diff against the code in a site I took over. > The company is impossible to deal with. > Thanks > Scott Wolpow > > _______________________________________________ > 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 > > > > > -- > Stephen Britton > Technology Consultant > sbritton at gmail.com > Twitter: @StephenBritton > ph: 914-661-0040 > > "Life isn't about finding yourself. Life is about creating yourself." > - George Bernard Shaw > > > > _______________________________________________ > 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 rytech123 at gmail.com Thu Jan 19 20:55:23 2012 From: rytech123 at gmail.com (Laura Gordon) Date: Thu, 19 Jan 2012 20:55:23 -0500 Subject: [joomla] JoomlaCamp 3/11/12, Registration Open Message-ID: Registration is officially open for Joomla Camp. *Note, registration will CLOSE on 3/1 (or once we have 50 attendees)*, there will be no payments accepted at the door. Visit: www.JoomlaNYC.org for details! Time: 9:00 - 4:30pm * Registration begins at 8:30am * Join us for a filled day of workshops discussing the topics that you want discussed! Please fill out the form below with the topics you would like covered, and we will do our best to have our mentors ready to discuss them! - Registration: $45 - Gold Sponsor: $80 (includes 1 ticket, 200 x 150 banner on site) - Platinum Sponsor: $150 (includes 1 ticket 200 x 400 banner on site) *Loation*: SLC Conference Center 352 7th Avenue, (between 29th & 30th) 16th Floor New York, NY This is an 'unconference' day, meaning that the workshops will not be scheduled, we will determine the workshops based on the need of the attendees, so get ready!! Looking forward to seeing you then! -- Laura -- I have a new email address: rytech123 at gmail.com 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 donnamarievincent at yahoo.com Sat Jan 21 07:53:58 2012 From: donnamarievincent at yahoo.com (Donna Vincent) Date: Sat, 21 Jan 2012 07:53:58 -0500 Subject: [joomla] =?utf-8?q?Joomla_Discussions_SQL_Injection_=E2=89=88_Pac?= =?utf-8?q?ket_Storm?= Message-ID: <637EE61D-4271-4858-85F7-D329AD4E29BC@yahoo.com> FYI, Security issue with Joomla Discussions component http://packetstormsecurity.org/files/108759/joomladiscussions-sql.txt Sent from my iPad From donnamarievincent at yahoo.com Sat Jan 21 07:56:59 2012 From: donnamarievincent at yahoo.com (Donna Vincent) Date: Sat, 21 Jan 2012 07:56:59 -0500 Subject: [joomla] In Depth Analysis of Open Source CMS Security Message-ID: <8B921B12-8BE0-4473-8C48-0EC2671DCF26@yahoo.com> Joomla rated well for serious vulnerabilities. http://www.cmscritic.com/in-depth-analysis-of-open-source-cms-security/#.Txq1y2G_nis.mailto Sent from my iPad From davidalanroth at gmail.com Sun Jan 22 16:21:28 2012 From: davidalanroth at gmail.com (David Roth) Date: Sun, 22 Jan 2012 16:21:28 -0500 Subject: [joomla] J!Dump for Joomla 1.7? In-Reply-To: References: Message-ID: Anyone have a utility they use, like?J!Dump, that works with Joomla 1.7? I asked because according to the Joomla extensions directory?J!Dump only works with 1.5 & 1.6. Thanks! David Roth From donnamarievincent at yahoo.com Sun Jan 22 16:31:15 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Sun, 22 Jan 2012 13:31:15 -0800 (PST) Subject: [joomla] J!Dump for Joomla 1.7? In-Reply-To: References: Message-ID: <1327267875.50904.YahooMailNeo@web35604.mail.mud.yahoo.com> 1.6 and 1.7 are essentially the same.? It's like saying 1.5.21 and 1.5.25.? If it works with 1.6 it's supposed to work with 1.7. ________________________________ From: David Roth To: NYPHP SIG: Joomla Sent: Sunday, January 22, 2012 4:21 PM Subject: [joomla] J!Dump for Joomla 1.7? Anyone have a utility they use, like?J!Dump, that works with Joomla 1.7? I asked because according to the Joomla extensions directory?J!Dump only works with 1.5 & 1.6. 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 Jan 22 21:38:21 2012 From: davidalanroth at gmail.com (David Roth) Date: Sun, 22 Jan 2012 21:38:21 -0500 Subject: [joomla] J!Dump for Joomla 1.7? In-Reply-To: <1327267875.50904.YahooMailNeo@web35604.mail.mud.yahoo.com> References: <1327267875.50904.YahooMailNeo@web35604.mail.mud.yahoo.com> Message-ID: Thanks, Donna! Best regards, David Roth On Sun, Jan 22, 2012 at 4:31 PM, Donna Marie Vincent wrote: > 1.6 and 1.7 are essentially the same.? It's like saying 1.5.21 and 1.5.25. > If it works with 1.6 it's supposed to work with 1.7. > > > > ________________________________ > From: David Roth > To: NYPHP SIG: Joomla > Sent: Sunday, January 22, 2012 4:21 PM > Subject: [joomla] J!Dump for Joomla 1.7? > > Anyone have a utility they use, like?J!Dump, that works with Joomla 1.7? > > I asked because according to the Joomla extensions directory?J!Dump > only works with 1.5 & 1.6. 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 > > > > _______________________________________________ > 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 ted.coyle at nutrigraphix.com Tue Jan 24 10:51:58 2012 From: ted.coyle at nutrigraphix.com (Ted Coyle) Date: Tue, 24 Jan 2012 10:51:58 -0500 Subject: [joomla] The Pharma Hack - Link spamming injection Message-ID: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> Does anyone have experience with the "Pharma Hack"? http://redleg-redleg.blogspot.com/2011/02/pharmacy-hack.html Basically a script is installed that spams links like "Viagra" in Google search results. As a result Google removes our site from the index. I have followed many instructions on how to remove it, but each time it returns after about 3 weeks. VERY frustrating. http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites#Looking_for_FTP.2FSSH_Hacks If there is anyone out there with experience please let me know. We would be happy to hire your services as well. Thanks. From scott at wolpow.com Tue Jan 24 12:47:57 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 24 Jan 2012 12:47:57 -0500 Subject: [joomla] The Pharma Hack - Link spamming injection In-Reply-To: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> References: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> Message-ID: <4F1EEECD.6050606@wolpow.com> First suggestion is to get off shared hosting. I expect you will find your site is not secure. Change all passwords, including that used by the DB user. If you have a back up, delete all files and re-upload. You can contact me off list if you wish. scott at wwolpow.com SW On 1/24/2012 10:51 AM, Ted Coyle wrote: > Does anyone have experience with the "Pharma Hack"? > > http://redleg-redleg.blogspot.com/2011/02/pharmacy-hack.html > > Basically a script is installed that spams links like "Viagra" in Google search results. As a result Google removes our site from the index. > > I have followed many instructions on how to remove it, but each time it returns after about 3 weeks. VERY frustrating. > > http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites#Looking_for_FTP.2FSSH_Hacks > > > > > If there is anyone out there with experience please let me know. We would be happy to hire your services as well. > > 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 > From ted.coyle at nutrigraphix.com Tue Jan 24 15:47:50 2012 From: ted.coyle at nutrigraphix.com (Ted Coyle) Date: Tue, 24 Jan 2012 15:47:50 -0500 Subject: [joomla] The Pharma Hack - Link spamming injection In-Reply-To: <4F1EEECD.6050606@wolpow.com> References: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> <4F1EEECD.6050606@wolpow.com> Message-ID: <9921C91B-B98F-4055-BE05-901956DE6B50@nutrigraphix.com> Scott thank you for the tips. Do you have a suggestion for hosting? On Jan 24, 2012, at 12:47 PM, Scott Wolpow wrote: > First suggestion is to get off shared hosting. > I expect you will find your site is not secure. > Change all passwords, including that used by the DB user. > If you have a back up, delete all files and re-upload. > > You can contact me off list if you wish. > > scott at wwolpow.com > > SW > > On 1/24/2012 10:51 AM, Ted Coyle wrote: >> Does anyone have experience with the "Pharma Hack"? >> >> http://redleg-redleg.blogspot.com/2011/02/pharmacy-hack.html >> >> Basically a script is installed that spams links like "Viagra" in Google search results. As a result Google removes our site from the index. >> >> I have followed many instructions on how to remove it, but each time it returns after about 3 weeks. VERY frustrating. >> >> http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites#Looking_for_FTP.2FSSH_Hacks >> >> >> >> >> If there is anyone out there with experience please let me know. We would be happy to hire your services as well. >> >> 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 >> > _______________________________________________ > 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 contact at chrisfrench.me Tue Jan 24 16:00:08 2012 From: contact at chrisfrench.me (Chris French) Date: Tue, 24 Jan 2012 11:00:08 -1000 Subject: [joomla] The Pharma Hack - Link spamming injection In-Reply-To: <9921C91B-B98F-4055-BE05-901956DE6B50@nutrigraphix.com> References: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> <4F1EEECD.6050606@wolpow.com> <9921C91B-B98F-4055-BE05-901956DE6B50@nutrigraphix.com> Message-ID: <79BA5655-9BCB-4B67-94A8-E2A271870AA4@chrisfrench.me> I really like rackspace cloud for smaller sites, backspace servers for bigger sites and backspace dedicated for the biggest sites. I also VERY VERY much encourage you to not host with dream host. I had nothing but problems with dream host Chris On Jan 24, 2012, at 10:47 AM, Ted Coyle wrote: > Scott thank you for the tips. Do you have a suggestion for hosting? > > > On Jan 24, 2012, at 12:47 PM, Scott Wolpow wrote: > >> First suggestion is to get off shared hosting. >> I expect you will find your site is not secure. >> Change all passwords, including that used by the DB user. >> If you have a back up, delete all files and re-upload. >> >> You can contact me off list if you wish. >> >> scott at wwolpow.com >> >> SW >> >> On 1/24/2012 10:51 AM, Ted Coyle wrote: >>> Does anyone have experience with the "Pharma Hack"? >>> >>> http://redleg-redleg.blogspot.com/2011/02/pharmacy-hack.html >>> >>> Basically a script is installed that spams links like "Viagra" in Google search results. As a result Google removes our site from the index. >>> >>> I have followed many instructions on how to remove it, but each time it returns after about 3 weeks. VERY frustrating. >>> >>> http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites#Looking_for_FTP.2FSSH_Hacks >>> >>> >>> >>> >>> If there is anyone out there with experience please let me know. We would be happy to hire your services as well. >>> >>> 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 >>> >> _______________________________________________ >> 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 From scott at wolpow.com Tue Jan 24 16:10:10 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 24 Jan 2012 16:10:10 -0500 Subject: [joomla] The Pharma Hack - Link spamming injection In-Reply-To: <9921C91B-B98F-4055-BE05-901956DE6B50@nutrigraphix.com> References: <0AD68470-E815-4067-B0B7-05496B0BA582@nutrigraphix.com> <4F1EEECD.6050606@wolpow.com> <9921C91B-B98F-4055-BE05-901956DE6B50@nutrigraphix.com> Message-ID: <4F1F1E32.4010906@wolpow.com> Yes, I do hosting. Contact me directly please. SW On 1/24/2012 3:47 PM, Ted Coyle wrote: > Scott thank you for the tips. Do you have a suggestion for hosting? > > > On Jan 24, 2012, at 12:47 PM, Scott Wolpow wrote: > >> First suggestion is to get off shared hosting. >> I expect you will find your site is not secure. >> Change all passwords, including that used by the DB user. >> If you have a back up, delete all files and re-upload. >> >> You can contact me off list if you wish. >> >> scott at wwolpow.com >> >> SW >> >> On 1/24/2012 10:51 AM, Ted Coyle wrote: >>> Does anyone have experience with the "Pharma Hack"? >>> >>> http://redleg-redleg.blogspot.com/2011/02/pharmacy-hack.html >>> >>> Basically a script is installed that spams links like "Viagra" in Google search results. As a result Google removes our site from the index. >>> >>> I have followed many instructions on how to remove it, but each time it returns after about 3 weeks. VERY frustrating. >>> >>> http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites#Looking_for_FTP.2FSSH_Hacks >>> >>> >>> >>> >>> If there is anyone out there with experience please let me know. We would be happy to hire your services as well. >>> >>> 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 >>> >> _______________________________________________ >> 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 > From sbritton at gmail.com Tue Jan 24 16:12:00 2012 From: sbritton at gmail.com (Stephen Britton) Date: Tue, 24 Jan 2012 16:12:00 -0500 Subject: [joomla] The wait is over.. Joomla 2.5 released today! Message-ID: Hi Gang, Joomla1 2.5 has been released. Joomla 1.7 is no more. Tons of new features. Andy Tarr wrote up a great list in December. http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html Updating from 1.7 to 2.5 is one-click through the Extension Manager panel. (NOTE: I just tried to update to Joomla 2.5 from 1.7 on a local site running on my desktop and it made the icons in the admin panel run vertical. I was also not able to uninstall any plug-ins, templates and modules through Extension Manager. Not sure if this was caused by my local environment, but use care if you update and remember to BACK-UP YOUR SITE before you click the update button.) And I did not see any instructions on how to upgrade to Joomla 2.5 from 1.5, but I understand that a script is in the works. Besides, Joomla 1.5 will be supported until the end of April. So you have plenty of time to wait. All best, Steve -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Tue Jan 24 16:17:02 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Tue, 24 Jan 2012 16:17:02 -0500 Subject: [joomla] The wait is over.. Joomla 2.5 released today! In-Reply-To: References: Message-ID: Hi Stephen, The icons issue, as well as a related issue with modals not working, is a browser cache issue. Please see http://docs.joomla.org/Category:Version_2.5.0_FAQ for more details. I can also report that SP Upgradeworks flawlessly for importing 1.5 data into 1.7.3 (you can then do a one-click upgrade to 2.5.0). I've recently been migrating sites, and unfortunately have run into issues database with jupgrade. SP Upgrade is well worth the $33 or so. Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Tue, Jan 24, 2012 at 4:12 PM, Stephen Britton wrote: > Hi Gang, > > Joomla1 2.5 has been released. Joomla 1.7 is no more. > > Tons of new features. Andy Tarr wrote up a great list in December. > > http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html > > Updating from 1.7 to 2.5 is one-click through the Extension Manager panel. > (NOTE: I just tried to update to Joomla 2.5 from 1.7 on a local site > running on my desktop and it made the icons in the admin panel run > vertical. I was also not able to uninstall any plug-ins, templates and > modules through Extension Manager. Not sure if this was caused by my local > environment, but use care if you update and remember to BACK-UP YOUR SITE > before you click the update button.) > > And I did not see any instructions on how to upgrade to Joomla 2.5 from > 1.5, but I understand that a script is in the works. Besides, Joomla 1.5 > will be supported until the end of April. So you have plenty of time to > wait. > > All best, > > Steve > > -- > Stephen Britton > Technology Consultant > sbritton at gmail.com > Twitter: @StephenBritton > ph: 914-661-0040 > > "Life isn't about finding yourself. Life is about creating yourself." - > George Bernard Shaw > > > _______________________________________________ > 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 sbritton at gmail.com Tue Jan 24 16:22:53 2012 From: sbritton at gmail.com (Stephen Britton) Date: Tue, 24 Jan 2012 16:22:53 -0500 Subject: [joomla] The wait is over.. Joomla 2.5 released today! In-Reply-To: References: Message-ID: Thank you Matt! I flushed out the cache in Firefox and now everything looks normal and works. Thanks again for the advice. - - - Steve On Tue, Jan 24, 2012 at 4:17 PM, Matt Thomas wrote: > Hi Stephen, > > The icons issue, as well as a related issue with modals not working, is a > browser cache issue. Please see > http://docs.joomla.org/Category:Version_2.5.0_FAQ for more details. > > I can also report that SP Upgradeworks flawlessly for importing 1.5 data into 1.7.3 (you can then do a > one-click upgrade to 2.5.0). I've recently been migrating sites, > and unfortunately have run into issues database with jupgrade. SP Upgrade is > well worth the $33 or so. > > Best, > > Matt Thomas > Founder betweenbrain ? > Lead Developer Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > Github: https://github.com/betweenbrain > > > > On Tue, Jan 24, 2012 at 4:12 PM, Stephen Britton wrote: > >> Hi Gang, >> >> Joomla1 2.5 has been released. Joomla 1.7 is no more. >> >> Tons of new features. Andy Tarr wrote up a great list in December. >> >> http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html >> >> Updating from 1.7 to 2.5 is one-click through the Extension Manager >> panel. (NOTE: I just tried to update to Joomla 2.5 from 1.7 on a local site >> running on my desktop and it made the icons in the admin panel run >> vertical. I was also not able to uninstall any plug-ins, templates and >> modules through Extension Manager. Not sure if this was caused by my local >> environment, but use care if you update and remember to BACK-UP YOUR SITE >> before you click the update button.) >> >> And I did not see any instructions on how to upgrade to Joomla 2.5 from >> 1.5, but I understand that a script is in the works. Besides, Joomla 1.5 >> will be supported until the end of April. So you have plenty of time to >> wait. >> >> All best, >> >> Steve >> >> -- >> Stephen Britton >> Technology Consultant >> sbritton at gmail.com >> Twitter: @StephenBritton >> ph: 914-661-0040 >> >> "Life isn't about finding yourself. Life is about creating yourself." - >> George Bernard Shaw >> >> >> _______________________________________________ >> 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 > -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From matt at betweenbrain.com Tue Jan 24 16:23:35 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Tue, 24 Jan 2012 16:23:35 -0500 Subject: [joomla] The wait is over.. Joomla 2.5 released today! In-Reply-To: References: Message-ID: You're very welcome! Best, Matt Thomas Founder betweenbrain ? Lead Developer Construct Template Development Framework Phone: 203.632.9322 Twitter: @betweenbrain Github: https://github.com/betweenbrain On Tue, Jan 24, 2012 at 4:22 PM, Stephen Britton wrote: > Thank you Matt! > > I flushed out the cache in Firefox and now everything looks normal and > works. > > Thanks again for the advice. > > - - - Steve > > > On Tue, Jan 24, 2012 at 4:17 PM, Matt Thomas wrote: > >> Hi Stephen, >> >> The icons issue, as well as a related issue with modals not working, is a >> browser cache issue. Please see >> http://docs.joomla.org/Category:Version_2.5.0_FAQ for more details. >> >> I can also report that SP Upgradeworks flawlessly for importing 1.5 data into 1.7.3 (you can then do a >> one-click upgrade to 2.5.0). I've recently been migrating sites, >> and unfortunately have run into issues database with jupgrade. SP Upgrade is >> well worth the $33 or so. >> >> Best, >> >> Matt Thomas >> Founder betweenbrain ? >> Lead Developer Construct Template Development Framework >> Phone: 203.632.9322 >> Twitter: @betweenbrain >> Github: https://github.com/betweenbrain >> >> >> >> On Tue, Jan 24, 2012 at 4:12 PM, Stephen Britton wrote: >> >>> Hi Gang, >>> >>> Joomla1 2.5 has been released. Joomla 1.7 is no more. >>> >>> Tons of new features. Andy Tarr wrote up a great list in December. >>> >>> http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html >>> >>> Updating from 1.7 to 2.5 is one-click through the Extension Manager >>> panel. (NOTE: I just tried to update to Joomla 2.5 from 1.7 on a local site >>> running on my desktop and it made the icons in the admin panel run >>> vertical. I was also not able to uninstall any plug-ins, templates and >>> modules through Extension Manager. Not sure if this was caused by my local >>> environment, but use care if you update and remember to BACK-UP YOUR SITE >>> before you click the update button.) >>> >>> And I did not see any instructions on how to upgrade to Joomla 2.5 from >>> 1.5, but I understand that a script is in the works. Besides, Joomla 1.5 >>> will be supported until the end of April. So you have plenty of time to >>> wait. >>> >>> All best, >>> >>> Steve >>> >>> -- >>> Stephen Britton >>> Technology Consultant >>> sbritton at gmail.com >>> Twitter: @StephenBritton >>> ph: 914-661-0040 >>> >>> "Life isn't about finding yourself. Life is about creating yourself." - >>> George Bernard Shaw >>> >>> >>> _______________________________________________ >>> 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 >> > > > > -- > Stephen Britton > Technology Consultant > sbritton at gmail.com > Twitter: @StephenBritton > ph: 914-661-0040 > > "Life isn't about finding yourself. Life is about creating yourself." - > George Bernard Shaw > > > _______________________________________________ > 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 Wed Jan 25 19:37:28 2012 From: helvecio.rj at gmail.com (=?UTF-8?Q?Helv=C3=A9cio_da_Silva?=) Date: Wed, 25 Jan 2012 22:37:28 -0200 Subject: [joomla] The wait is over.. Joomla 2.5 released today! In-Reply-To: References: Message-ID: Thanks for the tip on SP Upgrade, Matt. I still get scared when upgrading from 1.5 and it's good to know there are options out there if anything goes wrong. 2012/1/24 Matt Thomas > You're very welcome! > > Best, > > Matt Thomas > Founder betweenbrain ? > Lead Developer Construct Template Development Framework > Phone: 203.632.9322 > Twitter: @betweenbrain > Github: https://github.com/betweenbrain > > > > On Tue, Jan 24, 2012 at 4:22 PM, Stephen Britton wrote: > >> Thank you Matt! >> >> I flushed out the cache in Firefox and now everything looks normal and >> works. >> >> Thanks again for the advice. >> >> - - - Steve >> >> >> On Tue, Jan 24, 2012 at 4:17 PM, Matt Thomas wrote: >> >>> Hi Stephen, >>> >>> The icons issue, as well as a related issue with modals not working, is >>> a browser cache issue. Please see >>> http://docs.joomla.org/Category:Version_2.5.0_FAQ for more details. >>> >>> I can also report that SP Upgradeworks flawlessly for importing 1.5 data into 1.7.3 (you can then do a >>> one-click upgrade to 2.5.0). I've recently been migrating sites, >>> and unfortunately have run into issues database with jupgrade. SP >>> Upgrade is >>> well worth the $33 or so. >>> >>> Best, >>> >>> Matt Thomas >>> Founder betweenbrain ? >>> Lead Developer Construct Template Development Framework >>> Phone: 203.632.9322 >>> Twitter: @betweenbrain >>> Github: https://github.com/betweenbrain >>> >>> >>> >>> On Tue, Jan 24, 2012 at 4:12 PM, Stephen Britton wrote: >>> >>>> Hi Gang, >>>> >>>> Joomla1 2.5 has been released. Joomla 1.7 is no more. >>>> >>>> Tons of new features. Andy Tarr wrote up a great list in December. >>>> >>>> http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html >>>> >>>> Updating from 1.7 to 2.5 is one-click through the Extension Manager >>>> panel. (NOTE: I just tried to update to Joomla 2.5 from 1.7 on a local site >>>> running on my desktop and it made the icons in the admin panel run >>>> vertical. I was also not able to uninstall any plug-ins, templates and >>>> modules through Extension Manager. Not sure if this was caused by my local >>>> environment, but use care if you update and remember to BACK-UP YOUR SITE >>>> before you click the update button.) >>>> >>>> And I did not see any instructions on how to upgrade to Joomla 2.5 from >>>> 1.5, but I understand that a script is in the works. Besides, Joomla 1.5 >>>> will be supported until the end of April. So you have plenty of time to >>>> wait. >>>> >>>> All best, >>>> >>>> Steve >>>> >>>> -- >>>> Stephen Britton >>>> Technology Consultant >>>> sbritton at gmail.com >>>> Twitter: @StephenBritton >>>> ph: 914-661-0040 >>>> >>>> "Life isn't about finding yourself. Life is about creating yourself." - >>>> George Bernard Shaw >>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >> >> >> >> -- >> Stephen Britton >> Technology Consultant >> sbritton at gmail.com >> Twitter: @StephenBritton >> ph: 914-661-0040 >> >> "Life isn't about finding yourself. Life is about creating yourself." - >> George Bernard Shaw >> >> >> _______________________________________________ >> 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 scott at wolpow.com Fri Jan 27 07:55:46 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 27 Jan 2012 07:55:46 -0500 Subject: [joomla] Weird SEF issue Message-ID: <4F229ED2.6070105@wolpow.com> I have never seen this before. When I turn on SEF in a joomla 1.5.25 install all I get is a page with the word "here". I have installed the SEF patch and searched for any page with just that word. I have switched out the template. I have replaced the .htaccess So I know it is in base core. My last resort will be replace all the core with a fresh copy. Any ideas? SW From masimko at verizon.net Fri Jan 27 15:45:15 2012 From: masimko at verizon.net (Mark Simko) Date: Fri, 27 Jan 2012 14:45:15 -0600 (CST) Subject: [joomla] Weird SEF issue (Scott Wolpow) Message-ID: <30802315.295953.1327697115938.JavaMail.root@vms170033> An HTML attachment was scrubbed... URL: From scott at wolpow.com Fri Jan 27 15:48:30 2012 From: scott at wolpow.com (Scott Wolpow) Date: Fri, 27 Jan 2012 15:48:30 -0500 Subject: [joomla] Weird SEF issue (Scott Wolpow) In-Reply-To: <30802315.295953.1327697115938.JavaMail.root@vms170033> References: <30802315.295953.1327697115938.JavaMail.root@vms170033> Message-ID: <4F230D9E.8070008@wolpow.com> It is the default .htaccess page I would not mind a default page, because then at least i can track where it is going to. SW On 1/27/2012 3:45 PM, Mark Simko wrote: > > > I have never seen this before. > When I turn on SEF in a joomla 1.5.25 install all I get is a page with > the word "here". > I have installed the SEF patch and searched for any page with just that > word. > I have switched out the template. > I have replaced the .htaccess > So I know it is in base core. > > My last resort will be replace all the core with a fresh copy. > > Any ideas? > > > SW > > > Reminds me of the default index.html page in apache2, which says > nothing but 'it works' > > So, is sef apending an html to the page and perhaps redirecting to an > html page in the root directory? Is the rewrite rules in .htaccess > correct? > > > _______________________________________________ > 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 Fri Jan 27 16:06:23 2012 From: masimko at verizon.net (Mark Simko) Date: Fri, 27 Jan 2012 15:06:23 -0600 (CST) Subject: [joomla] The Pharma Hack - Link spamming injection (Ted Coyle) Message-ID: <25212206.298098.1327698384065.JavaMail.root@vms170033> An HTML attachment was scrubbed... URL: From davidalanroth at gmail.com Fri Jan 27 17:06:46 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 27 Jan 2012 17:06:46 -0500 Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) Message-ID: Hopefully this is something I've overlooked and some kind soul here will point this out to me. I'm trying to look at the source code PHP files for "Site Contact" which is part of com_contact. The Joomla com_contact component files of interest are located in: components/com_contact/views/category/view.feed.php components/com_contact/views/category/tmpl/default_items.php So I went to the Joomla com_contact to edit components/com_contact/views/category/tmpl/default_items.php which appears to have all that's displayed on the web page such as grid.sort, etc. But even if I remove this file, it has no effect on "Site Contact" page it still loads! If I remove components/com_contact/views/category/view.feed.php, that certainly breaks the page, but nothing in components/com_contact/views/category/tmpl has an effect on it. What am I overlooking? Thanks! David Roth From donnamarievincent at yahoo.com Fri Jan 27 17:28:32 2012 From: donnamarievincent at yahoo.com (Donna Marie Vincent) Date: Fri, 27 Jan 2012 14:28:32 -0800 (PST) Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) In-Reply-To: References: Message-ID: <1327703312.78350.YahooMailNeo@web35608.mail.mud.yahoo.com> Your template can have optional overrides.? Check to see if there is one in the "html" folder of your template. Also, do NOT modify the files in the core components, use the template overrides.? When you apply an upgrade patch, these files will be overwritten. ________________________________ From: David Roth To: NYPHP SIG: Joomla Sent: Friday, January 27, 2012 5:06 PM Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) Hopefully this is something I've overlooked and some kind soul here will point this out to me. I'm trying to look at the source code PHP files for "Site Contact" which is part of com_contact. The Joomla com_contact component files of interest are located in: components/com_contact/views/category/view.feed.php components/com_contact/views/category/tmpl/default_items.php So I went to the Joomla com_contact to edit components/com_contact/views/category/tmpl/default_items.php which appears to have all that's displayed on the web page such as grid.sort, etc. But even if I remove this file, it has no effect on "Site Contact" page it still loads! If I remove components/com_contact/views/category/view.feed.php, that certainly breaks the page, but nothing in components/com_contact/views/category/tmpl has an effect on it. What am I overlooking? 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 matt at betweenbrain.com Fri Jan 27 17:29:38 2012 From: matt at betweenbrain.com (Matt Thomas) Date: Fri, 27 Jan 2012 17:29:38 -0500 Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) In-Reply-To: References: Message-ID: Hi David, "Site Contact" sounds like a contact record from your database. The files in the /tmpl directories represent the different views that display those records. Can you explain what you want to change and we can give you a better idea of where to look. Best, Matt Sent from my phone that uses an open source operating system. On Jan 27, 2012 5:06 PM, "David Roth" wrote: > Hopefully this is something I've overlooked and some kind soul here > will point this out to me. > > I'm trying to look at the source code PHP files for "Site Contact" > which is part of com_contact. > > The Joomla com_contact component files of interest are located in: > components/com_contact/views/category/view.feed.php > components/com_contact/views/category/tmpl/default_items.php > > So I went to the Joomla com_contact to edit > components/com_contact/views/category/tmpl/default_items.php which > appears to have all that's displayed on the web page such as > grid.sort, etc. But even if I remove this file, it has no effect on > "Site Contact" page it still loads! > > If I remove components/com_contact/views/category/view.feed.php, that > certainly breaks the page, but nothing in > components/com_contact/views/category/tmpl has an effect on it. > > What am I overlooking? 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 Fri Jan 27 17:42:06 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 27 Jan 2012 17:42:06 -0500 Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) In-Reply-To: <1327703312.78350.YahooMailNeo@web35608.mail.mud.yahoo.com> References: <1327703312.78350.YahooMailNeo@web35608.mail.mud.yahoo.com> Message-ID: Hi Donna. I had no intention of modifying core files, I'm studying merely trying to see how it works to adapt the methods elsewhere. Yes, there is a 'html' in the templates which are provided by YouJoomla (YouPlus template). However, when I have renamed them to see the effect, it only slightly changed the look of "Site Contact", but it didn't break the page and the functionality of it stayed the same. David On Fri, Jan 27, 2012 at 5:28 PM, Donna Marie Vincent wrote: > Your template can have optional overrides.? Check to see if there is one in > the "html" folder of your template. > > Also, do NOT modify the files in the core components, use the template > overrides.? When you apply an upgrade patch, these files will be > overwritten. > > ________________________________ > From: David Roth > To: NYPHP SIG: Joomla > Sent: Friday, January 27, 2012 5:06 PM > Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla > 1.7) > > Hopefully this is something I've overlooked and some kind soul here > will point this out to me. > > I'm trying to look at the source code PHP files for "Site Contact" > which is part of com_contact. > > The Joomla com_contact component files of interest are located in: > components/com_contact/views/category/view.feed.php > components/com_contact/views/category/tmpl/default_items.php > > So I went to the Joomla com_contact to edit > components/com_contact/views/category/tmpl/default_items.php which > appears to have all that's displayed on the web page such as > grid.sort, etc. But even if I remove this file, it has no effect on > "Site Contact" page it still loads! > > If I remove components/com_contact/views/category/view.feed.php, that > certainly breaks the page, but nothing in > components/com_contact/views/category/tmpl has an effect on it. > > What am I overlooking? Thanks! > > David Roth From davidalanroth at gmail.com Fri Jan 27 17:45:57 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 27 Jan 2012 17:45:57 -0500 Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) In-Reply-To: References: Message-ID: Hi Matt. I'm trying get access to the grid.sort that's being used on that page for "Site Contact". For those not familiar, that page displays a table and the user can click on that page to sort by Phone number, etc. I was looking for a good vanilla grid.sort being used on the front end in Joomla, because I want to do the same with K2 fields (including extra_fields). David On Fri, Jan 27, 2012 at 5:29 PM, Matt Thomas wrote: > Hi David, > > "Site Contact" sounds like a contact record from your database. The files in > the /tmpl directories represent the different views that display those > records. Can you explain what you want to change and we can give you a > better idea of where to look. > > Best, > > Matt > > Sent from my phone that uses an open source operating system. > > On Jan 27, 2012 5:06 PM, "David Roth" wrote: >> >> Hopefully this is something I've overlooked and some kind soul here >> will point this out to me. >> >> I'm trying to look at the source code PHP files for "Site Contact" >> which is part of com_contact. >> >> The Joomla com_contact component files of interest are located in: >> components/com_contact/views/category/view.feed.php >> components/com_contact/views/category/tmpl/default_items.php >> >> So I went to the Joomla com_contact to edit >> components/com_contact/views/category/tmpl/default_items.php which >> appears to have all that's displayed on the web page such as >> grid.sort, etc. But even if I remove this file, it has no effect on >> "Site Contact" page it still loads! >> >> If I remove components/com_contact/views/category/view.feed.php, that >> certainly breaks the page, but nothing in >> components/com_contact/views/category/tmpl has an effect on it. >> >> What am I overlooking? 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 > > > _______________________________________________ > 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 davidalanroth at gmail.com Fri Jan 27 17:59:19 2012 From: davidalanroth at gmail.com (David Roth) Date: Fri, 27 Jan 2012 17:59:19 -0500 Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla 1.7) In-Reply-To: <1327703312.78350.YahooMailNeo@web35608.mail.mud.yahoo.com> References: <1327703312.78350.YahooMailNeo@web35608.mail.mud.yahoo.com> Message-ID: I got it solved. Thanks so much for your insight into this, Donna! I totally missed the override with this. This explains why it wasn't picking up any changes. Best regards, David On Fri, Jan 27, 2012 at 5:28 PM, Donna Marie Vincent wrote: > Your template can have optional overrides.? Check to see if there is one in > the "html" folder of your template. > > Also, do NOT modify the files in the core components, use the template > overrides.? When you apply an upgrade patch, these files will be > overwritten. > > ________________________________ > From: David Roth > To: NYPHP SIG: Joomla > Sent: Friday, January 27, 2012 5:06 PM > Subject: [joomla] com_contact - Can't locate the "Site Contact" file (Joomla > 1.7) > > Hopefully this is something I've overlooked and some kind soul here > will point this out to me. > > I'm trying to look at the source code PHP files for "Site Contact" > which is part of com_contact. > > The Joomla com_contact component files of interest are located in: > components/com_contact/views/category/view.feed.php > components/com_contact/views/category/tmpl/default_items.php > > So I went to the Joomla com_contact to edit > components/com_contact/views/category/tmpl/default_items.php which > appears to have all that's displayed on the web page such as > grid.sort, etc. But even if I remove this file, it has no effect on > "Site Contact" page it still loads! > > If I remove components/com_contact/views/category/view.feed.php, that > certainly breaks the page, but nothing in > components/com_contact/views/category/tmpl has an effect on it. > > What am I overlooking? Thanks! > > David Roth > _______________________________________________ From sbritton at gmail.com Sat Jan 28 14:55:01 2012 From: sbritton at gmail.com (Stephen Britton) Date: Sat, 28 Jan 2012 14:55:01 -0500 Subject: [joomla] Joomla 1.5 > 2.5 upgrade tutorial Message-ID: The folks at Jom Social have put together a nice guide explaining how to upgrade and the various tools available, ranging from free ( jUpdate & J2XML ) to commerical (SP Upgrade). http://www.jomsocial.com/blog/migrating-joomla-15-to-joomla-25-a-guided-tutorial.html -- Stephen Britton Technology Consultant sbritton at gmail.com Twitter: @StephenBritton ph: 914-661-0040 "Life isn't about finding yourself. Life is about creating yourself." - George Bernard Shaw -------------- next part -------------- An HTML attachment was scrubbed... URL: From peforever at hotmail.com Tue Jan 31 11:19:23 2012 From: peforever at hotmail.com (paul elliott) Date: Tue, 31 Jan 2012 11:19:23 -0500 Subject: [joomla] fatal error: allowed memory size Message-ID: Hello,I made a copy of my default template and assigned it to a menu item for Hikashop categories.At some point, after i go into the Template Manager, i now cannot get in to edit either template.I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help!Thanks,Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott at wolpow.com Tue Jan 31 11:50:07 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 31 Jan 2012 11:50:07 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: Message-ID: <4F281BBF.3010601@wolpow.com> Look at your my.cnf file. SW On 1/31/2012 11:19 AM, paul elliott wrote: > Hello, > I made a copy of my default template and assigned it to a menu item > for Hikashop categories. > At some point, after i go into the Template Manager, i now cannot get > in to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried > to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > > _______________________________________________ > 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 peforever at hotmail.com Tue Jan 31 11:52:37 2012 From: peforever at hotmail.com (paul elliott) Date: Tue, 31 Jan 2012 11:52:37 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F281BBF.3010601@wolpow.com> References: , <4F281BBF.3010601@wolpow.com> Message-ID: Where would i find that? Date: Tue, 31 Jan 2012 11:50:07 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Look at your my.cnf file. SW On 1/31/2012 11:19 AM, paul elliott wrote: Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ 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 scott at wolpow.com Tue Jan 31 12:21:18 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 31 Jan 2012 12:21:18 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: , <4F281BBF.3010601@wolpow.com> Message-ID: <4F28230E.8050403@wolpow.com> In a linux box /etc SW On 1/31/2012 11:52 AM, paul elliott wrote: > Where would i find that? > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 11:50:07 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > Look at your my.cnf file. > > SW > > On 1/31/2012 11:19 AM, paul elliott wrote: > > Hello, > I made a copy of my default template and assigned it to a menu > item for Hikashop categories. > At some point, after i go into the Template Manager, i now cannot > get in to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted > (tried to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > > _______________________________________________ > 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 peforever at hotmail.com Tue Jan 31 12:27:43 2012 From: peforever at hotmail.com (paul elliott) Date: Tue, 31 Jan 2012 12:27:43 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F28230E.8050403@wolpow.com> References: , , <4F281BBF.3010601@wolpow.com>, , <4F28230E.8050403@wolpow.com> Message-ID: I currently have access to the joomla installation via ftp.Can the problem be fixed here? Date: Tue, 31 Jan 2012 12:21:18 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size In a linux box /etc SW On 1/31/2012 11:52 AM, paul elliott wrote: Where would i find that? Date: Tue, 31 Jan 2012 11:50:07 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Look at your my.cnf file. SW On 1/31/2012 11:19 AM, paul elliott wrote: Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ 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 scott at wolpow.com Tue Jan 31 12:31:55 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 31 Jan 2012 12:31:55 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: , , <4F281BBF.3010601@wolpow.com>, , <4F28230E.8050403@wolpow.com> Message-ID: <4F28258B.7090405@wolpow.com> Are you on shared or VPS? IF VPS then you have to shell into the system or find it in Cpanel If on shared you may find it in the Cpanel. I would call support. SW On 1/31/2012 12:27 PM, paul elliott wrote: > I currently have access to the joomla installation via ftp. > Can the problem be fixed here? > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 12:21:18 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > In a linux box /etc > > SW > > On 1/31/2012 11:52 AM, paul elliott wrote: > > Where would i find that? > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 11:50:07 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > Look at your my.cnf file. > > SW > > On 1/31/2012 11:19 AM, paul elliott wrote: > > Hello, > I made a copy of my default template and assigned it to a menu > item for Hikashop categories. > At some point, after i go into the Template Manager, i now > cannot get in to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes exhausted > (tried to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > > _______________________________________________ > 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 peforever at hotmail.com Tue Jan 31 12:33:23 2012 From: peforever at hotmail.com (paul elliott) Date: Tue, 31 Jan 2012 12:33:23 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F28258B.7090405@wolpow.com> References: , , , <4F281BBF.3010601@wolpow.com>, , , , <4F28230E.8050403@wolpow.com>, , <4F28258B.7090405@wolpow.com> Message-ID: This site is on a shared plan Date: Tue, 31 Jan 2012 12:31:55 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Are you on shared or VPS? IF VPS then you have to shell into the system or find it in Cpanel If on shared you may find it in the Cpanel. I would call support. SW On 1/31/2012 12:27 PM, paul elliott wrote: I currently have access to the joomla installation via ftp. Can the problem be fixed here? Date: Tue, 31 Jan 2012 12:21:18 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size In a linux box /etc SW On 1/31/2012 11:52 AM, paul elliott wrote: Where would i find that? Date: Tue, 31 Jan 2012 11:50:07 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Look at your my.cnf file. SW On 1/31/2012 11:19 AM, paul elliott wrote: Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ 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 _______________________________________________ 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 Jan 31 12:45:27 2012 From: scott at wolpow.com (Scott Wolpow) Date: Tue, 31 Jan 2012 12:45:27 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: References: , , , <4F281BBF.3010601@wolpow.com>, , , , <4F28230E.8050403@wolpow.com>, , <4F28258B.7090405@wolpow.com> Message-ID: <4F2828B7.2060204@wolpow.com> Call support. It could be in your cpanel (like Ipage) Or elsewhere. SW On 1/31/2012 12:33 PM, paul elliott wrote: > This site is on a shared plan > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 12:31:55 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > Are you on shared or VPS? > IF VPS then you have to shell into the system or find it in Cpanel > > If on shared you may find it in the Cpanel. > I would call support. > SW > > > On 1/31/2012 12:27 PM, paul elliott wrote: > > I currently have access to the joomla installation via ftp. > Can the problem be fixed here? > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 12:21:18 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > In a linux box /etc > > SW > > On 1/31/2012 11:52 AM, paul elliott wrote: > > Where would i find that? > > ------------------------------------------------------------------------ > Date: Tue, 31 Jan 2012 11:50:07 -0500 > From: scott at wolpow.com > To: joomla at lists.nyphp.org > Subject: Re: [joomla] fatal error: allowed memory size > > Look at your my.cnf file. > > SW > > On 1/31/2012 11:19 AM, paul elliott wrote: > > Hello, > I made a copy of my default template and assigned it to a > menu item for Hikashop categories. > At some point, after i go into the Template Manager, i now > cannot get in to edit either template. > I get this: > > *Fatal error*: Allowed memory size of 33554432 bytes > exhausted (tried to allocate 6859888 bytes) in > */home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php* on > line *121* > * > * > Please help! > Thanks, > Paul > > > _______________________________________________ > 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 > > > _______________________________________________ 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 peforever at hotmail.com Tue Jan 31 14:13:46 2012 From: peforever at hotmail.com (paul elliott) Date: Tue, 31 Jan 2012 14:13:46 -0500 Subject: [joomla] fatal error: allowed memory size In-Reply-To: <4F2828B7.2060204@wolpow.com> References: , , ,,<4F281BBF.3010601@wolpow.com>, ,,, , , <4F28230E.8050403@wolpow.com>, , , , <4F28258B.7090405@wolpow.com>, , <4F2828B7.2060204@wolpow.com> Message-ID: Thanks Scott! Date: Tue, 31 Jan 2012 12:45:27 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Call support. It could be in your cpanel (like Ipage) Or elsewhere. SW On 1/31/2012 12:33 PM, paul elliott wrote: This site is on a shared plan Date: Tue, 31 Jan 2012 12:31:55 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Are you on shared or VPS? IF VPS then you have to shell into the system or find it in Cpanel If on shared you may find it in the Cpanel. I would call support. SW On 1/31/2012 12:27 PM, paul elliott wrote: I currently have access to the joomla installation via ftp. Can the problem be fixed here? Date: Tue, 31 Jan 2012 12:21:18 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size In a linux box /etc SW On 1/31/2012 11:52 AM, paul elliott wrote: Where would i find that? Date: Tue, 31 Jan 2012 11:50:07 -0500 From: scott at wolpow.com To: joomla at lists.nyphp.org Subject: Re: [joomla] fatal error: allowed memory size Look at your my.cnf file. SW On 1/31/2012 11:19 AM, paul elliott wrote: Hello, I made a copy of my default template and assigned it to a menu item for Hikashop categories. At some point, after i go into the Template Manager, i now cannot get in to edit either template. I get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6859888 bytes) in /home/swarrez/public_html/sw173/libraries/phputf8/mbstring/core.php on line 121 Please help! Thanks, Paul _______________________________________________ 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 _______________________________________________ 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: