Jump to content

Arun Kumar

Clients
  • Posts

    134
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    India

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Arun Kumar's Achievements

  1. Topic of "Block Forums from 'View New Content' v2.0.0" for IP.Board 3.1 is here: http://community.invisionpower.com/topic/313238-download-sos31-block-forums-from-view-new-content-v200/
  2. It is an already reported bug and it was fixed for the upcoming release of v3.0.3: http://forums.invisionpower.com/index.php?app=tracker&showissue=17800
  3. Thanks, I tried that and Rebuilt content however its still opening in the same page for internal links.
  4. I believe this is the code snippet in that file: /* ------------------------------ */ /** * Open the link in a new window * * @param {event} e The event * @param {boolean} force Force new window regardless of host? */ openNewWindow: function(e, link, force) { var ourHost = document.location.host; var newHost = link.host; /** * Open a new window, if link is to a different host */ if( ourHost != newHost || force ) { window.open(link.href); Event.stop(e); return false; } else { return true; } }, Could you please let me know how it should look like to make that setting?
  5. Thanks, I was able to make "external" links in posts/signatures open in a new window by enabling the "Open posted links in a new window?" option in ACP and rebuilt content. However the previous version of IPB (2.3.x) used to open "internal" links posted in posts/signatures also to open in a new window as well. Is there any way to enable that in IPB 3?
  6. In IPB 2.3.6 we had an option to list active topics for "today", "past week", "past month" and so on. This feature seems to have been removed in 3.0.1 and our members are vouching for that feature. I don't know why that feature has been removed. The only option in IPB 3 is to list the active topics in the past 24 hours. The filter option to get the active topics beyond that is not available in the results page. I have attached a screenshot of that option from 2.3.6. I hope this feature will be added in the future release.
  7. Are you looking to list the active topics since the last visit? There is "View New Content" link on the top which will do that. The default option is to fetch active topics posted in since your last visit (as per 2.3.x) OR based on the topic marking system (as per 3.0.0). The option to switch that is in your "My Settings" > Settings tab > General Settings. However they have removed the feature for listing active topics for past week, past month, etc. has been removed. I have submitted a feature request here for that:
×
×
  • Create New...