Jump to content

$record in blocks

Featured Replies

Posted

HTML templates can utilize $record but HTML blocks on the same page cannot?

If that's correct, is there a proper solution to obtain the $record variable in a block on a database record page.

Yes, for some reason you cannot. I've came across this situation too..

How could a custom html block know what is $record if you don't specify the variable yourself? 

In pages record view template you have the $record variable.

  • Author
1 hour ago, TAMAN said:

How could a custom html block know what is $record if you don't specify the variable yourself? 

I thought blocks just held code that would get placed wherever I used {block="block_name"}.

Some HTML Template Code
[Injected Block HTML Code]
The rest of that HTML Template Code

Though that does not seem to be the case.

4 hours ago, IndieIndeed said:

I thought blocks just held code that would get placed wherever I used {block="block_name"}.

Exactly. But it is parsed by itself. It can’t know anything about code that happens to be placed outside that block later on. 

  • Author
1 hour ago, opentype said:

Exactly. But it is parsed by itself. It can’t know anything about code that happens to be placed outside that block later on. 

Oh. I did not know that. Thank you.

I will have to try and find a more convenient way of handling it.

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.