The Joomla! Extensions Directory ™

trogladyte

Reviews(28)
 
bytrogladyte, May 2, 2012
Simple MP3 Player
Just perfect for what I needed!

Downloaded, installed and got it going in under 10 minutes. Would have been sooner except for operator error - it helps if you enter the correct info into playlist.txt!

Very configurable and simple to follow.
bytrogladyte, March 16, 2012
Content Tabs & Sliders
I tried most of these tab/slider extensions in J!1.5.x and then went through much the same search when changing to J!1.7.x. Most worked (though not all), but all had issues of one type or another.

Now this one isn't quite perfect either, but at least it works well for the most part. It really only lacks a mouse over effect to be 100%. The ability to have all tabs a fixed size, and/or so they fill up the entire width of the content (which almost no extensions do) would be nice, but not a definite must-have.

Otherwise, a great extensions, thanks for making it free.
bytrogladyte, February 21, 2012
RSform Pro
The description sounded great and it was cheaper than the other I was looking at. It would have been useful to know that even basic things requires writing code - though it does make basic forms really well. Pity I wanted more than basic forms.

I'm not sure who everyone else was speaking to, but the "support" I got was very, very sad. I've had support tens times as good on free extensions. Telling a customer, who asks how a picture can be inserted in the background, that "This is rather standard HTML and CSS usage, not something that is specific to RSform!Pro" Thanks......
Owner's reply

RSForm! Pro does far more than basic forms, as proven by the built-in features (multipage forms, conditional fields, dynamic field validations, 3rd party integrations, embedding PHP code etc).

Even though we do not provide HTML, CSS or any kind of code-oriented training (as specified in our Support Policy) we do try to do our best in helping out customers, even going the extra mile. I'm sorry that you felt this way and chose to leave this review without even trying to look at the articles and examples we've provided you with.

