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

Thread: < Previous Post - Next Post >

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    < Previous Post - Next Post >

    < Previous Post - Next Post >

    Is there a way I can replace the next post / prev post test at the top of a listing page with the actual titles of those posts ? and also I would need to truncate the length of that title so that it fitted within the 50% half of the page top per se

    so instead it might look like

    < How Freddy fell off a log ... - How Mary Jumped a rope ... >

    type thing

    Thanks
    Pete
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  2. #2
    Yes, Open the file: ftp://plugins>>listing_navigator>>navigation.tpl
    find the code:

    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Very Cool, Thanks Viktor
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  4. #4
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    That worked perfectly, thanks to Viktor.

    Now let's say I wanted to place that at the bottom of the view details instead of the top, how would I do that if possible, please?

    Pete
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  5. #5
    Try to use this MySQL query into: Admin Panel >> Database

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

  6. #6
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Is there a way it can be edited in code ?
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  7. #7
    Nope, only change hook. Also, You can take the code from the hook and put to listing_details.tpl file.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    ok thank you will try that, i am guessing the bit below is what I add ?



    SET `Name` = 'listingDetailsBottomTpl' WHERE `Name` ='listingDetailsTopTpl' AND `Plugin` = 'listing_navigator';
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  9. #9
    Excuse me I don't understand. Would you please explain to me better.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Viktor View Post
    Excuse me I don't understand. Would you please explain to me better.
    You can take the code from the hook and put to listing_details.tpl file.
    Exactly what part of the code do I need to put into the listing_details.tpl file, please / not sure what part I need to copy and paste / how it should look / be ?

    UPDATE `fl_hooks` SET `Name` = 'listingDetailsBottomTpl' WHERE `Name` ='listingDetailsTopTpl' AND `Plugin` = 'listing_navigator';
    Thanks Pete
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread