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

Thread: Reference Number Plugin

  1. #1

    Reference Number Plugin

    can you please explain how do you wanted to work this plugin?

    at least in my case, when i create an ad, i have the option to insert any custom number wich after save is replaced with other number. after me, the script should automatical create the number and display it and not show this to the client when creating an ad

  2. #2
    Hello Petrache Nikolae,

    Yes you are right exist small problem with it. This field shouldn't show on add listing page because this field generating automatically. You can fix it manually:

    Please go to ftp: templates >> your_template >> tpl >> blocks >> field.tpl

    find first line:
    Code:
    Only registered members can view the code.
    and after it add condition:
    Code:
    Only registered members can view the code.
    then find last line with code:
    Code:
    Only registered members can view the code.
    before it add end of condition:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    works fine now. the plugin should be updated with this. thanks for the help.

  4. #4
    strange...the reference number from old ad does show in search but the reference number of the ad i have created now does not show - Requested listing not found.

  5. #5
    Hello Petrache Nicolae,

    Yes I found problem. Before your change reference number was 8 symbols but now you changed it to 6 only. And system allow insert only 6 characters in reference field for search, but old listing have reference numbers with 8 symbols.

    You can fix it manually in ftp: plugins >> ref >> ref_block.tpl

    find line:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    thanks for the help

  7. #7
    mike change it in the meantime into
    <input style="width: 90%;" type="text" {* maxlength="{$config.ref_tpl|count_characters}" *} maxlength="20" id="ref_input" value="{$lang.ref_label}" />

    and seems to be fine. will see when i will delete all test ads and start with real ads -have 1 last ticket to be solved by you-the one with the description

  8. #8
    why not show Ref Number in my detail pages?

  9. #9
    Hello Tin tun Naing,

    Would you please send ftp access to my PM. I will check your site and solve problem with ref numbers.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    Also redirect error http://www.house-myanmar.com/ to http://www.house-myanmar.com/myanmar/

    Best Regards,
    Tin
    Last edited by Tin tun Naing; April 20, 2016 at 10:15 AM.

+ Reply to Thread