Search found 26 matches

by alzambo
Sat Feb 20, 2010 11:33 am
Forum: Italian - Italiano
Topic: [RISOLTO] Includere contenuto delle pagine tramite un loop...
Replies: 5
Views: 2513

Re: Includere contenuto delle pagine tramite un loop...

Grazie axxe per il prezioso consiglio.
Ha funzionato!

Ho comunque rivisto la documentazione di content_dump e, non mi ero accorto, è possibile selezionare quanto "scendere" nella gerarchia tramite l'attributo depth.
Ciao!
ALEX - padova (anch'io)
by alzambo
Sat Feb 20, 2010 11:30 am
Forum: Modules/Add-Ons
Topic: (SOLVED) Problem with $cgsimple->get_children
Replies: 5
Views: 3507

Re: Problem with $cgsimple->get_children

I tried your routine on a fresh installation, without any content except for one partent page two children, but still doesn't work.

I've solved anyway using content_dump.
Thank you!
Alex
by alzambo
Fri Feb 19, 2010 12:48 pm
Forum: Modules/Add-Ons
Topic: (SOLVED) Problem with $cgsimple->get_children
Replies: 5
Views: 3507

Re: Problem with $cgsimple->get_children

fredp wrote:    {$cgsimple->get_children('',false,'children')}
No,  :'(
it doesn't work.
I suspect that this bug to do with mle support...could it be true?
by alzambo
Thu Feb 18, 2010 7:48 pm
Forum: Italian - Italiano
Topic: [RISOLTO] Includere contenuto delle pagine tramite un loop...
Replies: 5
Views: 2513

Re: Includere contenuto delle pagine tramite un loop...

usa content_dump ti permette di ciclare tutte le pagine del sito filtrandole per vari criteri, puoi ricavare più o meno tutti i parametri delle pagine. Il plugin è ben documentato cercalo nel forge in alternativa (o insieme) l'oggeto simplesmarty che ha funzioni simili e complementari Ciao axxe16, ...
by alzambo
Thu Feb 18, 2010 7:25 pm
Forum: Modules/Add-Ons
Topic: (SOLVED) Problem with $cgsimple->get_children
Replies: 5
Views: 3507

(SOLVED) Problem with $cgsimple->get_children

Hello to everybody. I have this page structure: Parent Page - child1 content_block - child2 content_block - childn content_block The user can add/delete/edit the children pages. My intention is to include content_block of all n-child pages into one partent page, as a sort of query. I then tried to s...
by alzambo
Tue Feb 16, 2010 8:53 pm
Forum: Italian - Italiano
Topic: [RISOLTO] Includere contenuto delle pagine tramite un loop...
Replies: 5
Views: 2513

[RISOLTO] Includere contenuto delle pagine tramite un loop...

Ciao a tutti, sto tentando di rendere automatizzata la visualizzazione delle sotto-pagine contenute all'interno di una sezione. Ho bisogno che il contenuto di n pagine (dove n è un numero variabile) venga incluso all'interno della pagina contenitore, una dopo l'altra... un pò come una query. Saprest...
by alzambo
Thu Nov 12, 2009 11:51 am
Forum: [locked] Installation, Setup and Upgrade
Topic: News Module $return_url not working with internal pretty urls
Replies: 9
Views: 3454

Re: News Module $return_url not working with internal pretty urls

Rolf wrote: Hmm.  :-\

Or use plain javascript:

Code: Select all

<a href="javascript:history.go(-1)">[Return]</a> 

Rolf
:-\ I'm trying to avoid js because, if disable, the return link will not work.
by alzambo
Thu Nov 12, 2009 11:20 am
Forum: [locked] Installation, Setup and Upgrade
Topic: News Module $return_url not working with internal pretty urls
Replies: 9
Views: 3454

Re: News Module $return_url not working with internal pretty urls

Have you tried using 'mod_rewrite' yet? Rolf Hi Rolf! I've just tried... no way.. I tried to assign the return link to a variable and then recall it inside the detailpage, but the variable seems to be empty when I'm in detailpage. Are the assigned variables with {capture} resetted on page-change? A...
by alzambo
Tue Nov 10, 2009 12:31 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: News Module $return_url not working with internal pretty urls
Replies: 9
Views: 3454

Re: News Module $return_url not working with internal pretty urls

Hi Rolf,

i've just updated to 1.6.6 and the problem remains: with internals pretty urls, the backlink on the detail page links to the detailpage itself.

Thank you Rolf,
Alex
by alzambo
Mon Nov 09, 2009 9:26 am
Forum: [locked] Installation, Setup and Upgrade
Topic: News Module $return_url not working with internal pretty urls
Replies: 9
Views: 3454

News Module $return_url not working with internal pretty urls

Hi to everybody,

I've discovered that if you use the 'internal' pretty urls setup in config, the $return_url link doesn't work properly.

Is this a known bug?
Alex

CMS version: 1.6
News module version: 2.10
by alzambo
Fri Oct 02, 2009 7:27 pm
Forum: Layout and Design (CSS & HTML)
Topic: Use content block as module parameter
Replies: 1
Views: 1057

Use content block as module parameter

Hi there, I need to display some galleries through the Gallery module, and the directory with the images would be different for every page that is linked to the same template. So the 'dir' vould be like a variable that I set up in the page editor in the appropriate custom block. How can I get it? Th...
by alzambo
Fri Oct 02, 2009 6:56 pm
Forum: Italian - Italiano
Topic: Modulo Gallery: parametro dir definito in content block
Replies: 1
Views: 2102

Modulo Gallery: parametro dir definito in content block

Ciao a tutti, ho l'esigenza di visualizzare delle immagini tramite il modulo Gallery; e fin qui ci siamo. Mi serve però, che la cartella su cui cercare le immagini sia variabile, e si possa definire tramite un apposito campo 'pathimmagini' in fare di redazione della pagina XY. Perciò chiamerei il mo...
by alzambo
Fri Oct 02, 2009 6:38 pm
Forum: Italian - Italiano
Topic: Campi extra alle pagine
Replies: 3
Views: 1754

Re: Campi extra alle pagine

Si tratta di inserire contenuto diviso per blocchi... e ho scoperto solo ora che esiste il tag content block.

Grazie per l'aiuto! :)

Go to advanced search