*

bgd

  • ***
  • 33 posts
Re: Osclass v4.1 in development
« Reply #75 on: October 17, 2020, 12:16:21 AM »
I did automatic update successfully from oc-admin to new version 4.1.1

Thank you.

*

MB Themes

Re: Osclass v4.1 in development
« Reply #76 on: October 17, 2020, 06:15:16 AM »
Great ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #77 on: October 18, 2020, 07:46:50 AM »
vQmod integration. One plugin exist, but is not working properly. Itegrate it to core would be better maybe.

*

MB Themes

Re: Osclass v4.1 in development
« Reply #78 on: October 18, 2020, 08:40:45 AM »
I neved heard about that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #79 on: October 20, 2020, 08:08:59 AM »
I neved heard about that

vQmod plugin
« Last Edit: October 20, 2020, 03:31:11 PM by MB Themes »

*

MB Themes

Re: Osclass v4.1 in development
« Reply #80 on: October 20, 2020, 03:31:28 PM »
@tomi327
I've read description but not quite getting point of that plugin :/
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #81 on: October 20, 2020, 06:06:25 PM »
@tomi327
I've read description but not quite getting point of that plugin :/

You can change, modify, replace core code virtualy. Its something like child theme for core.

Example from xml file:

<file name="oc-includes/osclass/model/Item.php">
<operation info="Modify orderBy of findItemTypesByUserID">
<search position="replace">
<![CDATA[ $this->dao->orderBy('dt_pub_date', 'DESC'); ]]>
</search>
<add>
<![CDATA[ $this->dao->orderBy('b_premium', 'DESC', 'dt_pub_date'); ]]>
</add>
</operation>
</file>

Examples how it works:
https://github.com/vqmod/vqmod/wiki/Examples
« Last Edit: October 20, 2020, 06:16:06 PM by tomi327 »

Marked as best answer by frosticek on October 21, 2020, 09:33:41 PM
*

MB Themes

Re: Osclass v4.1 in development
« Reply #82 on: October 21, 2020, 09:33:32 PM »
Thanks everyone for your support, feedback and ideas, we really appreciate that.

Together we've reached milestone of 700 osclass 4.x downloads from osclasspoint and 150 downloads from sourceforge (all real counting, no fake "ru-pro" adjustments).

All your ideas has been collected, for new ideas (or to clarify existing ones) please use new thread opened for osclass 4.2.

Thank you!
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots