Search found 68 matches

by pvh123
Sat Mar 15, 2008 8:49 am
Forum: Sites & Infrastructure - Feedback/Information
Topic: Discuss about JTS-post Assistant
Replies: 10
Views: 6677

Re: Discuss about JTS-post Assistant

Hi Russ,
Fantastic tool. Special from the JBS point of view. So many times I have to ask posters in the forum to get the correct information and this way it is easy to do.
Congrats again. I will certainly be advising users to make use of it.
by pvh123
Wed Dec 26, 2007 1:54 pm
Forum: Announcements Discussions
Topic: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu
Replies: 51
Views: 39871

Re: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu

I am thinking about installing a SEF extension like sh404sef in my current version 1. installation but as 1.5 is near should I bother. What I mean is will 1.5 come with better SEF set up. Hope this is the right place to ask This is not quite the right place to ask, you get a better result at this h...
by pvh123
Wed Dec 26, 2007 1:46 pm
Forum: Announcements Discussions
Topic: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu
Replies: 51
Views: 39871

Re: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu

@trews: Happy Christmas Everyone! All the best to you! Hoping that Joomla developers going to work better next year. Since xmas passed by now I wish you a very good 2008. Oh yes, since you have a certain view of our devs, who work in their free time of course, why don't you see if you can get some v...
by pvh123
Wed Dec 19, 2007 8:40 pm
Forum: Announcements Discussions
Topic: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu
Replies: 51
Views: 39871

Re: Discuss: Joomla! 1.5 RC4 --- Introducing Karibu

Many many congrats with this further stage not far from the Big bang :)

It is super cooll as is the catch phrase these days .

