Quote:
Originally Posted by gwhooooey
I used that code ^^ but from when Xenon previously said about it, it was ['forumid'] instead...
|
Actually he never used the ' ' marks.
Xenon slight bug when using this with Ucash and Ushop. If I use the condition:
PHP Code:
!in_array($threadinfo[forumid], array(42,44,36))
it causes this problem:
https://vborg.vbsupport.ru/showpost....&postcount=878
So I changed it to:
PHP Code:
!in_array($threadinfo['forumid'], array(42,44,36))
And now it works fien with ucash and ushop.