Hi,
Is there easy way to add channel name in to "New Topics" and "Todayś Topics" search results?
I managed to do this with custom code in templates but itś keep overwriting every time i upgrade forum. Also code did not work anymore with newest version and i dont have time to investigate it further.
Can i do this in search string in example?
Strings looks like this at the moment;
New topics
search?searchJSON=%7B%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%2 2lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D% 7D
Todays topics
search?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastDay%22%7D%2C%22view%22%3A%22topic %22%2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exc lude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Screenshot below to make clear if i wrote this unclear.

Is there easy way to add channel name in to "New Topics" and "Todayś Topics" search results?
I managed to do this with custom code in templates but itś keep overwriting every time i upgrade forum. Also code did not work anymore with newest version and i dont have time to investigate it further.
Can i do this in search string in example?
Strings looks like this at the moment;
New topics
search?searchJSON=%7B%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%2 2lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D% 7D
Todays topics
search?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastDay%22%7D%2C%22view%22%3A%22topic %22%2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exc lude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Screenshot below to make clear if i wrote this unclear.

Comment