Title: Adding Related Communities [When Search Fails] Post by: Tina on July 17, 2007, 11:51:04 AM Adding Related Communities [When Search Fails] Adding Related Communities[when search fails]. Here is how to add related community when it fails to show up in search results: 1. Go to your community and click 'Add' button in your related communities section. 2. Search for any community (it can be any, not the community you want to add). 3. When you see results, paste the below text in address bar and press Enter key. Code: javascript: document.forms[2].relatedId.type='text';void(0); Or Code: javascript: nb = prompt('Enter the cmm id ','');document.forms[2].relatedId.value = nb ;_submitForm(document.forms[2],'addRelated','');void(0); 4. You will see a input text box for entering the community ID in the first search result. Now just enter the ID of community you want to add as related community, and click on "add" button. Hope that was useful! :) Title: Re: Adding Related Communities [When Search Fails] Post by: Taruna on July 24, 2007, 11:02:57 AM nice trick
|