Support Joomla!
Search: Advanced Search
Serving 3385 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 915 guests and 55 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
cheesegrits Extensions(0) | Reviews(4) | Favourites(1)
SignalLogin
 Excellent work, April 21, 2008
0 of 1 people find this review helpful:

SignalLogin I needed a condensed, horizontal layout for my login. Googled around, found Signal login, 20 minutes later I had a totally CSS customized login module, looking pretty much exactly how I wanted it.

The only little feature I'd like to see is a class on the main div, so we can style a little more specifically for 'login' or 'welcome' mode. I couldn't quite get the formatting so it was how I want it in both modes. Being able to use a class selector would be useful. I've modified my copy of the module PHP to add class="login" or class="welcome".

-- hugh

Mehdi's Coppermine Bridge
 Major Kudos, August 13, 2007

Ignore all the reviews complaining about the setup. People who don't even know how to install a Joomla component have no business giving bad reviews to a product like this!

It took less than 10 minutes to get this bridge running, from starting the download to viewing the Gallery page in Joomla. The instructions are very clear and easy to follow. I run a fairly heavily customized Joomla 1.0.13, but the page looks fine, and the install went flawlessly.

The result is fantastic. Yes, I'll have to do some work on the CSS to tweak the style to match my site, but one of the standard Coppermine themes suites me well enough for now.

Major kudos to Mehdi.

Fabrik
 Absolutely dynamite!, August 11, 2007

Fabrik This is an absolute Must Have for any serious Joomla site. Don't be put off by negative reviews based on complexity. Yes, it has a rich admin GUI, which could be confusing at first. That's because it is such an incredibly powerful tool. But you don't have to use all the bells and whistles.

Creating a basic form is as simple as pointing, clicking and setting a few obvious options. Create a Form. Create a Group. Add Elements to the Group. Associate the Group with the Form. Associate the Form with your Joomla menu structure. Done.

But that is just scratching the surface. Lets say you are building a Contact Us form, and want to preset the "Your E-mail" Element if the user is logged in. Just go to that Element in the GUI, select "Eval this text" and enter any valid PHP to fetch the standard Joomla $my->email variable, like this:

global $my;
return $my->email ? $my->email : "Enter your email address";

Of course, you can do the same for the "Your Name" Element using $my->name.

A slightly more advanced example might be building a custom order query form for VirtueMart orders, so you need a dropdown with the logged on users unfilled orders. This is as simple as adding a 'database join' Element which pulls in the relevant details from the VirtueMart tables. The GUI easily lets you create the necessary database JOIN and WHERE clauses to populate a dropdown with anything you want.

As well as reading SQL data, Fabrik also lets you store submitted form data back into the database, as well as (or instead of) emailing it. You can use this for simple things like keeping a record of all your Contact Us submissions. Or you can use it to control the flow in multiple "chained" form submissions. Or you can get as creative as you want, using the intuitive 'database join' features, and (say) allow users to change their main profile details from a custom form.

Fabrik also lets you define SQL table 'views' in the front end, as well as simple forms. And of course everything can be access controlled using the standard Joomla group features. So it's trivial to build a front end admin interface for viewing, adding and removing table rows.

I've had Fabrik installed for exactly 24 hours, and I have a very professional looking, working custom form for querying the status of VM orders, and a front end admin interface for processing the requests.

And I don't even have the Fabrik documentation. I accidentally used a PayPal e-check, so I have to wait a few days to get access to the site. I'm like a kid waiting for Christmas Day, I can't wait to see what I can do once I have the docs, examples, plugins, etc.

Summary ... yes it helps if you known at least a little about SQL and PHP. But not essential. Get this extension, and invest a few hours in it - you won't regret it!

MosIf
 Awesome, August 11, 2007
1 of 1 people find this review helpful:

Together with Mosval from the same author, this is a Must Have for all Joomla admins and power-users. Does exactly what it says it does. What more can I say?