Author Topic: Contact List - Workspace Breadcrumbs  (Read 2994 times)

whirls

  • Newbie
  • *
  • Posts: 18
    • View Profile
Contact List - Workspace Breadcrumbs
« on: November 17, 2008, 02:58:09 pm »
Hi,

I've been trying to edit the layout of the contacts view so that the workspace breadcrumbs are shown after the contact name rather than before it (when several workspaces are applied to a contact it becomes very difficult to read the list of names).

I've been searching for the right file to edit all afternoon, as I didn't want to bother you on here, however I really can't find it anywhere, and nothing I attempt to change seems to alter anything on the page. Could it be that it's cached or perhaps I'm just editing the wrong file?

Can you possibly point me to the correct file?

Many thanks!

Whirls

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Contact List - Workspace Breadcrumbs
« Reply #1 on: November 17, 2008, 06:26:00 pm »
Hi whirls,

You need to edit file 'public/assets/javascript/og/ContactManager.js', in function renderContactName (around line 86), change:
Code: [Select]
return wsString + name;to:
Code: [Select]
return name + wsString;
You need to refresh your browser so that it loads the new javascript. Maybe you even need to clear the cache.

rportinga

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • Bauer Bros. Construction, Inc.
    • Email
Re: Contact List - Workspace Breadcrumbs
« Reply #2 on: November 24, 2008, 10:27:41 am »
This worked great...
What other files can I edit to do this to the listings on the overview, notes, tasks and other tabs...?
Rob Portinga
Bauer Bros. Construction, Inc.

Number8

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
Re: Contact List - Workspace Breadcrumbs
« Reply #3 on: November 24, 2008, 11:17:34 am »
Similarly, how can I add a list of web links to overview page?
Thanks.