Search found 17 matches

by ced64k
Fri Nov 28, 2008 9:54 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Problem with svn install
Replies: 1
Views: 1286

Problem with svn install

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
by ced64k
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...
by ced64k
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 ?
by ced64k
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...
by ced64k
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 !  :)
by ced64k
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 :

Code: Select all

{cms_module module='album' detailpage='pagealias'}
I would like to display albums list on homepage and album detail on a separate page.

Thanks  :)
by ced64k
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  :)
by ced64k
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.
by ced64k
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

mark wrote: ced64k
are you putting the files or folders in the module folder?
Hi mark,
It works know, I don't know why  ???
I simply decompressed pisearch103.zip in a folder called pisearch103, put it in/modules.
by ced64k
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...
by ced64k
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})
by ced64k
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...
by ced64k
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...
by ced64k
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

Go to advanced search