Open Market, Inc.
 ContentServer


An error occurred during processing. Check the info log.

File not found FSG/Page/Community_Index

Diskussions-Forum

Willkommen bei unseren Online Foren. Sie müssen eingeloggt sein um in den Foren posten zu können.

<%-- - $Revision: 29226 $ - $Date: 2006-04-06 19:41:33 -0500 (Thu, 06 Apr 2006) $ - - Copyright (C) 1999-2006 Jive Software. All rights reserved. - This software is the proprietary information of Jive Software. Use is subject to license terms. --%> <%@ page import="com.jivesoftware.base.JiveGlobals, com.jivesoftware.base.action.JiveActionSupport, com.jivesoftware.forum.ForumPermissions, com.jivesoftware.forum.action.RecentHistoryInterceptor, com.jivesoftware.forum.action.util.ControlPanelFlags, com.jivesoftware.forum.util.SkinUtils, com.jivesoftware.util.StringUtils" %> <%@ taglib uri="webwork" prefix="ww" %> <% { %> <% // This file is included statically and needs access to a ForumSupportAction instance. // Since "action" might be a declared variable in another file, we'll use // the name "_action" in this file. JiveActionSupport _action = (JiveActionSupport) com.jivesoftware.base.action.ActionUtils.getAction(); boolean noLoginRedirect = "true".equals(request.getAttribute("noLoginRedirect")); boolean inControlPanel = false; if (request.getAttribute(ControlPanelFlags.IN_CONTROL_PANEL) != null) { inControlPanel = ((Boolean)request.getAttribute(ControlPanelFlags.IN_CONTROL_PANEL)).booleanValue(); } HttpSession currentSession = request.getSession(); String currentroot = (String) currentSession.getAttribute("jiveroot"); String sessionN = (String) currentSession.getAttribute("lastn"); String currentN = request.getParameter("n"); if (currentroot == null) { currentroot = request.getParameter("root"); } String redirect = ""; if (sessionN == null && currentN != null) { currentSession.setAttribute("lastn",currentN); sessionN = currentN; } else if (sessionN != null && currentN != null && !sessionN.equals(currentN)) { currentSession.setAttribute("lastn",currentN); sessionN = currentN; } else if (sessionN == null && currentN == null) { //set default n currentN = currentroot + "_200"; currentSession.setAttribute("lastn",currentN); sessionN = currentN; } if (sessionN == null) { redirect = "root=" + currentroot; } else { redirect = "lastn=" + sessionN + "&root=" + currentroot; } String threadId = request.getParameter("threadID"); String forumId = request.getParameter("forumID"); String categoryId = request.getParameter("categoryID"); if (forumId != null) { redirect = redirect + "&forumID=" + forumId; } else if (categoryId != null) { redirect = redirect + "&categoryID=" + categoryId; } else if (threadId != null) { redirect = redirect + "&threadID=" + threadId; } String loginLink = "/servlet/ContentServer?pagename=" + currentroot + "/Page/Index&n=" + currentroot + "_112&" + redirect; %>
<% if (_action.getAuthToken().isAnonymous()) { %> <% } else { %>
<% if (_action instanceof com.jivesoftware.forum.action.ForumActionSupport) { com.jivesoftware.forum.action.ForumActionSupport _faction = (com.jivesoftware.forum.action.ForumActionSupport) _action; if (_faction.getForumFactory().isAuthorized(ForumPermissions.PRIVATE_MESSAGE) && _faction.getForumFactory().getPrivateMessageManager().isPrivateMessagesEnabled()) { boolean newPM = (_faction.getForumFactory().getPrivateMessageManager().getUnreadMessageCount(_action.getPageUser()) > 0); String img = (newPM ? "mail-new-ani-16x16.gif" : "mail-16x16.gif"); %> <% } String role = _action.getPageUser().getProperty("role"); if (role != null && ("moderator".equals(role) || "admin".equals(role))) { //boolean newMessages = (_faction.getForumFactory().getModerationManager().getMessages(_faction.getAuthToken()).size() > 0); boolean newMessages = false; String img = (newMessages ? "mail-new-ani-16x16.gif" : "mail-16x16.gif"); %> <% } } %> <% } %>
<ww:text name=">
<ww:text name="> <%-- Login --%>
<ww:text name="> <%-- Guest Settings --%>
<ww:text name="> <% if (newMessages) { %> <% } else { %> <% } %>
<ww:text name="> <%-- Your Control Panel --%>
<%-- Recent History --%> <%-- End Recent History --%> <% } %>

Forum / Kategorie Gelesen Themen / Beiträge Letzter Beitrag

Populäre Foren
Gelesen Allgemeines Forum
Beiträge: 5
Letzter Beitrag vom:
08.09.2010 15:19
Open Market, Inc.
 ContentServer


An error occurred during processing. Check the info log.

File not found FSG/Page/Community_Index