Search found 32 matches

by cubitus
Sun Nov 21, 2010 8:52 pm
Forum: Modules/Add-Ons
Topic: Problem with running SimpleSlider on cmsms 1.9
Replies: 2
Views: 984

Problem with running SimpleSlider on cmsms 1.9

Hi, I'm quite de bit confused and I hope you can help me. I moved my site from a linux server running php 5.2.14 to my xp box running php 5.5.3. My site is cmsms 1.9. I know thta someone of you (malinius) had the same problem as I. http://forum.cmsmadesimple.org/index.php?topic=48465.0 But for him, ...
by cubitus
Sun Dec 06, 2009 2:37 pm
Forum: Modules/Add-Ons
Topic: Form Browser gives strange error
Replies: 8
Views: 6012

Form Browser gives strange error

Hello, I did yesterday upgrade my csmsm modules to their latest version : FormBrowser  0.3b2 FormBuilder  0.6b2 And now I get the folllowing error in the back end of FormBrowser when I try to display the form browser associated to an already existing form builder (it exist before the last upgarde) E...
by cubitus
Thu May 07, 2009 8:03 pm
Forum: Modules/Add-Ons
Topic: socialbookmarking
Replies: 18
Views: 6072

socialbookmarking

Hi, Thank you, thank you very much for having created the socialbookmarking tag  :) I'm just thinking why there is so a huge bug in socialbookmarking tag. Well, at line 117 you have a return command (just after having computed the url) ??? Should'nt be the following ? if($page_content_id) {    $curn...
by cubitus
Mon Aug 18, 2008 8:09 pm
Forum: General Discussion
Topic: admin folder's name in robots.txt
Replies: 11
Views: 4716

Re: admin folder's name in robots.txt

Just a 2 cents idea, Would it be possible to have the following robots.txt ? User-Agent: * Disallow: / Allows: /index.php Allows: /uploads/ What append is the robot want to index my site (i.e www.mysite.com) ? It will try to index the root of my site (without the index.php) but the root's folder is ...
by cubitus
Sat Aug 16, 2008 3:39 pm
Forum: General Discussion
Topic: admin folder's name in robots.txt
Replies: 11
Views: 4716

admin folder's name in robots.txt

Hello everyone. I have a general question about security. I've read somewhere on this forum that a good idea would be to rename the admin folder. In order to be consistent with the indexer (google, yahoo, etc) the file robots.txt should contain the name of the  folder admin in order for them not to ...
by cubitus
Sun Jun 22, 2008 11:41 am
Forum: CMSMS Core
Topic: multipe sites with 1 instance of CMSMS ?
Replies: 1
Views: 1305

multipe sites with 1 instance of CMSMS ?

Hello, we are now using CMSMS from more than one year and are very happy with this product. The site (about 50 pages) is used to maintain contact (news, agenda, article, google map integration, user listing, etc) between members of a sport community. Now we would like to have a version of the site f...
by cubitus
Mon Jan 14, 2008 7:38 pm
Forum: CMSMS Core
Topic: [solved] javascript in template gives 403 (edit template)
Replies: 9
Views: 3490

Re: javascript in template gives 403 (edit template)

Working now fine with cmsms 1.2.3  :)

No idea if the problem came from the hosting's company or from cmsms version 1.1.x  ???
by cubitus
Mon Sep 17, 2007 3:58 pm
Forum: CMSMS Core
Topic: {debug} interrupting the rendering of html
Replies: 0
Views: 1101

{debug} interrupting the rendering of html

The {debug} smarty's command is supposed logging the assigned smarty's variable into the html page. I'm just wondering why inserting this command into a smarty template "interrupt" the rendering of the html just after loggin the name of the variable {$gCms) ? See the following code ... <h1...
by cubitus
Mon Sep 17, 2007 3:34 pm
Forum: CMSMS Core
Topic: [SOLVED] Album page count problem
Replies: 6
Views: 3008

Re: Album page count problem

Ok, I think I get it: In the file class.Album.php the assignement of the smarty's variable "pagecount" is done in line 749. $this->smarty->assign('pagecount', $pagecount); and the corresponding $pagecount php's variable is initialized on line 723 $pagecount = 1; Between the initialization ...
by cubitus
Mon Sep 17, 2007 9:25 am
Forum: CMSMS Core
Topic: [SOLVED] Album page count problem
Replies: 6
Views: 3008

Re: Album page count problem

Hi kdallman & liudaz Did you successfully solved your problem ? I've upgraded my site from cms 1.0.8 => 1.1.1 and Album from 0.8.2 => 0.9.2 I get the same problem has you have. I cannot rely anymore on the smarty variable $pagecount . That's weird  ??? Can anyone help me, I relaly want to have t...
by cubitus
Fri Aug 31, 2007 9:45 pm
Forum: Modules/Add-Ons
Topic: [Solved]Calendar upload file dir
Replies: 1
Views: 1280

[Solved]Calendar upload file dir

Hello, Is there any possibility to have a smarty template have the information concerning the directory (url) where the file are uploaded. I mean I've created a "upload file" custom field. Now from the smarty template I would like to create an html link that point to the uploaded document....
by cubitus
Fri Aug 31, 2007 8:51 pm
Forum: Modules/Add-Ons
Topic: [Solved] Calendar Custom Fields not working
Replies: 2
Views: 1654

[Solved] Calendar Custom Fields not working

I've installed a fresh version of cmsms 1.1.1 and Calendar 0.7.10 Values of custom fields where not persisted in the db. Found the problem : The table cms_module_calendar_event_field_values was not created on my db. I don't know why ... I'm running cmsms on WinXP, Apache 2.2.4, PHP 5.2.3 and MySQL 5...
by cubitus
Sun Aug 12, 2007 9:01 am
Forum: CMSMS Core
Topic: [solved] javascript in template gives 403 (edit template)
Replies: 9
Views: 3490

Re: javascript in template gives 404 (edit template)

Hi Mark, Thank you for answering my post. Ok, when I try to save the "original" template "CSSMenu top + 2 columns" I get the 403 error. In order to be able to save this template I have to remove the following code from the template, including the script tag but without removing t...
by cubitus
Thu Aug 09, 2007 7:53 pm
Forum: CMSMS Core
Topic: [solved] javascript in template gives 403 (edit template)
Replies: 9
Views: 3490

Re: javascript in template gives 404 (edit template)

Hello I'm back. Ok, I've asked on their forum and the technical manager tell me to search any clues in the config's files and to give a look at the log's files. Then I'm asking you (the guru of cmsms and/or linux) the following : I've installed a fresh version on cmsms 1.1.0 on the following adresse...
by cubitus
Tue Aug 07, 2007 7:21 pm
Forum: CMSMS Core
Topic: [solved] javascript in template gives 403 (edit template)
Replies: 9
Views: 3490

Re: javascript in template gives 404 (edit template)

Thanks ironblaze94 for your idea. But unfortunately it doesn't work either. Weird. I've just installed a fresh version 1.1 on the server and I get the same problem. I cannot save the unmodified template "Left simple navigation + 1 column". When I remove the javascript code, I can save it. ...

Go to advanced search