Search found 26 matches

by atired
Fri May 18, 2012 11:31 pm
Forum: Modules/Add-Ons
Topic: Babel not showing pages
Replies: 1
Views: 1071

Babel not showing pages

Hello to all I'm using Babel 0.41 to build a multilingual site. As I don't have the same pages in both languages, I tried the "Marcos Cruz's definition solution". Problem is, when I unclick "use hierarchy for redirection" no link to the other language appear. I have follow all th...
by atired
Fri Apr 08, 2011 4:10 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Neo Gallery and CMSMS 1.8
Replies: 0
Views: 490

[SOLVED] Neo Gallery and CMSMS 1.8

Neo Gallery doesn't work in 1.8. I searched the forums and I know this is an old issue. But I had it working locally, with wampserver. Only when I uploaded to the server it stopped working. I wonder, could anybody take a look at this? Also, is there any other gallery that display lots of thumbs and ...
by atired
Fri Jun 04, 2010 9:23 pm
Forum: Modules/Add-Ons
Topic: Questions sort by category
Replies: 2
Views: 1187

Re: Questions sort by category

Sorry, you lost me there. What do you mean? Is that code I posted above correct?
by atired
Fri Jun 04, 2010 12:23 am
Forum: Modules/Add-Ons
Topic: Questions sort by category
Replies: 2
Views: 1187

Questions sort by category

Hi I'm trying to modify the Questions template, so it will sort the questions by categories. It seems I need to have nested loops but I'm having trouble doing it as i'm not a programmer. This is what I've got so far: {foreach item=category from=$items} {$category->name}   {foreach key=category item=...
by atired
Wed May 19, 2010 4:08 pm
Forum: Layout and Design (CSS & HTML)
Topic: span in tinyMCE
Replies: 5
Views: 2806

span in tinyMCE

I have some styles in my stylesheet that I have configured to show up in TinyMCE. The problem is, I want TinyMCE to add the styles to the tag, but it keeps inserting in my code. Also, whenever I click the button, tinyMCE adds a . Are these the same problem, or two different things? And, more importa...
by atired
Sat Jul 18, 2009 12:35 am
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5645

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

When I replaced {if $gCms->parameters.page_name == 'portfolio'} with {if $page_alias == 'portfolio'} it worked. Thank you all.

Now I have a forum related question: I didn"t start this thread but it seems yhe person who did has abandoned it. Should I place the [SOLVED] tag?
by atired
Fri Jul 17, 2009 4:59 am
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5645

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

Ok, but smarty is waaay out of my league. Dee pointed me the way to go, I think. But I tried placing this in my template, and nothing is displayed: {if $gCms->parameters.page_name == 'portfolio'} * this is only displayed on the portfolio page * {elseif  $gCms->parameters.page_name == 'divagacoes'} *...
by atired
Fri Jul 17, 2009 12:28 am
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5645

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'} echo...
by atired
Thu Jul 16, 2009 3:59 pm
Forum: Developers Discussion
Topic: [solved] Calling a module within a UDT or vice-versa
Replies: 13
Views: 5645

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

I have a similar problem. Have you solved this? If so, how?
by atired
Wed Jul 15, 2009 5:25 am
Forum: Modules/Add-Ons
Topic: FormBuilder & Captcha - simple styling issue here
Replies: 1
Views: 1091

Re: FormBuilder & Captcha - simple styling issue here

Find this section in your form template:

{if $has_captcha == 1}
{$graphic_captcha}{$title_captcha}
{$input_captcha}
{/if}

captcha is inside a div ("captcha") that you can position with CSS. You may also add xhtml tags to the template.
by atired
Sat Jul 11, 2009 5:13 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedback and required fields
Replies: 3
Views: 1440

Re: CGFeedback and required fields

Great, I can live with that. ;) Thanks!
by atired
Sat Jul 11, 2009 2:58 pm
Forum: Portuguese - Português
Topic: [RESOLVIDO] Ativar pretty url
Replies: 1
Views: 5132

Re: Ativar pretty url

Só agora vi o post http://forum.cmsmadesimple.org/index.ph ... 105.0.html. Está tudo lá. Obrigada, Viebig!
by atired
Sat Jul 11, 2009 1:28 pm
Forum: Portuguese - Português
Topic: [RESOLVIDO] Ativar pretty url
Replies: 1
Views: 5132

[RESOLVIDO] Ativar pretty url

Sou designer e tenho uma dúvida super-básica: Como se ativa as pretty url?
by atired
Sat Jul 11, 2009 3:40 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CGFeedback and required fields
Replies: 3
Views: 1440

[SOLVED] CGFeedback and required fields

I made a really simple comment form template in CGFeedback, with just the textarea field and a submit button. It´s exactly what I wanted, but when I send some message I get the warning: 'You must provide your name' - and I guess it would happen with all the others fields I removed from the template....
by atired
Fri Jul 10, 2009 4:09 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Detail page in CGBlog
Replies: 4
Views: 1420

Re: [SOLVED] Detail page in CGBlog

Thank you, Nuno, worked pefectly...

Really, it makes sense!

Go to advanced search