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

TOPIC:

Two strange events 16 Aug 2013 18:40 #10797

  • VeCrea
  • VeCrea's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
I have two strange things happening. Look the screenshot.
  1. On the top left, the title of the tab contains this -JADMINISTRATION- thing, on every page
  2. The link in table header (Date de demande, date d'enlèvement prévu, date d'enlèvement réel disapear on mouse out. Very strange

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

Last edit: by VeCrea.

Two strange events 16 Aug 2013 23:58 #10800

  • VeCrea
  • VeCrea's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
The JADMINISTRATION problem comes from administrator/includes/toolbar.php, a native Joomla function that, on line 45, set the page title
Here is mod that solves my issue :
//JFactory::getDocument()->setTitle($app->getCfg('sitename') . ' - ' . JText::_('JADMINISTRATION') . ' - ' . $title);
JFactory::getDocument()->setTitle($title . ' - ' . $app->getCfg('sitename'));
Just a comment : sitename is better placed after the page title, usuability practice.
The following user(s) said Thank You: admin

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

Last edit: by VeCrea.

Two strange events 18 Aug 2013 18:35 #10807

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Thank you for the tip.

Moved in troubleshooting
Coding is now a piece of cake

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

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

First of all... I have to congratulate you guys for the awesome tool... I came here only to see what this thing was up to and I have to tell that I'm very impressed with what this tool can do. French guys are making a revolution on Joomla... first with Seblod and now Cook...
Griiettner (forum)

Get Started