Hi,
I have a problem with svn install. I try in terminal (osx) and with tortoise (windows). I start the checkout (on my computer), and after a few files, I have the same error : "Can't move […] Operation not permitted".
I try with wordpress svn, and it works fine. Strange, no?
Thanks
Search found 17 matches
- Fri Nov 28, 2008 9:54 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Problem with svn install
- Replies: 1
- Views: 1286
- Fri May 09, 2008 7:46 am
- Forum: Modules/Add-Ons
- Topic: Newsletter Made Simple - Problems with confirm mails (links)
- Replies: 26
- Views: 8656
Re: Newsletter Made Simple - Problems with confirm mails (links)
Hi, I have +- the same problem with Newsletter Made Simple 2.1.1. I received this link in confirmation email : http://mysite.com/NMS/15/confirm/1a7a13e60d4153ff9547abd3ceb09dec/ This link opens the homepage and the email isn't confirmed. It works fine with NMS 1.0.1, which send this kind of link : h...
- Sun Nov 04, 2007 10:56 am
- Forum: CMSMS Core
- Topic: Detect if the page has children ?
- Replies: 2
- Views: 1365
Re: Detect if the page has children ?
Any idea ?
- Wed Oct 31, 2007 1:19 pm
- Forum: CMSMS Core
- Topic: Detect if the page has children ?
- Replies: 2
- Views: 1365
Detect if the page has children ?
Hello, Is it possible to detect if the page has children ? Like {$node->haschildren == true} for the menu. I have 2 pages which haven't children. Maybe you have a better solution than my "if page = or page = or page =". <div id="lsidebar"> {menu template='submenu.tpl' start_le...
- Tue Jan 02, 2007 10:36 pm
- Forum: Modules/Add-Ons
- Topic: [Album Module] Is it possible to have a detail page ?
- Replies: 7
- Views: 2932
Re: [Album Module] Is it possible to have a detail page ?
Wow thanks for your work Elijah ! 

- Sat Dec 30, 2006 10:01 pm
- Forum: Modules/Add-Ons
- Topic: [Album Module] Is it possible to have a detail page ?
- Replies: 7
- Views: 2932
[Album Module] Is it possible to have a detail page ?
Hi,
Is it possible to have a detail page for Album module like News module ?
For example :
I would like to display albums list on homepage and album detail on a separate page.
Thanks
Is it possible to have a detail page for Album module like News module ?
For example :
Code: Select all
{cms_module module='album' detailpage='pagealias'}
Thanks

- Mon Aug 21, 2006 9:31 am
- Forum: French - Français
- Topic: problemes avec la derniere version made simple chez OVH
- Replies: 15
- Views: 9650
Re: problemes avec la derniere version made simple chez OVH
J'ai fait la mise à jour vers la version 1.0 beta5 et l'admin re-fonctionne correctement 

- Wed Jul 05, 2006 2:10 pm
- Forum: French - Français
- Topic: problemes avec la derniere version made simple chez OVH
- Replies: 15
- Views: 9650
Re: problemes avec la derniere version made simple chez OVH
Salut,
J'ai le même message d'erreur, il est apparu sans que je ne change rien au cms, donc je suppose que ça vient de chez OVH.
J'ai le même message d'erreur, il est apparu sans que je ne change rien au cms, donc je suppose que ça vient de chez OVH.
- Thu Jun 22, 2006 7:14 am
- Forum: CMSMS Core
- Topic: Problem with modules install : nothing appears in the admin
- Replies: 3
- Views: 1668
Re: Problem with modules install : nothing appears in the admin
Hi mark,mark wrote: ced64k
are you putting the files or folders in the module folder?
It works know, I don't know why

I simply decompressed pisearch103.zip in a folder called pisearch103, put it in/modules.
- Wed Jun 14, 2006 9:34 am
- Forum: CMSMS Core
- Topic: Problem with modules install : nothing appears in the admin
- Replies: 3
- Views: 1668
Problem with modules install : nothing appears in the admin
Hi, I use CMSMS v0.13. I have a problem with the installation of the modules. I decompress the archive and I place the files in the modules folder. But nothing appears in the admin , no button “to install”. And no error message. I tested with several different modules (piSearch, FeedBackForm, etc) a...
- Sun May 28, 2006 7:12 am
- Forum: CMSMS Core
- Topic: Pretty URLs : how to remove /index.php/ ?
- Replies: 10
- Views: 7013
Re: Pretty URL : how remove /index.php/ ?
Thanks Russ, but it works now for me with $config['internal_pretty_urls'] = true; (maybe it's illogical ?)
I have URLs like mysite.com/category/subcategory/page
If I set it to false, css/images links are broken (I put RewritingBase / and {metadata})
I have URLs like mysite.com/category/subcategory/page
If I set it to false, css/images links are broken (I put RewritingBase / and {metadata})
- Sat May 27, 2006 8:15 pm
- Forum: French - Français
- Topic: Pretty URLs, des URLs sans /index.php/ (chez OVH)
- Replies: 1
- Views: 2817
Pretty URLs, des URLs sans /index.php/ (chez OVH)
Salut, J'ai galèré une bonne partie de l'après-midi pour faire fonctionner le système des Pretty URLs, heureusement j'ai pû trouver de l'aide dans le forum anglophone, donc voici la solution. Je voulais à la place de http://monsite.com/index.php/accueil avoir http://monsite.com/accueil Voici les mod...
- Sat May 27, 2006 6:19 pm
- Forum: CMSMS Core
- Topic: Pretty URLs : how to remove /index.php/ ?
- Replies: 10
- Views: 7013
Re: Pretty URL : how remove /index.php/ ?
I progress :D With my hosting (ovh.com) I have to an / before index.php, like this : RewriteRule ^(.+)$ / index.php?page=$1 [QSA] It works, but now I've a problem with the css link and images, except on the homepage. Edit: Now, it works for the css/images too ;D I've put this in config.php: $confi...
- Sat May 27, 2006 6:06 pm
- Forum: CMSMS Core
- Topic: Pretty URLs : how to remove /index.php/ ?
- Replies: 10
- Views: 7013
Re: Pretty URL : how remove /index.php/ ?
I tested without this code too > 5OO error
But I think it's specific with my hosting :s
But I think it's specific with my hosting :s
- Sat May 27, 2006 5:42 pm
- Forum: General Discussion
- Topic: Pretty URLs -- to .html or not?
- Replies: 13
- Views: 6785