bytrogladyte, January 13, 2012
ReDJ
Having just changed blog components, I was faced with over 1000 broken links. The thought of doing this manually was daunting (especially since I don't know enough to fiddle with .htaccess too much). This component did it in one hit - bingo, all links redirect perfectly to the new blog!
bytrogladyte, December 30, 2011
Jtag Calendar
I initially had some problems with this tool (I was an early user of it). The support was good and changes and fixes were made.

It's a good calendar tool, though it has some display issues where the available room for it is small (it does not display well in a 600px space - there are overlaps). I had a 1000px wide site with 2 200px sidebars and it couldn't handle it. However, I selected not to display the right side bar and it displays well at 800px.

Support is generally good, though I have experienced a few unanswered emails. But a big kudos to them, when I complained about it Jtag really got onto it and made it right.

For it's purpose, this could become #1 with the addition of a couple of items - the most pressing, IMHO, is emailing a user when they register to confirm details and sending a copy to the admin.
bytrogladyte, December 30, 2011
Testimonial
So pleased to find a testimonial component that allows the inclusion of photos - just what a current project needs. But that's where the fun ended.

Click demo.... oh no! The page is hidden behind a password!

Downloaded anyway and went to install. Then noticed it's only 1.5 LEGACY! We're almost at 2.5! Ah... uploaded Feb 2009 and no update since. Guess that says it all.
bytrogladyte, November 17, 2011
Change Administrator
I have always been worried by the forced use of /administrator for the back end, plus the numerous "J! flags" in a Joomla site which scream "Hack me, I'm Joomla!". Yes I understand that it's not quite that easy, but a little more cloak and dagger in the core product would go a long way to helping make J! even more secure.

This was an easy install, worked perfectly first time, and I had no issues.

Would love to have seen more of this is J! 1.7, but this little mod helps a lot!
bytrogladyte, September 9, 2011
Ignite Gallery
Having tried many others that have front end edit-ability (Phoca was, despite the massive amount of reviews, hard and cumbersome to deal with and I never managed to upload from the front end), I bit the bullet and paid for Ignite. Why hadn't I done so sooner???? A breeze to install, learn and use.

It's a powerful extension, but easy to learn and understand. Phoca was a nightmare trying to get into the dev's head and figure out what he was thinking. Ignite was logical and well thought out. The online dox were a little thin given the amount of options, but they were all pretty self-explanatory. If anything, for me, tool tips in the back end would be all I would change.

First gallery took longer to upload than Ignite did to set up. Brilliant!
bytrogladyte, August 31, 2011
hwdPhotoShare
I was so excited to finally find a photo gallery with front end uploading that looked like it would do the job. I have struggled to make Phoca work for weeks, but finally given up.

Installed hwdPS easily and went through the settings. BTW, their "documentation" isn't worth the mouse click. It's web based (no problem with that), but VERY sparse. No help at all.

They have a confusing Photo/Category/Album/Group system which I failed to understand. However, I managed to get photos uploaded to 3 albums. However, the Java uploader demanded I run something every time - very annoying.

So I have photos. I set the menu to go to the album page. Yes, 3 albums. Click an album. 4 photos. Click a photo - error! You must be logged in to view this. DOH! In the settings Category/Album/Photo all set to public access.

Go to forum. Can't post. Write access only to people who pay 30 pounds a year. I want to evaluate it at this point.

Uninstalled.
bytrogladyte, August 9, 2011
ND EditorSwitch
This is a MAJOR time saver! The Custom HTML module which ships with Joomla doesn't play nicely with JCE (my main editor) or maybe it's the other way round. To enter code in the module I have to swap out of JCE into "No editor" (yes, I HAVE "strip HTML" set to off).

This awesome little extension is a Godsend!! Thanks you, thank you, thank you!
bytrogladyte, August 6, 2011
BlogPing
I used to use a Blog component with this feature built in (why do not ALL blog components have this???). Unfortunately, the developer and support were flakey and I had to quit it due to unresolved problems. I now use JaggyBlog (great component except for the lack of ping).

BlogPing is just the ticket. It now gives me back the ping function I had to leave behind with JaggyBlog.

THIS EXTENSION IS A MUST HAVE IF YOU'RE SERIOUS ABOUT PROMOTION OF YOUR SITE. PERIOD!!!!
Owner's reply

Thanks for your review. I hope my plugin will help you.

bytrogladyte, July 16, 2011
Easy out-of-the-box installation and use. Total no-brainer! Loved having the links at the top and bottom.

Would just like to know how to get the 2 lines above and below the links as shown in the demo. Other than that it's still a 5*!
Owner's reply

You can get the lines with simple css styling. The navigation links are placed within a table with the css class "pagenav". Just add the following lines to your Joomla template's css file:

table.pagenav {
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
margin: 1em 0;
width: 100%;
}

You can do even more styling for the next and prev link texts by modifying the css classes "pagenav_prev" and "pagenav_next".

bytrogladyte, June 1, 2011
0 of 1 people found this review helpful
Daily Nutrient Calculator
I wanted to use this on a site that I'm doing for a personal trainer. Unfortunately, my client pointed out that there is a calculation error in the module, which gives an incorrect daily calorie requirement. I cannot find it to fix it.

After 3 emails to the developer and no response, I would have to review, not only the extension, but the developer as one to be avoided.
bytrogladyte, May 28, 2011
Slick RSS
This is a great module to display a single feed (in Joomla! 1.5.xx). Plenty of settings and works well. However, it only displays ONE (1) feed - is that overstating it? To claim in their description "Up to 5 RSS feeds per instance" is just so wrong. Why waste people's time. Either fix it, remove the comment, or correct it. Extensions|Install/Uninstall|Modules|Slick RSS|Uninstall.....
bytrogladyte, January 27, 2011
LyftenBloggie
When I first installed it nearly a year ago, it went well. The developer was totally absent from his own forum, but there was an OK support from members, and the product worked OK. Then a new version came out and the dev reappeared. All went well for a bit.

The extension has started having some bad problems recently however. It has a built-in ping which was great, except now even a brand new post claims it's already pinged so it never gets submitted. There are front end entry errors too. Worst of all, the forum is almost dead, and the dev has, yet again, gone AWOL. If you want support, forget it. If you want a problem addressed, forget it. I am sick of waiting for 3-4 posts to be answered. I removing it from every site and putting something different on.

It's free, but it's VALUE is not good.
bytrogladyte, January 19, 2011
Anything Tabs
I had a specific use for this extension. I was redoing a site on abuse for a client and they wanted a "Panic button" that would take the user to a different site if the abuser walked in. Anything Tabs did the job perfectly.

But we had a problem where the tab was appearing in the "Add an image" dialog box. I added some code as specified by Dan, the dev. It didn't work, so he logged into the site and spent considerable time fixing it. Turned out to be a problem with the Artisteer template. Thanks Dan, you're the man! Couldn't ask for better help and support. Wish all devs were like this.
bytrogladyte, November 1, 2010
RSMonials
Very easy to implement and does the job for what I needed. Had a small issue with the size of a text area, and my support email was answered quickly, and with a great answer.

Awesome extension!!!
bytrogladyte, October 25, 2010
Admin Tools
I've been using Akeeba since it was called Joompack. Why didn't I install this before now!!?? Super easy Joomla update, file/directory permission changes, extra security, and more. This is as must-have as Akeeba itself!

GET IT NOW!
bytrogladyte, September 22, 2010
Article Lister
I wanted a module to show "More articles" in the sidebar rather than at the bottom of the main article. I took a while to wade through many modules that let me list sections and categories, but then I found this one. It fitted the need perfectly!

Display articles in a particular Section/Category as a bulleted list. Excellent! And straight out of the box.
bytrogladyte, August 24, 2010
veevaa Multi-Module Tabs
Easy to set up and lightweight. Looks good as either tabs or slides though not as easily customizable as some others.

However, the biggest pain was that it and Breezing Form DO NOT mix. I tried to put a form in the last tab - Veevaa broke, displaying a string of articles, not tabs (or slides - checked that too).

So I removed it and added the form in a side module position. Still broke it. SO now looking for alternatives.

But, if you don't have forms, it's a neat little extension.
Page 1 of 2