+ Reply to Thread
Results 1 to 5 of 5

Thread: Integrate Listings navigation plugin

  1. #1

    Integrate Listings navigation plugin

    Hello. How can i integrate this addon directly into the script (so not as an addon), after the description area? I tried to move rlListingNavigator.class.php into includes/classes and navigation.tpl in /templates/realty_quiet_day/tpl/blocks and added in listing_detail.tpl - {include file='blocks'|cat:$smarty.const.RL_DS|cat:'navigat ion.tpl'} but is not working.

    i have tried as well to alter olso in navigation.tpl to location in wich to apear - $('div#content table.content td.content').prepend($('ul#lnp_container')); but olso didn't work.

    I do not like the fact that is displayed before the actual listing content and olso the fact that with this, as it is, the page loades in 2 steps. First the navigator shows and after, the actual listing. I try to eliminate this bug. The arrows should be more explicit and olso they should show after the listing fields. It's a practical choice becouse any person would read a listing and when he reaches the end of that listing he would prefer to move to next listing via this plugin, as oposed to now, when it has to scroll the page up and click from there. Is not practical.

  2. #2
    Quote Originally Posted by Petrache Nicolae View Post
    Hello. How can i integrate this addon directly into the script (so not as an addon), after the description area? I tried to move rlListingNavigator.class.php into includes/classes and navigation.tpl in /templates/realty_quiet_day/tpl/blocks and added in listing_detail.tpl - {include file='blocks'|cat:$smarty.const.RL_DS|cat:'navigat ion.tpl'} but is not working.

    i have tried as well to alter olso in navigation.tpl to location in wich to apear - $('div#content table.content td.content').prepend($('ul#lnp_container')); but olso didn't work.

    I do not like the fact that is displayed before the actual listing content and olso the fact that with this, as it is, the page loades in 2 steps. First the navigator shows and after, the actual listing. I try to eliminate this bug. The arrows should be more explicit and olso they should show after the listing fields. It's a practical choice becouse any person would read a listing and when he reaches the end of that listing he would prefer to move to next listing via this plugin, as oposed to now, when it has to scroll the page up and click from there. Is not practical.
    Have you a working solution for this ?

  3. #3
    unfortunaly no

  4. #4
    Hi dear,

    Am using {rlHook name='listingDetailsTopTpl'}

    to Integrate Listings navigation plugin in listing_detail.tpl

    it works for me, maybe this help you, when I find another solution to intergrate tpl file from plugin folder I can tell you later, good luck

  5. #5
    I found it, maybe my solution help you !

    {include file=$smarty.const.RL_PLUGINS|cat:'listing_navigat or'|cat:$smarty.const.RL_DS|cat:'navigation.tpl'}

+ Reply to Thread