As always I will do my 2 (or 3 euro's) cents. 
by pvh123
Tue Nov 06, 2007 11:48 am
Forum: Joombie Coding Q/A
Topic: Importing users from MS Access database into Joomla 1.5
Replies: 9
Views: 4294

Re: Importing users from MS Access database into Joomla 1.5

It is easy to create a component around the code. Just add one HTML-form upload. And remember that user email have to be unique! @Fennonpolpot I have been working on to get a component and   add the html form, but clobberd up my database when installing my "component". Obviously either th...
by pvh123
Fri Nov 02, 2007 4:25 pm
Forum: Joombie Coding Q/A
Topic: Importing users from MS Access database into Joomla 1.5
Replies: 9
Views: 4294

Re: Importing users from MS Access database into Joomla 1.5

Thanks very much. I will use this as well.
by pvh123
Thu Nov 01, 2007 9:50 am
Forum: Announcements Discussions
Topic: Discuss: Joomla! Wins 'Best CMS Award' Again!
Replies: 56
Views: 38558

Re: Discuss: Joomla! Wins 'Best CMS Award' Again!

It is such a good feeling to be part of a community that produces a even greater "project'.
Every day I amaze myself how easy it is to work with it (once you understand it, as always ???).
by pvh123
Tue Oct 30, 2007 4:25 pm
Forum: Joombie Coding Q/A
Topic: Importing users from MS Access database into Joomla 1.5
Replies: 9
Views: 4294

Re: Importing users from MS Access database into Joomla 1.5

Thanks, Bruce for your info. At least it get me started.
by pvh123
Tue Oct 30, 2007 9:20 am
Forum: Joombie Coding Q/A
Topic: Importing users from MS Access database into Joomla 1.5
Replies: 9
Views: 4294

Importing users from MS Access database into Joomla 1.5

I had posted this item
http://forum.joomla.org/index.php/topic,200895.msg944928.html#msg944928

in de wrong place I think.

Has anybody been confronted with this dilemma and hopefully found an answer for it?
by pvh123
Tue Oct 16, 2007 1:47 pm
Forum: Joombie Coding Q/A
Topic: How to put an existing php function into module
Replies: 17
Views: 5989

Re: How to put an existing php function into module

@joatmon I did install your module, but it gave a blank screen when loading the homepage.
by pvh123
Tue Oct 09, 2007 11:31 am
Forum: Joombie Coding Q/A
Topic: 2 site with the same DB of users
Replies: 2
Views: 1092

Re: 2 site with the same DB of users

Since your have two totally separate websites, it is not a simple matter of "changing a file". You shoud really have a "portal" website for logging in and do the registrations on both websites. Having said that, you still have to build the interfaces to both websites to do the registration part. Thi...
by pvh123
Tue Oct 09, 2007 11:04 am
Forum: Joombie Think Tank
Topic: Calling a template from a template
Replies: 0
Views: 2096

Calling a template from a template

In post m reply #2 it was mentioned how to call a template from a template. I did not know that and therefore I use the template assignment facility in the backend to connect to another template via f.i. a menu item. So, when the menu-item is clicked, it calls up the assigned template. Is that the w...
by pvh123
Tue Oct 09, 2007 10:54 am
Forum: Joombie Think Tank
Topic: Starting coders wanted, new Joomla! project.
Replies: 30
Views: 26690

Re: Starting coders wanted, new Joomla! project.

........ and please let the rest of us know when we can test or what you need for your team's success! Michiel, I am in for the testing as well if need be. I am too busy doing other Joomla! things at the moment like documentation and converting a "hack" of a component, to start a fresh programming ...
by pvh123
Tue Oct 09, 2007 8:00 am
Forum: Joombie Coding Q/A
Topic: JEditor: Using $this when not in object context
Replies: 1
Views: 1021

Re: JEditor: Using $this when not in object context

I did have a look at the base component "admin.content.html.php" and realised that I already had setup the editor instance with this $editor =& JFactory::getEditor(); and therefore have to use this getContent( 'editor1', 'description' ) ; ?>   Any agreement? Anyway I help report if it solved my...
by pvh123
Sat Oct 06, 2007 8:28 pm
Forum: Joombie Coding Q/A
Topic: JEditor: Using $this when not in object context
Replies: 1
Views: 1021

JEditor: Using $this when not in object context

I am replacing the function in a 1.0 script with this It runs in the admin end and is supposed to provide an edit session. Running the script gives me this error: "Fatal error:  Using $this when not in object context in H:\wwwroot\libraries\joomla\html\editor.php on line 191 " The script looks ...
by pvh123
Wed Oct 03, 2007 9:14 pm
Forum: Joombie Coding Q/A
Topic: How to put an existing php function into module
Replies: 17
Views: 5989

Re: How to put an existing php function into module

No, I never got a response from the owner. He did not want to make the changes I asked him to do. So, I have digressed from this product.
But, I am very glad to take up your offer and give it a try.

Thanks again, joatmon.
by pvh123
Mon Sep 24, 2007 3:56 pm
Forum: Joombie Coding Q/A
Topic: Not able to find replacement for mosMenuBar
Replies: 4
Views: 1593

Re: Not able to find replacement for mosMenuBar

Great, Ian. I will have a go at it let you know how it works out.

Edit:

Worked like a dream!
by pvh123
Mon Sep 24, 2007 10:08 am
Forum: Joombie Coding Q/A
Topic: Not able to find replacement for mosMenuBar
Replies: 4
Views: 1593

Re: Not able to find replacement for mosMenuBar

What methods are you missing? It is for instance "starttable" method that fires  undefined method JToolBarHelper::starttable() error because that method does not exits with JToolbarhelper. I can see what you mean from the core components, but do not seem to see how to adapt that to my code. I ...
by pvh123
Wed Sep 12, 2007 7:53 pm
Forum: Joombie Coding Q/A
Topic: Not able to find replacement for mosMenuBar
Replies: 4
Views: 1593

Not able to find replacement for mosMenuBar

Part of a component conversion I am working on is the replacement of the deprecated function: mosMenuBar. I have been able to find out that this should be: JtoolbarHelper, but some of the methods used in mosMenubar are not found in JtoolBarHelper. Also I was not able to locate JtoolBarHellper in the...
by pvh123
Tue Sep 11, 2007 4:17 pm
Forum: Announcements Discussions
Topic: Discuss: Time to Vote for the World's Best CMS
Replies: 34
Views: 31110

Re: Discuss: Time to Vote for the World's Best CMS

Of course voted for my favourite.  :pop
by pvh123
Tue Sep 11, 2007 4:02 pm
Forum: Joombie Coding Q/A
Topic: How to get the language name like "english" or "dutch"/
Replies: 5
Views: 2439

Re: How to get the language name like "english" or "dutch"/

Thanks very much, that the trick.

I have done a lot of searching and just today started to look in the Framework and wanted to start of with: $lang = Jlanguage::getname();

But I was near , not near enough.
by pvh123
Tue Sep 11, 2007 8:27 am
Forum: Joombie Coding Q/A
Topic: How to get the language name like "english" or "dutch"/
Replies: 5
Views: 2439

Re: How to get the language name like "english" or "dutch"/

@mod

Can you move my post to the Translation forum because I think this is the worng place.

Many thanks
by pvh123
Sun Sep 09, 2007 7:26 pm
Forum: Joombie Coding Q/A
Topic: How to get the language name like "english" or "dutch"/
Replies: 5
Views: 2439

How to get the language name like "english" or "dutch"/

In my current module, there is a scriptline to establish and include a language file. It looks like this: include("components/com_xemusicfx/language/". $mosConfig_lang .".php"); I thought by replacing it like this include("components/com_xemusicfx/language/".J Document::getLanguage() .".php"); would...
by pvh123
Sat Sep 01, 2007 8:21 pm
Forum: Joombie Coding Q/A
Topic: How to put an existing php function into module
Replies: 17
Views: 5989

Re: How to put an existing php function into module

A little disappointing outcome of this particular function that I wanted to "Joomalise". I have spoken with the owner, as you know it is a commercial product, and was told that the script cannot be hacked in order to embed joomla code. Because if it is edited, it is corrupt. I still have one outstan...
by pvh123
Sat Sep 01, 2007 7:25 am
Forum: Announcements Discussions
Topic: Discuss: Joomla! 1.5 RC2 Endeleo Released - Happy Birthday Joomla!
Replies: 28
Views: 33792

Re: Discuss: Joomla! 1.5 RC2 Endeleo Released - Happy Birthday Joomla!

I could not agree more. Great job done again.
I like the birthday pixie of horus_68. Very appropriate :)
by pvh123
Sat Aug 25, 2007 3:48 pm
Forum: Joombie Coding Q/A
Topic: How to put an existing php function into module
Replies: 17
Views: 5989

