+ Reply to Thread
Results 1 to 3 of 3

Thread: increase image size of featured

  1. #1

    increase image size of featured

    how can i make featured show a biger image (large type instead of thumb type) as it does the random featured block? i had to increase the left column and the images are poor quality becouse i had to resize the box. thanks

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can try to use value of the field Photo instead of value Thumbnail.

    1. Open the script includes/classes/rlListings.class.php
    2. Find the method getFeatured();
    3. replace this line:
    PHP Code:
    Only registered members can view the code
    to
    PHP Code:
    Only registered members can view the code

  3. #3
    works perfect. thank you

+ Reply to Thread