Jump to content


Submitter

SUPPORT TOPIC File Information

  • Submitted: Nov 20 2015 09:45
  • Last Updated: Feb 05 2016 09:28
  • File Size: 56.95KB
  • Views: 4496
  • Downloads: 415
  • Версия JBZoo: 2.2.x
  • Версия Zoo: 3.3.x
  • Версия Joomla: Все версии
  • Яндекс.Кошелек: Сказать СПАСИБО

Previous Versions

  • 20 Nov 2015 Download Модуль Zoo item с offset (точкой отсчета) 1.0

Download Модуль Zoo item с offset (точкой отсчета)
version: 1.0

* * * * * 3 Votes
zooitem



Screenshots
Всем привет, понадобился модуль с точкой отсчета , в общем спасибо: fiction13 показал функцию :)

Немного улучшил и причесал модуль

Posted Image

Posted Image


В пачке идут 2 архива:
1 модуль (модуль закинуть в папку с модулями и через админку найдите его :-D )
1 файл с функцией... можете руками добавить или же заменой... но лучше руками
	public function getItemswithoffsettwo($params) {

		$items = array();
		if ($application = $this->app->table->application->get($params->get('application', 0))) {

			// set one or multiple categories
			$category = (int) $params->get('category', 0);
			if ($params->get('subcategories')) {
				$categories = $application->getCategoryTree(true);
				if (isset($categories[$category])) {
					$category = array_merge(array($category), array_keys($categories[$category]->getChildren(true)));
				}
			}

			// get items
			if ($params->get('mode') == 'item') {
				if (($item = $this->app->table->item->get($params->get('item_id'))) && $item->isPublished() && $item->canAccess()) {
					$items[] = $item;
				}
			} else if ($params->get('mode') == 'types') {
				$items = $this->app->table->item->getByType($params->get('type'), $application->id, true, null, $params->get('order', array('_itemname')), $params->get('countoffset'), $params->get('count', 4));
			} else {
				$items = $this->app->table->item->getByCategory($application->id, $category, true, null, $params->get('order', array('_itemname')), $params->get('countoffset'), $params->get('count', 4));
			}
		}
		return $items;
	}
Финансовая поддержка:
Счастья, здоровья и конечно же уважение всем тем, кто может помочь рублем - мои данные на этой странице .



Screenshots

Screenshots Screenshots



or Sign In


Random Files





user(s) are online (in the past 15 minutes)

members, guests, anonymous users

Click to return to top of page in style!