How do I create a forum to my website?

I publish to a folder and use Fetch software to upload my files to another host. Since I don't use Mobile Me there seem to be a number of work around issues to what I want to do. One issue is that we don't have comments, and what we'd really like anyway is to add a forum to the website. I am a "learn as I go" type of user, and have never done this before.
What is the simplest, least expensive way for me to add a forum on to my existing iWeb site?
Thanks!
Skypainter07

Another option is:
http://www.lefora.com
skypainter07 wrote:
...how do I then link the forum to my website? Would I create new page with iWeb that would have an embedded link to the forum site? If so, how do add the embedding exactly?
Hyperlinking to an external page from the navbar:
Link it to a blank internal page titled "Forum". In that Forum page add an HTML Snippet with the following code:
<script type="text/javascript">
parent.window.location = "http://www.yourforumname.lefora.com"; // change this to your own URL
</script>
Clicking on the Forum page in the navbar will immediately redirect to your external Forum page. (Thanks to Cylosuaurs for the code).
Standard hyperlinking is explained here:
_iWeb 3.0 Help - Creating hyperlinks_

Similar Messages

  • How do I create a Forum in Muse.

    I have tried to research how to create a Forum in Muse and have not come up with anything.  Is there anyone who has done this?

    Muse output static pages only and does not interact with databases to create dynamic content. You could however, take advantage of Adobe hosting through Business Catalyst (webMarketing plan and above) that supports building a forum, however, there is no native support in Muse to integrate that as of yet. You would need to have knowledge of HTML/CSS and CMS's to get this done.
    If you search through this forum, you'll find quite a few threads that may be helpful to begin with.
    Thanks,
    Vinayak

  • How do I create a forum (online community)?

    Can I create a forum(online community) using iWeb '08?

    istandnfaith wrote:
    Can I create a forum(online community) using iWeb '08?
    iWeb itself doesn't offer a way to do this, but consider opening a forum at free, web-based Lefora and hyperlinking from your iWeb site to it:
    http://www.lefora.com
    And as an alternative to setting up a basic text or image hyperlink to your external forum, you can link to it directly from iWeb's navigation bar:
    Create a blank internal page named "Forum" (actually you can name the page whatever you want.) Then in that Forum page add an HTML Snippet with the following code:
    <script type="text/javascript">
    parent.window.location = "http://www.yourforumname.com"; // change this to your own URL
    </script>
    ...Once published, clicking on "Forum" in iWeb's navbar will immediately redirect to your external forum page. (Thanks to Cyclosaurus for the code).

  • How to create a forum for a website?

    Can i create a forum using JSP?
    I prefer MS SQL2000 database.
    This forum is for a website that has only static content.
    Your inputs will be very helpful.
    Thanks,
    Madhu.

    smadhu09 wrote:
    Can i create a forum using JSP? Certainly. Others have already done it. See for example this forum where you're posting in and this query: [http://google.com/search?q=java+forum+software].
    I prefer MS SQL2000 database.The RDBMS used doesn't matter. Just write good JDBC code and use the right JDBC driver.
    This forum is for a website that has only static content.Irrelevant information.

  • How do I create a PDF from a website with a paywall?

    I'm trying to use the "Create a PDF from the web" function in Adobe Acrobat Pro to create PDFs from a news website that I subscribe to, but whenever I use the tool, it gives me a version that truncates the articles I need — or how the version looks to non-subscribers. Can anyone help me with this? I desperately need a workaround.

    In the past, specifying the username and password in the URL in the standard format (http://username:[email protected]@www.example.com) did not work when using the Web Capture plugin in Acrobat. Maybe it changed, but I doubt it...

  • How do I create a watermark for my website logo using Adobe Photoshop CS4?

    Hello!  I need help creating a watermark for my website logo using Adobe Photoshop CS4.  Thank You!

    MFS APPLE PRO wrote:
    Hey Don,
    This is a pretty straight forward process, in settings on your phone go to general>network>personal hotspot. As SP has said most likely you will have to contact your wireless provider to set it up. I know for at&t you can set up this option through att.com/wireless or dial 611. It will cost you around 45 dollars per month and this gets you the ability to tether up to 4 wireless devices and alots you 4GB per month data. Hope this helps.
    Mike
    I've heard that it will also cancel your current contract.  That isn't such a huge deal unless your current contract is an unlimited one--you can never get it back.
    Does anyone know for sure?  I've asked AT&T and received a "Yes it will cancel your current contract." and "No, it is a new contract--you keep your old contract if you wish."  I suspect it is the former but it would be good to know for sure before ordering the service.

  • How do I create a Forum Button?

    In other words, I have already created the artwork and I have it in my library.  Is there a tutorial, or can someone please tell me step by step how to link it to my website's forum?
    I've watched this video a couple of times: http://video.google.com/videosearch?hl=en&source=hp&q=flash+cs4+hyperlink&um=1&ie=UTF-8&ei =_TW0StObEISKNuGgyNoO&sa=X&oi=video_result_group&ct=title&resnum=5#  but I must be missing something as the panel tells me that no actions can be applied this object (my button).  Yes, I've already converted it into a symbol - movie clip, and named it 'Forum'.
    Thank you!

    If it's on the stage does it have an instance name?  If it doesn't or if you don't know what an instance name is then select your button and look at the properties panel and where it says instance name put a name in.  When you have an instance name you can access it from the main timeline using that name.  The code would go something like this:
    forum.buttonMode = true;
    forum.addEventListener(MouseEvent.CLICK, handleClick);
    function handleClick(e:MouseEvent):void {
         var myURL:URLRequest = new URLRequest("http://www.jimslounge.com/");
         navigateToURL(myURL);

  • How do I create a full 100% flash website with no html coding???

    Hi i really need some help. I am very very curious of how
    some of the websites are being created 100% in flash. No matter
    where I view it, no matter whether the window is maximum 100%, it
    will be showing a very dynamic flash site.For example, the former
    macromedia official site.
    I have lost some of the cool examples i have seen. Here is a
    similar site but it is not 100% flash site.
    http://www.fordvehicles.com/?referrer=http%3A%2F%2FWWW%2EFord%2Ecom

    my site (www.mudbubble.com) does what i think you are
    asking....
    Basically I use this code in 1st frame of movie:
    Stage.scaleMode = "noScale";
    Stage.align = "TM";
    Then in publish settings i set the width and height to 100%.
    This forces the swf to scale to
    whatever browser size yet the code on frame 1 does not allow
    the stage contents to scale.
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    hyperila wrote:
    > Hi,
    > sorry maybe you have gotten my question wrongly.
    >
    > i know how to do flash website. but i am just curious
    how one implement in site like the following...
    >
    http://www.attik.com
    >
    > any idea?

  • How can I create a whitelist of banking websites based on the server certifcates of legitimate sites?

    I want to configure FF so that I can optionally activate a whitelist of my legitimate banking websites. When the whitelist is turned on, FF should only be able to display those sites. When the whitelist is turned off, FF works as usual and displays all sites. I would create the whitelist by visiting my banking websites and somehow adding the server certificates of those sites to the whitelist. So the whitelist would consist of the server certs of my banking websites. When whitelisting is then turned on, FF would allow me to visit only those sites whose server certs match those on the whitelist. This would protect me against phishing sites. How can I do this? Thanks

    I believe that did it! Thank you. I am running those changes on a secondary E-Mail address for the same job and server and it appears to be working properly.

  • How do you create a brochure for a website that is interactive and opens like a real brochure?

    I've created a brochure in Indesign. I can make it interactive and have the pages turn like a book, but I want it to open like a brochure. How can I do this and with what program?

    Next we'll want folding pieces represented on a screen that represents the unfolded piece of paper behaving like a pdf, behaving like a folded piece of paper.
    It's like inception!
    I use BoxShot 4 - you can save a 3D pdf.
    It doesn't allow folding - but gives it a good idea.
    https://dl.dropboxusercontent.com/u/17210757/test.pdf

  • How do I create the "up to five websites included as part of my CC membership"

    I can't find information on how to create these websites with unique URLs that do not include the business catalyst URL as part of the name. Any help is appreciated!

    Hi there,
    All sites you create are in development mode and will all have that URL.
    When you are ready to take a BC site live you can activate it in your CC memebership or Pay for it if your building a website with BC outside of CC.
    You then have to purchase a domain and use the BC domain manager to associate your domain with your BC website.
    http://helpx.adobe.com/business-catalyst/partner/going-live-guide.html

  • How do i create a link to another website (URL) in DW 5.5?

    I have several internal links on my site but when I try to create an external link to a another URL, There seems to be no option in the link dialog other than to my internal files
    There is probably a simple answer to this but I am lost here.
    Thanks for any help
    Ed

    Please refer http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7c3ea.h tml#WScbb6b82af5544594822510a94ae8d65-7c36a
    You can enter the url manually or paste it in the Link field.

  • How do I create a table, where the website visitor can navigating by selecting the column they wish to see results for in alphabetical order?

    I would firstly like to know the name of that type of table.
    ex.
    Song name | Artist | Album | Date | Quality | Etc.
    select the one you wish to see from least to greatest value, select again to see from greatest to least value.

    sorttable: Make all your tables sortable
    or with jquery
    jQuery Table Sort | The Stupid Table Plugin by JoeQuery

  • How can i create a playlist on my website for iphone users?

    Hi.
    We are using quicktime to present our videos to iphone and ipad customers. We just use a free plugin at the moment. At the moment we are only able to show single videos but we want to provide playlists. Ist it possible to load a playlist?
    Somewhere i read that this is possible with a export function of the Quicktime Full-Version? Or ist this maybe possible with final cut? We use this software to cut our videofiles.
    Thanks
    Alex

    Are the chapters of the podcasts separated as individual files or are they a part of a single large file?

  • Creating a Forum Page in Dreamweaver

    How do I create a Forum page in dreamweaver? I am not
    familiar with designing pages that website viewers may add content
    to.

    Dreamweaver has no facility for creating forums. Your best
    bet is to look at one of the free forum application packages, like
    phpBB for PHP or Snitz for ASP.

Maybe you are looking for