Results 1 to 8 of 8

Thread: Last Viewed page

  1. #1
    scvinodkumar is offline Member
    Join Date
    Sep 2008
    Posts
    18

    Smile Last Viewed page

    Hi,

    could you please tell me where the query for last viewed is taken from.

    i need to modify some things there as per our project.

    i searched the tracker folder but unable to find it.

    so please help me

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: Last Viewed page

    Could you tell me what you want to achieve?

  3. #3
    scvinodkumar is offline Member
    Join Date
    Sep 2008
    Posts
    18

    Smile Re: Last Viewed page

    HI siva,

    i want the last viewed panel to display only the last viewed leads activity of the selected leads..and it will keep on changing to the selected leads.

    currently it was displaying all the for all the modules.

    i hope you can understand this

  4. #4
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: Last Viewed page

    Hi

    Check in the file, themes/<Theme Name>/header.php

    Change the line

    Code:
    $history = $tracker->get_recently_viewed($current_user->id);
    to

    Code:
    $history = $tracker->get_recently_viewed($current_user->id,'Leads');

  5. #5
    scvinodkumar is offline Member
    Join Date
    Sep 2008
    Posts
    18

    Smile Re: Last Viewed page

    Hi siva,

    great its work

    how to do the same for campaings?

    for example, i entered into campaing

    campaing target list target
    test1 t1 tt1
    test1 t1 tt2
    test2 t2 tt3

    if i clicked test1, i need to see the last viewed target list
    if i clicked t1 target list from the test1 campaing, i need to see the last viewed target.

    how to do this? please help me

  6. #6
    glyquiroz is offline Member
    Join Date
    Mar 2009
    Posts
    11

    Default Re: Last Viewed page

    Hi,
    I saw this post but realized that although the first item in the last viewed list is from the selected module, the other items from different modules remain on the list, if anything from other module is selected then it won't be on the first place but it will be shown.
    I'm working only with custom modules, any ideas?

    Thanks

  7. #7
    changfoot is offline Member
    Join Date
    May 2010
    Posts
    17

    Default Re: Last Viewed page

    Cool.

    Nice post, thanks.

    How do you increase the available number of Last Viewed items. Currently, it looks like it only keeps 8 Last Viewed items.

    How would one change this to say 15?


  8. #8
    futures is offline Member
    Join Date
    May 2010
    Posts
    14

    Default Re: Last Viewed page

    Is it possible to expand the Last viewed panel. There is one line (about 10 items) there now and I would like to see 2 lines or 20 items.
    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Last Viewed
    By JM7 in forum Help
    Replies: 9
    Last Post: 2008-08-23, 07:35 AM
  2. need help with the Last Viewed bar
    By asmase in forum Help
    Replies: 2
    Last Post: 2007-12-14, 06:40 AM
  3. Last Viewed Bar
    By towershooter in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-11-28, 01:43 PM

Tags for this Thread

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
  •