+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Add a listing | Redirect to listing details upon completion

  1. #1

    Exclamation Add a listing | Redirect to listing details upon completion

    When my users finish adding a listing... Instead of going to 'done' page I would like the script to re-direct them to their listings detail page.

    Can someone please inform me how to do this?

  2. #2
    any ideia how to do it

  3. #3
    some one help us please

  4. #4
    Hi all,

    You need open file \includes\controllers\add_listing.inc.php in row~1222 with code:



    and add new row with redirect to listing details page:

    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

  5. #5
    How can we do this redirection to "my listings page" ? file add_listing.inc.php have only 100 lines.

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Go to includes > Abstracts > AbstractSteps.php > public function buildStepURL

    before:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code

  7. #7
    Hi Rudi,

    I made this change. I added code one line before return $url;
    Results is that redirect at my listings but listings is incomplete at status.
    I make changes to the last updated version 4.9
    Last edited by Chysostomos Floros; May 2, 2022 at 08:07 PM.

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

    Make sure your account type doesn't require email activation and confirmation by admin

  9. #9
    Account type that i use require email confirmation.
    Where is the problem and how can we solve it?

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    I can't say exactly what could be the problem,

    I need to look into it

+ Reply to Thread