From 34650f8f113df7c31eaa80e937586aa196902d4f Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 20 May 2002 21:12:17 +0000 Subject: - tweaking the links. Too many of them. --- modules/blog/blog.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 69c775720..b41323538 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -303,10 +303,11 @@ function blog_link($type, $node = 0, $main) { } if ($type == "node" && $node->type == "blog") { + global $mod, $op, $id; if (blog_access("update", $node)) { $links[] = lm(t("edit this blog"), array("mod" => "node", "op" => "edit", "id" => $node->nid), "", array("title" => t("Edit this blog entry."))); } - else { + elseif ($mod == "blog" && $op != "view" && !$id) { $links[] = lm(t("%u's blog", array("%u" => $node->name)), array("mod" => "blog", "op" => "view", "id" => $node->uid), "", array("title" => t("Read %u's latest blog entries.", array("%u" => $node->name)))); } } -- cgit v1.2.3