Компонент DJ-Classifieds

Ajax App ver. 1.3.2.1
Ajax App ver. 1.3.2.1
fixed Blog layout / Masonry problems when moving back from Single Ad page
Ajax App ver. 1.3.2
added "Enable In" parameter for enabling the plugin only in specific pages
added storing lazy loaded items in history state
added support for saving items to favorites with ajax
fixed MooTools Tooltips/Gallery & Masonry conflicts

Для просмотра ссылки Войди или Зарегистрируйся


выдрал из Для просмотра ссылки Войди или Зарегистрируйся
Все нравится - Для просмотра ссылки Войди или Зарегистрируйсятам же.
 
Подскажите как сделать чтобы поле контакт, я его использую как телефон, открывался номер телефона в смартфоне.
<a href="tel: сюда что вставить? какую переменную или код?">код из DJ-Classifieds </a>
 
Подскажите как сделать чтобы поле контакт, я его использую как телефон, открывался номер телефона в смартфоне.
<a href="tel: сюда что вставить? какую переменную или код?">код из DJ-Classifieds </a>
Контакт отключите. а Создайте дополнительное поле и используйте его. Назовите его "телефон" от этого названия создастся алиас этого поля "telefon" или что-то подобное. Главное чтобы в алиасе присутствовало слово "tel". тогда будет открываться в сматрфоне. Это как вариант решения.
 
// text - это ваше текстовое поле (TextView)

Код:
text.setOnClickListener(new View.OnClickListener() {
    @Override
    public void onClick(View v) {
        Intent callIntent = new Intent(Intent.ACTION_CALL);
        callIntent.setData(Uri.parse("tel:" + text.getText().toString()));
        startActivity(callIntent);
    }
});
Подскажите как сделать чтобы поле контакт, я его использую как телефон, открывался номер телефона в смартфоне.
<a href="tel: сюда что вставить? какую переменную или код?">код из DJ-Classifieds </a>
 
Подскажите где отключить поле контакты не могу найти
 
Ребят, возникла такая проблема при добавлении картинки "Upload URL might be wrong or doesn't exist" Подскажите где копать? Заметил что формат png грузится а jpg нет...

и еще Кто может подсказать, как изменить порядок категорий? К примеру идет так "работа, прочее, товары", а надо так "товары,работа, прочее". Я сам найти не смог...

если еще актуально, вот видео где показано как сортировать категории в DJ-Classifie,
думаю многим пригодится

 
Добрый день! Народ, подскажите как убрать поле заголовок при подаче объявления?

/components/com_djclassifieds/views/additem/tmpl/default.php
здесь нашел где выводится, но на сайте висит не удаляется..
 
Added features:
  • (+) Blocking save button during advert creation , to prevent multiple store of new adverts.
  • (+) Possibility to hide page title on categories tree basing on "Show Page Heading" menu parameter
  • (+) Module DJ-CLassifieds CategoriesTree possibility to select layout
  • (+) Categories ordering parameter in DJ-Classifieds Category Tree module
  • (+) Added extra check for images requirement when adding adverts.
  • (+) Support in advert details for microdata tags from Schema.org
  • (+) New parameter "Map img on start" allows to show blank image instead of map when advert is loaded. Map is shown after slicking on "Show Map" button.
  • (+) Updated confirmation method of PayPal payment.
  • (+) Added support to "date from-to" custom field in ask seller form.
  • (+) Respecting post code in address geolocalization used in new advert creation form.
  • (+) Including subcategories in selected category parameter of DJ-Classifieds Maps module.
  • (+) Disabled restriction that at least one duration have to be assigned to all categories.
  • (+) Possibility to clear user profile
  • (+) Possibility to limit number how many adverts can be posted for last 5 minutest, last hour and last day.
  • (+) New tag [[purchase_details]] available in "Buynow - buyer notification email" [ID34]
  • (+) Remember selected duration after category change in advert creation form
  • (+) Contact form in user Profile
  • (+) Possibility to select Adverts types in DJ-Classifieds Maps module
  • (+) Possibility to assign selected from category custom fields to all subcategories.
  • (+) New parameter in DJ-Classifieds search module which allows to specify source of input hints (adverts, regions, categories)
  • (+) Possibility to use other then TinyMCE editor for description.
  • (+) Export user profile with all details to XML file
  • (+) Export adverts to XML file
  • (+) Automatic link generation for WhatsApp field
Fixes:

  • (!) Resolved problem with missing days when buying some promotion again.
  • (!) Added noopener noreferrer to website link
  • (!) Resolved problem with calculation for characters.
  • (!) Resolved problem with Bootstrap styling problem on labels elements
  • (!) Resolved problem with auctions counter
  • (!) Resolved problem with date format when wrong date is provided
  • (!) Resolved problem with auction countdown on Safari browser
  • (!) Resolved problems with notices on profiles search results.
  • (!) Function cURL used for payment verification in DJ-CLassifieds PayPal plugin
  • (!) Resolved problem with notifications in helper from DJ-Classifieds Items module
  • (!) Resolved problem with Deprecated notification about function for article links generator.
  • (!) Resolved problem with currency show always on right side of price field, when price using as a custom field
  • (!) Resolved problem with missinf DS declaration in DJClassifiedsSEO library
  • (!) Resolved problem with "Drive Directions" in advert details.
  • (!) Resolved problem with fields types inputbox, textarea, date displayed as a label translation.
  • (!) Replaced all single apostrophes and QQ signs from language files.

Category Tree module и карту доработали, что приятно.
 
Подскажите где отключить поле контакты не могу найти
Настройки - глобальные - Использовать обратную связь(зависит от перевода). Это между "использовать почтовый индекс" и "использовать цена"
 
Назад
Сверху