[Moved] Mosets Tree v2.0

  • Автор темы willrob
  • Дата начала
Статус
В этой теме нельзя размещать новые ответы.
W

willrob

Прохожие
Mosets Tree 2.0

New Features

Custom Fields

Since Mosets Tree 1.5, you have been able to add up to 30 custom fields and this opens up a lot of possibility in showing different type of data in listings. However, it requires the user to have some knowledge in PHP & HTML to modify the template to fully take advantage in this.

Mosets Tree 2.0 introduces an improved Custom Fields management with the ability to add more Field types. By default, you can create the following type of custom fields:
Text
Select List
Select Multiple
Radio Button
Audio Player
Date
Digg
E-mail
File
Image
Multi-line Textbox
Number
Online Video (Youtube, Google Video etc.)
Video Player (e.g: .avi & .swf videos)
Web link
Year

It doesn't stop here. We have open up an API for developers to create additional fieldtypes which can be easily packaged and share with other user. Installation and management of the custom fields and field types are all done in the back-end interface without any programming knowledge. It's like a form builder for Mosets Tree!

Multiple image support

Mosets Tree 2.0 now allows you to upload more than one image per listing. If there are two or more images in a listing, there will be a gallery where it list all the thumbnails for additional browsing.

Improved Tree template

Since the beginning, Mosets Tree supports template which allows developer to modify Mosets Tree's layout to their hearts content. In Mosets Tree 2.0, we have built a template manager which will make it easy for admin to install and manage their template without going through the tedious task of uploading files through an FTP manager. You'll feel right at home as it works similarly to Joomla! Template Manager.

We have also added support for parameters to template which gives greater flexibility to template designers. Any layout-related settings can be configured here.

The Tree template has been optimized to minimize the usage of tables and increase its usage of header tag in category and listing names.

Spy Directory

Ever wonder which users has voted a listing? How about the feeling that a listing owner is trying vote their listing from different accounts? Mosets Tree 2.0 comes with an innovative feature called Spy Directory which allows you to view all activities that are going on in Mosets Tree. Activities can be viewed by listings or users. There is also a built-in tool to display potential clones and subsequently remove all votes, reviews and listings from clones.

Favourites, Reviews, Helpfuls & User Pages

Mosets Tree 2.0 allows users to add listing to their favourites list which enable them quick access to those listings. This is also a great way for users to share listings with other users.

The reviews system now comes with Helpful votes. Any reader who thinks a review is helpful, they can vote a Yes or if it is not helpful, they vote a No. This system allows you to sort the reviews according to their helpfulness.

The user pages has also been improved to show a user's listings, reviews and favourites.

Improved User experience with AJAX

Adding favourites, voting a listings, changing category, adding related categories are done within the same page without reloading.

Requirements

The following are the new requirements for Mosets Tree 2.0:
PHP 4.3 or newer
MySQL 4.0 or newer
Joomla! 1.0.11 or newer

Credits to:

loopfest
 
это нуленый? тот же что в теме про 1.5 выкладывали?
 
НЕт , это не нуленый
 
блин, а я уже за перевод взялся )
 
я тоже так думаю, просто мне для проекта надо полюбэ перевод :)
думаю занулят к тому времени или сам занулю, только опыта нульщика мало, но думаю тут компонент это не какой-нить форум, так что стучалку найти можно если что.
 
Стучалка лежит в com_mtree-200_build18.zip в файле install.mtree.php

В процессе установки компонента отправляет емейл автору с указанием домена где компонент установлен

47 строка :
PHP:
mosets_mail( "mtree", "Mosets Tree" );
и далее сама функция стучалка :
PHP:
function mosets_mail( $name, $product ) {
	// Send notice of installation information to Mosets
	global $database, $my, $version;
	$mtconf = new mtConfig($database);
	$email_to= $name.".install@mosets.com";
	global $database, $my; 
	$sql = "SELECT * FROM `#__users` WHERE id = $my->id LIMIT 1"; 
	$database->setQuery( $sql ); 
	$u_rows = $database->loadObjectList(); 
	$text = "There was an installation of **" . $product ."** \r \n at " 
	. $mtconf->getjconf('live_site') . " with version: " . $mtconf->get('version') . "  \r \n"
	. "Username: " . $u_rows[0]->username . "\r \n"
	. "Email: " . $u_rows[0]->email . "\r \n"
	. "Referer: " . $_SERVER['HTTP_REFERER']. "\r \n"
	. "Language: " . $mtconf->getjconf('lang') . "\r \n"
	. "Joomla! version: " . $version . "\r \n";
	$subject = " Installation at: " .$mtconf->getjconf('sitename');
	$headers = "MIME-Version: 1.0\r \n";
	$headers .= "From: ".$u_rows[0]->username." <".$u_rows[0]->email.">\r \n";
	$headers .= "Reply-To: <".$email_to.">\r \n";
	$headers .= "X-Priority: 1\r \n";
	$headers .= "X-MSMail-Priority: High\r \n";
	$headers .= "X-Mailer: Joomla! on " .
	$mtconf->getjconf('sitename') . "\r \n";
	@mail($email_to, $subject, $text, $headers);
}
Вырезаем вызов функции и саму функцию.. Вуаля. Ну можно еще беклинки поудалять на _http://mosets.c0m
 
Yes this is the fresh copy just downloaded from the developer, MST will release a nulled version, as 2.0 is more buggy, a new build was expected to get released soon, have some patience...
 
Почему-то не работает функция "добавить отзыв".
У кого стоит mtree2.0 проверьте, это у меня одного такой баг?
 
Почему-то не работает функция "добавить отзыв".
У кого стоит mtree2.0 проверьте, это у меня одного такой баг?
Я что-то тоже не понял как включить его, пишет - "You're not allowed to review own listing". И вопрос, у кого-нибуди работает прослушивание МР3... у меня проигрыватель не подгружается и все тут...
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху