Компонент OBRSS - Joomla RSS Feed Creator

Foobla obRSS v3.2.9 - конфликт с jo0mla 3.8.3
 
несовместимо по вот этой причине:

Код:
Warning: require_once(www/libraries/cms/form/field/tag.php:( failed to open stream: No such file or directory in www/plugins/obrss/content/elements/obtag.php on line 13

Fatal error: require_once(:( Failed opening required 'www/libraries/cms/form/field/tag.php' (include_path='.:/usr/local/pear/php72') in www/plugins/obrss/content/elements/obtag.php on line 13

замените в файле plugins/obrss/content/elements/obtag.php
13ю строку на
require_once JPATH_SITE . DS . 'libraries' . DS . 'fof' . DS . 'form' . DS . 'field' . DS . 'tag.php';
 
Latest version is 3.4.2, is it working properly under Joomla 3.8.11? Share it if you have it please.
 
obRSS v3.4.2

/* 3.4.2 - 2018.06.10 */
  • ~ Allow using regular expression to strip unnecessary texts in Content plugin.

/* 3.4.1 - 2018.02.23 */
  • + Add 1 more ability of displaying only items data in JSON format feeds.
  • ~ Improved: if turn off Cache option in feed's settings, display directly feed content in front end without write down a file.

/* 3.4 - 2018.01.29 */
  • + Added Podcast Itunes settings tab and format.
  • ~ Fixed issue with loading image field in general settings of feed.
  • ~ Added general option to limit query of users list by groups to avoid loading HTML when editing Articles feed.

/* 3.3.10 - 2017.10.16 */
  • ~ Fixed bug with the link of Read More in Content add-on.
  • ~ Fixed issue: have to save the feed's settings after upgrade new version.

/* 3.3.9 - 2017.09.21 */
  • ~ Fixed the conflict with Joomla 3.8+.
  • + Added new option allows putting image caption data into a specific element.

/* 3.3.8 - 2017.09.11 */
  • + Added option for displaying only featured articles in the feeds.
  • + Improved Strip Text option for being able to remove multiple texts.

/* 3.3.7 - 2017.07.14 */
  • ~ Updated Content add-on for working compatible with the newest version of Falang.
  • ~ Tried to fix issue with DS constant again.
  • ~ Fixed bug when strip tags.

/* 3.3.6 - 2017.05.23 */
  • + Added new 2 options in Content add-on allows filtering articles which have published date between 2 specific days.
  • ~ Fixed missing DS constant issue.

/* 3.3.5 - 2017.04.27 */
  • + Added new option in Content add-on allows showing the data of tags.
  • ~ Fixed several bugs which cause appearing Notice messages on Joomla v3.7.
  • ~ Fixed bugs which happen with PHP7.

/* 3.3.4 - 2017.01.23 */
  • ~ Fixed bug when auto generate alias of the feed from non-Latin language.
  • + Added new format type of feed: Flux RSS.
  • + Added 1 more option in Content add-on which allows put Category name into the custom element but not use CDATA.
  • + Added 1 more option in Content add-on to use non-SEF link of items.

/* 3.3.3 - 2017.01.05 */
  • ~ Fixed bug of obrss system plugin: Deprecated issue.
  • ~ Used escape method with data of Category when put into the custom element.

/* 3.3.2 - 2016.11.30 */
  • ~ Fixed bug when choose ordering by hits with Content addon.
  • ~ Tried to fixed bug which causes the first empty line at the beginning of feed.

/* 3.3.1 - 2016.09.21 */
  • + Added new option in settings page of feed allows users turn off Style Sheet of obRSS.
  • ~ Removed all Style attribute from the description or each item in Facebook Atom XML format.

/* 3.3 - 2016.06.13 */
  • + Added new format of the feed: Facebook Atom XML.
  • ~ Possibled to add multiple authors in Content addon.
 
Последнее редактирование:
obRSS v3.4.2
У меня ошибка
HP Notice: Undefined property: stdClass::$use_seflink in /home/plugins/obrss/content/content.php on line 234
Как лечить???
 
obRSS v3.4.2
У меня ошибка
HP Notice: Undefined property: stdClass::$use_seflink in /home/plugins/obrss/content/content.php on line 234
Как лечить???
А если просто отключить ошибки? Общие настройки/Настройки сервера/Сообщения об ошибках/Нет
 
Друзья может кто подскажет где мануал по нем почитать, или как сделать в RSS записи <enclosure url="Для просмотра ссылки Войди или Зарегистрируйся" type="image/jpeg"/>

После долгих мучений понял проблема в файле ../components/com_obrss/helpers/feedcreator.php в строке
if ($this->RSSVersion == "2.0" && $this->items[$i]->enclosure != NULL)
именно в = NULL он напрочь не видит масив изображения и как это победить не знаю, походу проблема не в компоненте а в самой джумле
 
Последнее редактирование модератором:
Видимо obrss больше не разрабатывается. Похоже на joomrss (Для просмотра ссылки Войди или Зарегистрируйся). На первый взгляд кажется, что это дальнейшее развитие obrss. Также есть плагин для virtuemart.

версия 1.1.5 здесь: Для просмотра ссылки Войди или Зарегистрируйся
 
Назад
Сверху