Problems, need help? Have a tip or advice? Post it here.
9 posts Page 1 of 1
Hi Couchies!

I have a question.
I have a page ("type.php"), this page contain repeatable code :

Code: Select all
<cms:template title='Type'>

   <cms:repeatable name='typee'>
      <cms:editable
         name='typeee'
         label='Type of Fruit'
         type='text'
      />
   </cms:repeatable>

</cms:template>


So i can generate many type of fruits.

Then i have clonable page ("fruit.php"). I want to make an editable (type='dropdown'), but i want to make the values from type.php page as the opt_values. How can i reach this?

Thx!
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Hi,

I think you should find the following post helpful -
viewtopic.php?f=4&t=1671&p=2483#p2483

Do let us know if you still require help with the process.
KK wrote: Hi,

I think you should find the following post helpful -
viewtopic.php?f=4&t=1671&p=2483#p2483

Do let us know if you still require help with the process.


Thx for You replay kk !

I try the code you provide, but how to show all my repeatable values?
I try :
Code: Select all
Please Select=-
<cms:pages masterpage='type.php'>
   | <cms:show_repeatable typee><cms:show typeee /></cms:show_repeatable> |
</cms:pages>


but not work
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Please try the following -
Code: Select all
Please Select=-
<cms:pages masterpage='type.php'>
    <cms:show_repeatable typee>
        | <cms:show typeee />
    </cms:show_repeatable>
</cms:pages>

Does it work?
KK wrote: Please try the following -
Code: Select all
Please Select=-
<cms:pages masterpage='type.php'>
    <cms:show_repeatable typee>
        | <cms:show typeee />
    </cms:show_repeatable>
</cms:pages>

Does it work?


Not work too kk
even when i try make it just one value. Only shown the "Please Select=-"
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Apologies @GoingMarryAsap - there is a typo in my original code.
Please make it
Code: Select all
Please Select=-
<cms:pages masterpage='type.php'>
    <cms:show_repeatable 'typee'>
        | <cms:show typeee />
    </cms:show_repeatable>
</cms:pages>

The typee needed quotes around it -
<cms:show_repeatable 'typee'>

Hope this helps finally :)
KK wrote: Apologies @GoingMarryAsap - there is a typo in my original code.
Please make it
Code: Select all
Please Select=-
<cms:pages masterpage='type.php'>
    <cms:show_repeatable 'typee'>
        | <cms:show typeee />
    </cms:show_repeatable>
</cms:pages>

The typee needed quotes around it -
<cms:show_repeatable 'typee'>

Hope this helps finally :)


Wonderfull lovely KK ....!!!

THX...!!!

Image

KK Save my day again....!!!

KK , do you always pose like this when you solve a problem...???
Image
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
The feeling is actually -
programmer.jpg
programmer.jpg (55.09 KiB) Viewed 1800 times

See the resemblance?
:lol:
KK wrote: The feeling is actually -
programmer.jpg

See the resemblance?
:lol:


:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:

You save my day. Thx again dear!!!
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
9 posts Page 1 of 1
cron