Hi, I want to link from one detail page to the next detail page. But I want to do it in a conditional logic: For example: In detail view of entry 66, i want to ad a link like this: [if entry_id equals="x"]LINK[/if]. But I can't get the current entry ID. I tried: [if entry=current equals="X"]LINK[/if] [if entry="X"]LINK[/if] Does anone has a solution for me? Thanks for help. Best regards, Manuel
Try this:
[frm-set-get detail_entry_id="[id]"]
Then this:
[if get param="detail_entry_id" equals="66"]LINK[/if]
Hi Bobby, thanks for help. But it doesn't do anything. Do you have another idea?
Let's break it down. If you add [id] to the view, does it do anything?
Yes, it does. It writes the ID of the entry into the view.
By the way: Thanks for not giving up on me.
Ok. Then if we write in [frm-set-get detail_entry_id="[id]"], and then add [get param="detail_entry_id"], is the ID displayed?
Please login or Register to submit your answer