Closed Thread
Results 1 to 2 of 2

Thread: Show a preview in the list of sites inside categories

  1. #1

    Default Show a preview in the list of sites inside categories

    I try to put a preview in the list of sites inside categories

    I found this line

    <?php echo JvseUtil::showWebSnapShotSTW($linkobj->getInfo('partner_url'), $this->cfg->get('stw_secretkey'), $this->cfg->get('stw_accesskey'), "sm", "left"); ?>

    but I don't know where to put it.

    Thanks for your help
    Last edited by sniranjan; December 21st, 2009 at 10:52 PM.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

  2. #2

    Default Re: How to put a preview in the list of sites inside categories

    I found !!

    components/com_jvse/views/jvse/tmpl/links.php


    line 109

    PHP Code:
    echo $this->style->openContainer();
            echo 
    $linkobj->showHref(0);
            echo 
    $this->style->closeContainer(); 

    Replace by

    PHP Code:
    echo $this->style->openContainer();
        echo 
    JvseUtil::showWebSnapShotSTW($linkobj->getInfo('partner_url'), $this->cfg->get('stw_secretkey'), $this->cfg->get('stw_accesskey'), "sm""left");
            echo 
    $linkobj->showHref(0);
            echo 
    $this->style->closeContainer(); 
    Last edited by sniranjan; December 21st, 2009 at 10:49 PM.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Closed Thread

Similar Threads

  1. Joomla! Joins Another List of Winners
    By sniranjan in forum Latest Joomla! News
    Replies: 0
    Last Post: June 8th, 2009, 03:31 AM
  2. JA Zeolite - Virtuemart inside - go shopping with Joomla
    By sniranjan in forum Joomla! Template News
    Replies: 0
    Last Post: March 30th, 2009, 12:32 AM
  3. JA ZinC - World of Joomla Media template - 6 themes inside
    By sniranjan in forum Joomla! Template News
    Replies: 0
    Last Post: March 30th, 2009, 12:32 AM
  4. Joomla! Joins Another List of Winners
    By sniranjan in forum Latest Joomla! News
    Replies: 0
    Last Post: February 8th, 2009, 02:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Joomla! is Free Software released under the GNU/GPL License. This is not an official Joomla! Site, or Product. The use of the word Joomla! is intended to describe what the product is designed for and should not be considered an endorsement by the Joomla Project