emma57573 Member Apr 26, 2013 #1 I want to create a private thread based on a mysql condition So no user has access unless they meet certain conditions that are defined in mysql. Any ideas the best way to obtain this?
I want to create a private thread based on a mysql condition So no user has access unless they meet certain conditions that are defined in mysql. Any ideas the best way to obtain this?
tyteen4a03 Well-known member Apr 27, 2013 #2 By overriding the Forum Controller and the Thread controller. Add the condition check for forum listing and thread view.
By overriding the Forum Controller and the Thread controller. Add the condition check for forum listing and thread view.