• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 56 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Mon Feb 06, 2012 2:40 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Jun 01, 2006 6:20 am
Posts: 376
Location: Padova
Thanks for the tips, in fact I'm using the second mode (custom fields for different languages ​​separated by tabs) also because it so I can use the image fields at once.

One question: I am trying to connect the module gallery to a custom field (dropdown from module). I followed the instructions and I put in extra field with this code:

{cms_module module=Gallery template=selectebox}

The "selectbox" template is done this way
Code:
options[{foreach from=$images item=image}{if $image->isdir}{$gallerytitle}={$gallerytitle}{/if}{/foreach}]

and this is an example of what is generated by the template
options[Gallery=Gallery]

the custom field get the following warning in backend
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /var/www/vhosts/XXX/modules/ModuleGenerator/lib/class.generator_filters.php on line 244

Any idea?

_________________
Venetian Taste - Recipes Apps for iPad
Stampa Grande Formato Print Materia


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Wed Feb 08, 2012 2:52 pm 
Offline
Forum Members
Forum Members

Joined: Thu Jul 19, 2007 1:32 pm
Posts: 42
Hi, I just discover the "module generator" module and i would like to know if there is any tutorial to follow. I read the module HELP, but i'm still confuse.

The multilingual project is to create 3 modules:
Therapist / Therapies / Formations

In the Therapits item, i need to be able to choose by checkbox the items in Therapies and Formation. I then must retrieve some custom fields to display in the Therapist template

In Therapies item, i need to be able to choose by checkbox the items in Therapists and Formation

and the third one is also the same thing ...

Thank you for your help or for guiding me to a place where i can find information!

Lp (*


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Sat Feb 11, 2012 5:12 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Wed Apr 01, 2009 6:03 pm
Posts: 168
Location: Plzen, CZ
Mám takový dotaz na Module Generator - je možné s jeho pomocí vytvořit modul, do kterého by mohli vkládat data i FrontEnd uživatelé anebo jestli by modul uměl číst například data uložená do databáze přes FormBuilder (něco na způsob FormBrowseru). Díky za info


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Sun Feb 12, 2012 7:50 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
osxfil wrote:
Mám takový dotaz na Module Generator - je možné s jeho pomocí vytvořit modul, do kterého by mohli vkládat data i FrontEnd uživatelé anebo


Jedna z moznych buducich funkcii. V blizkej dobe vsak nepribudne , momentalne mam najvacsiu prioritu na mutliupload s galeriu.

osxfil wrote:
jestli by modul uměl číst například data uložená do databáze přes FormBuilder (něco na způsob FormBrowseru). Díky za info


Toto si neviem funkcne ani predstavit, takze nie:)


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Sun Feb 12, 2012 8:20 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Wed Apr 01, 2009 6:03 pm
Posts: 168
Location: Plzen, CZ
ok, tak musím pro moje účely hledat zatím jinde :)


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Tue Feb 21, 2012 5:45 pm 
Offline
Forum Members
Forum Members

Joined: Thu Jul 19, 2007 1:32 pm
Posts: 42
I created my modules with categories and custom field.
The only missing part is to be able to get a choice of item from another module. I use the command as required in Dropdown from module :

{cms_module module="Agni_therapeutes" template="SelectBox"}

but i only get a link to the last item register to the therapeutes modules.

Can someone gave me a clue on how to retrieve only the title and a field called "nom_complet" from the template & the field definition. That will be a huge help. . .

Also, is there a way to have them in checkbox style instead of a dropdown.
Thank you.

