• Resolved Tiago

    (@iam3ple)


    I have already added the PHP code to the config file, but I still can’t make it work when it comes to nested placeholders

    Here’s my code:

    
    {has_location}
    {no_event_location_url}
    <i class="fa fa-map-marker" aria-hidden="true"></i>&nbsp;#_LOCATIONNAME #_LOCATIONTOWN #_LOCATIONSTATE #_LOCATIONCOUNTRY
    {/no_event_location_url}
    {/has_location}
    							
    {has_location}
    {has_event_location_url}
    <i class="fa fa-link" aria-hidden="true"></i>&nbsp;#_EVENTLOCATION
    {/has_event_location_url}
    {/has_location}
    

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Are you adding the code define('EM_CONDITIONAL_RECURSIONS',3); Depending on how deep it is you may need to use 3 or 4 as value.

Viewing 1 replies (of 1 total)
  • The topic ‘Nested placeholders not working’ is closed to new replies.