2012-01-22, 07:12:27
Hi, I made a clone news module manager in the article manager. I needed two such plugins to 2 different categories. News manager does not have to create categories of news so I put my solution, it may be useful to someone. The module works the same as news manager, the only change is the sidebar tags:
and css:
Code:
nm_list_recent = am_list_recent
nm_list_archives = am_list_archives
nm_list_tags = am_list_tags
nm_search = am_search
and css:
Code:
.nm_post = .am_post
.nm_post h3 = .am_post h3
.nm_post p = .am_post p
.nm_post_title a = .am_post_title a
.nm_post_title a: hover = .am_post_title a: hover
. nm_post_date = . am_post_date
. nm_post_content = . am_post_content
. nm_post_meta = . am_post_meta {
. nm_post_back = . am_post_back
. nm_post_back a = . am_post_back a
. nm_post_back a: hover = . am_post_back a: hover
. nm_page_nav. left = . am_page_nav. left
. nm_page_nav. right = . am_page_nav. right
aside. section and, aside. section and = aside. section and, aside. section and
aside. section a: hover, aside. section a: hover = aside. section a: hover, aside. section a: hover
aside. a.large section = aside. a.large section