Lp (*


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Sun Mar 04, 2012 11:05 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Wed Apr 01, 2009 6:03 pm
Posts: 168
Location: Plzen, CZ
Tak nakonec využiji Module Generator na spoustu jiných akcí, ALE mám takový dotaz. Jde nějak přímo vypsat hodnota nějakého pole? Mám na mysli něco takového:
Code:
{$fielddef.text->value}

Tohle samozřejmě nefunguje, ale jde to nějak?


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Tue Mar 06, 2012 2:51 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Jun 01, 2006 6:20 am
Posts: 376
Location: Padova
Hello I'm using the latest version of the module generator (2.0) and I need to retrieve the fields associated with a parent category of the current one. I have a structure with 2 levels deep.

With this script I can retrieve the current category, could not find a way to retrieve the parent category. Any idea?

Category template
Code:
{foreach from=$cats item=node}
{if $node.category_name == $currentCategory}
   <img src="{$node.file_location}/{$node.immaginecat}" alt="{$node.category_name}" />
{/if}
{/foreach}


The current category ($currentCategory) I get from the summary template in the same page template with:

Code:
{assign var='currentCategory' value=$item->category_name}

_________________
Venetian Taste - Recipes Apps for iPad
Stampa Grande Formato Print Materia


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Fri Mar 16, 2012 4:18 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Thu Jun 01, 2006 6:20 am
Posts: 376
Location: Padova
With MLECMS how do I translate the registration form of the self registration module and the FEU login logout forms?

_________________
Venetian Taste - Recipes Apps for iPad
Stampa Grande Formato Print Materia


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Mon Mar 19, 2012 10:05 am 
Offline
Forum Members
Forum Members

Joined: Fri Sep 09, 2005 12:33 pm
Posts: 28
Location: Ostrava, Czech republic
Dotaz k ModuleGenerator

Lze nějakým způsobem vytvořit položky, kdy jedna "hlavní" bude pod sebou seskupovat své podřízené.
Příklad: Jeden produkt (např. bota123) má několik kombinací barev a velikostí. Vytvořím pro každou kombinaci (barva a velikost) jeden záznam (např. bota123-red-041) a nyní bych chtěl tyto "jednoduché produkty" seskupit pod jeden "konfigurovatelný". Ve frontendu by potom bylo možno u produktu (bota123) vybrat požadovanou kombinaci a zobrazit pro ni detaily.


Návrhy k vylepšení modulu:
- u obrázků v galerii by bylo dobré, kdyby k nim šel přidávat popis (co na daném obrázku je)
- v přehledu položek mít možnost třídit nejen podle data (vytvoření a modifikace), ale také podle vybraných uživatelských polí (nyní lze jen podle nich filtrovat)
- když se třídí podle uživatelských položek, nezobrazují se v seznamu sloupce nadefinované v "Default custom fields for admin items"


Top
 Profile  
 
 Post subject: Re: Podpora pre: ModuleGen, MleCMS, MleDomains,ASRatingBar..
PostPosted: Tue Mar 20, 2012 9:03 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Oct 10, 2006 5:00 pm
Posts: 426
Location: Bratislava
Lze nějakým způsobem vytvořit položky, kdy jedna "hlavní" bude pod sebou seskupovat své podřízené.
Příklad: Jeden produkt (např. bota123) má několik kombinací barev a velikostí. Vytvořím pro každou kombinaci (barva a velikost) jeden záznam (např. bota123-red-041) a nyní bych chtěl tyto "jednoduché produkty" seskupit pod jeden "konfigurovatelný". Ve frontendu by potom bylo možno u produktu (bota123) vybrat požadovanou kombinaci a zobrazit pro ni detaily.

Ano. Vygenerovane moduly mozes na seba napojit cez fields (Module).


Návrhy k vylepšení modulu:
- u obrázků v galerii by bylo dobré, kdyby k nim šel přidávat popis (co na daném obrázku je)
Jedna z buduich funkcii. Pribudnu custom polia tak ako ich maju polozky a kategorie.
- v přehledu položek mít možnost třídit nejen podle data (vytvoření a modifikace), ale také podle vybraných uživatelských polí (nyní lze jen podle nich filtrovat)
Tiez coming soon:)
- když se třídí podle uživatelských položek, nezobrazují se v seznamu sloupce nadefinované v "Default custom fields for admin items"
Pozriem.

Dik za feedback.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 56 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner