Noah's QuickSell Classifieds Themes

Creating website has never been easier !

Advertisement

Date added : Thu, 10 Jun 2010

Category : Themes

Author : Ivaylo Ivanov

Views : 3684

Online demo : click

  • Two areas for google adsense or youtube video, whatever you like.
  • “About Us” area.
  • Single organize menu which include : User Menu , Admin Menu, Category Menu, Rss feed, Themes & Languages Widgets .
  • Social abilities from AddtoAny.
  • Compatible with the version above 4.1.2
  1. Unzip the file and upload to the [NOAHS-INSTALL-DIRECTORY]/themes/ directory.
  2. Log into Noahs as an administrator (Admin) and go to Control Panel and them select Settings.
  3. Scroll down and either make Real Estate the default theme or add Aperture to the list of available themes to choose from.
  4. Scroll to the bottom of the Settings page and save the updated settings.
  5. Edit constants.php. It`s locate in ../app/ directory of your script.
  6. Find string :

    $thumbnailSizes = array(
    “small” =>array(”width”=>55, “height”=>41), // used as the small thumbnails on the ad details pages
    “medium”=>array(”width”=>120, “height”=>90),// used in the ad lists
    “large” =>array(”width”=>187, “height”=>140) // used as the large thumbnail on the ad details pages
    );

  7. Replace it with :

    $thumbnailSizes = array(
    “small” =>array(”width”=>55, “height”=>41), // used as the small thumbnails on the ad details pages
    “medium”=>array(”width”=>120, “height”=>90), // used in the ad lists
    “large” =>array(”width”=>187, “height”=>140), // used as the large thumbnail on the ad details pages
    “big” =>array(”width”=>300, “height”=>225) // used as the largest thumbnail on the ad details pages
    );

  8. Save file.
  9. Edit item_scrollablepresentation.php. It`s locate in ../app/ directory of your script.
  10. Find string :

    $value = $listItem->showPicture($attr, “small”, TRUE); // no href

  11. Replace it with :

    $value = $listItem->showPicture($attr, “big“, TRUE); // no href

  12. Create or edit exist custom list. Set scrollable widget Above content.
  13. You are done . Enjoy !

Need a help ?

Just send your ftp details here !