+ Reply to Thread
Results 1 to 9 of 9

Thread: Ask to login to add listing to favorite?

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    261

    Ask to login to add listing to favorite?

    Dear Flynax Developer,

    Is there anyway I can make a pop-up with the login requirement, when a visitor / not-logged-in click on the favorite icon on the listing? Just like when they trying to save a comparison table

    Thank you

    Screen Shot 2023-08-25 at 2.55.08 PM.png

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

    It will require a small modification

  3. #3
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    261
    Quote Originally Posted by Rudi View Post
    Hello,

    It will require a small modification
    Hi Rudi,
    So there is no quick solution for it like changing, adding code to some files?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Unfortunately, not

    I can point you to a file where you can see the example of the pop-up login form:

    templates/your_template/tpl/controllers/listing_type.tpl > find a line $('span#save_search, span[name=alter-save-search]').click(function() {

  5. #5
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    261
    Quote Originally Posted by Rudi View Post
    Unfortunately, not

    I can point you to a file where you can see the example of the pop-up login form:

    templates/your_template/tpl/controllers/listing_type.tpl > find a line $('span#save_search, span[name=alter-save-search]').click(function() {
    Thank you, I will look and see what I could do. I really appreciate that you gave us some clue.
    Last edited by Tim Copper; August 31, 2023 at 05:52 AM.

  6. #6
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    please elaborate. What code do i need to add or modify?

    Thank you

  7. #7
    I'm interested, too. But I look at Rudi's clue for 10 minutes and still not having any clue.

  8. #8
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    hehe i thought I’m the only one who can't get it.

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    As I mentioned above, it will require a customization as there is no quick solution

+ Reply to Thread