D djbaxter in memoriam 1947-2022 Feb 24, 2019 #1 I have a prefix called Featured Thread. What I want to do is create a link that will list all threads with that prefix in any node on the forum. How do I do that?
I have a prefix called Featured Thread. What I want to do is create a link that will list all threads with that prefix in any node on the forum. How do I do that?
nocte Well-known member Feb 25, 2019 #2 You cannot search without a search term or a username. But I am quite sure, that the prefix text ist also good as a search term. Here's a link for all threads with "implemented" prefix (ID: 2) and keyword "implemented": https://xenforo.com/community/searc...=implemented&search_type=post&c[prefixes][]=2 If you want to change anything, look at the form field names of the search form: https://xenforo.com/community/search/?type=post Upvote 0 Downvote
You cannot search without a search term or a username. But I am quite sure, that the prefix text ist also good as a search term. Here's a link for all threads with "implemented" prefix (ID: 2) and keyword "implemented": https://xenforo.com/community/searc...=implemented&search_type=post&c[prefixes][]=2 If you want to change anything, look at the form field names of the search form: https://xenforo.com/community/search/?type=post
D djbaxter in memoriam 1947-2022 Feb 25, 2019 #3 Thanks. But it works if I specify a forum/node. This works: Code: https://bizwarriors.com/forum/forums/startingyourstartup.43/?prefix_id=25 This does not work: Code: https://bizwarriors.com/forum/forums/?prefix_id=25 It just loads the main forum index page. Upvote 0 Downvote
Thanks. But it works if I specify a forum/node. This works: Code: https://bizwarriors.com/forum/forums/startingyourstartup.43/?prefix_id=25 This does not work: Code: https://bizwarriors.com/forum/forums/?prefix_id=25 It just loads the main forum index page.
nocte Well-known member Feb 25, 2019 #4 djbaxter said: This does not work: Click to expand... right. I am quite sure there is no other way than using the search link I have posted. Otherwise you would have to build an addon for this. Upvote 0 Downvote
djbaxter said: This does not work: Click to expand... right. I am quite sure there is no other way than using the search link I have posted. Otherwise you would have to build an addon for this.
nocte Well-known member Feb 25, 2019 #5 P.S. this does not work: https://bizwarriors.com/forum/searc...arch_type=post&c[prefixes][]=25&c[nodes][]=43 -> wich means that prefixes are not used for the keyword search. When I replace "featured" with "checklist" I get 1 result: https://bizwarriors.com/forum/searc...arch_type=post&c[prefixes][]=25&c[nodes][]=43 Upvote 0 Downvote
P.S. this does not work: https://bizwarriors.com/forum/searc...arch_type=post&c[prefixes][]=25&c[nodes][]=43 -> wich means that prefixes are not used for the keyword search. When I replace "featured" with "checklist" I get 1 result: https://bizwarriors.com/forum/searc...arch_type=post&c[prefixes][]=25&c[nodes][]=43
Mr Lucky Well-known member Feb 25, 2019 #6 nocte said: Here's a link for all threads with "implemented" prefix (ID: 2) and keyword "implemented": https://xenforo.com/community/searc...=implemented&search_type=post&c[prefixes][]=2 Click to expand... This does actually work on my forum, e.g. https://cafesaxophone.com/search/14774/?page=2&q=Jazz&t=post&c[prefixes][0]=56&o=relevance The results show the prefix across various forums In advanced search (threads) I just put jazz as keyword, select jazz prefix and search across all forums. Last edited: Feb 25, 2019 Upvote 0 Downvote
nocte said: Here's a link for all threads with "implemented" prefix (ID: 2) and keyword "implemented": https://xenforo.com/community/searc...=implemented&search_type=post&c[prefixes][]=2 Click to expand... This does actually work on my forum, e.g. https://cafesaxophone.com/search/14774/?page=2&q=Jazz&t=post&c[prefixes][0]=56&o=relevance The results show the prefix across various forums In advanced search (threads) I just put jazz as keyword, select jazz prefix and search across all forums.