Archive for the 'Joomla!' Category
Magento+Joomla! (status update II)
Good morning everyone,
I’m releasing the first public version of the Magento/Joomla! integration using JFusion 1.0.5e. This plugin has been designed for work with Joomla! 1.5.2 and Magento 1.0. I hope you can help me testing and improving it.
I’ve set up a testing matrix with some test cases, you can access it through Google Docs and help me fill the “gray” boxes ;P.
To test, use the following instructions:
- Download JFusion 1.0.5e, install, configure and publish everything that should be published. (if you need help, read the docs at http://www.jfusion.org )
- Download my new plugin
- Remove the default Magento plugin (under “Integration Config”: select “magento” and remove)
- Click on “upload” under the “Integration Config” screen to upload the new version of magento.tar.gz, click on “Install” and smile.
- Go back to “Integration config”, edit the new “magento” plugin according to your STORE configuration.
- Test and give some feedback: bigodines #at@ joomla.com.br
please help me fill the test matrix!!
Cheers
-bigodines
Magento+Joomla! (status update)
This morning I managed to authenticate against magento’s database (using salted and non-salted passwords). So, the testable version of the plugin is ready. I have found a small bug during the re-login (after logout) which I still didn’t find a generic workaround.
People whiling to test, please contact me. (I need TECHNICAL testers that can setup everything and track [eventual] errors without assistance). Just drop a comment or mail me: bigodines #at# joomla.com.br
-bigo
No commentsMagento 1.0 is out!
Hello guys!
I have some news for all those wanting Magento 1.0 and Joomla! 1.5.2 integration. I started working on it today.
I manage to hijack the magento session, the only missing part is to automatically identify the authentication method and generate the hash to authenticate against magento’s database (if you missed the new feature: magento now allows SHA1 and MD5). Then I’ll pack a new version of Magento plugin for JFusion so you can use it with our favorite Joomla! extension
Now, the bad news (which aren’t THAT bad). We are rewriting most of JFusion’s framework, and old plugins should stop working. That said, I’m not sure if its worth to create a Magento 1.0 plugin for the current version of JFusion (1.0.5
Oh, and I will need people to test in different environments. I hope I can count on you to help me (I will provide a Test-Matrix so we avoid redundant testing :P).
Gotta take some rest now. Stay tunned (I recommend you to subscribe to the RSS as I haven’t been able to update this blog very often lately…).
-bigo
No commentsJoomla! and the GSoC’08
Yay! Have you seen the announcement at Joomla.org about Google Summer of Code? Well, as I cannot participate as a student (not a student anymore
) I think I will help as a mentor. If you have a nice idea for a killer feature in Joomla!, want to earn some money (US$ 4.500,00 to be precise) and would like to be involved in a great open source project, this is your chance!
Tell us about your project and let’s have some fun ![]()
JFusion 1.0.5b
I’m very happy with opensource lately. I’m enjoying the feedback received with BigoCaptcha and I discovered that hacking JFusion is fun!
Marius has just released a new version of JFusion which adds two new [and exciting] features: user synchronization between external apps and joomla and a plugin installation (by bigo :P) whichi will allow people to install new plugins without need to hack the code. I hope this helps JFusion to gain even more popularity among devs.
I’m glad Marius decided to add my Magento plugin in the default package (although I know it probably won’t work with the latest version of magento).
Now, while I wait for my UK visa, I’ll work on a new Magento plugin for JFusion and help Marius and the other devs hunting some bugs before JFusion goes stable ![]()
Magento and Joomla! - HowTo!
Here's a short text explaining how to get Magento and Joomla! user integration using a plugin I wrote for JFusion.
UPDATE 2: There is a brand new version of this plugin (much simplier and should work with magento 1.0), please fallow the development process here and help me testing!! FEEDBACK IS APPRECIATED!
UPDATE: Magento plugin is, now, packed with JFusion versions higher than 1.0.5. You just need to install JFusion and enable Magento plugin. Cheers
Before we start:
This is not a user synchronization method. It validades all users (except backend users) against your Magento database. That's how JFusion 1.0.4 works so if you want user synchronization between Joomla! and Magento you'll have to wait for next releases of JFusion (we are working on this feature!).
What you will need:
- Joomla! 1.5.0+ installed and configured (1.5.1 strongly recommended)
- JFusion 1.0.4 installed and configured! (jfusion has plenty of documentation on how to get it working. please use it!)
- Magento eCommerce 0.7.1548 installed and configured (I can't say if this works with the latest version!! I promise I will release an up to date plugin as soon as Magento 1.0 stable goes public)
- My Magento Plugin for JFusion! (yay!)
- cURL extension for PHP (check your phpinfo(); if its not enabled, I'm almost sure there is a php5-curl package for your favorite linux distro, or a commented dll in your php.ini)
Once Joomla!, JFusion and Magento are running smoothly, extract my plugin (magento.tar.gz) inside JFusion's admin folder (yousite/administrator/components/com_jfusion/). This will create a yousite/administrator/components/com_jfusion/magento/ folder with two files in it: admin_forum.php and jfusion.xml
Missing information (thanks unleash.it):
add the new files to the com_jfusion.xml:
HTML:
<filename>magento/admin_forum.php</filename> <filename>magento/jfusion.xml</filename>Then manually add a new row for Magento in the jfusion table of the Joomla DB. You can do this simply copying one of the existing (forum) rows and change the name to "magento".
Now login in your joomla backend (using the "admin" username), go to components -> jfusion and configure your "magento" plugin.. that's it.
you should be able to login in joomla with your Magento users (the username is a e-mail address) and link to your magento site without need to restart the session
Warning:
This is a pre-alpha public release (magento plugin hasn't been released with jfusion yet). Use for testing purposes only and let me know if it worked as expected
Submit your comments here, here or by mail: bigodines ~@ ~ joomla.com.br
15 commentsMagento and Joomla! integration - I need your help
Hello,
I forgot to blog about this here (posted only in my portuguese blog :/) but I've been working in a Magento+Joomla! integration using JFusion. I'm coding this in my free time, as a hobby. This morning I've managed to get login working and I would love if some of you could help me testing before releasing anything to public.
As this a pre-alpha version, there won't be a "one-click install" or anything. So, I expect that experience programmers could help me test and improve this plugin. Credits will be given, of course.
If you are interested in help, drop me a line: bigodines ~at~ joomla.com.br
No commentsHow to add CAPTCHA to Joomla!’s com_contact component
The Dev team has just released Joomla! 1.5 stable. This is great news (after two and a half years of development we finally can use the new baby in production environment) but I've seen that an old problem hasn't been solved yet: people still get a lot of spam due to a weak (or nonexistent) mechanism to check if the e-mails sent through com_contact are from real people or spambots.
The beauty of open source is that anyone can change and improve a piece of software. So, here's my $0.02: changing com_contact to make it can work with your favorite Captcha Plugin! (all files are downloadable at the end of this article)
Read more
To: my future Canadian boss :-)
Hello!
I'm not sure if this post is going to help me or not but I'm blogging anyway
Fact is I wanna move to Canada. I had enough of hot summer and would like to experience living abroad (again). So, if you are a Canadian please check my résumé clicking here and hire me hehehe. If you want, you may contact me directly by e-mail: bigodines ||at|| joomla.com.br
If you're not sure if it will be worth to read my resume, I'm the main developer of two of the most famous Joomla! sites around the globe: Porsche and UNRIC (please note: developer != designer). Ok, that sound like I'm trying to impress :/. I don't like these self-promotion lines but sometimes we need it
Now, the bad news:
I've been reading about visas and it seems that a permanent work-permit for skilled professionals (According to those HSMP calculators I found on the web I am a skilled professional :-P) can take up to 14 months. A friend told me that if I manage to find a company interested in my services, this waiting time may be shorter (I'm still checking this information).
There is also another alternative: I can go to Canada as a student and work legally 20hrs/week while waiting for my permanent visa... but first I need some networking contacts in Canada.
drop me a line if you need a responsible, dynamic, nerd web developer
Bigo Captcha 1.0 relased :-D
today I've created my first Joomla! 1.5 extension. It's a Captcha plugin. My friends were complaining that it was impossible to comment on my portuguese blog so I created this quick-and-funny captcha plugin which can be used with yvComment (or any component you want, because it is really generic).
I'm using the same structure as OSTCaptcha by CoolAcid, so the replacement should be transparent.
Download is available here
You may see a demo visiting my portuguese blog (see the comment plugin..)
1 comment