This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1,293 Views 6 Replies Last post: Dec 3, 2008 4:21 PM by Naga Kishore RSS
Naga Kishore Novice 14 posts since
Aug 28, 2008
Currently Being Moderated

Dec 3, 2008 9:57 AM

Control Panel and History Links

Hi

 

I am trying to get the control panel and history links into viewforum.jsp . I have taken the following code from template.jsp and pasted in the viewforum.jsp .

<%  String header = JiveGlobals.getJiveProperty("skin.default.headerHTML");
    boolean useDefaultHeaderHTML
            = JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultHeaderHTML", false)
                    || header == null || "".equals(header);
  
%>

<ww:action name="accountbox" executeResult="true"/>

 

 

The above fragment of code is giving me the links to control panel and history. Is there a way where I can manage the HTML code for this. I dont want the description to be displayed. I just want the icon to be displayed. Is there a way for doing this

 

 

 

Thanks

Naga Kishore V



Tags: link, control, panel
Vinh Jive Employee 12,343 posts since
Apr 1, 2008
Currently Being Moderated
Dec 3, 2008 2:46 PM in response to: Naga Kishore
Re: Control Panel and History Links

The account box is governed by account-box.ftl, so you might want to take a look at that and see if that can be customized to your liking.

Vinh Jive Employee 12,343 posts since
Apr 1, 2008
Currently Being Moderated
Dec 3, 2008 4:05 PM in response to: Naga Kishore
Re: Control Panel and History Links

Sorry, the file should be accountbox.ftl.

Vinh Jive Employee 12,343 posts since
Apr 1, 2008
Currently Being Moderated
Dec 3, 2008 4:12 PM in response to: Naga Kishore
Re: Control Panel and History Links

Using a copy of the 5_5_22 source, I'm able to find accountbox.ftl here:

 

jive_forums_gold_source_5_5_22\source\jive\app\template\forums\

More Like This

  • Retrieving data ...

Bookmarked By (0)