Giter Club home page Giter Club logo

Comments (6)

sonvnn avatar sonvnn commented on July 27, 2024 1

Hi, Please wait for update version. We will release fixbug version in next 24h.

Best Regards,
Sonny

from tz_portfolio_plus.

wamk9 avatar wamk9 commented on July 27, 2024

Hi, Please wait for update version. We will release fixbug version in next 24h.

Best Regards,
Sonny

Hi Sonny! Any news about this update?

from tz_portfolio_plus.

sonvnn avatar sonvnn commented on July 27, 2024

Hello,

Sorry for the late reply. We are still working on this. We will update update version today.

Thanks & Best Regards,
Sonny

from tz_portfolio_plus.

wamk9 avatar wamk9 commented on July 27, 2024

Hello,

Sorry for the late reply. We are still working on this. We will update update version today.

Thanks & Best Regards,
Sonny

Hi Sonny! I update my component to 2.5.0 and now my front-end isn't showing any error on categories, but my itens don't show on this screen!

If i go by link to any item i receive this screen error:

image

And if i access any item on backend i receive the "Form::loadForm could not load file" error in Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT/administrator/components/com_tz_portfolio_plus/libraries/plugin/modeladmin.php:47

from tz_portfolio_plus.

trinhvanduong avatar trinhvanduong commented on July 27, 2024

Hi wamk9,
You should remove "JHtml::('behavior.caption')" or "HTMLHelper::('behavior.caption')" of your style (pspina) with Joomla 4.
And with error "Form::loadForm", we will check and update version in next 24h.

from tz_portfolio_plus.

wamk9 avatar wamk9 commented on July 27, 2024

Hi wamk9,
You should remove "JHtml::('behavior.caption')" or "HTMLHelper::('behavior.caption')" of your style (pspina) with Joomla 4.
And with error "Form::loadForm", we will check and update version in next 24h.

Hi @trinhvanduong!

I review the problem with loadForm and this solved changing on line 47 in /administrator/components/com_tz_portfolio_plus/libraries/plugin/modeladmin.php this code:

$form = $this->loadForm('plg_'.$this -> plugin_type.$name.'.'.$name, $name,
            array('control' => 'jform', 'load_data' => $loadData));

to this:

$form = $this->loadForm($this -> option.'.'.$this -> getName(), 'article', array('control' => 'jform', 'load_data' => $loadData));

Another thing is about grid_gallery's addon, on line 47 in /components/com_tz_portfolio_plus/addons/mediatype/grid_gallery/tmpl/default.php we need change if ($japp->isAdmin()) { to if ($japp->isClient('administrator')) {, like showed on issue published on joomla_cms' repository.

About JHtml::('behavior.caption'), i removed and this works! I have many other problems but is about my template vs. J4 (i guess) like items on portfolio doesn't showing! Thanks by supporting us!

from tz_portfolio_plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.