![]() |
|
about how to name the folders correctly and search engine friendly - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: about how to name the folders correctly and search engine friendly (/thread-3047.html) |
about how to name the folders correctly and search engine friendly - bill61 - 2008-06-06 hi developers i thing i have made a mistake from the begining of creating my folders. for example : Audios and Podcasts is this name folder should be like this: Audios_and_Podcasts instead of : Audios and Podcasts ?? regards about how to name the folders correctly and search engine friendly - sbillard - 2008-06-06 "Audios and Podcasts" should work as a folder name. Are you having problems with it? about how to name the folders correctly and search engine friendly - bill61 - 2008-06-06 hi sbillard not realy, but i was a bit cautious about this thanks about how to name the folders correctly and search engine friendly - invarbrass - 2008-06-07 I think Audios-and-Podcasts is a better option SEO-wise. about how to name the folders correctly and search engine friendly - acrylian - 2008-06-07 invarbrass is right there regarding SEO friendlyness. about how to name the folders correctly and search engine friendly - bill61 - 2008-06-07 hi acrylian and invarbrass thanks for that but the thing now is very complicated. if i change the folders names in my ftp directory all descriptions and titles i have made will be lost. for me to re-do all the descriptions and titles again it will take me weeks to do it and it is a very complicated work. now, if i do this " changing the folders names" from inside the database do u thing i will lost my folders descriptions and titles as well?? about how to name the folders correctly and search engine friendly - sbillard - 2008-06-07 The move/change/rename feature is still in the works. Other than that, you will either have to live with the names you chose or change the Database record for the albums when you change the folder names. about how to name the folders correctly and search engine friendly - bill61 - 2008-06-07 hi sbillard i am not in the hurry i will wait until The move/change/rename feature are ready about how to name the folders correctly and search engine friendly - invarbrass - 2008-06-09 There are several mass filename rename utilities on the net. Most of them will do what you require. Just batch rename all your folders.. i.e. replace " " with "-". These are windows only programs though. As for updating the tables, there are a few options: Perhaps you could find a database management console for mysql that can batch rename/modify all your folder names in the database (using regular expressions perhaps) I'm not sure about it though. Alternatively you could SQL dump the albums table, regex the folder names using a competent text editor, and put the modified SQL data back into mysql? Another, albeit more elegant, solution would be to write a small php script which reads all the album data, modifies it according to your requirements, and then updates the table. I'd go with this route if I were you. This is just my brain dump as to how to achieve what you want to do with your albums. Nothing concrete, just some ideas. BTW, I just found out, zp works well with hyphens. I.e., if your folder is named "my-album", zen photo will show the name as "my album"! This gives you the both of best worlds! I'm using todays nightly build. about how to name the folders correctly and search engine friendly - bill61 - 2008-06-09 hi invarbrass thanks for the suggestions i have so many to change, i thing i will give it a bit more of time untill developers find a solution in admin to change folders names / sub-folders names without losing any data. it is a very usefull info u gave me but it is a bit of complicated work i guess. regards |