Support Forum ยป User Profile

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: error in Renderer User #47895
    Dennis De CockDennis De Cock
    Participant
    {% if(user.ID > 0) %}
    	{% if(user.contact_id > 0) %}
    			{% if(registered == 500 ) %}
    				text
    			{% else %}
    				{% if(registered > 0 ) %}
    					{% if(registered == 1 ) %}
    						<h4>
                                                    text
    						</h4>
    					{% else %}
    						<h4>
                                                     text
    						</h4>
    					{% endif %}
    				{% else %}
    					{% if (date(post.begindate) <= date()|date_modify("+1 day") and date(post.enddate)|date_modify("+1 day") > date()) %}
    						{% if((post_max - post.totalsub) > 0) %}
                                                             show form
    						{% else %}
                                                             show form
    						{% endif %}
    					{% endif %}
    				{% endif %}
    			{% endif %}
    	{% endif %}
    {% else %}
    		text
    {% endif %}
    
    

    if you put this in a view and show it on a form you get an error when not logged in.

    in reply to: rwmb_set_meta() doesn't work after post creation #43288
    Dennis De CockDennis De Cock
    Participant

    we are also experiencing the same issue. A post is created and aftwerwards we assign values to the custom fields. After some updates this is not working anymore. Also: for the posts that were created before the fields are shown below the post and for the newer ones (where no custom fields were assigned) we do not see them on the post page. This is set in the custom fields group.

Viewing 2 posts - 1 through 2 (of 2 total)