Allan Well-known member Licensed customer Oct 9, 2014 #1 I have not found after research, that exists?
Chris D XenForo developer Staff member Licensed customer Oct 9, 2014 #2 Take a look at my add-on here: https://xenforo.com/community/resources/hide-poll-results.1856/ Typically you will need some PHP code to handle the logic, but it is also possible to check for global permissions directly in a template. The add-on code will give you more detail.
Take a look at my add-on here: https://xenforo.com/community/resources/hide-poll-results.1856/ Typically you will need some PHP code to handle the logic, but it is also possible to check for global permissions directly in a template. The add-on code will give you more detail.
Allan Well-known member Licensed customer Oct 10, 2014 #3 Chris D said: Take a look at my add-on here: https://xenforo.com/community/resources/hide-poll-results.1856/ Typically you will need some PHP code to handle the logic, but it is also possible to check for global permissions directly in a template. The add-on code will give you more detail. Click to expand... Thank you Chrid, i will see
Chris D said: Take a look at my add-on here: https://xenforo.com/community/resources/hide-poll-results.1856/ Typically you will need some PHP code to handle the logic, but it is also possible to check for global permissions directly in a template. The add-on code will give you more detail. Click to expand... Thank you Chrid, i will see