[Setup] Customize the personal bar

Peter Forkman Peter.Forkman at kungalv.se
Mon Jan 7 22:01:26 UTC 2008


Hi,

In our previous version of Plone (2.5) the only path to "my folder" was in the personal bar. After the upgrade to Plone 3.0.3 the "my folder" alternative in the personal bar is missing and the only way to reach "my folder" is to click on the user name in the personal bar and then click on the users homepage. I have tried to find appropriate information in the online manuals but failed.



Anyhow in ZMI I choose /portal_view_customizations/registrations.html and clicked plone.personal_bar and saw:

Plone View Customizations at  / <http://www.strandskolan.org/manage_workspace> portal_view_customizations <http://www.strandskolan.org/portal_view_customizations/manage_workspace> 
The following is the source of the "plone.personal_bar"


At this page there is a customizable script (attached below)
Is this the one to change? and if so what shall I add to see "my folder" in the "personal bar"?

Peter

== the script =

 

<div id="portal-personaltools-wrapper"

     i18n:domain="plone">

<h5 class="hiddenStructure" i18n:translate="heading_personal_tools">Personal tools</h5>

<ul id="portal-personaltools"

    class="visualInline">

   <tal:block condition="not: view/anonymous">

       <li><a 

           id="user-name"

           tal:attributes="href view/homelink_url"

          ><img src="" tal:replace="structure here/user.gif" />

            <span class="visualCaseSensitive"

                 tal:content="view/user_name">

                John

           </span

       ></a></li>

   </tal:block>

    <tal:actions tal:repeat="action view/user_actions">

        <li tal:define="icon python:view.getIconFor(action['category'], action['id'], None);

                        class_name string:visualIcon actionicon-${action/category}-${action/id};

                        class_name python:icon is not None and class_name or nothing;"

            tal:attributes="class class_name">

            <a href=""

               tal:attributes="href action/url;

                               class python:icon is not None and 'visualIconPadding' or nothing;"

            ><tal:actionname i18n:translate="" 

                             tal:content="action/title">dummy</tal:actionname

            ></a>

        </li>

    </tal:actions>

</ul>

</div>

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.f-secure.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.plone.org/pipermail/setup/attachments/20080107/8f0e2b26/attachment.html


More information about the Setup mailing list