• Resolved webmasteral

    (@webmasteral)


    Made a small change to code in js-support-ticket.php line 877 (878 if you have already added the code below) to reflect custom title set in configuration settings instead of “Support1” displaying next to the icon

    $html .= '<img class="js-ticket_screentag_image" alt="screen tag" src="'.$img_scr.'" /><span class="text">'.$title.'</span>';

    then added line 816 to same file to pull custom title from db

    $title = jssupportticket::$_config['title'];

    Hope others find this code helpful

    • This topic was modified 3 years, 5 months ago by webmasteral. Reason: removing an added 's
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    It will also available in next version.

    Thread Starter webmasteral

    (@webmasteral)

    It does not look like this addition did not make it into 2.5.3

    I do hope you add it to future versions

    Plugin Author JoomSky

    (@rabilal)

    Hi,

    Admin can edit support icon text in the configurations.
    This feature will be available in 2.5.4.

    Regards,
    Help Desk team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom code to show custom title next to icon on home page’ is closed to new replies.