- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I can't believe this has never been asked before, but anyway, here is my code so far.
HTML:
The problem here is specifically this line:
Code:
If it is as above, it will always fire and display the image, no matter what the random number is. But if it is as below:
Code:
HTML:
The problem here is specifically this line:
Code:
<xf:if is="{$number} == 1">
If it is as above, it will always fire and display the image, no matter what the random number is. But if it is as below:
Code:
<xf:if...