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

Thread: Remote Adverts plugin release!

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    Remote Adverts plugin release!

    I'm wondering then Flynax is planning to release ‘Remote Adverts plugin’ for 4.1.x version?
    I believe this plugin is useful for our community, since it was downloaded 200 times in the past.
    Last edited by PGGO; August 16, 2012 at 01:11 AM.

  2. #2
    Yes we will improve it and adapt for the 4.1 version, i think in 2-3 weeks we will release updated plugin.

    If you have any thoughts what to improve let us know.
    I'm thinking about code generators to the dealers and ability to admin, enable/disable it to a plan as addition benefit for additional fee ?

  3. #3
    Or even have the possibility of remote search where users on othersites can search using the quick form fields

    I would definatly use that

  4. #4
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    Mike,

    Would you consider to add listing Details View function, so users can see listing details without leaving the third party website.
    You already did this for me in the past with “Remote Listings” plugin. However, it was for version 3.x.
    So you may use that plugin as a source for this functionality.

    Plugin has the following features:
    - Display listings from specific user account rather than whole website;
    - Preview listing details.
    Last edited by PGGO; August 16, 2012 at 07:25 PM.

  5. #5
    Suggestion

    I suggest the inclusion a search field this plugin.

    Here's an example.
    Bottom of page: http://g1.globo.com/

  6. #6
    Your suggestion is clear Leandro, but we will not include it to the plugin, it's different thing and can be done with small changes to the code and little html coding like below and maybe css styling

    1.

    Code:
    Only registered members can view the code.
    2. on flynax website side to includes/controllers/listing_type.inc.php add following line at begging of file

    if( $_GET['query'] )
    {
    $_POST['f'][text_search'] = $_GET['query'];
    }

  7. #7
    Hello

    I saw that the plugin is associated with the short form of the listing. How to associate it with the featured form? If many fields in short form the remote ads will look very ugly

    Have a good day

  8. #8
    Quote Originally Posted by Ionut Barabasa View Post
    Hello

    I saw that the plugin is associated with the short form of the listing. How to associate it with the featured form? If many fields in short form the remote ads will look very ugly

    Have a good day
    I want to do the same, I will have a look when I finish work and post the answer if ivfind it unless flynax team beats me to it

  9. #9
    Think i found it,

    Go into server, go to plugins/js.blocks/rlRemoteAdverts.class.php

    Find
    Code:
    Only registered members can view the code.
    Change to
    Code:
    Only registered members can view the code.
    Find
    Code:
    Only registered members can view the code.
    Change to
    Code:
    Only registered members can view the code.
    Hope that helps

  10. #10
    Hi Mike F.,

    Questions

    An specific subcategory cannot be displayed?
    I can display the ads horizontally modifying only the .css?

    Thanks

+ Reply to Thread