Search found 69 matches
- Sat Mar 15, 2008 9:29 pm
- Forum: Joomla! Coding 101
- Topic: $_POST vs. 'post'
- Replies: 5
- Views: 1369
Re: $_POST vs. 'post'
The correct way to do what you are wanting to do is: $this->assign( 'name', JRequest::getVar( 'name','', 'post', 'string') ); http://api.joomla.org/Joomla-Framework/Application/JView.html#assign You cannot assign a value by reference... you may only assign a reference by reference. JView::assignRef(...
- Sat Mar 15, 2008 2:47 am
- Forum: Joomla!days and Community Meetings
- Topic: Vancouver Joomla! Day - June 14, 2008
- Replies: 31
- Views: 8687
Re: Vancouver Joomla! Day - June 14, 2008
I wanna come too!!
![Smiley :)](./images/smilies/icon_smile.gif)
Here's hoping I can manage it.
- Louis
![Smiley :)](./images/smilies/icon_smile.gif)
Here's hoping I can manage it.
- Louis
- Thu Feb 21, 2008 8:06 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: What happened to the forum today???
- Replies: 221
- Views: 26053
Re: What happened to the forum today???
Just as a point of clarity RokBridge is actually a concerted effort by core developers and even project managers for Joomla! and phpBB. While the vast majority of the work was done by Johan on the development front, both projects worked together to help make this possible and in the end both code ba...
- Sun Feb 17, 2008 5:13 pm
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: What happened to the forum today???
- Replies: 221
- Views: 26053
Re: What happened to the forum today???
You've made some good valid points, but equally you have completely missed the point MMMedia . The previous forum worked fine - this one does not. This one should have been tested thoroughly before making the switch. This forum works great. Already the work load on our moderators as well as server ...
- Tue Jan 29, 2008 5:05 am
- Forum: Announcements
- Topic: Melbourne, Australia - JoomlaDay 2nd Feb 2008
- Replies: 0
- Views: 3765
Melbourne, Australia - JoomlaDay 2nd Feb 2008
We did it last year and we’re doing it again. Melbourne, Australia JoomlaDay Saturday 2nd Feb 2008. We’re holding this at the same location as LinuxConf Open Day so it’s going to be an excellent day to attend. Meet some of the Joomla Core team and local Australian users. This is the first Joom...
- Tue Jan 22, 2008 7:30 am
- Forum: Announcements Discussions
- Topic: Discuss: Ladies and Gentlemen... here
- Replies: 126
- Views: 23975
Re: Discuss: Ladies and Gentlemen... here
I want to personally thank everyone who has been involved in this long and intrepid journey. To everyone who has given time and energy to help build Joomla!'s software, documentation or community... thank you. It has been an honor to work with you all and I so look forward to the fun we ...
- Fri Sep 21, 2007 3:07 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: Forum and Extensions Site down
- Replies: 17
- Views: 3284
Re: Forum and Extensions Site down
Well done gentlemen ... yet again ![Smiley :)](./images/smilies/smiley.gif)
Louis
![Smiley :)](./images/smilies/smiley.gif)
Louis
- Tue Sep 11, 2007 3:03 am
- Forum: Joombie Coding Q/A
- Topic: At the risk of looking totally silly
- Replies: 4
- Views: 1055
Re: At the risk of looking totally silly
tjay,
the string "Array" is what is output when you print/echo an array variable in PHP. If you want to see the contents of the array try doing,
or
You may be surprised what you get.
Louis
the string "Array" is what is output when you print/echo an array variable in PHP. If you want to see the contents of the array try doing,
Code: Select all
var_dump($variable);
or
Code: Select all
print_r($variable);
You may be surprised what you get.
Louis
- Thu Sep 06, 2007 10:23 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: eclipse + subclipse: problem with $Id$ in ini files
- Replies: 4
- Views: 1110
Re: eclipse + subclipse: problem with $Id$ in ini files
I use the command line for that ... and gave you the command line argument for it
outside of that someone else will have to comment.
Louis
![Smiley :)](./images/smilies/smiley.gif)
Louis
- Thu Sep 06, 2007 8:50 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: eclipse + subclipse: problem with $Id$ in ini files
- Replies: 4
- Views: 1110
Re: eclipse + subclipse: problem with $Id$ in ini files
Its not so much a problem as you just have no set the keyword properties for the file. svn propset svn:keywords "Id" path/to/my/file.ini Setting the keywords properties on the file will cause the SVN server to automagically mark those places in the source file. then obviousy once you have set the pr...
- Thu Aug 23, 2007 5:52 am
- Forum: Joomla! Coding 101
- Topic: Joomla! Version 1.3.4
- Replies: 20
- Views: 3797
Re: Joomla! Version 1.3.4
you need to evaluate clearly your needs and see if you can get by with pure GPL extensions or if you identified already components or modules available under a commercial license. it is very unlikely that developers developing applications under commercial license will develop a 1.5 version of thei...
- Mon Aug 20, 2007 11:03 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: OSM =>> Melbourne Suspended Page?
- Replies: 4
- Views: 1053
Re: OSM =>> Melbourne Suspended Page?
The OSM site is not hacked.
This is the offline page as we are still going through everything bit by bit to make sure the servers are ok.
There are a number of subdomains that will be offline for the next few days as we make sure everything is secure and stable.
Louis
This is the offline page as we are still going through everything bit by bit to make sure the servers are ok.
There are a number of subdomains that will be offline for the next few days as we make sure everything is secure and stable.
Louis
- Sun Aug 19, 2007 9:15 pm
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: looks like joomla org hacked
- Replies: 194
- Views: 53404
Re: looks like joomla org hacked
Louis, I'm neither angry nor frustrated, just worried about my site being subject to the same kind of attack, as this has happened before, so I know what it's like from personal experience. Me too... and it always happens at the worst possible time. I am also not looking to blame anyone, I just do ...
- Sun Aug 19, 2007 8:09 pm
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: looks like joomla org hacked
- Replies: 194
- Views: 53404
Re: looks like joomla org hacked
I don't think this optimism and flower-handing for bringing the official sites back online I see nothing optimistic or flower-handing about this situation. I didn't sleep last night Joe. I got some sleep this morning after a ridiculously long day of driving and working on getting server...
- Sun Aug 19, 2007 10:01 am
- Forum: Announcements Discussions
- Topic: Discuss: A long day...
- Replies: 52
- Views: 19011
Re: Discuss: A long day...
Thank you Louis for your open and frank announcement. It does however still concern me that various other Joomla sites (mostly foreign language) were also defaced yesterday and today by the same person/group. Since you state that the suspected component was (to your knowledge) never publicly releas...
- Sun Aug 19, 2007 9:47 am
- Forum: Announcements Discussions
- Topic: Discuss: A long day...
- Replies: 52
- Views: 19011
Re: Discuss: A long day...
Yes ... it is nearly 5am now ... and I am exhausted .... we will be working to bring back as much as we can in the next few hours.
Louis
Louis
- Sun Aug 19, 2007 9:40 am
- Forum: Announcements Discussions
- Topic: Discuss: A long day...
- Replies: 52
- Views: 19011
- Sun Aug 19, 2007 9:36 am
- Forum: Announcements
- Topic: A long day...
- Replies: 0
- Views: 10793
A long day...
This morning Rob and I were sleeping in a hotel in Omaha, Nebraska on our way back to Rob's parents house for a couple of days before I head back home to New Orleans. About 8am this morning both of our mobile phones started beeping at the same time with an alarming message, “Joomla.org hacked”...
- Sat Aug 18, 2007 6:36 am
- Forum: Joombie Coding Q/A
- Topic: How do I getView() or tell If I am at the home page - SOLVED
- Replies: 8
- Views: 1780
Re: How do I getView() or tell If I am at the home page
Try something like:
Something like that should get it done.
Louis
Code: Select all
<?php
$menu = &JMenu::getInstance();
if ($menu->getActive() == $menu->getDefault()) {
// The default menu item is the active one .... otherwise said, we are on the front page of the site
}
Something like that should get it done.
Louis
- Wed Aug 15, 2007 10:43 am
- Forum: Announcements Discussions
- Topic: Discuss: Re-introducing Andrew Eddie Lead Developer
- Replies: 41
- Views: 16297
Re: Discuss: Re-introducing Andrew Eddie Lead Developer
Welcome Andrew
So very glad to have you back at "home" ![Smiley :)](./images/smilies/smiley.gif)
Louis
![Smiley :)](./images/smilies/smiley.gif)
![Smiley :)](./images/smilies/smiley.gif)
Louis
- Tue Aug 07, 2007 2:16 am
- Forum: Joombie Think Tank
- Topic: A few questions to kick it off
- Replies: 21
- Views: 8296
Re: A few questions to kick it off
Yes, J!Code is completely workable now ... a great many of the dev team use it currently including myself. Also, because its eclipse based it has the same interface on all platforms so working with it in a group like this will likely be easier for group therapy. Careful tjay you almost sound l...
- Tue Aug 07, 2007 1:35 am
- Forum: Joombie Think Tank
- Topic: A few questions to kick it off
- Replies: 21
- Views: 8296
Re: A few questions to kick it off
I hope i get to play some too 1) I can't honestly say what my favorite book on PHP is .... as I learned software engineering in a language-neutral environment I just picked up PHP via learning its syntax -- and that could be done online. As for object oriented design, there are a few books wor...
- Fri Aug 03, 2007 9:28 pm
- Forum: Joombie Think Tank
- Topic: Joomla People Interested in Joint Efforts
- Replies: 73
- Views: 16099
Re: Joomla People Interested in Joint Efforts
Hi guys, Though it may not seem like it ... this is one of the goals that we have/had for the JDN :: m ... we would love to see that become a site where Joomla! developers go to learn how to develop on Joomla!, get together to work on Joomla! and whatever else. If you guys have ideas on what c...
- Sat Jul 14, 2007 2:43 am
- Forum: Announcements
- Topic: Its time to stop misinformation.
- Replies: 0
- Views: 4507
Its time to stop misinformation.
Today, a third party developer (and potentially more than one) received some demands from Barrie North of Compass Designs such as: [quote=∓quot;Barrie North"\]Your license violates the GPL as defined by the recent Joomla core team decision. You must have a GPL compatible license.[/quote] [qu...
- Sat Jul 07, 2007 2:37 pm
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: Joomla! Member of the Month Award - June 2007
- Replies: 13
- Views: 3473
Re: Joomla! Member of the Month Award - June 2007
Also a big thanks from me Andrew.
You are the reason I got into Open Source and continue to be an inspirational mentor for me.
Congratulations!
Louis
You are the reason I got into Open Source and continue to be an inspirational mentor for me.
Congratulations!
Louis
- Fri Jun 01, 2007 6:03 pm
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: Joomla! Member of the Month Award - May 2007
- Replies: 10
- Views: 1985
Re: Joomla! Member of the Month Award - May 2007
Congrats slacker ![Smiley :)](./images/smilies/smiley.gif)
Couldn't have gone to a more deserving guy.
Louis
![Smiley :)](./images/smilies/smiley.gif)
Couldn't have gone to a more deserving guy.
Louis
- Fri Jun 01, 2007 12:23 am
- Forum: Joomla!days and Community Meetings
- Topic: Atlanta Joomla Group?
- Replies: 43
- Views: 22703
Re: Atlanta Joomla Group?
I wanna come!
.... can i bring a friend?
Louis
![Smiley :)](./images/smilies/smiley.gif)
Louis
- Tue Apr 17, 2007 5:50 pm
- Forum: Joomla!days and Community Meetings
- Topic: East Coast US Joomla Users [NYC/Manhattan Joomla!Day]
- Replies: 135
- Views: 39608
Re: East Coast US Joomla Users [NYC/Manhattan Joomla!Day]
hmm... september.... not too cold ![Wink ;)](./images/smilies/wink.gif)
Sounds good to me ... If I can I will be there!
Louis
![Wink ;)](./images/smilies/wink.gif)
Sounds good to me ... If I can I will be there!
Louis
- Sun Apr 08, 2007 11:12 pm
- Forum: Announcements Discussions
- Topic: Discuss: Joomla! FAQ Section
- Replies: 12
- Views: 8681
- Thu Mar 15, 2007 1:06 am
- Forum: Joomla!days and Community Meetings
- Topic: Atlanta Joomla Group?
- Replies: 43
- Views: 22703
Re: Atlanta Joomla Group?
I'm in New Orleans and have family in Atlanta .... love Atlanta actually ... I know that Casey of JoomlaShack fame is in southern Alabama as well and frequents Atlanta
I would love to see people getting together in Atlanta ... it would be one more reason to visit more often!
Louis
![Smiley :)](./images/smilies/smiley.gif)
I would love to see people getting together in Atlanta ... it would be one more reason to visit more often!
Louis