Wallpaper Script Forum » Themes and Templates

4 Thumbs

(4 posts)

Tags:

  1. blackicx
    Member

    Hello,

    I want to change thumbnail numbers from 3 to 4 and smaller ofcourse like in wallpaperstock.net. I tried to find the code. Looked in Item.tpl items.tpl style.css and main.tpl but I could'nt find it. Where is it? Can anyone say it please. I am getting crazy

    Posted 4 years ago #
  2. This query has been answered by me in this forum.... please check
    http://wallpaperscript.com/forum/topic/fast-hosting-and-website-showcase#post-1310

    Posted 4 years ago #
  3. blackicx
    Member

    thank you i could't find it :)

    Posted 4 years ago #
  4. Displaying 4 thumbnails, You can do this by editing config.php and put this:

    //4 on row
    $thumbnails = array(array("width" => "125", "height" => "94"), array("width"
    => "270", "height" => "203"));

    After

    //3 on row
    $thumbnails = array(array("width" => "175", "height" => "131"), array("width" => "270", "height" => "203"));

    So that block should look like:

    //2 on row
    $thumbnails = array(array("width" => "270", "height" => "203"), array("width" => "270", "height" => "203"));
    //3 on row
    $thumbnails = array(array("width" => "175", "height" => "131"), array("width" => "270", "height" => "203"));
    //4 on row
    $thumbnails = array(array("width" => "125", "height" => "94"), array("width"
    => "270", "height" => "203"));

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.