Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Important: Do NOT upgrade to Joomla 3.8 (fix here) 20 Sep 2017 09:19 #15299

Hi all,

If you have any frontend editing (or any screen with Toolbar buttons) do NOT upgrade to Joomla 3.8.
The toolbar has now a different class and will NOT be rendered.

I have a fix, open up in your ftp: ROOT/includes/jdom/html/toolbar.php
change line 65 from
		if (is_object($this->bar) && strtolower(get_class($this->bar)) == 'jtoolbar')
to
		if (is_object($this->bar) && (strtolower(get_class($this->bar)) == 'jtoolbar' || strtolower(get_class($this->bar)) == 'joomla\cms\toolbar\toolbar'))
The following user(s) said Thank You: admin, vlemos, organicwebs

Please Log in or Create an account to join the conversation.

Last edit: by Romkabouter.

Important: Do NOT upgrade to Joomla 3.8 (fix here) 20 Sep 2017 10:57 #15302

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Thank you very much.

I didn't saw this one yet.
Gonna work on that.

Thanks for your fix
K++
Coding is now a piece of cake
The following user(s) said Thank You: organicwebs

Please Log in or Create an account to join the conversation.

Important: Do NOT upgrade to Joomla 3.8 (fix here) 25 Sep 2017 13:22 #15314

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed
Coding is now a piece of cake
The following user(s) said Thank You: Romkabouter, organicwebs

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.286 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started