Well, I have a notification, but I subscribe to the thread and I was quoted on the post (and the notification mentions the quoting), but I don't feel like I've gotten a notification on every post for subscriptions.
Official Racketboy Suggestion Forum Thread
Re: Official Racketboy Suggestion Forum Thread
Support Racketboy on Patreon
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Re: Official Racketboy Suggestion Forum Thread
Well, I've added it to my todo list just in case we don't get this figured out.
Support Racketboy on Patreon
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Re: Official Racketboy Suggestion Forum Thread
@ziggy @maruren
Did it work?
Did it work?
Re: Official Racketboy Suggestion Forum Thread
I believe the default is to be notified when you are quoted, whether you are watching a thread or not. So I don't think there's any tagging functionality turned on.
Re: Official Racketboy Suggestion Forum Thread
Ok -- well at least the quoting notification is handy. Like I said, I have the tagging on my to-do list now.marurun wrote: ↑Thu May 09, 2024 12:53 pmI believe the default is to be notified when you are quoted, whether you are watching a thread or not. So I don't think there's any tagging functionality turned on.
BTW, in more in-depth conversations about customizing forum themes. We might actually have multiple themes that have the RB logo/menus added to them, if all goes well!
Support Racketboy on Patreon
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Re: Official Racketboy Suggestion Forum Thread
That's all great news, thanks so much for your hard work on the forum!racketboy wrote: ↑Thu May 09, 2024 1:16 pm Ok -- well at least the quoting notification is handy. Like I said, I have the tagging on my to-do list now.
BTW, in more in-depth conversations about customizing forum themes. We might actually have multiple themes that have the RB logo/menus added to them, if all goes well!
Re: Official Racketboy Suggestion Forum Thread
I just noticed something that I think changed in the search function with the forum software update. I cannot search for things that are less than 4 characters. I'm almost positive that I remember being able to search for things like "PS2" or "GBA" and stuff like that. But now when I do, it returns an error message. Is it possible to edit the search function to allow for this?
So for example, if I want to find a PS2 thread but I don't remember the exact content, or perhaps I just want to find any threads about PS2 stuff, I can search for "PS2" in thread titles only and get very useful results that way. But since the forum doesn't allow for searches of less than 4 characters, this is not possible.
So for example, if I want to find a PS2 thread but I don't remember the exact content, or perhaps I just want to find any threads about PS2 stuff, I can search for "PS2" in thread titles only and get very useful results that way. But since the forum doesn't allow for searches of less than 4 characters, this is not possible.
Re: Official Racketboy Suggestion Forum Thread
It does look like that the MySQL Fulltext search does have a "Min characters indexed by search" of 4.Ziggy wrote: ↑Sat Nov 02, 2024 8:35 pm I just noticed something that I think changed in the search function with the forum software update. I cannot search for things that are less than 4 characters. I'm almost positive that I remember being able to search for things like "PS2" or "GBA" and stuff like that. But now when I do, it returns an error message. Is it possible to edit the search function to allow for this?
So for example, if I want to find a PS2 thread but I don't remember the exact content, or perhaps I just want to find any threads about PS2 stuff, I can search for "PS2" in thread titles only and get very useful results that way. But since the forum doesn't allow for searches of less than 4 characters, this is not possible.
I'll research if it's possible to change it to three or if it's a hardcoded thing. But in the admin, I'm not seeing an easy place to change it.
Support Racketboy on Patreon
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Follow Racketboy on Social: Instagram / Twitter / Facebook
Subscribe to Email Newsletter (Blog / Guide Updates Every Week or Two)
Re: Official Racketboy Suggestion Forum Thread
They key here is that indexing smaller words will cause the index to get a lot larger and put a greater burden on resources when searching. Whether that's significant or not an impact is another thing altogether.racketboy wrote: ↑Thu Nov 07, 2024 10:42 amIt does look like that the MySQL Fulltext search does have a "Min characters indexed by search" of 4.Ziggy wrote: ↑Sat Nov 02, 2024 8:35 pm I just noticed something that I think changed in the search function with the forum software update. I cannot search for things that are less than 4 characters. I'm almost positive that I remember being able to search for things like "PS2" or "GBA" and stuff like that. But now when I do, it returns an error message. Is it possible to edit the search function to allow for this?
So for example, if I want to find a PS2 thread but I don't remember the exact content, or perhaps I just want to find any threads about PS2 stuff, I can search for "PS2" in thread titles only and get very useful results that way. But since the forum doesn't allow for searches of less than 4 characters, this is not possible.
I'll research if it's possible to change it to three or if it's a hardcoded thing. But in the admin, I'm not seeing an easy place to change it.