Sziasztok!
A Multiblock használatával akadtam el egy picit. A readme.txt-ben lévő leírás nem tiszta nekem (nincsen programozói előképzettségem), mely szerint a Multiblock engedélyezéséhez bele kell piszkálni a file-ba. De melyikbe? És hol?
Idézem:
"DEVELOPING MULTIBLOCK-ENABLED BLOCKS:
Multiblock should successfully clone any regular block created with
hook_block. However, if you clone a regular block that implements a
save or configure $op of hook_block, the custom block settings of
one block instance will overwrite the settings of another. To get
around this, you can make a block "multiblock enabled". To do this,
you have to first add an $op to your hook_block called 'mb_enabled'.
It should always return the string 'mb_enabled'. Once you do this,
the instances you create will get the block instance ID passed
in the $edit variable for the view, configure, and save $ops. This
will let you save and load different data to different instances
based on this instance ID. It is passed in with the
'multiblock_delta' key with the following format:
$edit['multiblock_delta'] = array(
'#type' => 'value',
'#value' => $block_id
); "
Hogy világos legyen mit is akarok elérni: egy pizzériának a főoldalán és a belső lapokon is van Akció nevű blokk, amibe Node in Block modullal íratom be az aktuális tartalmat. A célom, hogy elég legyen csak a node-ban megváltoztatni a tartalmat és az automatikusan frissüljön a weblap minden olyan helyén, ahol kell.
Köszönöm a segítséget!
Rossz részt nézel :)
Az már a fejlesztőknek szóló leírás.
Neked ez kell:
HOW TO USE IT:
1. Go to admin/build/block/instances
2. Select the type of block you want to create an instance of and
type a unique title for that instance
3. Click "Add Instance"
4. Go to admin/build/block
5. Enable the block instance you have just created.
Hajrá :) Klikk-klikk-klikk
Laza
--
Laza Bálint naplója
Nekem ezen az oldalon admin
Nekem ezen az oldalon admin/build/block/instances ugyanaz van mint a admin/build/block -on. És egyáltalán nem tudok instance-oket csinálni. nem tudom mit rontottam el a modul telepítésénél. :(