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.078 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started