+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: could you help making image element in rss feed

  1. #1

    could you help making image element in rss feed

    can i use image element in rss feed instead of making image part of description it could look like






    Code:
    Only registered members can view the code.
    Last edited by Mahmoud Khedr; September 3, 2016 at 03:53 PM.

  2. #2
    Any help?????

  3. #3
    Hello Mahmoud Khedr,

    Sorry for delay,

    Yes you can try to use it. Open file: ftp://templates>>your_template>>tpl>>blocks>>rss_listing .tpl

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

  4. #4
    Quote Originally Posted by Viktor View Post
    Hello Mahmoud Khedr,

    Sorry for delay,

    Yes you can try to use it. Open file: ftp://templates>>your_template>>tpl>>blocks>>rss_listing .tpl

    and add lines:
    Code:
    Only registered members can view the code.
    save and check again.

    thanks Viktor it works perfect but it select the thumbnail could you make it select large photo
    thank you again

  5. #5
    Hello Mahmoud,

    Would you please try to use quick solution:

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

  6. #6
    Quote Originally Posted by Viktor View Post
    Hello Mahmoud,

    Would you please try to use quick solution:

    Code:
    Only registered members can view the code.

    thanks Viktor but the image url shows 404 not found now

  7. #7

    Exclamation

    Hello Mahmoud,

    You need make the following changes:


    1. in file /includes/classes/rlListings.class.php in getRecentlyAdded() method find row ~875


    PHP Code:
    Only registered members can view the code
    2. add after new row


    PHP Code:
    Only registered members can view the code
    3. in row ~868


    PHP Code:
    Only registered members can view the code
    4. add new variable in the end


    PHP Code:
    Only registered members can view the code
    5. and now you can change the code in rss_listing.tpl file


    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  8. #8
    Hello Mahmoud,

    Ok a bit difficult solution:
    Go to ftp://includes>>controllers>>rss_feed.inc.php

    find code:
    PHP Code:
    Only registered members can view the code
    add new below:
    PHP Code:
    Only registered members can view the code
    then find code:
    PHP Code:
    Only registered members can view the code
    add new code below:
    PHP Code:
    Only registered members can view the code
    then find code:
    PHP Code:
    Only registered members can view the code
    and new below:
    PHP Code:
    Only registered members can view the code
    save and check again.

    Of course in tpl file return earlier code:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Hey Curtis,

    I think left join will use other pages too but big photo need only for rss feeds. That's why I suggest to use my variant.
    But users can choose other variant too.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    thanks Curtis and Viktor ii will try

+ Reply to Thread