How do I create a simple message board (forum)

I am a BC new-bee. How do I create a simple message board (forum) in BC to use on a Muse site since no widget is available there.

No worries,
The simple way should be that:
open your forum page in Muse
under "object" > "insert HTML" > paste "{module_forum,a,}"
click ok
move the textbox to the right position
now publish this page to your bc site
if you have any forums set up in the admin of your site (http://yourdomain.com/admin) it should show you the title of the forum.
if there are no forums set up, you will need to create a forum in bc (Modules > Forums)
Try this and let me know how it turned out.
[ advertising removed by admin ]

Similar Messages

  • Quick question on simple message board/forum

    Do I need to use the server to create a forum? I'm not ready to publish yet, but want to get one started, where do I begin? Tutorial link would be great...
    thanks

    Do I need to use the server to create a forum?
    To host your own, you'll need to install software on your remote server.
    If your server supports PHP, you might find what you need below in the Support Section.
    http://www.phpbb.com/
    If you don't want to host your own, there are Forum and Message Board Hosting Services you can use.
    http://thinkofit.com/webconf/hostsites.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How do I create a simple gallery in iweb? I don't know much coding though!

    how do I create a simple gallery in iweb?
    I don't know much coding though so I struggle
    with some tips given on-line. I've spent many
    hours on it with no success. Helpful advice will be greatly appreciated.

    Instructions :
    http://www.wyodor.net/blog/archives/2010/03/entry_308.html
    Result :
    http://www.wyodor.net/_Demo/Fancy/Fancy2.html
    http://www.wyodor.net/mfi/Dide/Photos.html

  • Message board Forum question

    Does anyone know if there is a way in iweb to create a message board/forum enviroment?
    Imac 800   Mac OS X (10.4.5)  

    There's no way to do this, other than to link from iWeb pages to some other site where you can. .Mac does not have the capability either, except the limited messaging in .Mac Groups.

  • Message Board / Forum Software

    Can anyone recommend a ColdFusion-based message board / forum package?  It can be either open source or commercial.  So far I'm aware of Galleon and Fusetalk.  Everything else I've come across seems years old and no longer updated.  I'd like to explore all my options before recommending something to my client.

    Best to ask in the Oracle Portal forum

  • Message Board/forum

    I would like to add a message board/forum such as the one we are using to my site. Is there a stock portlet the oracle has built and is available to add? Does anyone have one?

    Best to ask in the Oracle Portal forum

  • How do I create a message board/forum using forms in Dreamweaver?

    I want to create a forum or messageboard using the form in Dreamweaver but I don't know how to do it. Is there any guidance on how I could create a message board or forum on Dreamweaver?

    I don't think it can be done with just dreamweaver,
    You will have to download something like PHPBB,
    If you have a host with fantastico deluxe you can easily set up a forum
    with it.
    Daniel

  • How do I create a simple search program to search java console log

    I wanted to know how can I write a simple program to return a particular value from the java console.
    Let me give u a brief.
    There is an application that I use, say "XYZ".Every time I perform an action on "XYZ" a log gets created in the java console. One such thing in the log I want to search is "ANI" and the program/script shud return the value adjacent to it.
    Log Example:
    NumCTIClients:0 CallType:CALLTYPE_PREROUTE_ACD_IN
    ConnectionDeviceIDType:CONNECTION_ID_DYNAMIC
    ConnectionCallID:4 ConnectionDeviceID:"0"
    ANI:"9782755100" DNIS:"0006"
    DialedNumber:"8002755010" CED:"1"
    RouterCallKeyDay:145000 RouterCallKeyCallID:34320231
    CallVariable1:"1234567" CallVariable2:"0"
    CallVariable3:"0006" CallVariable5:"26000 123-45-6789
    Not Valid " CallVariable6:"1001123-45-6789
    26000000000038404LPCFAA" CallVariable7:"THIBAULT,
    JOHN C. " CallVariable8:"CISCO
    TESPHE " )
    Now my understanding is that whenever java logs in the console it appends at the top, i.e, first record stays on top of the log sheet.
    Now this script/program shud look up the top-most line which reads ANI and return the corresponding value which in the abv ex. was "9782755100"
    I wud also want a small button when clicked wud copy the "9782755100" to the clip board
    Edited by: SasK on Feb 9, 2008 6:09 PM

    dillmann74 wrote:
    Hello all,
    I am looking for a way to terminate a program when the user enters stop. I am using textpad, and I am running windows xp home. Here is where I need it....
    System.out.print( "Enter employee name:" );
    String nameOfEmployee = input.next();
    System.out.println();
    I need to be able to enter stop in the enter employee name area to terminate the program.
    Thank you all for your advice.Do you know about if statements?
    If not check out the java tutorials here
    if you do then I don't understand your question.

  • How can I create a simple chat function in a mobile app for iOS and Android

    I am wondering how can I create a chat function in my mobile app creating in AIR and Flex. The chat should be similar to the one in WhatsApp.
    Do you know some possible solutions?
    Thank you in advance!

    To enable chat messages, you need a server. The kind of server depends on the application. Do you want to create a chat like application like WhatsApp, where the server pushes messages without an active connection? Or do you have some sort of online game, where chat messages can only be transferred when the client is connected already?
    I have an online game where clients are connected to a Java server at all time. From there it is pretty straight forward:
    2 textfields:
    - 1 line textfield for input messages
    - multi-line textfield for chat history. Make sure the textfields autoscrolls to the bottom when the content changes
    on enter or button push, send a socket message to the server.
    the server broadcasts all messages to all clients that are subscribers of the chat group.

  • How can i create a simple netweaver portal page that shows text and images?

    Hi,
    i have a simple question or maybe it's not so simple.
    I am completly new to SAP Netweaver 2004s Portal. At the moment i'm trying to understand the struture of the whole thing. I already know how to create roles, worksets and pages and i know how to combine the different elements so a user can acces them.
    And now i want to create a simple portal page that shows text and images. Is it possible to create such a simple page with the portal content studio? What iView do i have to use?
    (I just want to create a start page with a welcome text on it.)

    Marc
    Considering that you would any ways go ahead with complex development from this simple start page I recommend create a Web dynpro Iview for your start page (include the Iview in your page).
    For putting the contents use Netweaver Developer studio to build a simple start page application and put your static text on that Iview.
    Please go through the following log after your NWDS development is over - This will make you comfortable for further challenging work.
    http://help.sap.com/saphelp_erp2005/helpdata/en/b7/ca934257a5c96ae10000000a155106/frameset.htm
    Do reward points if this helps and let me know of you want anything more.

  • How do  I set up a message board?

    Hi, I'd like to add a message board to my site similar to
    this one...
    http://forums.livewire-records.com/list.php?f=1
    I've never done one before, so does anyone know the easiest
    way to do this? I don't know php so I don't want to have to work it
    up from scratch. Is there some kind of "plug and play" way to put
    up a message board?

    Well, there are arguments for each. phpBB tends to be the
    most popular with arguably the largest community. However, it's
    previous version was very susceptible to hacks because it was so
    common although that was one of the areas they drastically improved
    on by completely rewriting their script from the ground up for
    version 3. I would say their Admin CP is one of the better looking
    ones.
    Simple Machines has a fairly strong community as well. They
    are in the process of going from version 1 to 2 right now which
    marks some major improvements. This project is *not* open-source
    even though it is free to download and use.
    myBB I would say right now has the most to gain from a new
    version. Their Admin CP is the worst of the 3 right now, although
    the next version currently in beta does show a lot more promise for
    this board. They are open-source like phpBB and the community is
    good.
    So just to simplify what I stated. phpBB is the only one that
    has completed their transition to the next version. Both SMF and
    myBB are currently both transitioning to newer versions. All of
    these have community based support. SMF is the only one of the
    three that has paid services because they are the only project that
    is not open-source. So they do have staff on hand if you choose to
    pay for yearly support which is a plus for them. The rest expect
    you to handle it on your own or ask community members for help.
    My best suggestion to you since they are free is to download
    and try them for yourself. They all have installers which make the
    setup process fairly easy. And if they have a demo of the next
    version which SMF does and myBB has a link to a demo (
    http://beta.mybbfans.com/mybb_140b/
    ). Just ignore waiting for the registration email even though it
    says you will get one. Once you register you should be able to log
    in and make yourself an admin to see it for yourself.

  • How do you create a new message

    Hi,
    In the tutorial there are a lot of examples like
    OAException message = new OAException("AK",
    "FWK_TBX_T_EMP_DELETE_CONFIRM", tokens, OAException.CONFIRMATION, null);
    I cant find how to create my own error messages. Any one that has an idea ?
    Have done some laboration with AKLOAD but I dont know how to use it to create my message.
    Regards Martin

    Hi,
    you can create new error messages using Oracle Applications Message Dictionary in this way:
    - use "Application Developer" responsibility;
    - Application --> Messages;
    Here you can define your messages (and you can also localize them, defining the same message code with different languages).
    Hope this helps you
    Bye
    Raffy

  • How do I create a simple flare?

    Hello,
    I am a total newbie to AI, so any help/advice would be greatly appreciated.
    I am trying to create a simple flare that will make my light bulb look like it is glowing really bright.  I have been fooling around with the flare tool, but I can not figure out how to change the colors of the flare, etc.
    I want the background of the flare to be transparent so that I can use it on any of my images and the image will show through.  There are 5 different color flares that I need since I have 5 different bulb colors...1 yellow, 1 blue, 1 green, 1 amber, 1 red.  I think that the scale should be about 25% height to 100% width...
    Also, I want the same affect for a lighthouse image that I would like to put together...Like the light from the lighhouse is really bright and a focal
    point.
    Any help?
    thx
    Mike

    There's a multitude of ways to draw flares. But let's explore the Flare Tool a bit more. After all, it's been sitting there occupying primary tool space in the Toolbox for years; might as well use it in the rare times you have occasion for it. To get a sense of the behavior, try the following exercise.
    (The following assumes a CMYK document.):
    Additional tips:
    Like so many Illustrator features, tweaking the settings in the Flare Tool's stupid modal dialog is excruciatingly tedious. Before clicking to create the Flare you are going to adjust, go to the View menu and Hide Edges. Turn on the Preview checkbox in the dialog. Now you'll be able to tell what your adjustments are making are doing, without Illustrator's annoying highlighting of every path in a selected Group. (Absolutely hideous interface. I despise this program!)
    Once you finallyget a Flare that you find useful, drag it and drop it into the Symbols Palette. Then save the Symbol Library somewhere for safe keeping, naming it UsefulFlares. Next time you work with Flares, load the library, even if you need a different Flare. When you manage to create another Flare you find useful, make it a Symbol, and export the Symbol Library again. (Do the same kind of thing with Brushes.)
    Flares stored as Symbols, of course, can also be colorized somewhat by using the Symbol Stainer. That's a quick way to add a little color variance to tiny flares used as stars. But it's rather unpredictable due to the Screen Opacity Mode.
    Don't be afraid to use two different Flares together. Store them together in the same Symbol.
    The highlights of the screw threads on the bulbs are just an ArtBrush made from an expanded radial black-to-white grad, applied off-center to a circle. The ArtBrush is frequently useful for specular lights on cylindrical surfaces. The Brush's colorization mode is set to Hue Shift. (When expanding the grad, remember: There's no need to go nuts with the number of steps. 10 is usually a gracious plenty.) Each screw thread is just a single curved path with two Strokes: A thick black stroke with rounded end caps and an added stroke for the highlight brush.
    JET

  • How can you create a simple insert or update trigger

    I am trying to create a simple insert or update trigger to timestamp an xml document when I load it into my XML DB repository but I always get an error trying to compile the trigger.
    "ORA-25003: cannot change NEW values for this column type in trigger"
    Here is my PL/SQL:
    CREATE OR REPLACE TRIGGER "PLCSYSADM"."PLCSYSLOG_TIMESTAMP"
    BEFORE
    INSERT
    OR UPDATE ON "PLCSYSADM"."PLCSYSLOG"
    FOR EACH ROW BEGIN
    :new.sys_nc_rowinfo$ := xmltype('<datestamp>' || SYSDATE || '</datestamp>');
    END;
    Does anyone have an example that works ?
    Thanks in advance
    Niels Montanana

    http://developer.apple.com/referencelibrary/HardwareDrivers/idxUSB-date.html

  • How do I create a simple "prize draw" program?

    Hey, I'd like to create a simple "prize draw" program
    that randomly selects a name (or number) from a list of names, I'd like it to be my own custom version. For a programmer this is probably the easiest thing but I'm new to programming (beginner), don't eve know if I'm in the right subcategory (flash). Is there a tutorial or something somewhere that you guys think could help me out, please?

    Create the list as an array and use the Math methods to randomly pick one of the values from the array.
    var prizeArray = new Array("name1","name2");
    var drawnPrize = prizeArray[Math.floor(Math.random()*prizeArray.length)];
    trace(drawnPrize);
    If you don't know if you should be using Flash, then you probably don't want to be looking for help until you figure out what you intend to do for your custom design.

Maybe you are looking for

  • Issue with Audio Playback and Uninterrupted Playback in MPE (Hardware Mode)

    I'm currently using Adobe Premiere Pro CS6 with the latest update (6.0.1). I'm encountering a very serious problem where the audio from my video clips mute sudddenly when I'm editing and playing back. This happens when other music or audio in the aud

  • Live office - web service url

    New to live office... Where can i get the webservive url from? thanks all

  • FDM security issue

    Hi, I'm connecting to a FDM (v.9.3.3.) application as a user to test out the multiload function but once I click on Activities>Multiload I get logged off from the application and get a message saying my connection has timed out or I have been logged

  • Group matrix report with an hierarchy table???

    Hello, I have a big trouble making up a report involving many tables and one of them having a many-to-many recursive relationship. The user has a defined request in having the information grouped.I'll give some more details. I would like to know if y

  • Too Many Networks

    I recently purchased a new Cisco router and set it up in the middle of the basement so more smartphones and tablets would get better wifi signals elsewhere in the house. The previous router was hardwired into the HP PC inthe far corner of the basemen