How to add discussion forum to Portal?

I'd like to add discussion forum to my Oracle Portal.
But I don't know how to do...
Please suggest me how to do.
Is there a discussion component or application that I can use?
Or I have to create by myself?
Narong

When clicking on:
http://portalstudio.oracle.com/pls/ops/url/FOLDER/COMMFOLDERS/1365/
I keep getting the error:
Error 30573: You do not have permission for this operation.
I am logged in to my technet account and into this Portal site.

Similar Messages

  • Regarding : How to add a user to portal group with the help of webdynpro .

    Hii ,
    I am working on an application in which with the help of an action( Button)  we r adding a user in Ztable in R/3 , as well as  group in portal.
    The user r successfully creating in Ztable but from portal side No user is assigned to Portal group.
    I need coding solution for " How to add a user to portal group with help of webdynpro"
    Any usefull link will also do.
    Pls anyone have any solution ??
    Thnks in advance.
    Rewards r waiting for u .

    Hi,
    Use UME api to add user to portal group.
    Using UME API:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d562b7-1405-2a10-dfa3-b03148a9bd19
    Regards,
    Naga

  • Discussion Forum  - Retain Portal Login

    Hi all,
    Hope I'm in the right place for this.
    We are looking to install a discussion forum solution (currently running 9.0.4.1.0 - Build: 129).
    Ideally we would like the forum to work in the following way:
    A user logs into the portal, clicks on 'Discussion Forum' tab and posts a message. We would like the message to insert their login name (#USER.FULLNAME#) along with their message i.e. the user doesnt have to register to the forum, or enter their name or email.
    Is this possible with any of the forums out there?
    Thanks for your time.

    Hi There,
    <p/>
    You could check out the Oracle Provider for Jive Discussion Forums on Portal Integration Solutions page. You will need to buy Jive Discussion Forums and then install the providers.
    <p/>
    What you are asking for is definitely possible as the portlets provide a single sign-on mechanism to the users.
    <p/>
    thanks
    Harsha

  • How to add discussions to Collaboration Room using Rooms API

    Hi All,
    How to add discussions to any room using the Rooms API?
    I looked at the NW04s javadocs, but could not find which would help?
    Any pointers will be appreciated.
    Regards,Sandip

    Hi All,
    Any help!
    Any help from SAP? Are the discussion APIs available?
    Any input is appreciated. Thanks
    Regards
    Sandip
    Message was edited by:
            Sandip Agarwal

  • Discussion forum with Portal

    I have to do a discussion forum with Oracle Portal. Do I need something else (I meen some other packge) and how can I do this?
    Can I find something already done or have I to do it all by myself?
    Thanks in advance
    null

    I am interested as well. Please respond to my mailaddress. I can not log on to the newsgroup due to the firewall!

  • How to add favicon to webcenter portal project

    Hi All,
    I am using jdeveloper version 11.1.1.6.0.
    We have developed webcenter portal application .
    I want to set favicon(browser icon) for all pages in my application .
    I put favicon in Web Content folder and run in local jdeveloper (integrated weblogic )but I am not able to see favicon in all the pages.
    Any help is appreciated.

    Hi Daniel Merchán ,
    I put following code in Page template because of which it is showing icon to all the pages.
              <f:verbatim>
              <link rel="shortcut icon"  href="/contextName/favicon.ico" type="image/x-icon"/>
            </f:verbatim>       Is it right way to add icon in webcenter portal project.
    Thank you for help.
    Edited by: Wecenter Guru on Mar 6, 2013 7:40 PM

  • How to develop discussion forums using java

    Hi, can any one kindly explain how to develop disccussion forums using java.
    the application is like same as this forum. one post and the replies are come after that. creating new threads.
    any tutuorial is available for this. what is best dabase for this. and which application server is required.

    if you want to use a forum for sum purpose download an opensource forum software and deploy it in a server that support the serverside technology that it uses.
    If you dont want to go through the trouble of installing the the forum software (normally there is a quaita bit of configuration to do). Goole for Free Forum Hosting and you will get plenty of places that hosts forums for you. Since they do the installation you dont have to wory about that part.
    If you really want to develop a forum software first install an existing open source forum or get an account in a free forum hoster and take good look at the forum software and the features that it provides.
    In here you only see the front end of the forum. The back end is much more complicated. You have to define forums and forum groups, you have to define user groups, you have to define which users has access to which forums. who can start topics and who can reply to topics and whgo has read only access. And how to clollect and stor statistics like number of posts by each user. And the list goes on...
    So first take a look at the features in both front and back end of an existing forum software and decide what you want in your software. Then you can design the database to support those features. And then start coding.
    Technicaly you will need to know how to do servlets/JSP and JDBC in order to build a forum. Most important part is you have to do lots of planing.

  • How to add Hindi language in Portal

    Hi,
       Can someone tell me how I can have Hindi language in Portal.
    For this I have gone through some forums, but didn't get the perfect answer.
    For this what I had done is as follows :
    1. Export the com.sap.portal.admin.wizardframework.par.bak file.
    2. Change it to com.sap.portal.admin.wizardframework.par
    3. I drilled down into it as com.sap.portal.admin.wizardframework.par\PORTAL-INF\config and there I find availableLocales.properties and in this I have added <b>hi</b> in the last line i.e. below <b>zh_TW</b>
    4 Also exported wizard_language_resources_en.properties from as com.sap.portal.admin.wizardframework.par\PORTAL-INF\private\classes and renamed it to wizard_language_resources_hi.properties and add it to the same path i.e. com.sap.portal.admin.wizardframework.par\PORTAL-INF\private\classes
    5. Again I deployed back the com.sap.portal.admin.wizardframework.par par file to Server and restarted the Server.
    But still Hindi hasn't come in the drop-down list for languages in Portal
    Can someone help me on this.
    Regards,
    Deep

    Hi,
    You said that Hindi conversion for Welcome is working in Masthead! and you also say after applying note 624929 and setting user language as hindi Welcome message is not shown in hindi. Here these both statements are contradicting.
    As the lookup for resource bundle, is done from user language and when no language specific resource bundle found will show English as it is default.
    If you still have problems here, tell me more what you did. Like the extensions of your properties files and the language settings of your portal.
    To know how the lookup of resource bundle happens:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/938297a5061d69e10000000a1553f6/frameset.htm
    To translate portal contents (Roles, Worksets, Pages, iViews) to Hindi:
    http://help.sap.com/saphelp_nw70/helpdata/en/74/641640b7b6dd5fe10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9381b4a5061d69e10000000a1553f6/frameset.htm
    Greetings,
    Praveen Gudapati

  • How to implement the Forums in portal

    HIii..
    I want to create a forum in my portal. Can any body tell me how to do this using TRAX and indexes.
    pls give some step by step procedure.
    Gud solution will be rewarded.
    Thanks

    Hi,
    Forums is available from NW07 SP12 and to create forums check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/93780e2d206999e10000000a11466f/frameset.htm
    If you want to enable Trex to search forum content then check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/17904a21fa3696e10000000a11466f/frameset.htm
    If you want to create index:
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/20bc407e71712ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • How to add "Search button" in portal masthead

    Hi Experts,
    We have to add search button in the portal masthead. We have not installed TREX. We want that on entering some text, the text should be searched in Google and result displayed in some nice way.
    Can you please help me?
    Regards,
    EP

    You have to create your own Masthead iView.
    1. Download the Par file for the Masthead iView and setup a project in Netweaver Developer Studio. Name of the par file is com.sap.portal.navigation.masthead.par
    2. Modify the JSP file and make the needed changes
    3. Deploly the Par file with a new name.
    4. Create new masthead iView
    5. Edit the framework page and replace the masthead iView with the newly created masthead iView.
    Best Regards,
    Prasanna Krishnamurthy

  • How eo add default page in portal under home tab in portal

    Hi All,
    I have to make one welcome page for my portal the reason behind is that when i log on to portal under Home role theare is no page assigned so blank view is available that looks very dull..
    What i want to achive is that to createIview and assign that iview to role so that by default when i log on to portal directly that iview is displyed instead of blank view..
    any help will bw appretiated. and rewarded with poinits.
    Regards.
    Vinit Soni

    Hi Vinit,
    What you can do is that create the desired Page or iView and assign it to the "Everyone" Group, which is SAP Provided, as this group is by Default added to every user., so automatically when you will login to the portal that page or iView will be displayed.
    The Everyone group will already have a role "everyone" assigned under itself.So create a Iview adn assign it to a role say "Welcome Page Role" and add this role to Group "Everyone".
    Hope this helps.
    Regards,
    Shailesh Nagar

  • How to add folder from KM content to Portal Favorites for selected users

    Hi all,
    I have cretaed  a folder in KM content (In documents) for uploading implementation related ddocuments.
    how to add this folder in "Portal Favorites" of selected users only.
    Please guide.
    Thanks in advance.

    Hi,
    well one way could be the following.
    Go into KM-Content --> Repository "userhome" --> select the user you want --> navigate into his folder Favorites --> create a new internal link in this folder to the folder you want
    In the favorites of the user there is now a link to the desired folder and after clicking a new window will be opened. You can copy this internal link to the favorites folder of the other users you want.
    Regards
    Alex
    Edited by: Alexander Götz on Apr 16, 2009 5:12 PM

  • Discussion iView of Portal

    Hello
    It's my Task to Creat a forum in Potal.
    How should I do? I  could only use Discussion iView
    because My limit knowlegde! So i must Creat many page
    and iVeiw.
    Who can tell me more Simple method .or give some information about How to build A forum in Portal
    I really want I can finish this Task.
    Please help.
    Best Regards
    Han

    Hi There,
    There is no need for you to create iviews and pages. Portal comes up with COLLABORATION CONTENT that would cater your requirement to create a forum. Here you can create your forum and maintain it.
    Naveen.

  • How to make a Discussion Forum like this one with Oracle Portal Applications

    Hallo,
    My colleagues and I are trying to make somthing similar for our planned intranet-platform and I wonder if there are some prefabricated modules which can be used (we are all enthused by the features of your Discussion Forums).
    Maybe you can provide us with papers ("construction plan") how to bring such functionality to our intranet (I searched the Oracle page, but did not find papers of this content).
    Thanks,
    Chistian

    Yes, this would be great. I have looked at some of the Partner Applications but the only module we want is this kind of a threaded message board. I would be very appreciative of this information as well.

  • Can THIS Discussion Forum Portlet be downloaded/installed in my own Portal?

    I jsut downloaded/installed the "Discussion Forum" portlet and was wondering if this one we are using here can be also downloaded etc? If so, where/how? THANKS!!!

    Yes, this is a classpath issue.
    The pdkjava.jar and ptlshare.jar files don't seem to be in the classpath. Are you sure you've followed the steps provided in the Installing the Integration Portlets document? You find it in the ZIP file when you download the discussion forum portlet.
    The relevant sections:
    Deploying Using Oracle Enterprise Manager (OEM)
    ===============================================
    In the Library Paths section, you can add a library. To add a library path, click Add Another Row. Add the following jar files:
    ../../../../portal/jlib/pdkjava.
    ../../../../portal/jlib/ptlshare.jar
    ../../../../webcache/jlib/jawc.jar
    ../../jazn.jarManually Deploying to a Stand-Alone OC4J Instance
    =================================================
    Add, if not available, the following dependent library references to the $OC4J_HOME/j2ee/home/config/application.xml file (make sure these entries are not already existing):
    These entries should be child tags of <orion-application ...> tag.
    <library path="../../../portal/jlib/pdkjava.jar"/>
    <library path="../../../portal/jlib/ptlshare.jar"/>
    <library path="../../../webcache/jlib/jawc.jar"/>
    <library path="../jazn.jar"/>Peter

Maybe you are looking for