Search found 1199 matches

by Dee
Mon Jul 20, 2009 12:48 am
Forum: Layout and Design (CSS & HTML)
Topic: menus
Replies: 9
Views: 2344

Re: menus

dmaireroa wrote: Any suggestions?
Check the module help for MenuManager and the MenuManager entry in the admin "Layout" menu.

Regards,
D
by Dee
Sat Jul 18, 2009 6:12 pm
Forum: Modules/Add-Ons
Topic: Rate this v1.0
Replies: 1
Views: 812

Re: Rate this v1.0

It's not an error, it's a warning.

One of the things you could do is report it to the module dev.

You can also hide the warning by unchecking "Allow parameter checks to create warning messages:" in the Advanced Setup of your Global Settings.

Regards,
D
by Dee
Sat Jul 18, 2009 5:46 pm
Forum: Developers Discussion
Topic: How to request to join project?
Replies: 16
Views: 4981

Re: How to request to join project?

Personally I think making a fork for a small change in an abandoned module will lead to enormous cluttering of the forge. Especially with the frequency changes are needed to modules to keep them working in newer CMSMS versions. Also personally I wouldn't mind at all and be grateful if I don't have t...
by Dee
Sat Jul 18, 2009 5:32 pm
Forum: Developers Discussion
Topic: cms_join_path - backslash considered harmful
Replies: 1
Views: 1092

Re: cms_join_path - backslash considered harmful

Unfortunately, cms_join_path probably encourages developers to produce strings used both for file paths and URLs which can then cause errors cms_join_path is to create file paths, not URL's. It uses the system directory separator (PHP's DIRECTORY_SEPARATOR constant) so paths will work on systems wh...
by Dee
Sat Jul 18, 2009 5:23 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Smarty error in tpl_body??
Replies: 3
Views: 1436

Re: [Opgelost] Smarty error in tpl_body??

davidh wrote: Wel vreemd dat de foutmelding niet altijd zichtbaar is!
Volgens mij toont Smarty template errors alleen de eerste keer als de pagina geladen wordt na wijziging of aanmaken van de pagina (en legen van de cache misschien).

Groet,
D
by Dee
Sat Jul 18, 2009 5:18 pm
Forum: Dutch - Nederlands
Topic: 2e Gastenboek
Replies: 7
Views: 2854

Re: 2e Gastenboek

Het kopieerscriptje is gelukt, de rest (nog lang) niet. Ik neem aan dat je, als je hierbij ergens niet of moeilijk uitkomt, het hier op het forum gooit. In het algemeen kun je hier (zeker in het Engels-talige forum) bij vragen over het schrijven van een module vrij rap antwoord van mij of iemand an...
by Dee
Sat Jul 18, 2009 5:11 pm
Forum: Developers Discussion
Topic: How to request to join project?
Replies: 16
Views: 4981

Re: How to request to join project?

Try contacting (one of) the project admin. You can also / if you don't get any response contact Ted by sending him a message or joining #cms on IRC.

Regards,
D
by Dee
Fri Jul 17, 2009 11:32 pm
Forum: General Discussion
Topic: Adding form results to a database table?
Replies: 5
Views: 3266

Re: Adding form results to a database table?

Coldman wrote: I think it should be $params

/Coldman
Correct it's a typo in the help, they are assigned as $params['Field Name']

Regards,
D
by Dee
Fri Jul 17, 2009 11:14 pm
Forum: General Discussion
Topic: Adding form results to a database table?
Replies: 5
Views: 3266

Re: Adding form results to a database table?

Read Help for FormBuilder *Store Results in Database. This will store the form contents in an internal database. You will always use this disposition if you use the form with FormBrowser. That was my first reaction too but I deleted it :) The thing is that stores the result in the database for use ...
by Dee
Fri Jul 17, 2009 10:24 pm
Forum: CMSMS Core
Topic: pages list, icons do nothing [solved]
Replies: 2
Views: 1132

Re: pages list, icons do nothing

All the functions you list are using Ajax in their implementation. As you tried with various browsers it probably isn't a problem with browser settings preventing the JavaScript to be executed. That leaves a server side problem, check the webserver error log for clues on what's going wrong. My first...
by Dee
Fri Jul 17, 2009 9:19 pm
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5625

Re: Calling a module within a UDT or vice-versa

{$page_alias} nuf said. Thanks calguy, Some testing revealed $gCms->parameters is not always assigned. I would have used {$gCms->variables.pageinfo->content_alias}, which does seem to be always available, but apparently a convenience variable {$page_alias} is assigned to Smarty as well. Maybe some ...
by Dee
Fri Jul 17, 2009 8:55 pm
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5625

Re: Calling a module within a UDT or vice-versa

If you're a designer and not a programmer, Smarty should be more in your league than PHP code, although it has similar syntax and does need some getting used to. Luckily it has extended documentation . page_name is the page alias indeed, it is displayed when you just use {$gCms->parameters.page_name...
by Dee
Fri Jul 17, 2009 2:07 am
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5625

Re: Calling a module within a UDT or vice-versa

I don't really understand any of this, as i'm just a designer. My UDT looks like this so far: global $gCms; $thispage = $gCms->variables['page_name']; if ($thispage == "portfolio")   echo "Portfolio:" {cms_module module='CGBlog' action='browsecat' summarypage='det_Portfolio'} ec...
by Dee
Thu Jul 16, 2009 9:11 pm
Forum: Layout and Design (CSS & HTML)
Topic: How to add php code to side bar - please help
Replies: 2
Views: 1389

Re: How to add php code to side bar - please help

If you want Javascript (or any code containing { or } ) inside your templates/pages to work, surround it with {literal} and {/literal}.
To add a PHP script, use a "User Defined Tag".

Kind regards,
D

Go to advanced search