Well, currently I don't use any path in my metadata file:

'blocks' => array(
        array('template' => 'order_overview.tpl', 'block'=>'admin_order_overview_export', 'file'=>'admin_order_overview_export.tpl'),
        array('template' => 'deliveryset_main.tpl', 'block'=>'admin_deliveryset_main_form', 'file'=>'admin_deliveryset_main_form.tpl'),
        array('template' => 'payment_main.tpl', 'block'=>'admin_payment_main_form', 'file'=>'admin_payment_main_form.tpl'),
        array('template' => 'form/user_checkout_change.tpl', 'block'=>'user_checkout_shipping_change', 'file'=>'user_checkout_shipping_change.tpl'),
        array('template' => 'form/user_checkout_change.tpl', 'block'=>'user_checkout_shipping_form',   'file'=>'user_checkout_shipping_form.tpl'),
...

So I have to write it like this? Is this backwards compatible?

'blocks' => array(
        array('template' => 'order_overview.tpl', 'block'=>'admin_order_overview_export', 'file'=>'out/blocks/admin_order_overview_export.tpl'),
        array('template' => 'deliveryset_main.tpl', 'block'=>'admin_deliveryset_main_form', 'file'=>'out/blocks/ admin_deliveryset_main_form.tpl'),
        array('template' => 'payment_main.tpl', 'block'=>'admin_payment_main_form', 'file'=>'out/blocks/ admin_payment_main_form.tpl'),
        array('template' => 'form/user_checkout_change.tpl', 'block'=>'user_checkout_shipping_change', 'file'=>'out/blocks/ user_checkout_shipping_change.tpl'),
        array('template' => 'form/user_checkout_change.tpl', 'block'=>'user_checkout_shipping_form',   'file'=>'out/blocks/ user_checkout_shipping_form.tpl'),
       

--
mit freundlichen Grüßen
Alexander Kludt

__________________________
Phone: 09283-5925453
Fax: 09283-592671
Skype: kingschnulli
Email: [email protected]
Website: www.aggrosoft.de

__________________________
Aggrosoft it intelligence GbR
Tannstrasse 12
95111 Rehau
GERMANY

Sitz Rehau, Amtsgericht Hof
Steuernummer: 223/165/54508
Ust.-Id. Nr. gemäß § 27 a Umsatzsteuergesetz: DE260722773

___________________________
Diese Nachricht ist nur für den Empfänger bestimmt, sollten
Sie nicht der Empfänger sein löschen Sie diese Nachricht
umgehend und geben Sie uns bitte per Email ([email protected]) Bescheid
über den fälschlichen Erhalt. 



Dienstag, 21. Januar 2014 14:57

Check if the patch in the oxtplblocks table is correct, cause once the blocks are copied into the database, they will not be updated if metadata changes

 

Von: [email protected] [mailto:[email protected]] Im Auftrag von Alexander Kludt
Gesendet: Dienstag, 21. Januar 2014 14:51
An: [email protected]
Betreff: Re: [oxid-dev-general] Blocks save path changed in 4.8?

 

Hi,

thanks for your reply - but if I just keep the old structure it won't enter the blocks into oxtplblocks.
I moved them, reactivated the module - now he writes them to the table but still won't show them.

--
mit freundlichen Grüßen
Alexander Kludt

__________________________
Phone: 09283-5925453
Fax: 09283-592671
Skype: kingschnulli
Email: [email protected]
Website: www.aggrosoft.de

__________________________
Aggrosoft it intelligence GbR
Tannstrasse 12
95111 Rehau
GERMANY

Sitz Rehau, Amtsgericht Hof
Steuernummer: 223/165/54508
Ust.-Id. Nr. gemäß § 27 a Umsatzsteuergesetz: DE260722773

___________________________
Diese Nachricht ist nur für den Empfänger bestimmt, sollten
Sie nicht der Empfänger sein löschen Sie diese Nachricht
umgehend und geben Sie uns bitte per Email ([email protected]) Bescheid
über den fälschlichen Erhalt. 




_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general
Dienstag, 21. Januar 2014 14:51
Hi,

thanks for your reply - but if I just keep the old structure it won't enter the blocks into oxtplblocks.
I moved them, reactivated the module - now he writes them to the table but still won't show them.


_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general
Dienstag, 21. Januar 2014 14:41

Hi,

 

i think it wasn’t changed, it’s still out/blocks if you specify only the filename, but it can be any folder if you specify with path from module folder.

 

Regards,

Frank Zunderer

 

Von: [email protected] [mailto:[email protected]] Im Auftrag von Alexander Kludt
Gesendet: Dienstag, 21. Januar 2014 14:33
An: [email protected]
Betreff: [oxid-dev-general] Blocks save path changed in 4.8?

 

Hi guys,

from what I can see the blocks in 4.8 are now stored in

modules/mymodule/views/blocks

they used to be stored in

modules/mymodules/out/blocks

why the heck was that changed without any backward compatibility?
Was this mentioned anywhere? Did I miss anything?

--

best regards
Alexander Kludt

__________________________
Phone: 09283-5925453
Fax: 09283-592671
Skype: kingschnulli
Email: [email protected]
Website: www.aggrosoft.de

__________________________
Aggrosoft it intelligence GbR
Tannstrasse 12
95111 Rehau
GERMANY

Sitz Rehau, Amtsgericht Hof
Steuernummer: 223/165/54508
Ust.-Id. Nr. gemäß § 27 a Umsatzsteuergesetz: DE260722773

___________________________
Diese Nachricht ist nur für den Empfänger bestimmt, sollten
Sie nicht der Empfänger sein löschen Sie diese Nachricht
umgehend und geben Sie uns bitte per Email ([email protected]) Bescheid
über den fälschlichen Erhalt. 

_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general
Dienstag, 21. Januar 2014 14:32
Hi guys,

from what I can see the blocks in 4.8 are now stored in

modules/mymodule/views/blocks

they used to be stored in

modules/mymodules/out/blocks

why the heck was that changed without any backward compatibility?
Was this mentioned anywhere? Did I miss anything?

--
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to