Comments Not Working on Website - published to non-.mac server

Hi there. I've read on a few non-apple sites of users having trouble with Comments and some other functions of their websites, built in iWeb, not working when they publish to a non-.mac server. I've built my website in iWeb, published via CyberDuck to a BlueHost server -- but now users can not post comments on my blog.
Has anyone found a way to fix this issue??
It seems incredibly pointless to even now have my own domain. I'm super close to giving up on iWeb all together because of this ridiculous issue.
Thanks in advance.
www.kellerowski.com

Unfortunately, blog comments are a MobileMe only feature along with the hit counter etc.
You have to publish to MobileMe if you want these features.
There are workarounds however. If you want to continue to use an iWeb blog, then you can use a third party comments feature. Take a look here http://www.intensedebate.com. It is free to set up on the site and all you then do is copy and paste the code into an html snippet on the page you want comments to appear in whatever format you want them.
Your other option is to ditch iWeb and if it is just a blog you want, use something like http://www.wordpress.com. This is free and you don't need a domain name and the blog is published on WordPress servers.
Your other option for a blog is http://www.posterous.com.
The iWeb blog system is not that good, so you might look into changing if a blog is what you want rather than a website.

Similar Messages

  • Captivate 5.5 project -links are not working when i publish to the IE server

    I was wondering if someone had a solution to my Captivate 5.5 project with external links. 
    Here is my problem:
    I have a page that has an external link that opens another window. 
    For some reason the window will open in preview.  However, when I publish to the IE browser it does not work. 
    Does someone have a solution to this problem?  I saw some verbiage that stated adjusting something swf file.  I don't quite understand were to change this file.  Is it in Captivate?
    Any information you have is greatly appreciated.
    Thank you!
    Kat

    Google for information about Flash Global Security.
    It looks like you need to trust the publish folder location as a trusted location in your Flash Global Security settings.

  • Scheduling is not working in BI Publisher

    Hi all,
    I am trying to schedule the report on BI publisher it's giving the following error:
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    The Connection descriptor used by the client was: localhost:1521:xe (I am using oracle database 10g and obiee 10.1.3.2).
    I have followed the instructions provided in the link "Exploring Advanced Features of Oracle Business Intelligence Publisher"
    Created mail server as instructed in the link ...
    Problems are:
    Unable to connect incoming and outgoing mail servers. I have used my machine host name i.e user as both incoming and outgoing server (u.ser.com)
    also Scheduled jobs are not working in BI publisher.
    Please let me know the solution for the above problem.
    regards
    chandra kanth.

    gurus,
    pls answer the above one, as i am unable to proceed further.
    regards
    chandra kanth.

  • Dashboard link is not working from BI Publisher

    Dashboard link is not working from BI Publisher. Please let me know How to fix this problem.

    Please somebody guide me.
    Dashboard link is working fine from the Apps Server Machine. But the link is not working from other machines. Do I need to setup machine.domain:<port_number> any where.
    Thanks,
    Vara

  • Date comparision not working in BI-Publisher in one scenario.

    Hi,
    Iam using sqlquery as a datamodel for BI-Publisher report. I have a requirement that the input parameters startdate and endate are Date types. When the user enters startdate and enddate and clicks on view, the report should show data which falls in between those dates.
    Here is the sample query i used.
    select * from
    table1
    where begintime >= :p_StartDate and begintime <=:p_EndDate
    Here begintime is a timestamp and p_StartDate and p_EndDate are just dates. So when comparing begintime with p_StartDate/p_EndDate, i guess its taking default time from that date and because of that the comparision is failing in 1 case. i.e, In the above query, though the comparision operator is >= or <= , ultimately > or < is getting effective. So to acheive the actual result, I need to give one day more for start and end dates.
    However I found a way to acheive this without adding extra day to both the dates. Here it is :
    select * from table1 where
    ( begintime >= to_timestamp(to_char(:p_StartDate) || '00 00 00', 'DD Mon YYYY HH24 MI SS')) and
    ( begintime <= to_timestamp(to_char(:p_EndDate) || '23 59 59', 'DD Mon YYYY HH24 MI SS'))
    But the above is working in sqleditor like jdeveloper database navigator. But not working in BI-Publisher.
    BI-Publisher is throwing error saying
    "ORA-01830: date format picture ends before converting entire input string"
    Please help as to how to go about this problem or any alternative solution.
    Thanks & Regards,
    -Vijay-

    Hi,
    I think it will be fine to trunc the begin time since :p_StartDate and p_EndDate are just dates without time stamp
    i.e:
    select * from
    table1
    where trunc(begintime) >= :p_StartDate and trunc(begintime) <=:p_EndDate;
    any problem with this.Please share the thought.
    Best Regards,
    mahi

  • Javascript is not working in the published file

    Hi ,
    I using the javascript in the captivate 5.5 to generate the text from variable in the textbox. It is working when I press the F12 button, But it is not working in the Published file.
    I called the function in the button and I written the script in the slide.
    Please let us know how to proceed..
    Thanks
    Sathish BC

    This is the Script I used in the captivate 5.5 and I called the text using variable in the text box.
    var objCP = document.Captivate;
    function valText()
    var a  = objCP.cpEIGetValue('A');
    var b  = objCP.cpEIGetValue('B');
    if (b>=5)
    objCP.cpEISetValue('B',0);
    GetAryVal(b);
    objCP.cpEISetValue('rdcmndGotoFrameAndResume', objCP.cpEIGetValue('currSlide'));
    function GetAryVal(e)
    var a1  = objCP.cpEIGetValue('Txt');
    var b1 = a1.split("#");
    var c1 = b1[e-1].split("$");
    objCP.cpEISetValue('C', c1[0]);
    objCP.cpEISetValue('D', c1[1]);
    valText();

  • Ctrl-T command do not work in website with flash

    Ctrl-T command do not work in website with flash
    == URL of affected sites ==
    http://

    If the Flash object has focus then key presses are processed by that plugin.
    In such cases you need to click outside that plugin (e.g. the menu bar if you can't click on the website) to make the keyboard work.

  • FLV player not working on website

    Well recently I've been making a website, I'm recently new to Dreamweaver, and previously I had input two FLV's in two different AP div boxes. They both worked fine, but after creating a few more pages, I can only come back to see it broken. Instead of a play button with the bar, it's just a picture with the play, pause buttons all over it (attached). I'm really confused why, I don't think I edited it at all. I'm really stressing out because my projet is due tomorrow and this last problem just arises!
    Thank
    P.s I currently use Dreamweaver Cs6 on Mountain Lion Mac.

    Hello,
    we had some similar questions in this forum already. So my first suggestion is that you use the forum search function with the keywords from above. See e.g.:
    http://forums.adobe.com/community/dreamweaver/search.jspa?peopleEnabled=true&userID=&spotl ight=false&containerType=14&container=2240&rankBy=date&q=flv+player+not+working+on+website
    To analyze better you should send us a link to your website in question, no matter how it looks like.
    Hans-Günter

  • The Open URL or File function is not working when I publish as a exe?

    The Open URL or File function is not working when I publish as a exe.  I have tried putting the exe in the same location as the files with no luck.  How do I get the buttons to function properly with a exe file.

    Have you set the Publish folder as a trusted location in Flash Global Security?
    If not, please read this post:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/how-to-set-up-flash-global -security
    It may explain your issue.

  • Non mac server publishing

    When publishing to a non .mac server certain features do not work... any way to get them to work. rss for one
    Are there any other features that I need to know about that may not work?
    Thanks
    Mac Book Pro   Mac OS X (10.4.8)   Iweb 1.1.2

    RSS should definitely work. It's just a matter of entering the correct domain name in the "Publish to Folder" dialog box and also uploading the correct items to your server. I can help you with this if you desire.
    As far as other .Mac only features that won't work for you... these include blog commenting, search, password protection, the enhanced photo template slideshows, .Mac counters, etc.
    Of course, you can find replacements for all of these features...
    Blog comments: iComment/Haloscan combination from Chad Brantley
    Search: Google site search box
    Password Protection: htaccess files
    Slideshows: take your pick
    Hit counters: StatCounter.com

  • Using unix 'diff' command to publish iweb to non .mac server

    It is a common problem that you can't upload incremental changes to a website a web server that is not a .mac. Recently I found that the unix (shell) 'diff -qr' works nicely for this.
    However I can't seem to get this to work in automator. That is where I need some help.
    What I did :
    I have an iweb website in my directory
    Documents/website
    I made a second directory where I store my uploaded version of the website:
    Documents/websiteonserver
    Using a shell script I want to compare the differences between these two directories using the diff command in a shell script. When I run 'diff -qr websiteonserver website' in a terminal window, it gives a nice overview of which files are changed and which ones are new. When workin with iWeb this saves me a lot of time uploading my homepage to a non .mac server. I can only upload the changed files, which is usually only a few. Diff does not look at timestamps (which are useless in the iweb case) but it actually looks into a file and with the -q option it stops when it finds a difference. With the -r added (-qr) it also looks through all subdirectories and compares files with the same name.
    I like to automate this process so that my wife can update our family homepage with just one mouseclick (or as few as possible)
    Unfortunately the diff command in automator gives an error, and there's no info on why it does this.
    The commands I gave:
    cd Documents
    diff -qr websiteonserver website
    (using PWD i verified that the path is correct like this). The only stumbling block for automator seems to be the diff command. Anybody any suggestions on this?
    The next challenge is to take the diff output and use that to upload only changed/new files to a ftp server.
    Any help / ideas are welcome
    Greetings,
    Adriaan

    Dear Cyclosaurus,
    I used a single command as us specified. It really helped to add the path to the directories I wanted to compare. So now at least I got it two work partly:
    It seems to work only if I compare two files. Comparing directories still does not work. Maybe diff generates some kind of error code when doing this??? It does not do that in the shell.
    If I compare all files in directories + subdirectories , the workflow does not work. It seems as if it only accepts a single output line or so from the diff function. If there is more output (or maybe some newline character) the workflow halts. Very peculiar.
    mmm.... I will try to make a shell script which I can run in automator. In the script file I will then generate a txt file. Then the automator can run the script and then it can open the resulting file in a text editor. See if that works.
    mmm nope. I made a script like this:
    #!/bin/bash
    diff -qr ~/Documents/websiteon_theserver/ ~/Documents/website/ > ~/Documents/logfile.txt
    I modified the atributes to executable and I could run it from the command line. The logfile.txt was created and has the correct info. I could not run it from automator...
    I did copy the last line from the script into automator. And also there it does create the logfile, but the automator still says there was an error and stops.
    maybe I should try Applescript, were it not that I am totally clueless on that language...

  • Silverlight plug-in does not works in FireFox 4 - beta 7 ( Mac OS 10.6.6 ) !!!! What is the problem ? I don't have any installed add-on !!!

    Hi every one
    Silverlight plug-in does not works in FireFox 4 - beta 7 ( Mac OS 10.6.6 ) !!!!
    I don't have any installed Extensions except "Better GReader" and "Video Helper" !!!
    I have problem with Seesmic.com and installing applications that required Silverlight !
    I installed latest version of Silverlight many times.
    Please help me.
    (I don't have any problem with Safari or other Web Browser.)
    Thank You all.

    Silverlight only supports non-64 bit versions of Firefox on OSX (and from Firefox 4 onwards we're shipping 64-bit Firefox to 64-bit OSX users) and unlike with other plugins, we can't just start a 32-bit process to run it because of issues with the silverlight plugin architecture. We're working with the Silverlight team at Microsoft to get those fixed but it's essentially waiting on them.
    (Or you could try to pressure them into releasing a 64-bit Silverlight for Macs.)

  • Windows updates not working because it extract patches on Mac partition first., Windows updates not working because it extract patches on Mac partition first.

    I have installed BootCamp 5.1 and Windows updates not working because it extract files on Mac partition before installation. Is there any workaround for same ?

    To replicate this issue - Try to download .net framework 4.5 from microsoft website and than run that setup on windows partition.
    Before installation. it will first extract all the binaries to a other drivers, since in my case other primary drive is E which is a Mac partition so it always give me an error while extractiing and therefore setup is not able to execute propely.
    Let me try to get the screen shot of error and send it here.

  • I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    Well the error message is in Swedish but says: The installation program database is damaged. Please contact the Adobe support (which is a hard thing to do!!). I use Windows 7 Home Premium with service pack 1.
    Från: Mylenium 
    Skickat: den 29 december 2014 16:48
    Till: Tony Bohman
    Ämne:  I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    created by Mylenium <https://forums.adobe.com/people/Mylenium>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/7050595#7050595>

  • HT4623 I have tried to update my iPhone using the iTunes method but it will not work. The message "The iTunes update server could not be contacted. Please check your internet connection or try again later," appears. What do I do? The Internet is working f

    I have tried to update my iPhone using the iTunes method but it will not work. The message "The iTunes update server could not be contacted. Please check your internet connection or try again later," appears. What do I do? The Internet is working fine.

    Have you tried the following troubleshooting document?
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    If you end up using the If the iTunes Store opens successfully section of the document, and the "Automatically detect settings" checkbox is already checked, try unchecking and rechecking it and clicking OK.

Maybe you are looking for

  • IOS 5: will I be able to download it without a connection to iTunes as I don't have a computer at the moment?

    I have an iPad 2 and want iOS5 when it comes out. But I just gave my MBP to my son who is in programming and needed it desperately.  Will I be able to download iOS5 without a physical connection to iTunes, which I don't have now? Thanks. Tom

  • Company restructuring

    Hi gurus, My company is udergoing restructuring exercise, we need to migrate company code 1000 to 5000. Beside creating new company code, we also need to migrate all open items from 1000 to 5000. This is to ensure the account balances for vendor, cus

  • Creating a direct link to the help topics?

    Ok I have been building my first RoboHelp project with the help of some good tutorials online. I have a number of different help topics and they have sub topics. How do I direct a user when they click on a direct link to a subtopic.  What is the HTML

  • Scroll lock on the log window...

    Can the Jdev team make it so when the log window is not at the bottom it should not reset the scroll. So something like this... if(scroll.y != scroll.height) { /*KEEP SCROLL POSITION!*/ } I print a lot of debug code I guess in the log when testing my

  • Trying to sell my Macbook ram but how to specifiy?

    I just unstalled my ram but I want to sell it away but I dont know how to specify it. Do I say it's from macbook White (Mac OS X) 2x 1GB?