Topic: How do you post blocks to pages?

How do you post blocks to pages?

Let us say I am having the homepage and I want to add new blocks that just been made
to have a constant block posting to homepage with links tied to them.

Re: How do you post blocks to pages?

Default on the home page already inserted the block:

{block get="test"}

This block was created in the "Blocks" menu.

Re: How do you post blocks to pages?

El'Drako wrote:

Default on the home page already inserted the block:

{block get="test"}

This block was created in the "Blocks" menu.

When I used that it told me on my homepage that it was missing, yet it was't.

Re: How do you post blocks to pages?

step by step:
1. Go to admin panel and click item "Blocks" on menu
2. Press a button "Create new block"
3. Enter a custom name (e.g. "Footer") for this new block and its contents.
4. Save this block
5. Cick to a Pages item on sidemenu and create new or open exists page.
6. Paste to page this code:

{block get="Footer"}

7. Profit.

Now that you have does not work?

Re: How do you post blocks to pages?

remark smile

3. Enter a custom name (e.g. "Footer") for this new block and its contents.

3. Enter a custom name (e.g. "footer") for this new block and its contents.

6. Paste to page this code:

{block get="Footer"}

6. Paste to page this code:

{block get="footer"}

Monstra Loves You! Give some love back!

Re: How do you post blocks to pages?

Awilum wrote:

remark smile

3. Enter a custom name (e.g. "Footer") for this new block and its contents.

3. Enter a custom name (e.g. "footer") for this new block and its contents.

6. Paste to page this code:

{block get="Footer"}

6. Paste to page this code:

{block get="footer"}


I did that and I still get "Block :name is not found!"