Pages, Subcommunities & Knowledge Directory Link of Parent Community

Is there an easy way to get the pages, sub-communities, and knowledge directory link of a parent community? Essentially I need to get all the information that GetCurCommPages provides, but for a parent community.

What did you do on the computer before this problem arose? Updating, cleaning, what?
Have you tried the applications in another user account on the computer? Do so and if you dont' have an another account you can create one in System preferences > accounts. Tell us the result.
As you have problems with TextEdit to I think you have a system problem affection the applications you mentioned. Do some maintenance like Repair permissions, delete cash etc. Onyx is a frre applications that you can download from http://www.titanium.free.fr/download.php

Similar Messages

  • Community Members and Knowledge Directory Link

    Hi,
    I'm using the support centre nav scheme but can't get the 'Community Members and Knowledge Directory' link to appear (the one that appears like an extra community page).
    I've set the property in the Community Wizard but that doesn't work. And I've tried to do it by amending the code for the nav scheme, but can't get it to appear. It appears to be the way the page links are generated in the nav scheme code, but this link isn't a page. And I can't figure out how it's generated in the native nav scheme code.
    Anyone got this to work, or have any ideas about to get it work?
    Thanks in advanceDavin

    I believe the support centre navigation does not display the knowledge directory link. You would need to add it yourself. The GetCurCommPages call on CommunityNavPage will give you the Community pages inside the current community and the knowledge directory link. If you just want the knowledge directory link without the mypages, you would need to create it yourself. Look in GetCurCommPages in NavigationModel for example.

  • How to determine if the current page is a "Community Knowledge Directory"

    I am creating a new Navigation Scheme and I was wondering if anybody has figure out how to test to see if the current page the user is on is a "Community Knowledge Directory" page or not. What I am trying to do is display a different background color when the user lands on a page in a horizontal tab navigation. I've noticed that there is a control=SetSiteMap in URL when ever the user lands on the Community Knowledge Directory. Is that what I should be checking for?

    I am creating a new Navigation Scheme and I was wondering if anybody has figure out how to test to see if the current page the user is on is a "Community Knowledge Directory" page or not. What I am trying to do is display a different background color when the user lands on a page in a horizontal tab navigation. I've noticed that there is a control=SetSiteMap in URL when ever the user lands on the Community Knowledge Directory. Is that what I should be checking for?

  • How to hide the page links of a community on the 5.0.2 portal?

    We have a community with a dozen of pages. In Plumtree 4.5, we used to edit myportal.asp page to turn the page links off (hide them for that community) and forced user to navigate through our gadgets.
    Is there an easy way to hide the page navigations on top of a community in 5.0.2 portal?

    I am assuming you are talking about the JSControl dropdown menu navigation. The easiest way to hide Community pages is to disable the Below Banner View for that navigation scheme, although it also disables the Subcommunties, Related Communities and Go up to Parent Community links. If you still want these in below the banner menu you could not display Community Pages in the "In this Community" tab and only leave the "Community Members and Knowledge Directly" link in there.
    You would think that it would be better to remove the "In this Community" tab althogether but it is tricky to remove it due to the fact that there needs to be a default horizontal menu displayed all the time. Not all Communities will have a Subcommunities or Related Communities tab so these communities would not display any below banner menus at all if there is no "In this Community" tab, which could be confusing.

  • Community Knowledge Directory

    Hi:
    I know I must be overlooking something simple, but I would appreciate some insight from the Plumtree community. I would like to 'turn-off' the "Members*" and Subcommunities*" links within the 'Community Knowledge Directory'.
    I'm hoping that there is an admin function or setting in XML that controls this. Has anyone run across a way to make the two links disappear?
    Thanks,
    Jeff.

    In its current form, the Search: This Communityfunctionality isn't very conducive to our needs. Along the same lines as Jeffrey, we'd like to be able to limit the types of objects the community searches return. (For info on what objects are returned by community search, check out this KB article: http://portal.plumtree.com/portal/server.pt/gateway/PTARGS_0_282292_575916_0_0_18/items_returned_by_community_search.htm)We'd like to return only documents and document folders manually added by the community owner to the Community Knowledge Directory and exclude users and communities and other types of objects from the Search: This Community results. I'm also hoping there's some kind of config file that sets which types of objects to return or turns certain portions of the Community KD on or off. Plumtree, can you provide info?
    Regards,SarahCox Enterprises

  • Using PRC to Search Community Knowledge Directory

    The EDK Version is 5.1Will the PRC search the community knowledge directory? I have a folder in a community knowledge directory. The ID of the folder is 220 and it contains a number of links. Again, it does not appear that the Search.PRC allow me to return the contents of this folder. Would you happen to have any sample code to perform this task?

    Edited by: user11244575 on Oct 26, 2012 12:34 PM
    Edited by: user11244575 on Oct 26, 2012 12:34 PM

  • Viewing group members in Community Knowledge Directory

    Does anyone happent o know the permissions requried to allow users to view the members of Groups listed in the members folder of a Community Knowledge Directory?
    This ability is currently only available to members of the Administrators group but we'd like other community members to be able to list the individuals belonging to a group membership as listed in the Community KD. All users can view the list of group memberships but the groups are only hyperlinked enabled for members of the portal Administrators group
    thanks

    In its current form, the Search: This Communityfunctionality isn't very conducive to our needs. Along the same lines as Jeffrey, we'd like to be able to limit the types of objects the community searches return. (For info on what objects are returned by community search, check out this KB article: http://portal.plumtree.com/portal/server.pt/gateway/PTARGS_0_282292_575916_0_0_18/items_returned_by_community_search.htm)We'd like to return only documents and document folders manually added by the community owner to the Community Knowledge Directory and exclude users and communities and other types of objects from the Search: This Community results. I'm also hoping there's some kind of config file that sets which types of objects to return or turns certain portions of the Community KD on or off. Plumtree, can you provide info?
    Regards,SarahCox Enterprises

  • Disable Community Knowledge Directory

    Where's the "Disable Community Knowledge Directory" stored in the database level. I need to update the checkbox for all communities to disable them, is there a way to do this using the EDK.

    That flag is stored in the database in the PTOBJECTPROPERTIES table encoded in XML like this:
    <?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve">< I N="SITEMAPDISABLED">0< /I></PTBAG>
    BEA wouldn't condone this, but the easiest way to do this quickly is:
    update ptobjectproperties set properties1 = '<?xml version="1.0" encoding="ucs-2"?><PTBAG V="1.1" xml:space="preserve">< I N="SITEMAPDISABLED">1< /I></PTBAG>' where classid = 512
    You definitely can't do this the EDK. You could write some native code to do it, but it wouldn't be worth the effort.
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

  • CachedOpenCommunityInfo throws exception on Knowledge Directory pages

    I have built custom nav that calls the CachedOpenCommunityInfo method. This method throws an exception with a message suck as "*** ERROR *** Could not access the community." when I click on the Knowledge Directory of my community.
    Any ideas why this is throwing an exception and how to avoid the exception?
    Ideas are greatly appreciated.

    The answer is simple. Your program wants to define a new attribute definition, but the name you want to use for it is already used. (Perhaps it was done previously by your own program ;-)). You can give another (not used)name for the new attribute, or delete the old one from the attribute definitions in your directory. How you can do the later depends on the directory server you use. But you always can do it with a java program, and writing it is a good excercise. :-)
    BR,
    don

  • Storing links to WMV in Knowledge Directory...Possible to not parse?

    When i add a wmv to the knowledge directory, the portal attempts to parse the video (supposedly for the search index).
    My WMV video is 160MB, and I get: Extended Error Message: Exception of type System.OutOfMemoryException was thrown.
    Can't i juat add it as a card to the KD without the portal trying to download it first?

    now its coming back to me...
    So i wanted WMV videos to have their own icon, so i created a content type called Windows Media Video File which uses the Document Accessor "File Accessor"
    Then in the content type map i have
    File Type: *.wmv -> Windows Media Video File
    MIME Type: video/x-ms-wmv -> Windows Media Video File
    Is there a way I can keep my custom WMV icon on my videos and still categorize them as non-indexed format?

  • Linking Knowledge Directory to Oracle UCM

    I have my Portal running in ALUI. I need to create a Knowledgebase – possibly external as this needs to be accessed by applications other than the portal as well – but I need to search/browse through this from the portal. The Search UI / inputs will be based on pre-determined properties of the documents / files in the Knowledgebase.
    If I use Oracle UCM to create and manage this repository, could I use the ALUI's Knowledge Directory to point to these documents/content? The properties of the files defined in UCM should be fetched by the KD and used to build the KD Search and Browse interfaces.
    If I already have the license for UCM, is this possible to do and a good way of doing it; or are there better options?

    Oracle says in their 11g version roadmap that UCM will be more integrated to WCI. Even now, there is a content portlet suite provided in UCM which can be consumed in WCI via WSRP and this is officially supported by Oracle. (There are many other ways possible too as UCM is designed to integrate with portals)
    Also I have read that there were several integration implemetations done between these two even years back when they were still in the Stellent and Plumtree avatars.
    <Please verify this...! :)> Definitely UCM is going to strenghten WCI but then I guess the commercially, this is going to be very expensive. Unlike WebLogic portal, WCI is not going to be offered stand-alone anymore and you need to get it along with the complete WebCenter suite. that Plus UCM cost.. hmmmm..
    Edited by: user3007 on 08-Apr-2009 12:19

  • Knowledge Directory View format

    Hello,
    We are using out of the box Community Links Portlet that point to some KD folders.
    However, they display subfolders on top, then any files in the root.
    A client was the document files to show first, then the SubFolders. I do not see an option to change this.
    We do not use Adaptive Layouts.
    Any suggestions?
    Thanks,
    V

    I think the new navigation you are seeing is coming from the Base Page Layout file. I don't remember having seen two sets of nav when I did the switch over, but the layout files are html with a few tags thrown in there so it shouldn't be difficult to get in them and remove the second navigation.
    The layouts give a lot more flexibility in how to arrange your pages, especially the KD, search results, and My Account areas.
    Vivekvp wrote:
    Hello Geoff,
    I would like to try that - however I have to Enable Adaptive Page Layout Mode - which turns them on for each all pages, not just the Knowledge Directory.
    The drop down beside each layout only has one option - Page layout. I don't think I can just select the KD.
    When I do enable it - I get two navigation menus. Currently I see the Horizontal Drop-Down Navigation - which the Experience Definition uses AND a new blue one in different txt below it when Adaptive Layouts our turned on....
    But the KD section with the adaptive layouts looks pretty good!
    Anyway to just isolate that?
    Thanks,
    V

  • Page Viewer to have links open a different page

    I have a custom HTML page i have created that has links to site pages. I have a page viewer web part on my home page that points to this custom HTML page. I want it so when you click on a link on this html page, it doesn't just take you to the page
    within the page viewer, but have the whole page navigate there.
    I do not want the link to open a new tab or new window, just navigate from the home page to the page.
    Any ideas?
    I had it in a content editor before and it worked fine, but for some reason it changed all the hyperlink text to red, even though there is not one line in my css file to have any red text anywhere. Strange.
    Thanks.

    Hi,
    According to your description, my understanding is that you want to redirect a new page directly outside the page view without tag or new window.
    It could be achieved setting target attribute to _parent for <a> tag.
    <a target="_parent" href="/sites/zhengyuGuo/">Click here to continue</a>
    The link above will allow us open the link in the parent page.
    More information:
    Redirect the parent page from IFrame:
    http://stackoverflow.com/questions/2092275/redirect-the-parent-page-from-iframe
    Best regards,
    Zhengyu Guo
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • URL Property of Knowledge Directory Web Document

    I need to change a web link that was submitted to the Knowledge Directory with the Simple Submit. Old URL (http://www.mycompany.asp). New URL (http://www.mycompany.aspx)
    I need to change the 'open document url' and it is not an editable field in the card properties. I tried changing the URL property and it didn't have any effect. The portal kept showing the same old document. When I deleted the property the Portal "freaked" out and bombed. I tried re-adding the URL property to the card and it continued "freaking" out and not working.
    How is one supposed to update the URL for a card? It seems that this is not possible. As a test. Submit a Web Document using Simple Submit for http://www.espn.comand then change the URL property on the card to http://www.plumtree.com the portal continues to open http://www.espn.com:-((((

    There table in portal database called 'ptcards'. Column named 'URL1' holds URLs of submited files.
    Change urls then restart IIS on portal server.
    Boris.

  • Property URL of Knowledge Directory Web Document

    I need to change a web link that was submitted to the Knowledge Directory with the Simple Submit. Old URL (http://www.mycompany.asp). New URL (http://www.mycompany.aspx)
    I need to change the 'open document url' and it is not an editable field in the card properties. I tried changing the URL property and it didn't have any effect. The portal kept showing the same old document. When I deleted the property the Portal "freaked" out and bombed. I tried re-adding the URL property to the card and it continued "freaking" out and not working.
    How is one supposed to update the URL for a card? It seems that this is not possible. As a test. Submit a Web Document using Simple Submit for http://www.espn.comand then change the URL property on the card to http://www.plumtree.com the portal continues to open http://www.espn.com:-((((

    There table in portal database called 'ptcards'. Column named 'URL1' holds URLs of submited files.
    Change urls then restart IIS on portal server.
    Boris.

Maybe you are looking for

  • Why is Verizon support for Backup Assistant so limited?

    Folks, I have wasted a whole day looking for a solution to this problem. Perhaps this posting will save someone from wasting their time. After over an hour on the phone with two customer support people and a wasted hour at the local Verizon corporate

  • Ical week numbers and heat map missing in preferences

    Hi, This page describes that you can turn on/off the heat map and week numbers: http://www.controlyourmac.com/2012/02/10-amazing-features-of-ical-5-on-os-x.html I migrated from 10.6 to 10.7.4 and wonder where these checkboxes are. So, the configurati

  • Attachments appearing as code

    I have Apple Mail set up to read my Gmail imap account. Occasionally I'll receive an attachment that is just all code. Example: IHDR ½H(\)iCCPICC Profilexœ•’½kaÇ?—(-ã±t8ªBZ®/Rë”6/%ö¨Gz¶I'“»kÍËÃå«Vè Ž‚› h‡.‚X7;8¸8ˆ`‹tqòhéRJÎ� Š?xàóûñ{{¾ÏÁ¼•P 9vfzJÎæå

  • This PostScript file was created from an encrypted PDF file.

    I have a postscript file which has been created from secure or encrypted (opening restriction) pdf. Now when i use distiller to convert this postscript file to pdf then distiller cannot produce a pdf file. The log file contains following text: This P

  • NCHAR in Oracle 9i

    Hi, I'm using Oracle 9i and implementing internationalization for my application. On the oracle site, it says that Oracle 9i supports NCHAR which is an unicode datatype exclusively. But i found that VARCHAR2 also stores unicode characters perfectly.