@message.subject@ |
@message.user_name@ |
- @message.posting_date@ |
+ @message.posting_date@ |
[
Index: openacs-4/packages/forums/www/message-preview-chunk.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/Attic/message-preview-chunk.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/forums/www/message-preview-chunk.adp 3 Jun 2002 04:39:05 -0000 1.1
+++ openacs-4/packages/forums/www/message-preview-chunk.adp 5 Jun 2002 14:43:52 -0000 1.2
@@ -2,7 +2,7 @@
@message.subject@ |
@message.user_name@ |
- @message.posting_date@ |
+ @message.posting_date@ |
@message.content@ |
Index: openacs-4/packages/forums/www/user-history.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/user-history.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/forums/www/user-history.adp 3 Jun 2002 16:33:01 -0000 1.3
+++ openacs-4/packages/forums/www/user-history.adp 5 Jun 2002 14:43:52 -0000 1.4
@@ -1,12 +1,18 @@
-Forums: Posting History for @user.full_name@
+Forums: Posting history for @user.full_name@
@context_bar@
- You are viewing Forums posting information for
+ Posting history for
- <%= [acs_community_member_link -user_id $user(user_id)] %>
- .
+ <%
+ if {![permission::permission_p -object_id [acs_magic_object security_context_root] -privilege admin]} {
+ adp_puts [acs_community_member_link -user_id $user(user_id)]
+ } else {
+ adp_puts [acs_community_member_admin_link -user_id $user(user_id)]
+ }
+ %>
+
@@ -24,7 +30,7 @@
Forum |
Subject |
- Posted |
+ Posted |
@@ -39,7 +45,7 @@
@messages.forum_name@ |
@messages.subject@ |
- @messages.posting_date@ |
+ @messages.posting_date@ |
@@ -69,7 +75,7 @@
Subject |
- Posted |
+ Posted |
@@ -82,7 +88,7 @@
@messages.subject@ |
- @messages.posting_date@ |
+ @messages.posting_date@ |
|