+ Reply to Thread
Results 1 to 6 of 6

Thread: i want listing url link

  1. #1

    i want listing url link

    hello
    i want listing url link to use it in listing details i tried this {$listing_url} but it doesn't work
    could you help?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    What listing url should be used on listing details page and what's it for ?

    Give more details as it's not clear

  3. #3
    ia using this to show whatsapp link to users so in the ready to post text i want to add the current listing url

    Code:
    Only registered members can view the code.

  4. #4
    i just want listing details page url in smarty code

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    ok,

    go to includes > controllers > listing_details.inc.php

    after:
    PHP Code:
    Only registered members can view the code
    add the following row:
    PHP Code:
    Only registered members can view the code
    now you can insert listing link into your code using {$listing_data.listing_url} in smarty (on listing details page)
    Last edited by Rudi; May 22, 2019 at 06:05 AM.

  6. #6
    thanks alot for your appreciated help Rudi it works

+ Reply to Thread