Search found 8 matches

by cgiguere
Sat Jan 26, 2008 10:04 am
Forum: Joombie Coding Q/A
Topic: My database Front-end component. Almost there. Please Help!
Replies: 3
Views: 779

Re: My database Front-end component. Almost there. Please Help!

I tried your recommendation and unfortunately, it is still give me the same result.
If you have any other suggestions, more than happy to hear them.
Thanks!
by cgiguere
Thu Jan 17, 2008 2:57 pm
Forum: Tips & Tricks
Topic: how to display images inside the website?
Replies: 2
Views: 898

Re: how to display images inside the website?

If I understand you properly, you could find what you want hier:

http://extensions.joomla.org/index.php? ... &Itemid=35

This is the link where all available extensions for image processing/displaying etc are presented.

Hope this helps you,
by cgiguere
Mon Jan 07, 2008 4:43 pm
Forum: Joombie Coding Q/A
Topic: My database Front-end component. Almost there. Please Help!
Replies: 3
Views: 779

My database Front-end component. Almost there. Please Help!

Hello guys, I have developped my own MVC component and I am almost there. I am a newbie with PHP and I am frankly a bit embarrassed to post my question for it is a basic programming question having to do with arrays, but I also know that I will learn from it. This is my output in J!1.5 RC3. Notice t...
by cgiguere
Sat Jan 05, 2008 4:19 pm
Forum: Joombie Coding Q/A
Topic: FYI: Logo Query Manager component en JModel class
Replies: 0
Views: 325

FYI: Logo Query Manager component en JModel class

Hello guys, I had posted a question about Logo Query Manager. In the meantime got the solution to my problem. LQM comes in 2 versions: v1.0 compatible to J!1.5 RC3 v1.1 compatible to J!1.5 RC4 If you download the component, you get the latest version (1.1) which is compatible only to RC3. I was tryi...
by cgiguere
Thu Oct 18, 2007 4:29 pm
Forum: Joomla! Coding 101
Topic: JToolBarHelper()
Replies: 20
Views: 3369

Re: JToolBarHelper()

Notion, Amy, Jan, Still getting the previously mentioned fatal error while using the JToolBarHelper class (used for a back end component).  Meantime, have added the jimport statement as recommended by Notion and upgraded to RC3 (I was working with beta version). I was still looking for an answe...
by cgiguere
Tue Oct 09, 2007 7:26 pm
Forum: Joomla! Coding 101
Topic: JToolBarHelper()
Replies: 20
Views: 3369

Re: JToolBarHelper()

Ian,

Indeed, I am using Joomla! 1.5.0 Beta [ Khepri ] 12-Oct-2006 00:00 GMT version. The problem may stem from there. I will upgrade, as advised. Your explanation on where to put the Jimport() is very clear. Let me try to upgrade and see if I get further.

Many tks,
Christiane
by cgiguere
Tue Oct 09, 2007 3:06 pm
Forum: Joomla! Coding 101
Topic: JToolBarHelper()
Replies: 20
Views: 3369

Re: JToolBarHelper()

Tks Amy and NotionCommotion, I have tried your recommendation. I am just starting with PHP and Joomla. In Java, the import namespace is usually placed above the file, outside of the class definition. Do I do the same in PHP? If so, just tried it, and I still get the fatal error. If not, where should...
by cgiguere
Mon Oct 08, 2007 1:20 pm
Forum: Joomla! Coding 101
Topic: JToolBarHelper()
Replies: 20
Views: 3369

Re: JToolBarHelper()

JToolBarHelper is only available from the administrator application. Ian Ian, Trying to do same example as p18-19-20 from book "Learning Joomla! 1.5 Extension Development" but getting fatal error from the back end as click on Components/Restaurant Reviews: Fatal error: Class 'JToolBarHelper' not fo...