Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] JADMINISTRATION in title

Two strange events 16 Aug 2013 18:40 #10797

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
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
Last Edit: 16 Aug 2013 18:43 by VeCrea.
The administrator has disabled public write access.

Two strange events 16 Aug 2013 23:58 #10800

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
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.
Last Edit: 16 Aug 2013 23:58 by VeCrea.
The administrator has disabled public write access.
The following user(s) said Thank You: admin

Two strange events 18 Aug 2013 18:35 #10807

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

Moved in troubleshooting
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.094 seconds

Get Started