From mitch.pirtle at gmail.com Tue Mar 1 00:00:47 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 00:00:47 -0500 Subject: [mambo] PHP Shop and CSV Mime Type Problem In-Reply-To: <4223A627.1060005@cyberxdesigns.com> References: <4223762A.8030104@cyberxdesigns.com> <330532b60502281400a8370bb@mail.gmail.com> <4223A627.1060005@cyberxdesigns.com> Message-ID: <330532b605022821002e1964ea@mail.gmail.com> On Mon, 28 Feb 2005 18:15:51 -0500, Hans C. Kaspersetz wrote: > Mitch, Funny thing is I was just using IE to test the admin interface. > I am a devoted Firefox user. The version is: > > MamboV4.5.2.1_mambo-phpShop-Edition.tar.gz. > > The saga continues with the PHPshop CSV upload. I decided to remove my silly applications from the mix and I exported the data from the store using the PHPShop CSV export button. I saved it to my HD and before I even opened it, I clicked Browse, selected the file and clicked upload. I am immediately meet with a download window asking me if I want to save the file or open it. Sounds like a bug. Definitely sounds like a bug. The support forums at mambo-phpshop are taking about it too: http://www.mambo-phpshop.net/index.php?option=com_smf&Itemid=71&topic=8630.0 -- Mitch From hans at cyberxdesigns.com Tue Mar 1 09:49:25 2005 From: hans at cyberxdesigns.com (Hans C. Kaspersetz) Date: Tue, 01 Mar 2005 09:49:25 -0500 Subject: [mambo] PHP Shop and CSV Mime Type Problem In-Reply-To: <330532b605022821002e1964ea@mail.gmail.com> References: <4223762A.8030104@cyberxdesigns.com> <330532b60502281400a8370bb@mail.gmail.com> <4223A627.1060005@cyberxdesigns.com> <330532b605022821002e1964ea@mail.gmail.com> Message-ID: <422480F5.4080202@cyberxdesigns.com> More on the saga of the CSV uploading problem. I installed MamboV4.5.1b_mambo-phpShop-Edition.tar.gz and MamboV4.5.2.1_mambo-phpShop-Edition.tar.gz last night on a Linux box with Apaches 1.3.x and MySQL 4.0.23. I am having problems with the CSV upload when using Firefox. I downloaded the CSV export to my HD with Firefox. Click browse, select the file and click upload. (Trying to remove my local apps from the picture.) I am immediately given the Save/Run file pop-up window just like if I had clicked Export. When I try and upload the file through Explorer it seems to work. It is the weirdest thing. I was able to get into the Admin interface with explorer once I put Mambo on the linux box. I saw the thread yesterday over at PHPShop forum but had already started complaining here. I have now complained their too. Thanks, Hans >>pen it. Sounds like a bug. >> >> > >Definitely sounds like a bug. The support forums at mambo-phpshop are >taking about it too: > >http://www.mambo-phpshop.net/index.php?option=com_smf&Itemid=71&topic=8630.0 > >-- Mitch > > From mjdewitt at alexcommgrp.com Tue Mar 1 10:46:14 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 10:46:14 -0500 Subject: [mambo] New template missing index.html Message-ID: I am running running 4.5.2 CVS and have just downloaded a bunch of templates from freemambo.com and am running into some trouble. When I try to switch to one of the new templates, I get an error message: Notice: Undefined variable: cur_template in /var/www/html/4.5/includes/mambo.html.php on line 425 Template File Not Found! Looking for template: In looking at the offending line, it seems that mambo is looking for index.html. The solar flare template that came with the install has an index.html, but none of the other templates do. Some have nothing more than css. I tried googling this issue and looking over the mamboserver forums and can't seem to find anything on this and am wondering if anyone knows what the issue is here? Mike From mitch.pirtle at gmail.com Tue Mar 1 10:56:41 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 10:56:41 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b6050301075662e6fb19@mail.gmail.com> It appears that some of these templates are for the old 4.5 1.0.x versions, and are making calls to deprecated functions. The navigation of the site doesn't seem to be that blatant either :-/ I will look into it when I get back this evening. -- Mitch On Tue, 1 Mar 2005 10:46:14 -0500, DeWitt, Michael wrote: > I am running running 4.5.2 CVS and have just downloaded a bunch of templates > from freemambo.com and am running into some trouble. When I try to switch > to one of the new templates, I get an error message: > > Notice: Undefined variable: cur_template in > /var/www/html/4.5/includes/mambo.html.php on line 425 > Template File Not Found! Looking for template: > > In looking at the offending line, it seems that mambo is looking for > index.html. The solar flare template that came with the install has an > index.html, but none of the other templates do. Some have nothing more than > css. > > I tried googling this issue and looking over the mamboserver forums and > can't seem to find anything on this and am wondering if anyone knows what > the issue is here? > > Mike > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From mjdewitt at alexcommgrp.com Tue Mar 1 11:46:42 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 11:46:42 -0500 Subject: [mambo] New template missing index.html Message-ID: Thanks Mitch. Looking at this now as a compatibility issue. It appears that templating has undergone a number of changes from 4.5.0 to 4.5.1. I am not finding much on changes from 4.5.1 to 4.5.2, but am still looking.... I tried a few changes myself like replacing the header section, but it seems to me in looking over the solarflare template, that a shift was made requiring a separate index.html file just to handle the layout. Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 10:57 AM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > It appears that some of these templates are for the old 4.5 1.0.x > versions, and are making calls to deprecated functions. The navigation > of the site doesn't seem to be that blatant either :-/ > > I will look into it when I get back this evening. > > -- Mitch > > From mitch.pirtle at gmail.com Tue Mar 1 12:19:36 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 12:19:36 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b605030109194a0ca451@mail.gmail.com> Hang on there folks. Those stray index.html are only there to protect the contents of directories on servers that don't see index.php as a proper index file. There is no hidden agenda behind the index.html, it is only there to provide a blank page when someone starts snooping around your mambo website. -- Mitch From mjdewitt at alexcommgrp.com Tue Mar 1 12:30:29 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 12:30:29 -0500 Subject: [mambo] New template missing index.html Message-ID: I seem to have misinterpreted the lines from mambo.html.php: if ( !file_exists( $_CONFIG->SITEPATH . '/' . $siteTemplate .'/index.html' ) ) { echo $_LANG->_('TEMPLATE_WARN') . $cur_template; return; } I read it as a requirement or the warning gets displayed. Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 12:20 PM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > Hang on there folks. Those stray index.html are only there to protect > the contents of directories on servers that don't see index.php as a > proper index file. > > There is no hidden agenda behind the index.html, it is only there to > provide a blank page when someone starts snooping around your mambo > website. > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org From mitch.pirtle at gmail.com Tue Mar 1 12:43:57 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 12:43:57 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b605030109437b68c96e@mail.gmail.com> Hey Mike, Where is this mambo.html.php that you are looking at? Is this part of some 3rd party goodie? BTW I have a stock Mambo here on my laptop for testing, and when I remove a template's index.html I get no warning. Or am I not understanding the problem? -- Mitch On Tue, 1 Mar 2005 12:30:29 -0500, DeWitt, Michael wrote: > I seem to have misinterpreted the lines from mambo.html.php: > > if ( !file_exists( $_CONFIG->SITEPATH . '/' . $siteTemplate > .'/index.html' ) ) { > echo $_LANG->_('TEMPLATE_WARN') . $cur_template; > return; > } > > I read it as a requirement or the warning gets displayed. From mjdewitt at alexcommgrp.com Tue Mar 1 13:37:54 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 13:37:54 -0500 Subject: [mambo] New template missing index.html Message-ID: Mitch, It is in includes. I checked a second 4.5.2 CVS unconfigured mambo I have and it is in that includes directory as well, so, I don't believe it came with any of the templates. Loading other templates is as far as I have gotten with configuring Mambo. I think the problem is that there are a lot of 4.5.0 free templates floating around and they need to be changed to make them work with 4.5.2 - what and how is what I am looking into now. Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 12:44 PM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > Hey Mike, > > Where is this mambo.html.php that you are looking at? Is this part of > some 3rd party goodie? > > BTW I have a stock Mambo here on my laptop for testing, and when I > remove a template's index.html I get no warning. Or am I not > understanding the problem? > > -- Mitch > > On Tue, 1 Mar 2005 12:30:29 -0500, DeWitt, Michael > wrote: > > I seem to have misinterpreted the lines from mambo.html.php: > > > > if ( !file_exists( $_CONFIG->SITEPATH . '/' . > $siteTemplate > > .'/index.html' ) ) { > > echo $_LANG->_('TEMPLATE_WARN') . $cur_template; > > return; > > } > > > > I read it as a requirement or the warning gets displayed. > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org From mitch.pirtle at gmail.com Tue Mar 1 14:09:49 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 14:09:49 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b6050301110968f75f5@mail.gmail.com> On Tue, 1 Mar 2005 13:37:54 -0500, DeWitt, Michael wrote: > Mitch, > > It is in includes. I checked a second 4.5.2 CVS unconfigured mambo I have > and it is in that includes directory as well, so, I don't believe it came > with any of the templates. Where are you getting this Mambo from? I am manually browsing the cvs for 4.5.x on mamboforge and there is no mambo.html.php found anywhere in the repository tree. -- Mitch From mjdewitt at alexcommgrp.com Tue Mar 1 14:17:10 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 14:17:10 -0500 Subject: [mambo] New template missing index.html Message-ID: Mitch, I got the CVS instructions from http://mamboserver.com/cat/Download_Mambo/ and ran this on my Linux box cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5 I just did it again and the includes directory has the following: adodb footer.php mambo.functions.php phpmailer Cache getids.php mambo.html.php sef.php CVS htmlarea mambo.php soap database.php HTML_toolbar.php pageNavigation.php tmpl domit index.html pathway.php version.php editor.php js phpgacl Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 2:10 PM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > > Where are you getting this Mambo from? I am manually browsing the cvs > for 4.5.x on mamboforge and there is no mambo.html.php found anywhere > in the repository tree. > > -- Mitch From mitch.pirtle at gmail.com Tue Mar 1 14:55:25 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 14:55:25 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b605030111551c8cca39@mail.gmail.com> On Tue, 1 Mar 2005 14:17:10 -0500, DeWitt, Michael wrote: > Mitch, > > I got the CVS instructions from > > http://mamboserver.com/cat/Download_Mambo/ > > and ran this on my Linux box > > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5 You are checking out the old (discontinued) 4.5 version from cvs. Try this: cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5.x And you will be looking at the current development version of Mambo (4.5.3 development, yes some things are broken and under progress like ADOdb)... Sorry for the confusion, I will make sure that page gets corrected :-( -- Mitch From mjdewitt at alexcommgrp.com Tue Mar 1 15:21:38 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 15:21:38 -0500 Subject: [mambo] New template missing index.html Message-ID: Thank you very much for helping to clear this up. I would never have figured that out as the install identifies itself as: Mambo Version: Mambo 4.5.2 CVS [Die Hard] 20/10/2004 01:31 GMT on the system information page of the Admin interface. I will download again! Thanks again. Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 2:55 PM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > On Tue, 1 Mar 2005 14:17:10 -0500, DeWitt, Michael > wrote: > > Mitch, > > > > I got the CVS instructions from > > > > http://mamboserver.com/cat/Download_Mambo/ > > > > and ran this on my Linux box > > > > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5 > > You are checking out the old (discontinued) 4.5 version from cvs. Try > this: > > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5.x > > And you will be looking at the current development version of Mambo > (4.5.3 development, yes some things are broken and under progress like > ADOdb)... > > Sorry for the confusion, I will make sure that page gets corrected :-( > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org From mjdewitt at alexcommgrp.com Tue Mar 1 16:33:10 2005 From: mjdewitt at alexcommgrp.com (DeWitt, Michael) Date: Tue, 1 Mar 2005 16:33:10 -0500 Subject: [mambo] New template missing index.html Message-ID: Mitch, It now works!!! I had to fix the following simple little bugs in the 4.5.x CVS version which I am sure are already addressed, but in case it helps: contact manager admin.contact.php line 264 echo "\n"; S/b (delete extra semi-colon) echo "\n"; template installer installer.class.php (missing proper concatenation ".") 104 $this->setError( 1, $_LANG->_( 'Unrecoverable error' )' "'.$zipfile->errorName(true).'"' ); s/b 104 $this->setError( 1, $_LANG->_( 'Unrecoverable error' ).' "'.$zipfile->errorName(true).'"' ); 184 $this->setError( 1, $_LANG->_( 'CCC' )'No filename specified' ); s/b 184 $this->setError( 1, $_LANG->_( 'CCC' ).'No filena me specified' ); 243 $this->setError( 1, $_LANG->_( 'Installation file not found' )':
' . $this->installDir() ); s/b 243 $this->setError( 1, $_LANG->_( 'Installation file not found' ).':
' . $this->installDir() ); Now to load up dem templates!! Mike > -----Original Message----- > From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com] > Sent: Tuesday, March 01, 2005 2:55 PM > To: NYPHP SIG: Mambo > Subject: Re: [mambo] New template missing index.html > > On Tue, 1 Mar 2005 14:17:10 -0500, DeWitt, Michael > wrote: > > Mitch, > > > > I got the CVS instructions from > > > > http://mamboserver.com/cat/Download_Mambo/ > > > > and ran this on my Linux box > > > > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5 > > You are checking out the old (discontinued) 4.5 version from cvs. Try > this: > > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5.x > > And you will be looking at the current development version of Mambo > (4.5.3 development, yes some things are broken and under progress like > ADOdb)... > > Sorry for the confusion, I will make sure that page gets corrected :-( > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org From mitch.pirtle at gmail.com Tue Mar 1 19:55:53 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 1 Mar 2005 19:55:53 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <330532b605030116551e973319@mail.gmail.com> On Tue, 1 Mar 2005 16:33:10 -0500, DeWitt, Michael wrote: > Mitch, > > It now works!!! Amazing what using the correct command line can do for you. Sorry about the old document pointing you at stale code :-/ > I had to fix the following simple little bugs in the 4.5.x CVS version which > I am sure are already addressed, but in case it helps: This is development code, with six-to-twelve developers all committing at the same time. By the time I got home to read this email. those fixes will probably be gone! Excellent news though, happy to see you are finally started. Have fun! -- Mitch From mitch.pirtle at gmail.com Thu Mar 3 21:40:39 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 3 Mar 2005 21:40:39 -0500 Subject: [mambo] Re: [nycphp-talk] Mambo in the news! In-Reply-To: <8475202.1109873115405.JavaMail.root@rizzo.psp.pas.earthlink.net> References: <8475202.1109873115405.JavaMail.root@rizzo.psp.pas.earthlink.net> Message-ID: <330532b605030318402b21217c@mail.gmail.com> On Thu, 3 Mar 2005 10:05:15 -0800 (PST), Nestor Florez wrote: > People, > > After hearing so much about MAMBO, I decided to install it on my WAMP system. That's really good. > The reality of the installation is different. That's really bad. > I can see why peopl ewoul dget turn off about > installing this product. I started the installation and I could not even get pass STEP 1 of the > installation. It kept telling me that th username and password that created was wrong. Tell you what, I will help you figure this out, but you need to give me some information so my guesses are more like educated guesses ;-) What do you mean, were you giving the installer a bad mysql username, or did you create the admin user with a password that you cannot recall? Knowing what version Mambo you are trying is also a big plus. And I wish you could have made the presentation from last month, as I would have loved to walk everyone through the installation of Mambo, on either Windows or Linux platform. -- Mitch, thinking about a flash presentation... From mitch.pirtle at gmail.com Fri Mar 4 10:10:22 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Fri, 4 Mar 2005 10:10:22 -0500 Subject: [mambo] API documentation for 4.5.2 is now online Message-ID: <330532b605030407103800e28d@mail.gmail.com> You can get the latest API documentation from the following URL: http://help.mamboserver.com/api/ We are also setting up a cronjob that will spit out documentation for the development branch (currently 4.5.3), and hope to have that up in the next couple days. Also, the help site is getting tutorials published almost on a daily basis, and we're also looking for contributing writers. If there is a topic that you want to cover, contact me for the details. -- Mitch From hc1vdt402 at sneakemail.com Wed Mar 9 11:40:32 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Wed, 09 Mar 2005 11:40:32 -0500 Subject: [mambo] New template missing index.html In-Reply-To: References: Message-ID: <31735-70886@sneakemail.com> Has anyone been using SEFAdvance with Mambo? I'm curious as to experiences, comments, etc. -=john From mitch.pirtle at gmail.com Wed Mar 9 11:52:27 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 9 Mar 2005 11:52:27 -0500 Subject: [mambo] New template missing index.html In-Reply-To: <31735-70886@sneakemail.com> References: <31735-70886@sneakemail.com> Message-ID: <330532b60503090852f1fa8d8@mail.gmail.com> On Wed, 09 Mar 2005 11:40:32 -0500, inforequest wrote: > Has anyone been using SEFAdvance with Mambo? I'm curious as to > experiences, comments, etc. SEFA and phpShop do definitely NOT get along well, and it appears that the other SEF packages have problems with phpShop too. That causes me to think phpShop is not as well-integrated with Mambo as advertised :-/ Other than that, I have had success with it, and also use it for all of the mamboserver.com sites. I'm also curious about anyone's experience with the Xaneon extensions: http://mamboforge.net/projects/alias/ Would like to know - in general - what SEF goodies people have tried, and their experiences. -- Mitch From graham at nuthinwerked.com Wed Mar 9 13:46:46 2005 From: graham at nuthinwerked.com (Graham Spice) Date: Wed, 09 Mar 2005 12:46:46 -0600 Subject: [mambo] SEF solutions In-Reply-To: <20050309170005.A0F5FA87AF@virtu.nyphp.org> References: <20050309170005.A0F5FA87AF@virtu.nyphp.org> Message-ID: <422F4496.70405@nuthinwerked.com> I have not tried SEF Advanced but would like to. I have used the Xaneon Alias Manager. It works very well but I couldn't even begin to keep up with manually adding each alias. Their new release looks promising, but it isn't out yet. I want an automated solution and I have been under the impression that SEF Advanced is it. I haven't decided to commit any money to researching it as a solution, though. It has been said a number of times that all of our SEF concerns are for humans, not actually search engines! Google and other search engines are not having any trouble indexing Mambo websites without SEF. I haven't had the need yet to integrate any eCommerce solutions into Mambo but I also find it troubling that phpShop does not work with existing SEF solutions. That was going to be my solution. Ugh. :-( From hc1vdt402 at sneakemail.com Wed Mar 9 16:07:55 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Wed, 09 Mar 2005 16:07:55 -0500 Subject: [mambo] SEF solutions In-Reply-To: <422F4496.70405@nuthinwerked.com> References: <20050309170005.A0F5FA87AF@virtu.nyphp.org> <422F4496.70405@nuthinwerked.com> Message-ID: <4977-70134@sneakemail.com> Graham Spice graham-at-nuthinwerked.com |nyphp mambo list 022005| wrote: > It has been said a number of times that all of our SEF concerns are > for humans, not actually search engines! Google and other search > engines are not having any trouble indexing Mambo websites without SEF. Beware what you read. One good thing about search work is everyone can simply run a query and see for themselves what the current situation is. What you get out of searching for yourself will be determined by how much effort you put into it. A "quick look" is often misleading, but alot of people do a "quick look", see they have dynamic URLs indexed in Google, and then say silly things like "dynamic URLs get indexed just fine". Visit Google and examine the indexed pages for your own dynamic site. For example, if we can look at www.mamboserver.com by running a Google query : http://www.google.com/search?hl=en&q=allinurl:www.mamboserver.com of course we see lots of dynamic pages in the index. 364 of them. Now notice how many do not have "snippets". In other words, they appear in the index, but without any descriptive txt associated with them (the vast majority are "snippet-less"). Now 364 pages indexed should fill about 10 2/3 pages with 10 results on each page. But as you browse the google results set, on the 3rd page of results (28 mamboserver pages listed), you get this message from Google: /In order to show you the most relevant results, we have omitted some entries very similar to the 28 already displayed. If you like, you can repeat the search with the omitted results included ./ In other words, Google has determined that a mere 28 pages of www.mamboserver.com are "worthy" of display in the SERPs, and not very many ofthose are "worthy"of a full crawl/indexing with snippet. Now some may call that "getting indexed into Google". Do you? Note: mamboserver is not a great example for demostration here, because they use www.mamboserver.com and mamboserver.com and many subdomains.mamboserver.com and also there are very very many other sites running 302 redirects against mamboserver.com. An allinurl:mamboserver.com (no www) query shows 249,000 indexed pages. However, many of those not actually being mamboserver.com at all but redirecting sites. Complications making analysis "harder". Also notice how a query site:mamboserver.com shows 212 results (we did mamboserver.com and not the www server!) but the very first slot is held by a "redirect hijack"page. Again, very few snippets. Bottom line: Google does index and follow many dynamic URLs, sometimes veenones with massively complex get strings. Google doe snot prefer dynamic URLs over statis URLs Google prefers simple, word-oriented URLs over complex, cryptic URLs Google has a very strict duplicate content filter, currently :-) In my considered opinion every Mambo site desiring a search engine presence needs a search engine strategy. I don't agree with the phrase "search engine friendly", and I don't believe simple URL rewriting is a good solution for encouraging search engine inclusion. I also do not believe such efforts will have a positive impact on search rankings. You, thankfully, are able to check for yourselves. Google queries to play with: site:www.yousite.com.tld allinurl:www.yousite.com.tld and to browse all the nasty redirect hijacking that is in the SERPs take a look at something like allinurl:mamboserver.com -site:mamboserver.com -site:www.mamboserver.com -=john andrews Coming Soon www.seo-fun.com From mitch.pirtle at gmail.com Wed Mar 9 17:30:34 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 9 Mar 2005 17:30:34 -0500 Subject: [mambo] SEF solutions In-Reply-To: <4977-70134@sneakemail.com> References: <20050309170005.A0F5FA87AF@virtu.nyphp.org> <422F4496.70405@nuthinwerked.com> <4977-70134@sneakemail.com> Message-ID: <330532b605030914303f820bbd@mail.gmail.com> On Wed, 09 Mar 2005 16:07:55 -0500, inforequest wrote: > > Google queries to play with: > > site:www.yousite.com.tld > allinurl:www.yousite.com.tld > > and to browse all the nasty redirect hijacking that is in the SERPs take > a look at something like > allinurl:mamboserver.com -site:mamboserver.com -site:www.mamboserver.com Thanks for the info, now to get some real concrete ideas out of your head on what to make Mambo better -- Mitch From hc1vdt402 at sneakemail.com Wed Mar 9 17:50:32 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Wed, 09 Mar 2005 17:50:32 -0500 Subject: [mambo] SEF solutions In-Reply-To: <330532b605030914303f820bbd@mail.gmail.com> References: <20050309170005.A0F5FA87AF@virtu.nyphp.org> <422F4496.70405@nuthinwerked.com> <4977-70134@sneakemail.com> <330532b605030914303f820bbd@mail.gmail.com> Message-ID: <17258-14577@sneakemail.com> Mitch Pirtle mitch.pirtle-at-gmail.com |nyphp mambo list 022005| wrote: >On Wed, 09 Mar 2005 16:07:55 -0500, inforequest > wrote: > > >>Google queries to play with: >> >>site:www.yousite.com.tld >>allinurl:www.yousite.com.tld >> >>and to browse all the nasty redirect hijacking that is in the SERPs take >>a look at something like >>allinurl:mamboserver.com -site:mamboserver.com -site:www.mamboserver.com >> >> > >Thanks for the info, now to get some real concrete ideas out of your >head on what to make Mambo better > >-- Mitch > > Hahaha... first quit changing Mambo, and then get the PhD's at Google to quit messin around with their alogorithm, and I'll get your some concrete suggestons ;-) Seriously, though, I have been considering how to do just that and some ideas are in the sausage machine. Post Feb 2, 2005 the issues got messier with Google, and Google search optimization research now requires me to have a "real" site running on Mambo. None of my research/test sites satisfy the criteria required for Mambo optimizaton work. The more I hear how 5 will be completely different than 4.x, well........ -=john andrews From chris.hendry at nyphp.org Fri Mar 11 12:12:06 2005 From: chris.hendry at nyphp.org (Chris Hendry) Date: Fri, 11 Mar 2005 12:12:06 -0500 Subject: [mambo] Shop again In-Reply-To: <17258-14577@sneakemail.com> Message-ID: <20050311171217.D1AFFA85F0@virtu.nyphp.org> Howdy. Another phpshop question...gah! So when shop switches over to SSL on checkout, et al - Mambo still includes files from outside SSL - thus poping up that annoying warning on IE. Anyone tackle this one? Does Mambo not check what protocal is being used and adjust the includes appropriately? In this case it is a javascript file...I suppose I could adjust the core to do this. Thanks. C From leam at reuel.net Fri Mar 11 17:33:04 2005 From: leam at reuel.net (leam at reuel.net) Date: Fri, 11 Mar 2005 17:33:04 -0500 Subject: [mambo] Admin interface hangs In-Reply-To: <330532b6050227182354f1968@mail.gmail.com> References: <20050226135856.GE2897@leitz> <330532b605022606314977674f@mail.gmail.com> <20050226152026.GF2897@leitz> <330532b60502261239674f3dbc@mail.gmail.com> <20050227001605.GX2897@leitz> <20050228014556.GJ3083@leitz> <330532b6050227182354f1968@mail.gmail.com> Message-ID: <20050311223304.GB3132@leitz> Y'all, this has been solved. The issue was my local broswer, though I'm not sure why. It worked with the local mambo install but not the remote. Local being seame network. ciao! leam From chris.hendry at nyphp.org Fri Mar 11 18:22:43 2005 From: chris.hendry at nyphp.org (Chris Hendry) Date: Fri, 11 Mar 2005 18:22:43 -0500 Subject: [mambo] Shop again In-Reply-To: <20050311171217.D1AFFA85F0@virtu.nyphp.org> Message-ID: <20050311232330.43B76A85F0@virtu.nyphp.org> Well Chris, since you're so cool, I'll tell ya. In /includes/frontend.php, in the mosShowHead function - if you're a logged in user, then Mambo includes a javascript file with an absolute URL (using $mosConfig_live_site - which is most likely set as HTTP). You could change that to HTTPS in your config file, but then it'll be pulling everything (SSL or not) over HTTPS. Might I suggest removing that absolute link in frontend.php? Yours in the bond, C Ps - phpshop also has an absolute link buried in the CC page... PPs - for anyone still reading this - might there be an repercussions from changing that absolute link to relative??? | -----Original Message----- | From: mambo-bounces at lists.nyphp.org | [mailto:mambo-bounces at lists.nyphp.org] On Behalf Of Chris Hendry | Sent: Friday, March 11, 2005 12:12 PM | To: 'NYPHP SIG: Mambo' | Subject: [mambo] Shop again | | Howdy. | | Another phpshop question...gah! | | So when shop switches over to SSL on checkout, et al - Mambo | still includes files from outside SSL - thus poping up that | annoying warning on IE. Anyone tackle this one? | | Does Mambo not check what protocal is being used and adjust | the includes appropriately? In this case it is a javascript | file...I suppose I could adjust the core to do this. | | Thanks. | C | | _______________________________________________ | New to Mambo? Get a great start here: | http://forum.mamboserver.com/showthread.php?t=26144 | | New York PHP SIG: Mambo Mailing List | AMP Technology | Supporting Apache, MySQL, PHP & Mambo! | http://lists.nyphp.org/mailman/listinfo/mambo | http://www.nyphp.org From hc1vdt402 at sneakemail.com Fri Mar 11 20:47:24 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Fri, 11 Mar 2005 20:47:24 -0500 Subject: [mambo] Shop again In-Reply-To: <20050311232330.43B76A85F0@virtu.nyphp.org> References: <20050311232330.43B76A85F0@virtu.nyphp.org> Message-ID: <17497-75768@sneakemail.com> Chris Hendry chris.hendry-at-nyphp.org |nyphp mambo list 022005| wrote: >Well Chris, since you're so cool, I'll tell ya. > >In /includes/frontend.php, in the mosShowHead function - if you're a logged >in user, then Mambo includes a javascript file with an absolute URL (using >$mosConfig_live_site - which is most likely set as HTTP). You could change >that to HTTPS in your config file, but then it'll be pulling everything (SSL >or not) over HTTPS. > >Might I suggest removing that absolute link in frontend.php? > >Yours in the bond, >C > >Ps - phpshop also has an absolute link buried in the CC page... > >PPs - for anyone still reading this - might there be an repercussions from >changing that absolute link to relative??? > > Chris and , um, Chris: Yes, but not if you make darn sure you have BASE set on every page, to keep the links firmly within your domain. That 302 redirect hijack thing is so pesky. I have been recommending absolute URLs site wide, *plus* BASE on every page just to make sure nothing is missed. -=john andrews From chris.hendry at nyphp.org Fri Mar 11 21:09:19 2005 From: chris.hendry at nyphp.org (Chris Hendry) Date: Fri, 11 Mar 2005 21:09:19 -0500 Subject: [mambo] Shop again In-Reply-To: <17497-75768@sneakemail.com> Message-ID: <20050312020937.B18A8A85F0@virtu.nyphp.org> | | Yes, but not if you make darn sure you have BASE set on every | page, to keep the links firmly within your domain. | | That 302 redirect hijack thing is so pesky. I have been | recommending absolute URLs site wide, *plus* BASE on every | page just to make sure nothing is missed. | Well, I was hoping someone (aka Mitch) - might chime in with a solution to this. I've looked over the forums on this one before and haven't seen any true solutions to moving Mambo in and out of SSL. As I was thinking about it today, a solution would be to make the 'HTTP' part of the $mosConfig_live_site separate, so it could change accordingly...I thought of other crazy hacks, like putting the logic in the config file (which would obviously get overwritten - or maybe putting it right after the config is included)... Because, and excuse me, because often my brain does not work well, won't a BASE of HTTP within SSL give us that nasty MS pop-up and non-secure pages (ie, no lock)... C From hc1vdt402 at sneakemail.com Fri Mar 11 22:12:53 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Fri, 11 Mar 2005 22:12:53 -0500 Subject: [mambo] Shop again In-Reply-To: <20050312020937.B18A8A85F0@virtu.nyphp.org> References: <20050312020937.B18A8A85F0@virtu.nyphp.org> Message-ID: <29356-18520@sneakemail.com> Chris Hendry chris.hendry-at-nyphp.org |nyphp mambo list 022005| wrote: >Well, I was hoping someone (aka Mitch) - might chime in with a solution to >this. I've looked over the forums on this one before and haven't seen any >true solutions to moving Mambo in and out of SSL. > >As I was thinking about it today, a solution would be to make the 'HTTP' >part of the $mosConfig_live_site separate, so it could change >accordingly...I thought of other crazy hacks, like putting the logic in the >config file (which would obviously get overwritten - or maybe putting it >right after the config is included)... > >Because, and excuse me, because often my brain does not work well, won't a >BASE of HTTP within SSL give us that nasty MS pop-up and non-secure pages >(ie, no lock)... > >C > > Well, since 1. Mitch is not here and 2. (Chris' code brain when not working) > (my code brain under any conditions) I'll disclaim by saying I was answering only this part: "might there be an repercussions from changing that absolute link to relative?" After that, wouldn't take care of it? From hc1vdt402 at sneakemail.com Fri Mar 11 22:16:34 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Fri, 11 Mar 2005 22:16:34 -0500 Subject: [mambo] Shop again In-Reply-To: <29356-18520@sneakemail.com> References: <20050312020937.B18A8A85F0@virtu.nyphp.org> <29356-18520@sneakemail.com> Message-ID: <29356-20439@sneakemail.com> inforequest hc1vdt402-at-sneakemail.com |nyphp mambo list 022005| wrote: >> > Well, since > > 1. Mitch is not here > and > 2. (Chris' code brain when not working) > (my code brain under any > conditions) > > I'll disclaim by saying I was answering only this part: "might there > be an repercussions from > changing that absolute link to relative?" > > After that, wouldn't > > > > take care of it? > Mambo used to only load BASE when SEF was set to ON, so I probably don't know what I am talking about and it might be best to just ignore me (or perhaps take a look at the SEF section). From mitch.pirtle at gmail.com Sat Mar 12 19:32:13 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Sat, 12 Mar 2005 19:32:13 -0500 Subject: [mambo] Shop again In-Reply-To: <29356-18520@sneakemail.com> References: <20050312020937.B18A8A85F0@virtu.nyphp.org> <29356-18520@sneakemail.com> Message-ID: <330532b605031216326a9010c9@mail.gmail.com> On Fri, 11 Mar 2005 22:12:53 -0500, inforequest wrote: > Well, since > > 1. Mitch is not here Hold on there, little soldier! I'm here, just attempting to have a weekend ;-) > and > 2. (Chris' code brain when not working) > (my code brain under any > conditions) Egads, we need more beer then. I am also wondering of the repercussions of SSLifying Mambo, and even went out and got a shiny new SSL certificate thanks to GoDaddy.com. So I hope to setup a test server for the core developers so we can all muck around with it, hopefully in time for the 4.5.3 release. If not by then, look for any fixes in 4.5.4. This is important enough to warrant prioritization, IMHO. -- Mitch From hc1vdt402 at sneakemail.com Sat Mar 12 19:52:43 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Sat, 12 Mar 2005 19:52:43 -0500 (GMT-05:00) Subject: [mambo] Shop again Message-ID: <32670-49365@sneakemail.com> I don't want to SSLify the entire website, as that would be slow. Chris is integrating a shopping cart, and the admin sections should of course be SSLable, but the rest of the site would suffer unduly under SSL. there appears to be some historical requesting of SSL for the admin side. -=john -----Original Message----- From: "Mitch Pirtle mitch.pirtle-at-gmail.com |nyphp mambo list 022005|" <...> Sent: Mar 12, 2005 7:32 PM To: "NYPHP SIG: Mambo" Subject: Re: [mambo] Shop again On Fri, 11 Mar 2005 22:12:53 -0500, inforequest wrote: > Well, since > > 1. Mitch is not here Hold on there, little soldier! I'm here, just attempting to have a weekend ;-) > and > 2. (Chris' code brain when not working) > (my code brain under any > conditions) Egads, we need more beer then. I am also wondering of the repercussions of SSLifying Mambo, and even went out and got a shiny new SSL certificate thanks to GoDaddy.com. So I hope to setup a test server for the core developers so we can all muck around with it, hopefully in time for the 4.5.3 release. If not by then, look for any fixes in 4.5.4. This is important enough to warrant prioritization, IMHO. -- Mitch _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org From hc1vdt402 at sneakemail.com Sat Mar 12 20:13:31 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Sat, 12 Mar 2005 20:13:31 -0500 (GMT-05:00) Subject: [mambo] Shop again Message-ID: <4961-45088@sneakemail.com> For what it's worth I will highlight that sometimes we want to send slightly different pages depending on the port of access. The obvious example is robots.txt, but there are others. Something to keep in mind to limit some assumptions. Also we should keep in mind what prompted Chris initially... IE's default-ON alert window that gets in the way if anything in a secure page is not explicitly SSL. That hints at a page-level setting, which also satisfies the above. After all a URL is a view and not necessarily a file, right? -=john andrews -----Original Message----- From: "inforequest hc1vdt402-at-sneakemail.com |nyphp mambo list 022005|" <...> Sent: Mar 12, 2005 7:52 PM To: mambo at lists.nyphp.org Subject: Re: [mambo] Shop again I don't want to SSLify the entire website, as that would be slow. Chris is integrating a shopping cart, and the admin sections should of course be SSLable, but the rest of the site would suffer unduly under SSL. there appears to be some historical requesting of SSL for the admin side. -=john -----Original Message----- From: "Mitch Pirtle mitch.pirtle-at-gmail.com |nyphp mambo list 022005|" <...> Sent: Mar 12, 2005 7:32 PM To: "NYPHP SIG: Mambo" Subject: Re: [mambo] Shop again On Fri, 11 Mar 2005 22:12:53 -0500, inforequest wrote: > Well, since > > 1. Mitch is not here Hold on there, little soldier! I'm here, just attempting to have a weekend ;-) > and > 2. (Chris' code brain when not working) > (my code brain under any > conditions) Egads, we need more beer then. I am also wondering of the repercussions of SSLifying Mambo, and even went out and got a shiny new SSL certificate thanks to GoDaddy.com. So I hope to setup a test server for the core developers so we can all muck around with it, hopefully in time for the 4.5.3 release. If not by then, look for any fixes in 4.5.4. This is important enough to warrant prioritization, IMHO. -- Mitch _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org From mitch.pirtle at gmail.com Sat Mar 12 20:27:31 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Sat, 12 Mar 2005 20:27:31 -0500 Subject: [mambo] Shop again In-Reply-To: <32670-49365@sneakemail.com> References: <32670-49365@sneakemail.com> Message-ID: <330532b6050312172717087e08@mail.gmail.com> On Sat, 12 Mar 2005 19:52:43 -0500 (GMT-05:00), inforequest wrote: > > I don't want to SSLify the entire website, as that would be slow. Chris is integrating a shopping cart, and the admin sections should of course be SSLable, but the rest of the site would suffer unduly under SSL. there appears to be some historical requesting of SSL for the admin side. Sorry I wasn't being clear enough - what I want to know is how Mambo can solve these problems, and what we will have to count on the authors of mambo-phpshop to fix... It is clear to me that no one would want to send their entire website over SSL ;-) -- Mitch From chris.hendry at nyphp.org Sun Mar 13 11:31:21 2005 From: chris.hendry at nyphp.org (Chris Hendry) Date: Sun, 13 Mar 2005 11:31:21 -0500 Subject: [mambo] Shop again In-Reply-To: <330532b6050312172717087e08@mail.gmail.com> Message-ID: <20050313163133.B74ADA8635@virtu.nyphp.org> Yah, I too was trying to have a weekend - so much so I didn't even turn my computer on yesterday (gasp!). I also wrote a subscription component for one of my clients, and the landing page for that component checks for SSL and switches you over, if not under. Of course, once inside, there's no way for me to bring them back (unless they get to the last page where I can switch back inside the component)... I'd be happy to point out all the places where I run into problems, but again, mostly it is absolute links using mosConfig_live_site - which is used inconsistenly within Mambo and certainly within 3rd party components - both with images and javascript includes. C | -----Original Message----- | From: mambo-bounces at lists.nyphp.org | [mailto:mambo-bounces at lists.nyphp.org] On Behalf Of Mitch Pirtle | Sent: Saturday, March 12, 2005 8:28 PM | To: NYPHP SIG: Mambo | Subject: Re: [mambo] Shop again | | On Sat, 12 Mar 2005 19:52:43 -0500 (GMT-05:00), inforequest | wrote: | > | > I don't want to SSLify the entire website, as that would be | slow. Chris is integrating a shopping cart, and the admin | sections should of course be SSLable, but the rest of the | site would suffer unduly under SSL. there appears to be some | historical requesting of SSL for the admin side. | | Sorry I wasn't being clear enough - what I want to know is | how Mambo can solve these problems, and what we will have to | count on the authors of mambo-phpshop to fix... | | It is clear to me that no one would want to send their entire | website over SSL ;-) | | -- Mitch | _______________________________________________ | New to Mambo? Get a great start here: | http://forum.mamboserver.com/showthread.php?t=26144 | | New York PHP SIG: Mambo Mailing List | AMP Technology | Supporting Apache, MySQL, PHP & Mambo! | http://lists.nyphp.org/mailman/listinfo/mambo | http://www.nyphp.org From leam at reuel.net Fri Mar 18 05:58:34 2005 From: leam at reuel.net (leam at reuel.net) Date: Fri, 18 Mar 2005 05:58:34 -0500 Subject: [mambo] MySQL username/password problem on Mac. Message-ID: <20050318105834.GA2890@leitz> I posted this at forum.mamboserver.com a few days ago, not sure if I posted it lcearly enough or if I'm just spacing. I'm setting up a duplicate environment on my wife's Mac so I can take it to potential clients and demo a Mambo driven web-site. I installed MySQL and created a user, and was able to log in as that user with teh expected password. During the Mambo install, at the database part, I enter the username and password and I get a "Passwrod or username" is invalid. I tried the root user, and I tried going from "localhost" to the machines name. Yes, Mitch, I tried a different browser...I think... :) Any ideas on what to try next? ciao! leam From mitch.pirtle at gmail.com Fri Mar 18 09:48:31 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Fri, 18 Mar 2005 09:48:31 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <20050318105834.GA2890@leitz> References: <20050318105834.GA2890@leitz> Message-ID: <330532b605031806484f8cd8d6@mail.gmail.com> On Fri, 18 Mar 2005 05:58:34 -0500, leam at reuel.net wrote: > > During the Mambo install, at the database part, I enter the username and password and I get a "Passwrod or username" is invalid. I tried the root user, and I tried going from "localhost" to the machines name. Yes, Mitch, I tried a different browser...I think... :) > > Any ideas on what to try next? Hey Leam, You wouldn't perchance have the @ symbol in your password? I remember reading something about that being an issue in Mambo, but don't remember the details. Also, check to see that phpinfo() shows the mysql client extension is loading for mod_php... Once that is verified, you could write a quick php/mysql script to test and debug the connection yourself. When we get here I will post something. -- Mitch From leam at reuel.net Fri Mar 18 11:00:09 2005 From: leam at reuel.net (leam) Date: Fri, 18 Mar 2005 10:00:09 -0600 Subject: [mambo] MySQL username/password problem on Mac. Message-ID: That particular pw is a bad one, it is just alpha characters. I'll go over the stuff tonight or in the AM and make sure everything is running like it should. Of course, we may have nice weather for the weekend... ciao! leam > On Fri, 18 Mar 2005 05:58:34 -0500, leam at reuel.net wrote: > > > > During the Mambo install, at the database part, I enter the username and password and I get a "Passwrod or username" is invalid. I tried the root user, and I tried going from "localhost" to the machines name. Yes, Mitch, I tried a different browser...I think... :) > > > > Any ideas on what to try next? > > Hey Leam, > > You wouldn't perchance have the @ symbol in your password? I remember > reading something about that being an issue in Mambo, but don't > remember the details. > > Also, check to see that phpinfo() shows the mysql client extension is > loading for mod_php... Once that is verified, you could write a quick > php/mysql script to test and debug the connection yourself. When we > get here I will post something. > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > -- From hc1vdt402 at sneakemail.com Fri Mar 18 19:11:06 2005 From: hc1vdt402 at sneakemail.com (inforequest) Date: Fri, 18 Mar 2005 19:11:06 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: References: Message-ID: <7736-78195@sneakemail.com> Sorry I can't post more helpful info, but this has happened to me several times on different boxes with different Mambos since version 4. No obvious explanation, but a fresh install sometimes won't recognize the root pw assigned. After a whle I just accepted the fact that with Mambo I should never specify a pw on install, accept the random one, log in, and change the pw. I was never able to fix the issue, even with a re-install, unless I went into MySQL and added an MD5(pw) manually. leam leam-at-reuel.net |nyphp mambo list 022005| wrote: >That particular pw is a bad one, it is just alpha characters. I'll go >over the stuff tonight or in the AM and make sure everything is running >like it should. > >Of course, we may have nice weather for the weekend... > >ciao! > >leam > > > >>On Fri, 18 Mar 2005 05:58:34 -0500, leam at reuel.net wrote: >> >> >>>During the Mambo install, at the database part, I enter the username >>> >>> >and password and I get a "Passwrod or username" is invalid. I tried the >root user, and I tried going from "localhost" to the machines name. Yes, >Mitch, I tried a different browser...I think... :) > > From leam at reuel.net Sat Mar 19 11:27:22 2005 From: leam at reuel.net (leam at reuel.net) Date: Sat, 19 Mar 2005 11:27:22 -0500 Subject: [mambo] Browser wars Message-ID: <20050319162722.GB2894@leitz> A lost battle, I think... I'm a little concerned and a little blah'd out by the browser issues I've run in to. Konquerer and Mozilla both had issues with the Admin interface. Mozilla hangs and Konquerer gets stuck in a loop of "Menu Edit" <-> "Login" and the "I" and "P" buttons don't work on the Editor. Safari (MacOS) has the same "I" and "P" issue, according to my wife. I'm also still running in circles about how to use a template and upload html files and have them available on the site. I want to be able to help people who don't know a lot about web-design load up basic information. *I* can't even figure it out. :( The whole Admin interface organization leaves me baffled... Just kinda blah'd on a Saturday. Hopefully those of you who know what you're doing will take the time to document your understandings for those of us who follow. ciao! leam From leam at reuel.net Sat Mar 19 11:30:09 2005 From: leam at reuel.net (leam at reuel.net) Date: Sat, 19 Mar 2005 11:30:09 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <7736-78195@sneakemail.com> References: <7736-78195@sneakemail.com> Message-ID: <20050319163009.GC2894@leitz> This isn't a Mac/Mambo issue, I tested out the install procedure on a remote machine. SO it's something in the mix of Mambo/MySQL/Apache/PHP on the Mac. I'll poke it in a bit and make sure the default install on a Mac works with Mambo. ciao! leam On Fri, Mar 18, 2005 at 07:11:06PM -0500, inforequest wrote: > Sorry I can't post more helpful info, but this has happened to me > several times on different boxes with different Mambos since version 4. > No obvious explanation, but a fresh install sometimes won't recognize > the root pw assigned. After a whle I just accepted the fact that with > Mambo I should never specify a pw on install, accept the random one, log > in, and change the pw. > > I was never able to fix the issue, even with a re-install, unless I went > into MySQL and added an MD5(pw) manually. > > > > leam leam-at-reuel.net |nyphp mambo list 022005| wrote: > > >That particular pw is a bad one, it is just alpha characters. I'll go > >over the stuff tonight or in the AM and make sure everything is running > >like it should. > > > >Of course, we may have nice weather for the weekend... > > > >ciao! > > > >leam > > > > > > > >>On Fri, 18 Mar 2005 05:58:34 -0500, leam at reuel.net wrote: > >> > >> > >>>During the Mambo install, at the database part, I enter the username > >>> > >>> > >and password and I get a "Passwrod or username" is invalid. I tried the > >root user, and I tried going from "localhost" to the machines name. Yes, > >Mitch, I tried a different browser...I think... :) > > > > > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From mitch.pirtle at gmail.com Sat Mar 19 14:44:04 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Sat, 19 Mar 2005 14:44:04 -0500 Subject: [mambo] Browser wars In-Reply-To: <20050319162722.GB2894@leitz> References: <20050319162722.GB2894@leitz> Message-ID: <330532b6050319114419531222@mail.gmail.com> Hey Leam! It is nice (here in Manhattan at least) - go outside! On Sat, 19 Mar 2005 11:27:22 -0500, leam at reuel.net wrote: > > I'm a little concerned and a little blah'd out by the browser issues I've run in to. Konquerer and Mozilla both had issues with the Admin interface. Mozilla hangs and Konquerer gets stuck in a loop of "Menu Edit" <-> "Login" and the "I" and "P" buttons don't work on the Editor. Safari (MacOS) has the same "I" and "P" issue, according to my wife. I know there are folks out there using Mambo on a Mac without issue (in fact, the former lead developer Robert Castley only used Macs). I would love to find some vocal Mac users in the community to help document and report bugs in the interface (hint, hint) It is perhaps a collection of things both different and unrelated: * the admin menus - these use JsCook, and are tested on all browsers and platforms, not sure what issues are there for the Mac * default WYSIWYG editor (TinyMCE) - this one is not perfect, and you can switch to many others instead - FCKEditor, HTMLArea3 for example * phpShop tabs - in the Mac the tabs for the phpShop administrator are black, appears to be using some goofy CSS that the Mac doesn't appreciate. This should be labeled as a bug with mambo-phpshop. > I'm also still running in circles about how to use a template and upload html files and have them available on the site. I want to be able to help people who don't know a lot about web-design load up basic information. *I* can't even figure it out. :( The whole Admin interface organization leaves me baffled... Maybe we should start several threads that are separate and detailed. I'm happy to point out everything that I can (which is a LOT). > Just kinda blah'd on a Saturday. Hopefully those of you who know what you're doing will take the time to document your understandings for those of us who follow. I am grabbing a cigar and skateboard (strange combination, I know) and taking the kids to the park. So, as one of my favourite ancient NNTP sigs says, "Turn off your computer and go outside." :-) -- Mitch From leam at reuel.net Sat Mar 19 17:25:30 2005 From: leam at reuel.net (leam at reuel.net) Date: Sat, 19 Mar 2005 17:25:30 -0500 Subject: [mambo] Browser wars In-Reply-To: <330532b6050319114419531222@mail.gmail.com> References: <20050319162722.GB2894@leitz> <330532b6050319114419531222@mail.gmail.com> Message-ID: <20050319222530.GF2894@leitz> On Sat, Mar 19, 2005 at 02:44:04PM -0500, Mitch Pirtle wrote: > Hey Leam! It is nice (here in Manhattan at least) - go outside! Ugh! I went outside and spent 2 hours helping my wife bag the leaves in our new yard! I'll feel it tomorrow... ciao! leam From mitch.pirtle at gmail.com Sat Mar 19 20:48:46 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Sat, 19 Mar 2005 20:48:46 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <20050319163009.GC2894@leitz> References: <7736-78195@sneakemail.com> <20050319163009.GC2894@leitz> Message-ID: <330532b6050319174819d6f72a@mail.gmail.com> On Sat, 19 Mar 2005 11:30:09 -0500, leam at reuel.net wrote: > This isn't a Mac/Mambo issue, I tested out the install procedure on a remote machine. SO it's something in the mix of Mambo/MySQL/Apache/PHP on the Mac. I'll poke it in a bit and make sure the default install on a Mac works with Mambo. That would be a good start. Please understand that I install Mambo at least 10 times a day - every time I refresh my local development copy from CVS (and my local linux server as well) and all the sites that I help with, plus dozens of different development sites for paying work. I've never had a problem submitting a custom password at the installation stage, on windows or linux, using IE, firefox, konqueror, galeon, or that new one that comes with GNOME 2.10. So if you can reproduce this one, I am desperate for details so I can log it as a bug and get it fixed :-) -- Mitch From nylug at q5comm.com Mon Mar 21 13:07:19 2005 From: nylug at q5comm.com (Edward J. Weinberg) Date: Mon, 21 Mar 2005 13:07:19 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <20050319163009.GC2894@leitz> References: <7736-78195@sneakemail.com> <20050319163009.GC2894@leitz> Message-ID: <1111428440.5328.16.camel@ed.q> Are you using username at hostname? It could be a hostname permission thing. On Sat, 2005-03-19 at 11:30 -0500, leam at reuel.net wrote: > This isn't a Mac/Mambo issue, I tested out the install procedure on a remote machine. SO it's something in the mix of Mambo/MySQL/Apache/PHP on the Mac. I'll poke it in a bit and make sure the default install on a Mac works with Mambo. > > ciao! > > leam > > On Fri, Mar 18, 2005 at 07:11:06PM -0500, inforequest wrote: > > Sorry I can't post more helpful info, but this has happened to me > > several times on different boxes with different Mambos since version 4. > > No obvious explanation, but a fresh install sometimes won't recognize > > the root pw assigned. After a whle I just accepted the fact that with > > Mambo I should never specify a pw on install, accept the random one, log > > in, and change the pw. > > > > I was never able to fix the issue, even with a re-install, unless I went > > into MySQL and added an MD5(pw) manually. > > > > > > > > leam leam-at-reuel.net |nyphp mambo list 022005| wrote: > > > > >That particular pw is a bad one, it is just alpha characters. I'll go > > >over the stuff tonight or in the AM and make sure everything is running > > >like it should. > > > > > >Of course, we may have nice weather for the weekend... > > > > > >ciao! > > > > > >leam > > > > > > > > > > > >>On Fri, 18 Mar 2005 05:58:34 -0500, leam at reuel.net wrote: > > >> > > >> > > >>>During the Mambo install, at the database part, I enter the username > > >>> > > >>> > > >and password and I get a "Passwrod or username" is invalid. I tried the > > >root user, and I tried going from "localhost" to the machines name. Yes, > > >Mitch, I tried a different browser...I think... :) > > > > > > > > > > _______________________________________________ > > New to Mambo? Get a great start here: > > http://forum.mamboserver.com/showthread.php?t=26144 > > > > New York PHP SIG: Mambo Mailing List > > AMP Technology > > Supporting Apache, MySQL, PHP & Mambo! > > http://lists.nyphp.org/mailman/listinfo/mambo > > http://www.nyphp.org > > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org From hans.kaspersetz at nyphp.org Mon Mar 21 22:23:04 2005 From: hans.kaspersetz at nyphp.org (Hans C. Kaspersetz) Date: Mon, 21 Mar 2005 22:23:04 -0500 Subject: [mambo] NYPHP February Mambo Presentation Message-ID: <423F8F98.2030304@nyphp.org> We have posted Mitch's February presentation to New York PHP on Mambo. Sorry for the delay. You will find for your reading pleasure a PDF of his slides and an MP3 for your listening pleasure. Mambo core developer and New York PHP's Mitch Pirtle looks at one of the hottest topics, CMS, and one of it's hottest solutions, Mambo. Join us for an in-depth look at Mambo's power as a CMS and framework. Now that the holidays are over we can get back to work - and in this case, that means letting the award-winning Mambo do all of the work for you! This session will demonstrate how simply and quickly one can get Mambo up and running, and then delve into the deeper mysteries of the CMS that promises 'power in simplicity'. Covering templates, components, modules and mambots, Mitch will then close the session answering questions from the NYPHP crowd. Mambo was awarded "Best Open Source Solution" at Linux World this year and was awarded "Best Free Software Project of the Year" by The Linux Format magazine. http://www.nyphp.org/content/presentations/index.php Thanks, Hans Kaspersetz Operations, NYPHP http://www.cyberxdesigns.com From graham at nuthinwerked.com Tue Mar 22 15:07:37 2005 From: graham at nuthinwerked.com (Graham Spice) Date: Tue, 22 Mar 2005 14:07:37 -0600 Subject: [mambo] Re: NYPHP February Mambo Presentation In-Reply-To: <20050322170006.6A29EA87C1@virtu.nyphp.org> References: <20050322170006.6A29EA87C1@virtu.nyphp.org> Message-ID: <42407B09.2010102@nuthinwerked.com> Nice slides, Mitch! I gave a presentation to the Nashville PHP User Group (NPHUG) this month about Mambo! Looks like we're on the same page down here in the South. My presentation was video-taped and will be available soon on our site (http://www.phpusers.net) to bore you with. ;) I usually give seminars to existing users showing them how to use their new website. The audience of the NPHUG presentation was obviously more technically inclined and I attempted to expose the power under the hood of Mambo as a result. I gave out a printed handout that contained a few of the new docs released: Core Database Tables, Index Flowchart for 4.5.2, and two other pages from the manual with general ACL info. I also handed out a CD containing user and developer tutorials as well as a code section with the latest version of Mambo and popular addons. We initially spent time with the two new documents in the handout, answering any questions that came up along the way. Everyone seemed to like this "from the insides out" approach and these new docs were a BIG help in explaining the details. As I mentioned, I usually focus on the end user in these presentations so I was a little out of my element but did fine with the help of these new materials. Once we got through the handout items we were going to turn to a real-world example but our Internet connection didn't work...so I improvised a bit and walked them through a few of the tutorials that I had on the handout CD. I will forward the link to my archived presentation when it is available. My goal for the presentation was to educate our local PHP users in the ways of Mambo so that they might use it in future projects or utilize some of the ideas/techniques used by Mambo to build their own customized CMSs. Everyone had lots of questions about module positions, menu items, mambots, etc. I tried to answer them as well as I could. It appeared that everyone left a little sleepier and more aware of how Mambo worked so I guess it was a success. ;) Cheers- Graham Spice NPHUG Hostmaster and Sponsor: http://www.phpusers.net nuthin' werked - new media solutions: http://www.nuthinwerked.com From norman.on at gmail.com Tue Mar 22 17:27:14 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Tue, 22 Mar 2005 17:27:14 -0500 Subject: [mambo] Help upgrading the Module in Content Mambot Message-ID: <7027774d656d2758785a15a929017ee2@gmail.com> Hello All, I am wondering if anyone would be willing to upgrade the Mambot called Module in Content? I would be willing to pay for it and contribute the result back to the community. Thanks Norman From mitch.pirtle at gmail.com Tue Mar 22 19:52:48 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Tue, 22 Mar 2005 19:52:48 -0500 Subject: [mambo] Help upgrading the Module in Content Mambot In-Reply-To: <7027774d656d2758785a15a929017ee2@gmail.com> References: <7027774d656d2758785a15a929017ee2@gmail.com> Message-ID: <330532b6050322165233194f27@mail.gmail.com> On Tue, 22 Mar 2005 17:27:14 -0500, Norman O'Neil wrote: > > I am wondering if anyone would be willing to upgrade the Mambot called > Module in Content? I would be willing to pay for it and contribute the > result back to the community. Depends on what you want, you may be able to get what you want for free. What exactly are you trying to create? -- Mitch From leam at reuel.net Wed Mar 23 06:10:18 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 06:10:18 -0500 Subject: [mambo] Howto? "Turn off polls" Message-ID: <20050323111018.GB2896@leitz> It is easy to turn off polls, in the admin interface it's "Components"-> "Polls" and click the "Published" link so it is off. How do you get rid of the "Poll" section header on the Front Page? Didn't see it on the "Frontpage Manager". ciao! leam From leam at reuel.net Wed Mar 23 06:11:55 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 06:11:55 -0500 Subject: [mambo] Howto? Upload html file and post it? Message-ID: <20050323111155.GC2896@leitz> If I have an html file, how do I upload it and post it? ciao! leam From leam at reuel.net Wed Mar 23 06:14:39 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 06:14:39 -0500 Subject: [mambo] Howto? Define Component, Module, Content, Section, Menu. Message-ID: <20050323111439.GD2896@leitz> Is there a clear explination somewhere for the different parts, like Components, Menus, Modules, Content, and Sections? To include not only how they differ and are used, but what mambo code calls them. ciao! leam From leam at reuel.net Wed Mar 23 06:15:58 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 06:15:58 -0500 Subject: [mambo] Howto? Backup the files before editing in Mambo. Message-ID: <20050323111558.GE2896@leitz> Is there a way to back up the database and the html files before I start editing them in the Admin interface? ciao! leam From leam at reuel.net Wed Mar 23 06:18:10 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 06:18:10 -0500 Subject: [mambo] Howto? "Turn off polls" In-Reply-To: <20050323111018.GB2896@leitz> References: <20050323111018.GB2896@leitz> Message-ID: <20050323111810.GF2896@leitz> FYI, forgot to mention that the only way I've found so far is to log into MySQL directly and turn it off. ciao! leam p.s. Thunderstorms outside, endof the questions for now... On Wed, Mar 23, 2005 at 06:10:18AM -0500, leam at reuel.net wrote: > It is easy to turn off polls, in the admin interface it's "Components"-> "Polls" and click the "Published" link so it is off. > > How do you get rid of the "Poll" section header on the Front Page? Didn't see it on the "Frontpage Manager". > > ciao! > > leam From mitch.pirtle at gmail.com Wed Mar 23 09:27:23 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 09:27:23 -0500 Subject: [mambo] Howto? Upload html file and post it? In-Reply-To: <20050323111155.GC2896@leitz> References: <20050323111155.GC2896@leitz> Message-ID: <330532b605032306275ea73434@mail.gmail.com> Hey Leam, Nice to see you back ;-) On Wed, 23 Mar 2005 06:11:55 -0500, leam at reuel.net wrote: > If I have an html file, how do I upload it and post it? Depends on how exactly you want to display the file. If you want that html file to be treated just like content, you can cut-n-paste into a blank content item to 'insert' it as content. If you want the page to be viewed completely outside Mambo, you could just use ftp and drop it at the document root for your site. Are there other ways or reasons that you would try to do this? -- Mitch From mitch.pirtle at gmail.com Wed Mar 23 09:31:45 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 09:31:45 -0500 Subject: [mambo] Howto? Define Component, Module, Content, Section, Menu. In-Reply-To: <20050323111439.GD2896@leitz> References: <20050323111439.GD2896@leitz> Message-ID: <330532b605032306312deba501@mail.gmail.com> For the new help.mamboserver.com we set up a new tutorials area called 'Using Mambo'. Here your wishes will be granted, and soon :-) I am working on tutorials that explain these things to people new to Mambo, and hope to have them up soon. -- Mitch On Wed, 23 Mar 2005 06:14:39 -0500, leam at reuel.net wrote: > Is there a clear explination somewhere for the different parts, like Components, Menus, Modules, Content, and Sections? To include not only how they differ and are used, but what mambo code calls them. > > ciao! > > leam > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From mitch.pirtle at gmail.com Wed Mar 23 10:12:23 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 10:12:23 -0500 Subject: [mambo] Howto? Backup the files before editing in Mambo. In-Reply-To: <20050323111558.GE2896@leitz> References: <20050323111558.GE2896@leitz> Message-ID: <330532b605032307124ca6149e@mail.gmail.com> There are 3rd party components that integrate with Mambo to do this kind of stuff from the database perspective, but what I usually do for each site is also setup an admin site that includes phpMyAdmin so they can backup their database on their own, however they like to. One thing that would be cool would be a sort of web-based file manager, but as ftp has always worked for backing up the files, there was never much demand for it. There used to be a simplified database backup utility built into Mambo, but licensing issues with the author forced us to remove it. There has yet to be someone that steps up to replace it, but phpMyAdmin seems to be everywhere so that may not be such a big deal. Or is it? Comments, questions anyone? -- Mitch On Wed, 23 Mar 2005 06:15:58 -0500, leam at reuel.net wrote: > Is there a way to back up the database and the html files before I start editing them in the Admin interface? > > ciao! > > leam > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From mitch.pirtle at gmail.com Wed Mar 23 10:18:12 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 10:18:12 -0500 Subject: [mambo] Howto? "Turn off polls" In-Reply-To: <20050323111018.GB2896@leitz> References: <20050323111018.GB2896@leitz> Message-ID: <330532b6050323071831c20d5d@mail.gmail.com> The easiest way to turn off the Polls module. That doesn't change any of your polls from the component side, or remove any data - it just turns off the display of that module. -- Mitch On Wed, 23 Mar 2005 06:10:18 -0500, leam at reuel.net wrote: > It is easy to turn off polls, in the admin interface it's "Components"-> "Polls" and click the "Published" link so it is off. > > How do you get rid of the "Poll" section header on the Front Page? Didn't see it on the "Frontpage Manager". > > ciao! > > leam > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From faber at linuxnj.com Wed Mar 23 10:29:22 2005 From: faber at linuxnj.com (Faber Fedor) Date: Wed, 23 Mar 2005 10:29:22 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <330532b6050323071831c20d5d@mail.gmail.com> References: <20050323111018.GB2896@leitz> <330532b6050323071831c20d5d@mail.gmail.com> Message-ID: <20050323152922.GB31763@uranus.faber.nom> On 23/03/05 10:18 -0500, Mitch Pirtle wrote: > The easiest way to turn off the Polls module. That doesn't change any > of your polls from the component side, or remove any data - it just > turns off the display of that module. I'm guessing that leam had the same problem I had; turning off the Polls module still left the "Polls" title on the front page (depending on theme, IIRC). In the theme I was playingwith, I had to edit the main menu to remove the "Polls" section header. No, it wasn't intuitive. > > -- Mitch > > On Wed, 23 Mar 2005 06:10:18 -0500, leam at reuel.net wrote: > > It is easy to turn off polls, in the admin interface it's "Components"-> "Polls" and click the "Published" link so it is off. > > > > How do you get rid of the "Poll" section header on the Front Page? Didn't see it on the "Frontpage Manager". > > > > ciao! > > > > leam > > > > _______________________________________________ > > New to Mambo? Get a great start here: > > http://forum.mamboserver.com/showthread.php?t=26144 > > > > New York PHP SIG: Mambo Mailing List > > AMP Technology > > Supporting Apache, MySQL, PHP & Mambo! > > http://lists.nyphp.org/mailman/listinfo/mambo > > http://www.nyphp.org > > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org -- Regards, Faber Linux New Jersey: Open Source Solutions for New Jersey http://www.linuxnj.com From mitch.pirtle at gmail.com Wed Mar 23 11:03:15 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 11:03:15 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <20050323152922.GB31763@uranus.faber.nom> References: <20050323111018.GB2896@leitz> <330532b6050323071831c20d5d@mail.gmail.com> <20050323152922.GB31763@uranus.faber.nom> Message-ID: <330532b605032308037837d1a4@mail.gmail.com> On Wed, 23 Mar 2005 10:29:22 -0500, Faber Fedor wrote: > > I'm guessing that leam had the same problem I had; turning off the Polls > module still left the "Polls" title on the front page (depending on > theme, IIRC). > > In the theme I was playingwith, I had to edit the main menu to remove > the "Polls" section header. Yuck, whatever that template is, get rid of it ASAP ;-) That is a cardinal sin - never, NEVER hardcode title or content or module info in a template, for this exact reason. We spent hours implementing the little feature so you could turn titles on or off for just about everything, content, components, modules, you name it. Whenever you are editing something, look for a 'Parameters' tab. Chances are, if you need it, you can decide whether that item's title is displayed or not. -- Mitch -- Mitch From norman.on at gmail.com Wed Mar 23 11:05:03 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Wed, 23 Mar 2005 11:05:03 -0500 Subject: [mambo] Re: mambo Digest, Vol 2, Issue 13 In-Reply-To: <20050323152932.CC17EA87C6@virtu.nyphp.org> References: <20050323152932.CC17EA87C6@virtu.nyphp.org> Message-ID: <82813794e80b945f4d47aa76cc3e448e@gmail.com> I would like the old functionality of the Module in content bot that was written for 4.5 1.0.9. This allowed you to call a module into content by its title like {modulebot module=sumoduletitle right}. The current capability of calling a template position into content while nice doesn't allow me to randomly call in different modules which I use to call in ads. > Message: 3 > Date: Tue, 22 Mar 2005 19:52:48 -0500 > From: Mitch Pirtle > Subject: Re: [mambo] Help upgrading the Module in Content Mambot > To: "NYPHP SIG: Mambo" > Message-ID: <330532b6050322165233194f27 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Tue, 22 Mar 2005 17:27:14 -0500, Norman O'Neil > wrote: >> >> I am wondering if anyone would be willing to upgrade the Mambot called >> Module in Content? I would be willing to pay for it and contribute the >> result back to the community. > > Depends on what you want, you may be able to get what you want for > free. > > What exactly are you trying to create? > > -- Mitch > > From mitch.pirtle at gmail.com Wed Mar 23 12:25:17 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Wed, 23 Mar 2005 12:25:17 -0500 Subject: [mambo] Re: mambo Digest, Vol 2, Issue 13 In-Reply-To: <82813794e80b945f4d47aa76cc3e448e@gmail.com> References: <20050323152932.CC17EA87C6@virtu.nyphp.org> <82813794e80b945f4d47aa76cc3e448e@gmail.com> Message-ID: <330532b60503230925376a53ae@mail.gmail.com> On Wed, 23 Mar 2005 11:05:03 -0500, Norman O'Neil wrote: > I would like the old functionality of the Module in content bot that > was written for 4.5 1.0.9. This allowed you to call a module into > content by its title like {modulebot module=sumoduletitle right}. The > current capability of calling a template position into content while > nice doesn't allow me to randomly call in different modules which I use > to call in ads. Then I would call that a downgrade ;-) I have two approaches for this one, the first simply defining whatever module positions I want, and assigning the different modules to each of those positions. You can then set each module to load or not load depending on the position AND section/category. If this is all about banner ads - have you looked at phpAds and the phpAdsNew Mambo module? That ad server's feature list is mind-boggling, and certainly looks like a viable candidate for you. I'd like to know anyone's experiences with that setup, as I haven't had time to try it myself. -- Mitch From norman.on at gmail.com Wed Mar 23 12:38:26 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Wed, 23 Mar 2005 12:38:26 -0500 Subject: [mambo] Re: mambo Digest, Vol 2, Issue 13 In-Reply-To: <330532b60503230925376a53ae@mail.gmail.com> References: <20050323152932.CC17EA87C6@virtu.nyphp.org> <82813794e80b945f4d47aa76cc3e448e@gmail.com> <330532b60503230925376a53ae@mail.gmail.com> Message-ID: <0ab18692b3349d92dfd28ff64729c8f3@gmail.com> I have been using this on 4 sites for a few months now. You may be right that this is an arcane way of doing it. Maybe I won't need it, unfortunately I have around 150 + articles with that bit of code in it now and changing it may be somewhat of a bigger project than I want to go through and I do like the old modulebot as it offers the added benefit of not being tied into a user position. I am using phpadsnew and yes there are an enormous number of options most of which I use. I am testing the new module that was written for phpadsnew and mambo and will probably use that for future in-line advertising. On Mar 23, 2005, at 12:25 PM, Mitch Pirtle wrote: > On Wed, 23 Mar 2005 11:05:03 -0500, Norman O'Neil > wrote: >> I would like the old functionality of the Module in content bot that >> was written for 4.5 1.0.9. This allowed you to call a module into >> content by its title like {modulebot module=sumoduletitle right}. The >> current capability of calling a template position into content while >> nice doesn't allow me to randomly call in different modules which I >> use >> to call in ads. > > Then I would call that a downgrade ;-) > > I have two approaches for this one, the first simply defining whatever > module positions I want, and assigning the different modules to each > of those positions. You can then set each module to load or not load > depending on the position AND section/category. > > If this is all about banner ads - have you looked at phpAds and the > phpAdsNew Mambo module? That ad server's feature list is > mind-boggling, and certainly looks like a viable candidate for you. > > I'd like to know anyone's experiences with that setup, as I haven't > had time to try it myself. > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > From leam at reuel.net Wed Mar 23 19:55:22 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 19:55:22 -0500 Subject: [mambo] Howto? Upload html file and post it? In-Reply-To: <330532b605032306275ea73434@mail.gmail.com> References: <20050323111155.GC2896@leitz> <330532b605032306275ea73434@mail.gmail.com> Message-ID: <20050324005522.GB2891@leitz> On Wed, Mar 23, 2005 at 09:27:23AM -0500, Mitch Pirtle wrote: > Hey Leam, > > Nice to see you back ;-) > > On Wed, 23 Mar 2005 06:11:55 -0500, leam at reuel.net wrote: > > If I have an html file, how do I upload it and post it? > > Depends on how exactly you want to display the file. If you want that > html file to be treated just like content, you can cut-n-paste into a > blank content item to 'insert' it as content. If you want the page to > be viewed completely outside Mambo, you could just use ftp and drop it > at the document root for your site. > > Are there other ways or reasons that you would try to do this? > > -- Mitch Yes, of course. If I were to have a client who had a static page site and wanted things moved over quickly, how easy would it be for them to migrate things to Mambo keeping the static pages where they are until they get into the CMS? A simple guide "Here's how you put links on your Mambo front page to your static pages, and have them pop up in a seperate window. Or the same window." ciao! leam From leam at reuel.net Wed Mar 23 19:56:06 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 19:56:06 -0500 Subject: [mambo] Howto? Define Component, Module, Content, Section, Menu. In-Reply-To: <330532b605032306312deba501@mail.gmail.com> References: <20050323111439.GD2896@leitz> <330532b605032306312deba501@mail.gmail.com> Message-ID: <20050324005606.GC2891@leitz> On Wed, Mar 23, 2005 at 09:31:45AM -0500, Mitch Pirtle wrote: > For the new help.mamboserver.com we set up a new tutorials area called > 'Using Mambo'. Here your wishes will be granted, and soon :-) > > I am working on tutorials that explain these things to people new to > Mambo, and hope to have them up soon. > > -- Mitch Type faster. ;) ciao! leam From leam at reuel.net Wed Mar 23 20:00:42 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 20:00:42 -0500 Subject: [mambo] Howto? Backup the files before editing in Mambo. In-Reply-To: <330532b605032307124ca6149e@mail.gmail.com> References: <20050323111558.GE2896@leitz> <330532b605032307124ca6149e@mail.gmail.com> Message-ID: <20050324010042.GD2891@leitz> On Wed, Mar 23, 2005 at 10:12:23AM -0500, Mitch Pirtle wrote: > There are 3rd party components that integrate with Mambo to do this > kind of stuff from the database perspective, but what I usually do for > each site is also setup an admin site that includes phpMyAdmin so they > can backup their database on their own, however they like to. > > One thing that would be cool would be a sort of web-based file > manager, but as ftp has always worked for backing up the files, there > was never much demand for it. > > There used to be a simplified database backup utility built into > Mambo, but licensing issues with the author forced us to remove it. > There has yet to be someone that steps up to replace it, but > phpMyAdmin seems to be everywhere so that may not be such a big deal. > > Or is it? Comments, questions anyone? > > -- Mitch Yes, it's a rather largish deal. Remember, we want our clients to be able to do the day-to-day stuff while we do the real glitzy admin thingies. So if my client is going to put a bunch of stuff into the database I'd love for them to have a button that says "back up database and site" before they start on things. *I* can do it by hand in a variety of ways, but my client base, if it ever grows, might not be as phpAdmin savvy as we'd like. They may whack the entire thing and then ask me to recover it. I'd rather *not* think about them having access to phpMyadmin, thank you... ciao! leam From leam at reuel.net Wed Mar 23 20:08:53 2005 From: leam at reuel.net (leam at reuel.net) Date: Wed, 23 Mar 2005 20:08:53 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <330532b605032308037837d1a4@mail.gmail.com> References: <20050323111018.GB2896@leitz> <330532b6050323071831c20d5d@mail.gmail.com> <20050323152922.GB31763@uranus.faber.nom> <330532b605032308037837d1a4@mail.gmail.com> Message-ID: <20050324010853.GE2891@leitz> On Wed, Mar 23, 2005 at 11:03:15AM -0500, Mitch Pirtle wrote: > On Wed, 23 Mar 2005 10:29:22 -0500, Faber Fedor wrote: > > > > I'm guessing that leam had the same problem I had; turning off the Polls > > module still left the "Polls" title on the front page (depending on > > theme, IIRC). > > > > In the theme I was playingwith, I had to edit the main menu to remove > > the "Polls" section header. > > Yuck, whatever that template is, get rid of it ASAP ;-) > > That is a cardinal sin - never, NEVER hardcode title or content or > module info in a template, for this exact reason. We spent hours > implementing the little feature so you could turn titles on or off for > just about everything, content, components, modules, you name it. > > Whenever you are editing something, look for a 'Parameters' tab. > Chances are, if you need it, you can decide whether that item's title > is displayed or not. > > -- Mitch All three templates that ship with Mambo 4.5.2.1. ;) ciao! leam From faber at linuxnj.com Wed Mar 23 20:58:59 2005 From: faber at linuxnj.com (Faber Fedor) Date: Wed, 23 Mar 2005 20:58:59 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <20050324010853.GE2891@leitz> References: <20050323111018.GB2896@leitz> <330532b6050323071831c20d5d@mail.gmail.com> <20050323152922.GB31763@uranus.faber.nom> <330532b605032308037837d1a4@mail.gmail.com> <20050324010853.GE2891@leitz> Message-ID: <20050324015859.GA3217@uranus.faber.nom> On 23/03/05 20:08 -0500, leam at reuel.net wrote: > On Wed, Mar 23, 2005 at 11:03:15AM -0500, Mitch Pirtle wrote: > > On Wed, 23 Mar 2005 10:29:22 -0500, Faber Fedor wrote: > > > > > > I'm guessing that leam had the same problem I had; turning off the Polls > > > module still left the "Polls" title on the front page (depending on > > > theme, IIRC). > > > > > > In the theme I was playingwith, I had to edit the main menu to remove > > > the "Polls" section header. > > > > Yuck, whatever that template is, get rid of it ASAP ;-) > > All three templates that ship with Mambo 4.5.2.1. ;) I knew it was one of them but couldn't remember which. -- Regards, Faber Linux New Jersey: Open Source Solutions for New Jersey http://www.linuxnj.com From mitch.pirtle at gmail.com Thu Mar 24 10:14:32 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 24 Mar 2005 10:14:32 -0500 Subject: [mambo] Howto? Upload html file and post it? In-Reply-To: <20050324005522.GB2891@leitz> References: <20050323111155.GC2896@leitz> <330532b605032306275ea73434@mail.gmail.com> <20050324005522.GB2891@leitz> Message-ID: <330532b60503240714316f0039@mail.gmail.com> On Wed, 23 Mar 2005 19:55:22 -0500, leam at reuel.net wrote: > > Yes, of course. If I were to have a client who had a static page site and wanted things moved over quickly, how easy would it be for them to migrate things to Mambo keeping the static pages where they are until they get into the CMS? > > A simple guide "Here's how you put links on your Mambo front page to your static pages, and have them pop up in a seperate window. Or the same window." Then let's narrow this down to several possibilities, and heach can have some sort of description: 1) You just ftp the html files to the document root for your website, and link to those URLs from within content and/or menus 2) You link to the static content with a menu of the wrapper type, which basically loads that static content inside Mambo from within an IFRAME 3) You import the static content directly into your Mambo site, where you can then manipulate it just like everything else -- Mitch From mitch.pirtle at gmail.com Thu Mar 24 10:16:52 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 24 Mar 2005 10:16:52 -0500 Subject: [mambo] Howto? Backup the files before editing in Mambo. In-Reply-To: <20050324010042.GD2891@leitz> References: <20050323111558.GE2896@leitz> <330532b605032307124ca6149e@mail.gmail.com> <20050324010042.GD2891@leitz> Message-ID: <330532b6050324071636d8edd7@mail.gmail.com> On Wed, 23 Mar 2005 20:00:42 -0500, leam at reuel.net wrote: > > Yes, it's a rather largish deal. Remember, we want our clients to be able to do the day-to-day stuff while we do the real glitzy admin thingies. So if my client is going to put a bunch of stuff into the database I'd love for them to have a button that says "back up database and site" before they start on things. *I* can do it by hand in a variety of ways, but my client base, if it ever grows, might not be as phpAdmin savvy as we'd like. They may whack the entire thing and then ask me to recover it. There are projects on mamboforge that provide this, I'd look into that then. As 4.5 is in stable, we can't really introduce any new features unless we are forced to due to technical issues, bugs or security problems. So we cannot add any of this to the core until 5.0, but there are projects on mamboforge that do this, and should be easy to install. > I'd rather *not* think about them having access to phpMyadmin, thank you... LOL -- Mitch From mitch.pirtle at gmail.com Thu Mar 24 10:18:32 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 24 Mar 2005 10:18:32 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <20050324010853.GE2891@leitz> References: <20050323111018.GB2896@leitz> <330532b6050323071831c20d5d@mail.gmail.com> <20050323152922.GB31763@uranus.faber.nom> <330532b605032308037837d1a4@mail.gmail.com> <20050324010853.GE2891@leitz> Message-ID: <330532b605032407187f002b9@mail.gmail.com> On Wed, 23 Mar 2005 20:08:53 -0500, leam at reuel.net wrote: > On Wed, Mar 23, 2005 at 11:03:15AM -0500, Mitch Pirtle wrote: > > On Wed, 23 Mar 2005 10:29:22 -0500, Faber Fedor wrote: > > > > > > In the theme I was playingwith, I had to edit the main menu to remove > > > the "Polls" section header. Wait a minute, so you didn't have to edit the template right? If you just edited the menu then I can understand, but I am absolutely certain that Andy (the guy that creates our templates) would never hardcode a module's title in the actual template HTML. -- Mitch From kirill at svots.edu Thu Mar 24 10:50:46 2005 From: kirill at svots.edu (Dn. Kirill Sokolov) Date: Thu, 24 Mar 2005 10:50:46 -0500 Subject: [mambo] Re: mambo Digest, Vol 2, Issue 15 In-Reply-To: <20050324151834.ACDDCA87FB@virtu.nyphp.org> References: <20050324151834.ACDDCA87FB@virtu.nyphp.org> Message-ID: Mitch Pirtle wrote: > > Yes, of course. If I were to have a client who had a static page >site and wanted things moved over quickly, how easy would it be for >them to migrate things to Mambo keeping the static pages where they >are until they get into the CMS? >> > > A simple guide "Here's how you put links on your Mambo front page >to your static pages, and have them pop up in a seperate window. Or >the same window." > >Then let's narrow this down to several possibilities, and heach can >have some sort of description: > [...] >3) You import the static content directly into your Mambo site, where >you can then manipulate it just like everything else > >-- Mitch I've had a hard time figuring out the best way of doing this; I can't figure out the best way of just adding an "article" or "page" in Mambo. News items are usually shown in the tutorials I've looked at.. Thanks for any guidance. Kirill Sokolov From leam at reuel.net Thu Mar 24 11:20:28 2005 From: leam at reuel.net (leam) Date: Thu, 24 Mar 2005 10:20:28 -0600 Subject: [mambo] Re: Howto? "Turn off polls" Message-ID: On a default install, unpublish the default poll and then look at the main page. ciao! leam > On Wed, 23 Mar 2005 20:08:53 -0500, leam at reuel.net wrote: > > On Wed, Mar 23, 2005 at 11:03:15AM -0500, Mitch Pirtle wrote: > > > On Wed, 23 Mar 2005 10:29:22 -0500, Faber Fedor wrote: > > > > > > > > In the theme I was playingwith, I had to edit the main menu to remove > > > > the "Polls" section header. > > Wait a minute, so you didn't have to edit the template right? If you > just edited the menu then I can understand, but I am absolutely > certain that Andy (the guy that creates our templates) would never > hardcode a module's title in the actual template HTML. > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > -- From mitch.pirtle at gmail.com Thu Mar 24 16:20:41 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 24 Mar 2005 16:20:41 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: References: Message-ID: <330532b605032413205ad009eb@mail.gmail.com> On Thu, 24 Mar 2005 10:20:28 -0600, leam wrote: > On a default install, unpublish the default poll and then look at the > main page. There is a right way to do this, and a wrong way to do this ;-) The wrong way is to unpublish that particular poll by going into Components :: Polls. The problem with this is that the Poll module is still being published, it is just empty (you have only unpublished that particular poll)... The right way to do this is by going to Modules :: Site Modules and unpublishing the module called Polls. That takes everything away, and there are no changes required to the template. Does that clear it up? Or am I the one confused? LOL -- Mitch From faber at linuxnj.com Thu Mar 24 17:01:02 2005 From: faber at linuxnj.com (Faber Fedor) Date: Thu, 24 Mar 2005 17:01:02 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <330532b605032413205ad009eb@mail.gmail.com> References: <330532b605032413205ad009eb@mail.gmail.com> Message-ID: <20050324220102.GB10186@uranus.faber.nom> On 24/03/05 16:20 -0500, Mitch Pirtle wrote: > On Thu, 24 Mar 2005 10:20:28 -0600, leam wrote: > > On a default install, unpublish the default poll and then look at the > > main page. > > There is a right way to do this, and a wrong way to do this ;-) And of course, we chose the wrongway. :-) > The wrong way is to unpublish that particular poll by going into > Components :: Polls. The problem with this is that the Poll module is > still being published, it is just empty (you have only unpublished > that particular poll)... > > The right way to do this is by going to Modules :: Site Modules and > unpublishing the module called Polls. That takes everything away, and > there are no changes required to the template. No offense, but how were we supposed to know that? I never would have thought of that, unless I wanted to disable Polls on the whole site maybe. -- Regards, Faber Linux New Jersey: Open Source Solutions for New Jersey http://www.linuxnj.com From mitch.pirtle at gmail.com Thu Mar 24 17:04:51 2005 From: mitch.pirtle at gmail.com (Mitch Pirtle) Date: Thu, 24 Mar 2005 17:04:51 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <20050324220102.GB10186@uranus.faber.nom> References: <330532b605032413205ad009eb@mail.gmail.com> <20050324220102.GB10186@uranus.faber.nom> Message-ID: <330532b6050324140460dcba01@mail.gmail.com> On Thu, 24 Mar 2005 17:01:02 -0500, Faber Fedor wrote: > > No offense, but how were we supposed to know that? I never would have > thought of that, unless I wanted to disable Polls on the whole site > maybe. But isn't that what you wanted to do? LOL Okay, point well taken. I am planning on giving two presentations here in NYC: 1) a hands-on tour of Mambo and getting started (to avoid scenarios like above) 2) get your hands dirty writing custom Mambo applications (for actual development) As soon as I have the venue figured out, I will make an announcement :-) -- Mitch From norman.on at gmail.com Thu Mar 24 17:15:30 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Thu, 24 Mar 2005 17:15:30 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <330532b6050324140460dcba01@mail.gmail.com> References: <330532b605032413205ad009eb@mail.gmail.com> <20050324220102.GB10186@uranus.faber.nom> <330532b6050324140460dcba01@mail.gmail.com> Message-ID: I would come to NY for the latter one. On Mar 24, 2005, at 5:04 PM, Mitch Pirtle wrote: > On Thu, 24 Mar 2005 17:01:02 -0500, Faber Fedor > wrote: >> >> No offense, but how were we supposed to know that? I never would have >> thought of that, unless I wanted to disable Polls on the whole site >> maybe. > > But isn't that what you wanted to do? LOL > > Okay, point well taken. I am planning on giving two presentations here > in NYC: > > 1) a hands-on tour of Mambo and getting started (to avoid scenarios > like above) > 2) get your hands dirty writing custom Mambo applications (for actual > development) > > As soon as I have the venue figured out, I will make an announcement > :-) > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > From faber at linuxnj.com Thu Mar 24 17:26:07 2005 From: faber at linuxnj.com (Faber Fedor) Date: Thu, 24 Mar 2005 17:26:07 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: References: <330532b605032413205ad009eb@mail.gmail.com> <20050324220102.GB10186@uranus.faber.nom> <330532b6050324140460dcba01@mail.gmail.com> Message-ID: <20050324222607.GA10536@uranus.faber.nom> On 24/03/05 17:15 -0500, Norman O'Neil wrote: > I would come to NY for the latter one. I would go to NYC for both! -- Regards, Faber Linux New Jersey: Open Source Solutions for New Jersey http://www.linuxnj.com From leam at reuel.net Thu Mar 24 19:22:50 2005 From: leam at reuel.net (leam at reuel.net) Date: Thu, 24 Mar 2005 19:22:50 -0500 Subject: [mambo] Re: Howto? "Turn off polls" In-Reply-To: <330532b605032413205ad009eb@mail.gmail.com> References: <330532b605032413205ad009eb@mail.gmail.com> Message-ID: <20050325002250.GA2920@leitz> I think you might want to structure your tutorials with a "large to small" transition. That is, "You can turn modules on or off here. For example, if you want to turn off all polls, click here. If you just want one of several polls up at a time, publish only the one you want, here." ciao! leam On Thu, Mar 24, 2005 at 04:20:41PM -0500, Mitch Pirtle wrote: > On Thu, 24 Mar 2005 10:20:28 -0600, leam wrote: > > On a default install, unpublish the default poll and then look at the > > main page. > > There is a right way to do this, and a wrong way to do this ;-) > > The wrong way is to unpublish that particular poll by going into > Components :: Polls. The problem with this is that the Poll module is > still being published, it is just empty (you have only unpublished > that particular poll)... > > The right way to do this is by going to Modules :: Site Modules and > unpublishing the module called Polls. That takes everything away, and > there are no changes required to the template. > > Does that clear it up? Or am I the one confused? LOL > > -- Mitch From kirill at hostnetservices.com Mon Mar 28 09:59:05 2005 From: kirill at hostnetservices.com (kirill at hostnetservices.com) Date: Mon, 28 Mar 2005 09:59:05 -0500 Subject: [mambo] edit static content Message-ID: This might be a silly question, but can I edit static content through the user log-on ( not the administration log-on), or how can I enable such a feature. I know that an administrator can edit news stories and section content, but for the static content I do not get the edit icon. I have a user who is confused by the administration area, he prefers to traverse the site and edit the content as he is seeing it. Kirill -------------- next part -------------- An HTML attachment was scrubbed... URL: From norman.on at gmail.com Mon Mar 28 14:47:49 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Mon, 28 Mar 2005 14:47:49 -0500 Subject: [mambo] Ordering Lists in windows Message-ID: <5a62aab66156ff1e52c8353b0b710672@gmail.com> This is probably going to make me look rediculous, but how do you change the order of the list of files that gets presented to you when you pop-up a browse window in lets say a mambo editor where you would be looking to place an image. regards and thanks norman From kirill at hostnetservices.com Mon Mar 28 17:18:11 2005 From: kirill at hostnetservices.com (kirill at hostnetservices.com) Date: Mon, 28 Mar 2005 17:18:11 -0500 Subject: [mambo] Ordering Lists in windows In-Reply-To: <5a62aab66156ff1e52c8353b0b710672@gmail.com> Message-ID: What editor do you have enabled? If I am not mistaken, will need to modify the editor script - htmlarea3 displays the directory listing in alphabetical order. The editor scripts are located in the mambots folder. Kirill Norman O'Neil Sent by: mambo-bounces at lists.nyphp.org 03/28/2005 02:47 PM Please respond to "NYPHP SIG: Mambo" To NYPHP at nyphp.org, SIG at nyphp.org:Mambo cc Subject [mambo] Ordering Lists in windows This is probably going to make me look rediculous, but how do you change the order of the list of files that gets presented to you when you pop-up a browse window in lets say a mambo editor where you would be looking to place an image. regards and thanks norman _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org ForwardSourceID:NT0002AA46 -------------- next part -------------- An HTML attachment was scrubbed... URL: From norman.on at gmail.com Mon Mar 28 18:49:31 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Mon, 28 Mar 2005 18:49:31 -0500 Subject: [mambo] Ordering Lists in windows In-Reply-To: References: Message-ID: using wysiwygpro On Mar 28, 2005, at 5:18 PM, kirill at hostnetservices.com wrote: > > What editor do you have enabled? ?If I am not mistaken, will need to > modify the editor script - htmlarea3 displays the directory listing in > alphabetical order. ?The editor scripts are located in the mambots > folder. > Kirill > > > Norman O'Neil > Sent by: mambo-bounces at lists.nyphp.org > > 03/28/2005 02:47 PM > > > Please respond to > "NYPHP SIG: Mambo" > > > > To > NYPHP at nyphp.org, SIG at nyphp.org:Mambo > > cc > > Subject > [mambo] Ordering Lists in windows > > > > > > > > This is probably going to make me look rediculous, but how do you > change the order of the list of files that gets presented to you when > you pop-up a browse window in lets say a mambo editor where you would > be looking to place an image. > > regards and thanks > > norman > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > ForwardSourceID:NT0002AA46 ? > ?_______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org Norman O'Neil enorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com ________________________________________________________ The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. Thank you, enorm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 3851 bytes Desc: not available URL: From leam at reuel.net Mon Mar 28 20:28:00 2005 From: leam at reuel.net (leam at reuel.net) Date: Mon, 28 Mar 2005 20:28:00 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <330532b6050319174819d6f72a@mail.gmail.com> References: <7736-78195@sneakemail.com> <20050319163009.GC2894@leitz> <330532b6050319174819d6f72a@mail.gmail.com> Message-ID: <20050329012800.GF3114@leitz> It seems to fail in installation/install2.php, the line "stepBack2".: if (!($mysql_link = @mysql_connect( $DBhostname, $DBuserName, $DBpassword ))) { db_err ("stepBack2","The password and username provided are incorrect."); } if($DBname == "") { db_err ("stepBack","The database name provided is empty."); At least that's the error window I'm seeing pop up. Any thoughts on maybe something isn't in the Mac/Apache build? MacOS 103. thirsty:/usr/sbin leam$ uname -a Darwin thirsty.local 7.8.0 Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004; root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC Power Macintosh powerpc Apache: thirsty:/usr/sbin leam$ httpd -V Server version: Apache/1.3.33 (Darwin) Server built: Nov 29 2004 17:59:31 Server's Module Magic Number: 19990320:16 Server compiled with.... -D EAPI -D HAVE_MMAP -D USE_MMAP_SCOREBOARD -D USE_MMAP_FILES -D HAVE_FCNTL_SERIALIZED_ACCEPT -D HAVE_FLOCK_SERIALIZED_ACCEPT -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D DYNAMIC_MODULE_LIMIT=64 -D HARD_SERVER_LIMIT=2048 -D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard" -D DEFAULT_LOCKFILE="/var/run/httpd.lock" -D DEFAULT_ERRORLOG="/var/log/httpd/error_log" -D TYPES_CONFIG_FILE="/etc/httpd/mime.types" -D SERVER_CONFIG_FILE="/etc/httpd/httpd.conf" -D ACCESS_CONFIG_FILE="/etc/httpd/access.conf" -D RESOURCE_CONFIG_FILE="/etc/httpd/srm.conf" MySQL section from php -i: mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 3.23.49 MYSQL_MODULE_TYPE => builtin MYSQL_SOCKET => /tmp/mysql.sock MYSQL_INCLUDE => MYSQL_LIBS => ciao! leam On Sat, Mar 19, 2005 at 08:48:46PM -0500, Mitch Pirtle wrote: > On Sat, 19 Mar 2005 11:30:09 -0500, leam at reuel.net wrote: > > This isn't a Mac/Mambo issue, I tested out the install procedure on a remote machine. SO it's something in the mix of Mambo/MySQL/Apache/PHP on the Mac. I'll poke it in a bit and make sure the default install on a Mac works with Mambo. > > That would be a good start. > > Please understand that I install Mambo at least 10 times a day - every > time I refresh my local development copy from CVS (and my local linux > server as well) and all the sites that I help with, plus dozens of > different development sites for paying work. > > I've never had a problem submitting a custom password at the > installation stage, on windows or linux, using IE, firefox, konqueror, > galeon, or that new one that comes with GNOME 2.10. > > So if you can reproduce this one, I am desperate for details so I can > log it as a bug and get it fixed :-) > > -- Mitch > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > From kirill at hostnetservices.com Tue Mar 29 10:18:53 2005 From: kirill at hostnetservices.com (kirill at hostnetservices.com) Date: Tue, 29 Mar 2005 10:18:53 -0500 Subject: [mambo] Ordering Lists in windows In-Reply-To: Message-ID: I went to their site, and since this is a paid support product, you should contact them on how to customize the directory listing in the popup. K Norman O'Neil Sent by: mambo-bounces at lists.nyphp.org 03/28/2005 06:49 PM Please respond to "NYPHP SIG: Mambo" To "NYPHP SIG: Mambo" cc Subject Re: [mambo] Ordering Lists in windows using wysiwygpro On Mar 28, 2005, at 5:18 PM, kirill at hostnetservices.com wrote: > > What editor do you have enabled? If I am not mistaken, will need to > modify the editor script - htmlarea3 displays the directory listing in > alphabetical order. The editor scripts are located in the mambots > folder. > Kirill > > > Norman O'Neil > Sent by: mambo-bounces at lists.nyphp.org > > 03/28/2005 02:47 PM > > > Please respond to > "NYPHP SIG: Mambo" > > > > To > NYPHP at nyphp.org, SIG at nyphp.org:Mambo > > cc > > Subject > [mambo] Ordering Lists in windows > > > > > > > > This is probably going to make me look rediculous, but how do you > change the order of the list of files that gets presented to you when > you pop-up a browse window in lets say a mambo editor where you would > be looking to place an image. > > regards and thanks > > norman > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > ForwardSourceID:NT0002AA46 > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org Norman O'Neil enorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com ________________________________________________________ The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. Thank you, enorm _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org ForwardSourceID:NT0002AA86 -------------- next part -------------- An HTML attachment was scrubbed... URL: From kirill at hostnetservices.com Tue Mar 29 10:27:40 2005 From: kirill at hostnetservices.com (kirill at hostnetservices.com) Date: Tue, 29 Mar 2005 10:27:40 -0500 Subject: [mambo] Ordering Lists in windows In-Reply-To: Message-ID: Since I am looking for a better editor for Mambo, how would you rate wysiwigpro? Any issues and bugs? I will be doing a lot of Word pasting. K Norman O'Neil Sent by: mambo-bounces at lists.nyphp.org 03/28/2005 06:49 PM Please respond to "NYPHP SIG: Mambo" To "NYPHP SIG: Mambo" cc Subject Re: [mambo] Ordering Lists in windows using wysiwygpro On Mar 28, 2005, at 5:18 PM, kirill at hostnetservices.com wrote: > > What editor do you have enabled? If I am not mistaken, will need to > modify the editor script - htmlarea3 displays the directory listing in > alphabetical order. The editor scripts are located in the mambots > folder. > Kirill > > > Norman O'Neil > Sent by: mambo-bounces at lists.nyphp.org > > 03/28/2005 02:47 PM > > > Please respond to > "NYPHP SIG: Mambo" > > > > To > NYPHP at nyphp.org, SIG at nyphp.org:Mambo > > cc > > Subject > [mambo] Ordering Lists in windows > > > > > > > > This is probably going to make me look rediculous, but how do you > change the order of the list of files that gets presented to you when > you pop-up a browse window in lets say a mambo editor where you would > be looking to place an image. > > regards and thanks > > norman > > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org > > ForwardSourceID:NT0002AA46 > _______________________________________________ > New to Mambo? Get a great start here: > http://forum.mamboserver.com/showthread.php?t=26144 > > New York PHP SIG: Mambo Mailing List > AMP Technology > Supporting Apache, MySQL, PHP & Mambo! > http://lists.nyphp.org/mailman/listinfo/mambo > http://www.nyphp.org Norman O'Neil enorm 39 Partridge Street Portsmouth, NH 03801 603 431 0868 http://www.enorm2.com ________________________________________________________ The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. Thank you, enorm _______________________________________________ New to Mambo? Get a great start here: http://forum.mamboserver.com/showthread.php?t=26144 New York PHP SIG: Mambo Mailing List AMP Technology Supporting Apache, MySQL, PHP & Mambo! http://lists.nyphp.org/mailman/listinfo/mambo http://www.nyphp.org ForwardSourceID:NT0002AA86 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nylug at q5comm.com Tue Mar 29 11:21:01 2005 From: nylug at q5comm.com (Edward J. Weinberg) Date: Tue, 29 Mar 2005 11:21:01 -0500 Subject: [mambo] MySQL username/password problem on Mac. In-Reply-To: <20050329012800.GF3114@leitz> References: <7736-78195@sneakemail.com> <20050319163009.GC2894@leitz> <330532b6050319174819d6f72a@mail.gmail.com> <20050329012800.GF3114@leitz> Message-ID: <1112113261.8359.3.camel@ed.q> On Mon, 2005-03-28 at 20:28 -0500, leam at reuel.net wrote: > It seems to fail in installation/install2.php, the line "stepBack2".: > > if (!($mysql_link = @mysql_connect( $DBhostname, $DBuserName, $DBpassword ))) { > db_err ("stepBack2","The password and username provided are incorrect."); > } > > if($DBname == "") { > db_err ("stepBack","The database name provided is empty."); When you define the username is it in the form "user at localhost", or something similar, or do you just use "user"? -- Edward J. Weinberg From norman.on at gmail.com Tue Mar 29 11:33:52 2005 From: norman.on at gmail.com (Norman O'Neil) Date: Tue, 29 Mar 2005 11:33:52 -0500 Subject: [mambo] Ordering Lists in windows In-Reply-To: References: Message-ID: <87be02f6f659f0ed588fe4493fddcba3@gmail.com> I have had very good success with it and have it running on about 20 domains. I just need to get the list order straightened out and that will take care of my last functional stress with it. There are a couple of components that I have had a hard time with, one being events from the front - end and the other being mos Directory from Phil Taylor, but in the latter the only problem is in the category creation, everything else in MOSdirectory works fine. I haven't played much with htmlarea3 xtd or fckedit. I think htmlarea3 ext has a paste from word option in it as well. wwpro will also create xhtml compliant code. The bad side is that it will mangle < of this string