+ Reply to Thread
Results 1 to 9 of 9

Thread: Listing status plugin

  1. #1
    Senior Member
    Join Date
    Oct 2011
    Posts
    113

    Listing status plugin

    Hello,


    have a question and also some ideas for next versions of the listing status plugin.

    - How can I change the position of the watermark? Would like to set it top/left corner.

    Maybe some of the following would be great at next version:
    - Selectable the positions of the watermark
    - Integrate listing status with listing plans. For new listings it would be possible to choose something like "lastminute" for home vacations.


    Best regards
    Andreas

  2. #2
    Hello Andreas,

    Thank you for participation, it's unfortunately not easy and require additional coding to the software to make the change. I think it's good idea to have ability to change it in the plugin.

    But it will not be in the plugin in next versions before the software update because it's not enough to make changes to the plugin but we have to change software itself to make this possible.
    In case you want to hardcode some conditions to make it for your specific statuses i can help with instructions.

  3. #3
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hi Mike,


    didn

  4. #4
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hi Mike,


    didnt know, that the changes would make so much work. But the plugin would be more comfortable with the functionality.
    In my case, I just need the watermark in the upper left corner. Similar to the featured watermark.


    Best regards
    Andreas

  5. #5
    You have to look into classes/rlResize.class.php

    find function

    Code:
    Only registered members can view the code.
    inside the function find code

    Code:
    Only registered members can view the code.
    try to change to

    Code:
    Only registered members can view the code.

    But it will affect all watermarks, if you want it to specific statuses you have to put condition to $w_source variable and change positions


    something like
    Code:
    Only registered members can view the code.

  6. #6
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hello Mike,


    I tried it, but it has no effect to the listing status watermark.

  7. #7
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    Hi,


    now it works. changed the following:

    Code:
    Only registered members can view the code.

  8. #8
    I'm glad that you sorted it on your own sorry for mistake.

  9. #9
    Senior Member
    Join Date
    Oct 2011
    Posts
    113
    No problem, so I will learn a little more.
    I am not so good at coding, but my quota in try and error / fixing is acceptable ;-)

+ Reply to Thread