Re: How to put an existing php function into module

Thanks, tjay I have downed it and wil have a look at it. Let you know how it worked out.
by pvh123
Sat Aug 25, 2007 7:31 am
Forum: Joombie Think Tank
Topic: Extension Ideas Go Here
Replies: 44
Views: 32399

Re: Extension Ideas Go Here

Reading through the vast list, there are lot's of good things. So I want to put in my 3 cents. Because I am into music and  make music available on my current asp website, like recorded radio boradcasts, pieces of cd tracks etc. , I have been looking for a good podcast component. Guess what: I ...
by pvh123
Sat Aug 25, 2007 7:10 am
Forum: Joombie Think Tank
Topic: Want to help J!101???
Replies: 28
Views: 25947

Re: Want to help J!101???

Name: Pieter van Horssen aka pvh123 Education Level: In computers since 1971 and a trained IBM programmer (COBOL), Sysems Porgrammer and did all the courses. Skills Programming: Expert HTML: 3 years CSS: Novice Graphics: Very little Other: I have done ASP programming Tools I have using Dreamweaver f...
by pvh123
Sat Aug 25, 2007 6:51 am
Forum: Joombie Coding Q/A
Topic: Component development
Replies: 7
Views: 3297

Re: Component development

However, there is some talk about a "legacy" module for 1.5 that will -at least partially- allow 1.0.x components work on 1.5.x. It is not only "talk" about Legacy mode, it is there. But be careful. It is there because there are a lot of extensions out there for 1.0.x and they need to run on 1.5. H...