- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I would like to find the thread type (suggestion, article, discussion) when i'm reading, editing or when i create a new one.
If I do
<xf:js>
my_type_2 = document.getElementsByName('discussion_type');
....
</xf:js>
I get the type for a new thread, but if I reply or edit an existing one I get nothing.
How do I get the thread type when I edit or reply and not just when starting a new thread?
Thanks for any help
If I do
<xf:js>
my_type_2 = document.getElementsByName('discussion_type');
....
</xf:js>
I get the type for a new thread, but if I reply or edit an existing one I get nothing.
How do I get the thread type when I edit or reply and not just when starting a new thread?
Thanks for any help
نام موضوع : Finding thread type