1 chennai Mar 21, 2007 20:57
3 chennai Mar 21, 2007 21:28
Thanks!
With your link, I discovered it's not impossible.
I did it by excluding the listblog categories. (I couldn't figure out how to do it by blog number.) This solution is a bit dicey since changing a category on the linkblog will goof it up. But, it works with that limit.
Here are the key lines for the [url=http://manual.b2evolution.net/Stub_file]stub[/url], as changed:
$blog = 1; // 1 is the all blog
$cat = '-15,31,14'; // added: list of categories to be excluded, i.e. the
// categories in the linkblog.
// Only need one '-' at start of list of
// cats to exclude
I found that this resulted in messages - in the title and body - announcing that certain categories were excluded. I div tagged the offending lines in main_php and used css to hide them.
Here are two lines in main.php that announce the limited categories. They should be deleted, commented, out, or hidden if you don't want the messages.
request_title( ' - ', '', ' - ', 'htmlhead' );
request_title();
(I hope I can find this thread again! ) :D
4 memfiz Apr 08, 2007 23:27
How can I keep posts, not categories from "ALL" blog?????
[url=http://forums.b2evolution.net/viewtopic.php?t=8758&start=15&postdays=0&postorder=asc&highlight=linkblog]How to keep posts in Linkblog from showing in Blog #1?[/url]
But unfortunately the answer is "impossible".