The Content Type Filter lets you filter content listing pages simply by adding admin/content/types/story to the URL (for example).
You want to see the blog content type content then you need to use following URL
http://YOURSITE.com/admin/content/types/blog

https://drupal.org/project/1736392/git-instructions

git clone --branch master purab@git.drupal.org:sandbox/purab/1736392.git content_type_filter

Comments

paul rowell’s picture

Status: Needs review » Needs work

Hey,

The post is missing the project page link, could you pelase add it?

Automated review

http://pareview.sh/pareview/httpgitdrupalorgsandboxpurab1736392git picked up a few things.

Manual Review

content_type_filter.info
Line 2: You can delete "; $Id$" and the line spacing as well
Line 8: no need for "files[] = content_type_filter.module"

content_type_filter.module
Line 62: Adding js to hide the type filter doesn't seem ideal. You could add "unset($form['filter']);" in line 20 (before "filter_content_display();"). This provides the same effect.

Thanks!

PA robot’s picture

Status: Needs work » Closed (duplicate)
Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://drupal.org/node/2061957

Project 2: https://drupal.org/node/2060241

Project 3: https://drupal.org/node/2059365

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

I'm a robot and this is an automated message from Project Applications Scraper.

purabdk’s picture

Status: Closed (duplicate) » Closed (fixed)
klausi’s picture

Status: Closed (fixed) » Closed (duplicate)
avpaderno’s picture

Issue summary: View changes
Related issues: +#2061957: [D7] Content type filter