I have had some luck using the odbc drivers for MySql you can link access directly to your web site data base
the password encrypting is where I have ran into trouble but I am sure there is a work around
Also Navicat works great for any database jobs
Search found 73 matches
- Wed Nov 07, 2007 1:00 am
- Forum: Joombie Coding Q/A
- Topic: Importing users from MS Access database into Joomla 1.5
- Replies: 9
- Views: 2215
- Tue Oct 23, 2007 2:20 am
- Forum: Joombie Think Tank
- Topic: Anyone want to help with....
- Replies: 7
- Views: 2176
Re: Anyone want to help with....
You folks want to put a project together and lets share code ideas?
- Tue Oct 23, 2007 2:18 am
- Forum: Joomla! Coding 101
- Topic: Sessions -> xml
- Replies: 2
- Views: 612
Re: Sessions -> xml
Not sure about the term catch, sounds ominous
But there are many session type methods in the API
check the API wiki on the dev site
But there are many session type methods in the API
check the API wiki on the dev site
- Sat Oct 20, 2007 7:41 pm
- Forum: Joombie Think Tank
- Topic: Anyone want to help with....
- Replies: 7
- Views: 2176
Re: Anyone want to help with....
Great I have started dabbling with the code, though I am no coder by any means
Since I am testing the bridge my plan is to try and leverage the connections to the tables for phpbb3 to retrieve latest post and such to a module in 1.5
so far little success
Since I am testing the bridge my plan is to try and leverage the connections to the tables for phpbb3 to retrieve latest post and such to a module in 1.5
so far little success
- Fri Oct 19, 2007 2:22 am
- Forum: Joombie Think Tank
- Topic: Anyone want to help with....
- Replies: 7
- Views: 2176
Anyone want to help with....
I am struggling along trying to get some modules working for phpbb3 in joomla 1.5 sadly not moving as quickly as I need to. Anyone interested in teaming up with me? It would be nice to have mentors working with small groups to get some action back into the skype chats and some actual project coding ...
- Sun Sep 23, 2007 9:08 pm
- Forum: Joomla! Coding 101
- Topic: Getting Page name
- Replies: 6
- Views: 1252
Re: Getting Page name
Ah your in the wrong forum
this is 1.5 coding 101
this is 1.5 coding 101
- Sun Sep 23, 2007 9:06 pm
- Forum: Joomla! Coding 101
- Topic: Getting Page name
- Replies: 6
- Views: 1252
Re: Getting Page name
Most likely your missing and include
this is at the top of content.php component
defined('_JEXEC') or die();
jimport('joomla.application.component.controller');
this is at the top of content.php component
defined('_JEXEC') or die();
jimport('joomla.application.component.controller');
- Sun Sep 23, 2007 5:50 pm
- Forum: Joomla! Coding 101
- Topic: Joomla component Mysql
- Replies: 4
- Views: 1163
Re: Joomla component Mysql
Do you have the proper includes in place?
Can you be more specific on what you mean by dont work?
Can you be more specific on what you mean by dont work?
- Fri Sep 21, 2007 1:15 am
- Forum: Joomla! Coding 101
- Topic: Menu Basic Parameters not showing up
- Replies: 2
- Views: 1068
Re: Menu Basic Parameters not showing up
I helped someone get through this on a module
he basically fixed it by looking at an existing modules install file.
That might work here
he basically fixed it by looking at an existing modules install file.
That might work here
- Wed Sep 12, 2007 10:09 pm
- Forum: Joombie Think Tank
- Topic: Starting coders wanted, new Joomla! project.
- Replies: 30
- Views: 7271
Re: Starting coders wanted, new Joomla! project.
Thank for offering to do this, looks like you have some good things started I am currently trying to learn by coding a recent posts module from PHPBB3 not so much to distribute as I am sure there will be good ones out there, but more to learn If I had to say what I really want to develop it would be...
- Wed Sep 12, 2007 1:07 am
- Forum: Joombie Coding Q/A
- Topic: Component XML Installation Problem
- Replies: 2
- Views: 736
Re: Component XML Installation Problem
I dont see it, does it error on install?
- Wed Sep 12, 2007 12:28 am
- Forum: Joombie Think Tank
- Topic: Starting coders wanted, new Joomla! project.
- Replies: 30
- Views: 7271
Re: Starting coders wanted, new Joomla! project.
This is very tempting, But I think at this point all I am learning is that I am not as good as I thought.
Dont want to slow you down
Dont want to slow you down
- Mon Sep 10, 2007 11:55 pm
- Forum: Joombie Developer Lab
- Topic: Plans for Joomla...
- Replies: 6
- Views: 2578
Re: Plans for Joomla...
You cant sell Joomla, might be a good time to read the license
- Mon Sep 10, 2007 6:41 pm
- Forum: Joombie Developer Lab
- Topic: Plans for Joomla...
- Replies: 6
- Views: 2578
Re: Plans for Joomla...
Jalil I must apologize, I just dont understand your posts.
Maybe someone else can jump in and help
Maybe someone else can jump in and help
- Sun Sep 09, 2007 11:30 pm
- Forum: Joombie Coding Q/A
- Topic: At the risk of looking totally silly
- Replies: 4
- Views: 953
At the risk of looking totally silly
Ok so we are here to learn to code J1.5 that means looking silly should be ok right? so take it easy on me. I am trying to actually write a phpbb3 latest post module for J1.5 Steps to my approach get a module skeleton to work and install. (thanks to the wiki and the 1.5 module hello world) done Modi...
- Sun Sep 09, 2007 6:19 pm
- Forum: Joombie Developer Lab
- Topic: learning?
- Replies: 4
- Views: 2162
Re: learning?
more and more I find myself going here
http://www.php.net/manual/en/index.php
http://www.php.net/manual/en/index.php
- Sun Sep 09, 2007 1:08 pm
- Forum: Joomla! Coding 101
- Topic: Simple and Systematic Introduction for Beginners.
- Replies: 23
- Views: 3172
Re: Simple and Systematic Introduction for Beginners.
Most of the progress I have made has been on the chats so I would encourage you to jump in and try to code something. If you run into trouble post a specific question. I have seen many helpful answers posted here. If you need a more interactive experience the chat is the way to go. While I understan...
- Sun Sep 09, 2007 12:56 pm
- Forum: Joomla! Coding 101
- Topic: Joomla! API Specification in PDF
- Replies: 5
- Views: 1604
Re: Joomla! API Specification in PDF
A lot of the folks in J101 are using the eclipse IDE, it has a neat project tool that allows you to list all of the built in functions and classes No need for a pdf, the code is right there in your developing environment. You have stated you dont want to participate in the skype chats, well that is ...
- Sat Sep 08, 2007 7:05 pm
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4889
Re: Whats stopping you to use Joomla 1.5 in your project ?
jalil wrote:seriously, i have 1.5 on my localhost and not too happy with it yet. i am waiting for a new release.
Hope it is not just me, but your posts are very confusing,
I thought you were mentoring people coding looking for "students"
- Thu Sep 06, 2007 11:45 pm
- Forum: Joombie Developer Lab
- Topic: Plans for Joomla...
- Replies: 6
- Views: 2578
Re: Plans for Joomla...
Well that was a pretty broad stroke but it seems the jist of it is where is joomla going. Well it seems fairly clear on the road map As far as how Joomla will be used, well I think that is limitless. Some will use it for personal sites as they always have, others will build social or community sites...
- Thu Aug 30, 2007 1:04 am
- Forum: Joombie Coding Q/A
- Topic: Authorization in a wrapper
- Replies: 5
- Views: 1102
Re: Authorization in a wrapper
So are you needing write code in order to do this?
Or are you just asking how to restrict access to the wrapped page with the application on it?
Or are you just asking how to restrict access to the wrapped page with the application on it?
- Tue Aug 28, 2007 10:32 pm
- Forum: Joombie Coding Q/A
- Topic: Events and Modules
- Replies: 5
- Views: 958
Re: Events and Modules
I know folks have used Moofx in modules. So without knowing a great deal more than that I am not sure.
- Tue Aug 28, 2007 12:47 am
- Forum: Joombie Think Tank
- Topic: Module Idea
- Replies: 2
- Views: 1634
Re: Module Idea
That would be more like a component I would think. You might could have a module that showed adds from a classifieds component
To my knowledge there is not a classifieds component ported yet for 1.5 native
To my knowledge there is not a classifieds component ported yet for 1.5 native
- Mon Aug 27, 2007 5:57 pm
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4889
Re: Whats stopping you to use Joomla 1.5 in your project ?
Patience is tough Truth is 1.5 is a huge leap forward. I think it is going to be very difficult to expect the pieces to fall into place as fast as we would like. Good thing we have 1.0 there to keep things in place until we get there. Still, the forum piece is going to be addressed (hopefully soon) ...
- Mon Aug 27, 2007 4:11 pm
- Forum: Joombie Coding Q/A
- Topic: Parameters for layouts
- Replies: 3
- Views: 981
Re: Parameters for layouts
You did a fine job there. Thanks for sharing this information
- Sun Aug 26, 2007 2:38 pm
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4889
Re: Whats stopping you to use Joomla 1.5 in your project ?
BTW mono slideshow works fine in 1.5 it is a flash based photo gallery
- Sat Aug 25, 2007 5:25 pm
- Forum: Joombie Coding Q/A
- Topic: How to put an existing php function into module
- Replies: 17
- Views: 2582
Re: How to put an existing php function into module
Please do, I have been wondering if it would make a good skeleton type thing for more developed modules
- Sat Aug 25, 2007 5:22 pm
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4889
Re: Whats stopping you to use Joomla 1.5 in your project ?
Abhimanyu
Welcome to the world of Joombies
We are slowly ramping up. Some of us have a version of php eclipse installed and working and are learning how to use it to host projects on joomlacode
It is a good time to jump in, and you would be a very welcomed participant.
Welcome to the world of Joombies
We are slowly ramping up. Some of us have a version of php eclipse installed and working and are learning how to use it to host projects on joomlacode
It is a good time to jump in, and you would be a very welcomed participant.
- Sat Aug 25, 2007 5:20 pm
- Forum: Joomla! Coding 101
- Topic: Whats stopping you to use Joomla 1.5 in your project ?
- Replies: 26
- Views: 4889
Re: Whats stopping you to use Joomla 1.5 in your project ?
I have not tried it on 1.5 yet, but will make an effort to do so mono slide show is added as a module
- Sat Aug 25, 2007 1:36 pm
- Forum: Joomla! Coding 101
- Topic: 101===Beginners :) Welcome and Thank You.
- Replies: 39
- Views: 6724
Re: 101===Beginners :) Welcome and Thank You.
We have some pros wondering around and helping us noobs
it is shaping up to be a good introduction. A sort of quick start group.
Currently we are learning to set up the IDE and how to communicate with one another
welcome aboard
it is shaping up to be a good introduction. A sort of quick start group.
Currently we are learning to set up the IDE and how to communicate with one another
welcome aboard