[Moved] Mosets Tree v2.0.5 build 114

Статус
В этой теме нельзя размещать новые ответы.

Tonik1

Постоялец
Регистрация
14 Апр 2006
Сообщения
92
Реакции
29
Null сделан по принципу который предложил Странник - убрана строчка отправки письма разработчику.


Mosets Tree is a directory component for Joomla!. You can use Mosets Tree run a complex Yahoo! style directory directly inside your Joomla website. Mosets Tree is designed to handle any data that requires a directory structure such as a business directory, links directory or scripts directory. Because Mosets Tree runs on Joomla!, you have infinite possibilities to include more features to your website by using third party extensions from Joomla! Extensions Directory.

Extremely Customizable
Mosets Tree has been built with customizability in mind. You can have text fields, checkboxes, radio buttons, drop downs or many other field types in your listing submission form. If you are a developer, you can even create your own field type, so you are not limited to the field type that comes with Mosets Tree.
Flexible template system
If you have an existing Joomla website, you can install and run Mosets Tree in no time. The default M2 Tree template that comes with Mosets Tree is ready to use for business or links directory. If you're feeling creative and wants something different, customize the template! We make it easy and flexible for web designer to modify the templates without touching the core codes.

Feature List
  • Easy to use Administration interface
  • Rating, Favourites, Helpfuls and Review system
  • Unlimited custom fields
  • Extensible field types
  • Monitor directory's activities through Spy
  • Unlimited nested categories
  • Cross categrization
  • Recommend to friend
  • Report to admin
  • Contact owner
  • Links to Mapquest and Yahoo! Maps
  • Customizable layout using Tree Template
  • Fast performance with caching support
  • Auto thumbnailing
  • Search Engine Friendly - Support Advance SEF
  • Full support of Emir Sakic's SEF Advanced
  • Support plugins
  • Auto spider to retrieve META tags
  • User submission
  • Comprehensive approval system
  • Claimable listings
  • Language support
  • Import Tool
  • Export Tool
  • Support Joomla! 1.5 with Legacy plugin
  • and much more!
Для просмотра ссылки Войди или Зарегистрируйся Для просмотра ссылки Войди или ЗарегистрируйсяДля просмотра ссылки Войди или Зарегистрируйся
 
Перевод в студию! :read:
 
Кстати в архиве только компонент, а как насчет модулей ? В комплекте там порядка 15 дополнений еще идут
 
  • Заблокирован
  • #5
Скажите пожалуйста, а как его установить?
 
first, thanks for the great share. are the modules also updated or can we use the mods from previous release?

thanks
 
there are some bugs

if you use the search from mostree than you get error

Warning: include(/components/com_mtree/init.php) [function.include]: failed to open stream: No such file or directory in .../plugins/search/mtree.searchbot.php on line 12

Warning: include() [function.include]: Failed opening '/components/com_mtree/init.php' for inclusion (include_path='.;C:\xampp\php\pear\') in .../plugins/search/mtree.searchbot.php on line 12

open .../plugins/search/mtree.searchbot.php and replace on line 12

PHP:
include( $mosConfig_absolute_path . '/components/com_mtree/init.php');

with

PHP:
include(JPATH_SITE.DS.'components'.DS.'com_mtree'.DS.'init.php');


and when you receive the error

Catchable fatal error: Object of class stdClass could not be converted to string in .../libraries/joomla/html/parameter.php on line 84

than open .../components/com_mtree/mtree.php and replace on line 3305

PHP:
$mFieldTypeObject = new $class(array('params'=>$core_params[$core_field_type]));

with

PHP:
$mFieldTypeObject = new $class(array('params'=>$core_params[$core_field_type]->params));

enjoy :)
 
модули и плагины от 2.0.4 подойдут?
 
нет я пробовал модули не пошли
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху