Today we released the second Beta version of SOBI2

Do you have an Open Source Product available for Joomla!? Let everyone know here.
Locked
Radek Suski
Joomla! Explorer
Joomla! Explorer
Posts: 358
Joined: Sat Jan 07, 2006 6:51 pm
Location: /home/radek
Contact:

Today we released the second Beta version of SOBI2

Post by Radek Suski » Wed Sep 20, 2006 7:02 pm

SOBI 2 - Sigsiu Online Business Index 2 is a component for the WCMS Joomla! to show entries of companies (like the "Yellow Pages").
The entries are divided into categories, which can contain subcategories. One entry can be entered in up to five categories.
The companies enter themselves in the index. A security code (security image) is available for spam protection.
Registered users can modify or delete their entries.

More information about SOBI2: http://extensions.joomla.org/component/ ... Itemid,35/


Following changes were made:

Fixed

* Reordering in Backend->Entries&Categories by pressing the reorder button works now
* "Error in sobi2.php about line 255 - 264 => missing custom fields data" fixed
* The maximum length of the left sided menu in the backend is limited to 500px now
* missing tabs in backend are shown now
* Backend->New Entry Configuration->Safety Configuration "Label for Terms of Use Part 2" is now changeable
* Error shown if an unpublished field is set as "Required" fixed
* Redirecting after wrong security code was entered fixed
* Backend sorting order of the category trees fixed
* Backend->About: changes made to work with IIS (untested)
* If a field is set to unpublish, even in "old" entries this field isn't shown not longer
* Alt-Tag shown in details view if no image was given fixed
* Frontend alerts "duplicate entry" and "wrong security code" now as messages instead of popup
* If no InnoDB engine support is available, the MyISAM engine will be used
* Backend texts are not longer centered if using Opera
* The "Switching Language" feature now works
* Java Script error messages in IE and FF 2.0 Beta fixed
* Missing Publishing tag content for Edit Entry in IE and Opera fixed
* Special Characters are now shown correctly
* No expiration date (0 or none) works now
* Error uploading images in frontend fixed, file permissions are set correctly now
* Error with security image fixed
* Conflict with JosComment (class form) fixed
* Wrong display of last subcategories in backend tree fixed
* Works now with Mambo
* Missing Save and Cancel Button while editing fields fixed
* Error with Searching fixed

Added/Changed

* New Submenu "All Entries" in Entries&Categories Section of Backend
* Email Processing - on add new entry, on update, on approved. For author and/or admin (adjustable)
* Changes made in CSS file
* Changes made in languages files (english.php and admin.english.php)
* Language Manager to install a new language
* Adding German language support
* Expired Entries are marked as expired
* SQL injection filter

Please take notice:
This version should NOT meant to be used for a "live" site.
This BETA version is for TESTING and DEVELOPMENT purposes, or internal use only. Use at your own risk!
Events Team Leader | JET Team Member | Joomla! Social Media Team Member | JED Team Member
SobiPro Developer.
Twitter | Facebook | Google+ | : http://radek.sigsiu.net
Blog: http://radeks.coffee

modusoperandi
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Thu Oct 05, 2006 9:14 pm

Re: Today we released the second Beta version of SOBI2

Post by modusoperandi » Thu Oct 05, 2006 9:23 pm

Great Extension!!!

Is there a way to make the Module listing the Categories only show up on certain pages?? 

Example:  I want the Sobi Module to appear on the home page, then when they click on a category to appear on the category listing page, but don't want it to appear on any of the other pages in my site.

When I try to select anything except "All" under  Pages / Items Menu Item Link(s): in the module properties screen, it doesn't make the Sobi2 Module/Menu appear on the componant pages.

sdathletics
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Wed Mar 29, 2006 8:44 am

Re: Today we released the second Beta version of SOBI2

Post by sdathletics » Thu Oct 19, 2006 8:07 am

Today I installed Sobi 2 to try it out.

When I tried to make a menu item and linked to the component I get this error:


Fatal error: Cannot redeclare sefreltoabs() (previously declared in /home/sdfloc/public_html/components/com_sef/joomsef.php:380) in /home/sdfloc/public_html/includes/sef.php on line 548

Yes I am using Open Sef, and when I turn it off I'm able to use that menu item to get to Sobi2. Is there a quick fix for this?

Thanks

sdathletics
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Wed Mar 29, 2006 8:44 am

Re: Today we released the second Beta version of SOBI2

Post by sdathletics » Thu Oct 19, 2006 8:24 am

Ok nevermind I got it resolved: Here's my fix:

in  /components/com_sobi2/config.class.php at the line 20

change:

Code: Select all

require_once($mosConfig_absolute_path.'/includes/sef.php' ); 
to:

Code: Select all

if(!function_exists("sefRelToAbs"))
    require_once($mosConfig_absolute_path.'/includes/sef.php' ); 
Peace

User avatar
deri.reed
Joomla! Intern
Joomla! Intern
Posts: 51
Joined: Wed Apr 12, 2006 11:45 am

Re: Today we released the second Beta version of SOBI2

Post by deri.reed » Thu Oct 19, 2006 8:56 pm

umm is this not a module similar to Mosets Tree?

sdathletics
Joomla! Intern
Joomla! Intern
Posts: 83
Joined: Wed Mar 29, 2006 8:44 am

Re: Today we released the second Beta version of SOBI2

Post by sdathletics » Mon Oct 23, 2006 1:14 am

This would be a great component for me except I can't get it to display the full view of each entry. It just resets and stays in thumbnail view. Can someone please help me out with getting this to work properly?

Thanks

Edit: OK Open SEF was the culprit once again, hehe, I guess when I was changing some settings I made OpenSEf to skip Sobi2 which I should've just let it handle it on it's own. Once I changed that setting, it worked!. :)
Last edited by sdathletics on Mon Oct 23, 2006 7:27 am, edited 1 time in total.


Locked

Return to “Open Source Products for Joomla!”