Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ardg_de Developer
    #191333

    Hello,

    how can i customize the description.
    I would like to add a link to the point title
    and maybe add a link in the description.

    how can i layout the text in the description…
    like <strong>company name</strong><br>
    Adress<br>
    Tel.<br>

    Thank you for your Answering

    Ninja Lead Moderator
    #508882

    You can add the same format as you need on back-end of JA Image Hotspot module by customizing layout of JA Image Hotspot module.

    Open templates/ja_beranis/html/mod_jaimagehotspot/default.php file

    + Line 18

    From

    <?php echo $modules_des;?>

    Change to

    <?php echo nl2br($modules_des);?>

    + Line 37

    From

    htmlspecialchars($des->details, ENT_COMPAT, 'UTF-8')

    Change to

    htmlspecialchars(nl2br($des->details), ENT_COMPAT, 'UTF-8')

    ardg_de Developer
    #509319

    Thank you very much, this answer helps a lot!

    But i have just some more questions:

    Is it possible to insert <strong> or other html tags?
    also an email-link?

    Is it possible to link a point to a customer-page?

    Thanks again!

    Ninja Lead Moderator
    #509534

    <blockquote>Is it possible to insert <strong> or other html tags?
    also an email-link?</blockquote>

    You can do that on description field of JA Image Hotspot module and put it from back-end of the module

    <blockquote>Is it possible to link a point to a customer-page?</blockquote>

    I’m afraid you will not be able to do it

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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