Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个安全的破解表格,允许登录的会员提交一个条目(实际上是一个投票)。当他们提交投票时,我想阻止他们再次向该频道提交条目。那可能吗?如果是这样,怎么做?自动设置成员变量或搜索某个字段以查看成员是否已提交或其他内容。
你不能把这样的东西包起来吗
{exp:channel:entries channel='votes' author_id='{logged_in_member_id}' dynamic='off'} {if total_results == 0} {!-- allow a new entry --} {/if} {/exp:channel:entries}
围绕你们中的一些或全部投票表格?