- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
What is the reason that XF uses blobs instead of text?
Because i dont want to add millions of fields i put all data for my next add-on in one text_field xf_forum.xc_data;
it looks like:
Code:
When I need my values i can do it in templates with
$forum.xc_data.use_thread_icon
I can see what is happen in phpMyAdmin
I dont need to to any translation...
Because i dont want to add millions of fields i put all data for my next add-on in one text_field xf_forum.xc_data;
it looks like:
Code:
{"use_thread_icon":1,"icon_list_size_x":49,"icon_list_size_y":49,"icon_top_size_x":248,"icon_top_size_y":248,"icon_where":1,"attach_icon":1}
When I need my values i can do it in templates with
$forum.xc_data.use_thread_icon
I can see what is happen in phpMyAdmin
I dont need to to any translation...
نام موضوع : text vs blob?