Transferring comments.

hello experts and generously helpful people.
i have a website i put up on the first version of iweb, its a blog which surprisingly garnered some comments on some of the entries. ive since updated the site and transferred content (manually) to a new version of the site. anyone know if its possible to transfer the comments made across too?
any help much appreciated.

Did you try to open the domain file that you used to create the old site with your current version of iWeb and go from there? That would preserve the blog page and comments and update all the pages to the latest version of iWeb.
Is your new site in a different domain.sites2 file? Here's a way you might be able to use your new site and the blog from the old site:
1 - launch the old domain file with your blog with iWeb09 and convert it to the new version.
2 - place the two domain files in your User/Library/Application Support/iWeb folder (renaming them so they don't overwrite each other).
3 - down load and run iWebSites.
4 - select both domain files in iWS and use the merge button to merge the two into a new 3rd domain file with both sites, the old and new.
5 - move the pages of the new site into the old site. Delete those pages in the old site you don't need.
6 - publish the old site.
This should give you your old site's blog along with the new pages of the new site. Since the merging does nothing to the original 2 domain files you'll still have them to fall back on if the merged site isn't to your liking. Be sure to keep the old site's name when you publish the merged version so the blog's comments are maintained.
Otherwise, create your new site without blog and just link to the old blog from the new site.
Happy Holidays

Similar Messages

  • [SOLVED] SAMBA won't start

    Hey guys, I'm having some issues with running SAMBA on my home server.
    It had been running fine for months until I recently checked it.
    I don't use it too often (mainly for browsing with my Android device) so any number of updates could have caused this.
    This is what I get:
    [kaipee@kphmsrv ~]$ sudo systemctl start smbd.service
    [kaipee@kphmsrv ~]$ sudo systemctl status smbd.service
    smbd.service - Samba SMB/CIFS server
    Loaded: loaded (/usr/lib/systemd/system/smbd.service; enabled)
    Active: failed (Result: core-dump) since Sun 2013-07-07 21:35:13 BST; 9s ago
    Process: 26046 ExecStart=/usr/bin/smbd -D (code=exited, status=0/SUCCESS)
    Main PID: 26047 (code=dumped, signal=ABRT)
    CGroup: name=systemd:/system/smbd.service
    Jul 07 21:35:13 kphmsrv smbd[26047]: #3 /usr/lib/samba/libsmbd_shim.so(exit_server+0x22) [0xb710c972]
    Jul 07 21:35:13 kphmsrv smbd[26047]: #4 /usr/bin/smbd(main+0x1120) [0xb7710020]
    Jul 07 21:35:13 kphmsrv smbd[26047]: #5 /usr/lib/libc.so.6(__libc_start_main+0xf3) [0xb6bfc7c3]
    Jul 07 21:35:13 kphmsrv smbd[26047]: #6 /usr/bin/smbd(+0x5ce5) [0xb7710ce5]
    Jul 07 21:35:13 kphmsrv smbd[26047]: [2013/07/07 21:35:13.430068, 0] ../source3/lib/dumpcore.c:317(dump_core)
    Jul 07 21:35:13 kphmsrv smbd[26047]: dumping core in /var/log/samba/cores/smbd
    Jul 07 21:35:13 kphmsrv smbd[26047]:
    Jul 07 21:35:13 kphmsrv systemd[1]: smbd.service: main process exited, code=dumped, status=6/ABRT
    Jul 07 21:35:13 kphmsrv systemd[1]: Unit smbd.service entered failed state.
    Jul 07 21:35:13 kphmsrv systemd-coredump[26048]: Process 26047 (smbd) dumped core.
    [kaipee@kphmsrv ~]$ sudo ls -al /var/log/samba/cores/smbd
    total 8
    drwx------ 2 root root 4096 Jul 12 2012 .
    drwx------ 5 root root 4096 Sep 29 2012 ..
    [kaipee@kphmsrv ~]$
    Any ideas?
    Last edited by kaipee (2014-01-16 18:15:07)

    Here are testparm results
    [kaipee@kphmsrv ~]$ testparm
    Load smb config files from /etc/samba/smb.conf
    rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
    WARNING: The "null passwords" option is deprecated
    Processing section "[Files]"
    Processing section "[Videos - Movies]"
    Processing section "[Videos - TV]"
    Processing section "[Videos - Anime]"
    Processing section "[Videos - Specials]"
    Processing section "[Music]"
    Processing section "[Games]"
    Processing section "[Software]"
    Processing section "[Transfers]"
    Loaded services file OK.
    WARNING: You have some share names that are longer than 12 characters.
    These may not be accessible to some older clients.
    (Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
    Server role: ROLE_STANDALONE
    Press enter to see a dump of your service definitions
    [global]
    interfaces = 192.168.1.2/24
    bind interfaces only = Yes
    null passwords = Yes
    log file = /var/log/samba/%m.log
    max log size = 50
    load printers = No
    printcap name = /dev/null
    disable spoolss = Yes
    show add printer wizard = No
    dns proxy = No
    default service = global
    idmap config * : backend = tdb
    force user = http
    force group = http
    create mask = 0770
    force create mode = 0770
    directory mask = 0770
    force directory mode = 0770
    guest ok = Yes
    hosts allow = 192.168.1., localhost
    printing = bsd
    print command = lpr -r -P'%p' %s
    lpq command = lpq -P'%p'
    lprm command = lprm -P'%p' %j
    browseable = No
    available = No
    [Files]
    comment = kphmsrv Files
    path = /mnt/Files
    username = kaipee
    read only = No
    browseable = Yes
    available = Yes
    [Videos - Movies]
    comment = kphmsrv Movies
    path = /mnt/Files/Videos/Movies
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Videos - TV]
    comment = kphmsrv TV
    path = /mnt/Files/Videos/TV series
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Videos - Anime]
    comment = kphmsrv Anime
    path = /mnt/Files/Videos/Anime
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Videos - Specials]
    comment = kphmsrv Specials
    path = /mnt/Files/Videos/Specials
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Music]
    comment = kphmsrv Music
    path = /mnt/Files/Music
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Games]
    comment = kphmsrv Games
    path = /mnt/Files/Games
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes
    [Software]
    comment = kphmsrv Software
    path = /mnt/Files/Software
    username = kaipee
    read list = nobody
    browseable = Yes
    available = Yes
    [Transfers]
    comment = kphmsrv Transfers
    path = /mnt/Files/Transfe
    read list = nobody
    read only = No
    browseable = Yes
    available = Yes

  • Transfering photos with titles, comments, etc between computers

    I have a MacBook and an iMac. The iMac is my primary computer and has the larger hard drive. I store all my pictures on the iMac. When I am on the road, I like to update my photos by adding titles, comments, and keywords.
    Is there a way I can take a specific album or set of pictures (not the whole library), export them to include all titles, keywords, comments, etc to my MacBook. Import them in iPhoto on my MB and then when I am done, export those pictures back to my iMac, preserving all the new keywords, comments, titles that I added?
    I have read here that there are some people suggesting that people make a CD/DVD of the images by exporting to CD which is to include the XML data of the images. But I do not wish to do this, as I am going to be transfering these pictures frequently.
    I appreciate your help.
    Lee

    No, connect the two computers so that you can access both from whichever one you want as the primary. You can use a firewire cable and put one in the Target Mode. Then launch iPLM and add both libraries to its list of available libraries. Then you can do the moving between the libraries. This is the only application that can do the merge of copy of files between libraries and keep the metadata, etc. iPhoto Buddy only lets you manage, i.e. move between, multiple libraries.

  • Comment transferer les contact de mon mac osx à mon i pad

      bonjour  comment transferer les contacts de mon macosx à mon i pad

    bonjour
    je ne sais pas si vous avez resolu ce problème mais je pense qu'il y a personne qui veut savoir
    on sait qu'il ne peut pas transférer les données iPod vers pc sans logiciel, donc je vous montre ici pour essayer
    transférer musique ipod vers pc

  • Comment transferer mes applications sur la bibliotheque itunes, et non pas l'inverse, car ma bibliotheque est vide et j'ai peur que cela vide mon Iphone 3GS

    Comment transferer mes applications sur la bibliotheque itunes, et non pas l'inverse, car ma bibliotheque est vide et j'ai peur que cela vide mon Iphone 3GS

    Illustrator CC uses the Pantone Plus series, there is no CMYK definition for the spot colours in these series.
    The CMYK conversion is now based on the CMYK profile in your Color Settings.
    This is a good thing, since most of the Pantone colours cannot be accurately reproduced in CMYK, colour management provides a way to simulate the spot colours as close as possible for your combination of ink, paper and press.
    The CMYK values that were previously given by Pantone were just one way of simulating the spot colours and would give different results when another ink, paper, press combination was used.
    Sometimes the CMYK values from Pantone were completely off and you give a perfect example with the Pantone 1797 U colour.
    Printing that ink on uncoated stock would never give you such a bright saturated red as the Pantone provided CMYK values would suggest
    If you want to have a better preview of the colour, use the Overprint Preview option, that comes closer to the final printed result. The Overprint preview in CC and CS versions give s you an almost identical preview (almost because the Lab values differ slightly).
    There are ways to use the old libraries, but why should you if Pantone itself stopped giving CMYK numbers?

  • Je voudrais transferer la musique de mon itunes vers mon iphone 5 mais je n'y arrives pas , comment faire ?

    comment transferer lamusique d'itunes vers moniphone 5 ?

    jeto faire une meilleure idée des options la synchronisation jeter un oeil à cette vidéo et cette pomme doc -> iOS : synchronisation avec iTunes

  • Comment transferer mes musiques sur mon iphone

    comment transferer mes musiques de mon ordi vers mon iphone???  j'y arrive pas!!!!!!!!!    svp!!  si vous le savez dites le moi!!!!!!  MERCI!!

    Ludovico741 wrote:
    Bonjour,
    Essayer de télécharger un logiciel de iPhone, comme ça: Transférer musique iPhone vers Pc ou  transferer video iphone vers pc, bien sûr, vous pouvez chercher autre phrase sur google, et vous pouvez trouver les autre logiciel aucci comme ça.
    http://www.pinterest.com/pin/create/extension/
    merci

  • Comment transfere de la musique sur mon ipod touch, comment transfere de la musique sur mon ipod touch

    bonjour
    comment tranferer un album que j'ai télécharger sur itune et de le transfere sur mon ipod touch ????

    et lorsque je me connecte je ne suis pas capable de les mettre dans mon iphone
    De quelle manière te connecte-tu?  iCloud ou avec ta librairie iTunes?
    Les appareils iOS ne sont pas concus pour extraire la musique qu'ils contiennent (sauf celle qui aurait été acheté sur magasin iTunes à partir de l'appareil iOS) principalement dans un but d'anti-piratage.
    Techniquement, si tu "possèdes" la musique qui est contenu sur ton iPod, cette musique devrait faire partie de la bibliothèque iTunes avec laquelle tu le synchronise... donc aucun besoin d'extraire la musique qu'il contient.
    Tu branches donc ton iPhone et à partir de ta librairie iTunes, il s'agit d'appliquer les même paramètres que pour ton iPod afin que la musique de ton ordinateur se retrouve maintenant sur ton iPhone.

  • Comment transfere mes enregistrement du dictaphone sur mon pc

    bonjour , j aimerai savoir comment transfere mes enregistrement du dictaphone de mon iphone 3gs sur mon ardinateur
    merci

    Dans le menu de iTunes sous "Store" il faut autoriser "this computer": donner votre identité Apple et mot de passe. faire un mise à jour pour le iphone.

  • Adobe 9.2 - Comments transferring across PDF documents

    Has anyone had the problem of opening PDF documents for review online and comments were pulled from another document stored in the same database??
    This only started happening with version 9.2 Professional installed and happens more often in IE then Firefox.  We didn't have this issue with Adobe 8.0.  The problem also only happens when multiple documents are opened within milliseconds of each other and the user doesn't wait until one PDF document fully loads with its comments.

    You dont happen to have a link on Adobe's site some where do you?  The person I'm trying to make this work for says they have seen 5 GB pdf docs.  They dont believe me, so I will have to prove it to them.
    Thanks so much for the info.

  • Transferring spotlight comments to iPhoto

    I've got several hundered scanned photos on a hard drive with spotlight comments attached.
    Is there any way to transfer those spotlight comments into iPhoto's comment field when I import the files into iPhoto, or will I have to type them all in manually?
    If there isn't a way to do it through iPhoto, it seems like the kind of task that an Automator script could be written to handle, but I'm not very familiar with that.

    Chip:
    Unless you can find an Applescript that will do the job you'll probably have to enter them manually. Automator does not have any actions that I could find that could do the job. But then, I'm not overly proficient with Automator.
    You might ask in the Applescript forum.
    Do you Twango?

  • Comment transfere mes applications de l iphone vers ipad

    je veux avoir les meme applications ds  l iphone et l ipad

    Ideally, your music on the phone should be empty and when you enable match it will play off air (If you will)
    Try to clean your phone first in few steps
    1. Turn off itunes match on the phone only.
    2. Delete music from the phone completely (hopefully you know how)
    3. Enable itunes match again and you should be OK.
    Sorry for using Google translate.
    Idéalement, votre musique sur le téléphone doit être vide et lorsque vous activez le match, vous pourrez jouer hors d'air (si vous voulez)
    Essayez de nettoyer votre premier téléphone en quelques étapes
    1. Éteignez itunes match sur le téléphone uniquement.
    2. Supprimer la musique du téléphone complètement (j'espère que vous savez comment)
    3. Activer iTunes Match à nouveau et vous devriez être OK.

  • Comment transferer  un fichier illustrator vers indesign ?

    J' ai créer des documents avec Illustrator avant de maitriser in design
    comment faire pour 'rapatrier ces créations sur indesign ' sans perdre trop de temps et tout récréer.

    If it's mostly text, take a look at the InDesign plug in PDF2DTP
    In case it's mostly illustration: place the file in an ID document.

  • Comment transferer album photo existant de Iphone vers iCloud?

    Comment transférer album photo existant de iphone4S vers iCloud?

    Photostream ne marche pas à reculons. Il est vieux et fiable importation d'images sur un ordinateur puis synchroniser ceux qui reviennent à un autre appareil. Il ya d'autres options qui fonctionnent si la quantité de photos est limité. Comme par exemple envoyer ceux pour vous. Il va les sauver de tourner la caméra et le téléchargement à photostream jusqu'à 1000. La réalité est qu'il n'y a pas necsesity à "avoir des photos en photostream" cause photostream n'est que temporaire et après 30 jours toutes ces photos ont disparu du ruisseau de toute façon. Photostream est uniquement utilisée afin de télécharger des photos sans connexion, mais des choses précédent a juste besoin d'être importés avec la connexion.
    Il ya des instructions partout net sur ​​la façon de "importer des images vers l'ordinateur".
    Bonne chance et désolé pour google translate.

  • Comment transferer sa bibliotheque sur un autre disque dur interne

    Bonjour
    Je cherche à transférer mes bibliotheques audio et video depuis le itunes de mon imac sur un itunes installé sur un autre disque dur du même imac.
    Le 2eme disque dur, ssd, supporte le système et les applis; le DD d'origine supportant les données.
    Je souhaite donc répliquer l'itunes d'origine mais laisser les fichiers  dans le disque d'origine.
    Merci de votre aide à tous

    Il faut s'adresser au service de support, si l’on va faire des installations plus de deux fois.
    Pour obtenir de l'aide tout de suite, cliquez ici:
    chat sur l'internet ou par téléphone.

Maybe you are looking for