The Joomla! Extensions Directory ™

gzeilstra

Reviews(5)
 
Jumi
We have been using Jumi for many years to our great pleasure. We used it very successfully for inserting links to pages and also direct PHP coding. Our experience was with Joomla 1.5.x. Two tumbs up.
With Joomla 1.7.3 the back-end is not fully functional and above 20 entries we have to use the MySQL tables to manage entries above 20. For people running Joomla 1.7.x that have this issue the work around is very simple to go the the _jumi table and manage it from there. When a fix for this is released I would really give it a two thumbs up, right now this issue makes it less functional for this release of Joomla 1.7.
bygzeilstra, August 24, 2010
Phoca SEF
Tried REDJ first but had problems getting it working. Switched to Phoca SEF which supplies very similar functionality and got it working in several minutes as you can read below!

A bit of PHP copy and pasting into a file is a bit of trouble to go through but it is not that bad at all. It would be better to give a code sample so others can understand how libraries/joomla/error/error.php should look like after you inserted the required code:
function & raiseError($code, $msg, $info = null)
{
//PHOCAEDIT
if ($code == '404') {
include_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_phocasef'.DS.'helpers'.DS.'phocasef.php' );
PhocaSefHelper::createUrlEntry();
}
$reference = & JError::raise(E_ERROR, $code, $msg, $info, true);
return $reference;
}

Search friendly urls where already enabled.

Hit a couple of those bad Google crawl errors to check if it works. Bang! Found it. I added a simple rule to a landing page, tested it again, it was fixed. Also fixed immediately my favicon.ico because the directory was modified with htaccess. The site improved much already in just several minutes of work.

A feature I would really like to see added that hurts all of us when you switch to a new plugin for your calender or pictures:
Right now every single url (all those long ones are the bad guys) of a page that has been moved must be done separately. If we can add the source like /pictures?.... rather into /pictures* then it would fix all references to the incorrect page at once. Single action all issues resolved, that would be a very nice addition. Meanwhile I remain very happy with the current functionality.
ReDJ
It looks very promising but it did not work for us and I did not want to spend an hour figuring out what we do wrong. It was enabled, configured and URL's where added as described. But the redirection did not work.
After installing Phoca SEF we got this problem of URL redirecting solved. May be we try it again at a later stage if we can figure out how it works and if a feature is added to have all strings redirecting that are set with a filter or portion of the requesting url. Right now every single url of a page that has been moved must be done seperately. Source like /pictures?.... into /pictures*.
Owner's reply

I hope you will give a second chance to ReDJ in future. It's not "for dummies", infact the last version supports internal redirect and dynamic destination (advanced features), but is not so hard to make it work. Also, a fresh tutorial is available and you can ask for support on forum (for many users I have solved the problem directly logging into their backend).

Working Copy
I have tested this on our site bvhgeldrop.nl a community service website and found that it probably what I really wanted. But it times out when creating the new copy. The developer suggested that he may be working around this by bypassing the PHP time-out. Personally I would rather see a solution that does this like akeeba backup. This is more like what you want to see and also shows the progress you make. May be that this suggestion helps the developer finding a quick solution to his challenge.
I have not been able to fully test it because it times out on me and the copy it creates is incomplete. If the developer gets to finding the right solution then I would be very enthusiastic to test it.
BonckoWall ImageWall
We have it online at www.bvhgeldrop.nl and everybody is raving about the new image viewing using Picasa as storage.

One small issue we cannot solve yet but I want to share it so maybe somebody has a solution to this.

The latest release 2.5.3 of Boncko Image Wall creates in IE8 script errors in line one on our website: bvhgeldrop.nl.
The errors are not always there but clicking on the menu items, hitting F5 multiple times, or clicking on the logo will bring it up frequently without proper script error description. This also is the case on the Boncko website on the demo with Picasa:

Press F5 one or two times and the same script error appears.

Just a message that in line one we have an unsupported feature or method within the script. No further details.

Errors do not appear in Chrome and FireFox so you have to use IE8 to find it. Not everybody will see it immediately but it occurs to easily to ignore.

When we switch the image wall off in Joomla the problem disappears and we cannot recreate it. But when switched back on the problem is back.

Please review this problem to see if it can be fixed. It is quite certain that it is directly related to the image wall plugin. You can post an email to me (communicatie) or the webmaster. I tried the support page of Broncko first but it seems broken and my message is not being copied since I do not get a copy in my email. Tried it multiple times.