inherit
257300
0
Mar 1, 2019 14:54:18 GMT -8
BAI2
Frankly, my dear, I don't give a damn.
29
December 2018
bai2
|
Post by BAI2 on Feb 5, 2019 3:36:58 GMT -8
Is there a way to write a sequence that says
If Current User can/has access to [specific board] xyz, else zyx
?
What I am trying to do is take this code
updated $[board.last_thread.last_post.created_on]
And make it so that if the current user has no access to a board it will say something else (like locked, restricted, or whatever else I come up with).
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Feb 6, 2019 19:57:18 GMT -8
BAI2, how are you restricting the access? By rank, group, guest?
|
|
inherit
257300
0
Mar 1, 2019 14:54:18 GMT -8
BAI2
Frankly, my dear, I don't give a damn.
29
December 2018
bai2
|
Post by BAI2 on Feb 9, 2019 1:15:15 GMT -8
BAI2 , how are you restricting the access? By rank, group, guest? Late reply sorry! I need it for two separate codes: by group and guest.
|
|