test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • doorknob Friend
    #193146

    I’ve often been frustrated by the initial loading of the default theme in ThemeMagic instead of the configured theme. Turns out this is a bug caused by the template parameters not being loaded properly. I fixed it by changing the following line in t3/includes/admin/theme.php from:

    $tplparams = JFactory::getApplication('site')->getTemplate(true)->params;
    to

    $tplparams = T3::getTplParams();

    Regards
    Phil

    phong nam Friend
    #516254

    Hi Phil,

    Again, thank you for your feedback and tips. I will remind our T3 developer about your suggestion and hope that he can reply your thread with some words.

    Wall Crasher Developer
    #516272

    Hi Phill,

    We have applied your fixes on for T3.
    You can check here:
    https://github.com/t3framework/t3/commit/d61fda9a2534e964f01af439724bd54320c2d37c

    Thank for reporting this issue.

    Regards

    doorknob Friend
    #516302

    Thanks
    I hadn’t appreciated the subtlety of the difference between the front and backend

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  doorknob 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum