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

Thread: Changing the category of an advert?

  1. #1

    Changing the category of an advert?

    When you edit an advert I would like to be able to change the category of it.


    The category never appears in the editing, any idea?

    thax

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

    You can do it via edit listing form, see my screenshot
    Attached Images Attached Images

  3. #3
    Thanks so much Rudy.

    Can admin user modify any advert too?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Do you mean a user of the admin panel?

    In Listings (section) > Listings

    to change the category of some listing, you need to use mass actions at bottom of the grid:

    Check some listing/s > at the bottom select an action 'Move' > Go > select your listing type and category > Move

    Screen Shot 2021-03-23 at 2.17.44 AM.png

  5. #5
    No Rudy,
    As an admin user who can modify any advert, delete etc without going through the admin panel

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Unfortunately, the script doesn't support this feature

  7. #7
    Ok how do you make the id of the Ads appear of the advert in order to find it within the list of ads?

  8. #8
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    You can see the ad ids in the admin panel: Listings > Listings > column ID;

    use Filters at the top to find your ad by ID

    also, you can use a Reference Number plugin to search listings by id through the site

  9. #9
    Rudy

    WHy is it taking so long when for some reason I want to deleted 100 or 1000 ads it only delete a few and it takes so long?

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Because it requires more time to complete this request and it seems that your server gives a timeout error

    do yourself or ask your hosting to increase the value for max_execution_time in php.ini

    set it to 100 or 200

    also, make sure that the memory_limit is at least 512 mb


    then go to ftp or file manager > includes > classes > reefless.class.php

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread