You are not logged in.
Pages: 1
Maybe I'm just blind, and I swear I've done it before, but I cannot seem to find anyway to search within a thread. Am I just having a major brain fart, or can this not actually be done? Thanks.
Offline
There is an option to search the "message text" which is the thread. Is that what you mean?
Offline
If it's not a common word, like 'From' or 'Registered' - which appear next to every post - just use the 'Search on page' function of your web browser. You can set you display options to 75 posts per page (it's the maximum) in your forum profile to make it easier.
Offline
There is an option to search the "message text" which is the thread. Is that what you mean?
That still just brings up a list of threads rather than a list of messages within a specific thread
Offline
If it's not a common word, like 'From' or 'Registered' - which appear next to every post - just use the 'Search on page' function of your web browser. You can set you display options to 75 posts per page (it's the maximum) in your forum profile to make it easier.
Not really practical when a thread is 200+ pages long.
Offline
Have you tried selecting 'Show results as' as 'Posts' rather than 'Topics'?
karol wrote:If it's not a common word, like 'From' or 'Registered' - which appear next to every post - just use the 'Search on page' function of your web browser. You can set you display options to 75 posts per page (it's the maximum) in your forum profile to make it easier.
Not really practical when a thread is 200+ pages long.
Which one is that? What is the phrase you're looking for? Have you tried using Google for this?
Last edited by karol (2014-01-29 16:20:04)
Offline
This would be a helpful feature for multipage threads. Even with 75 posts per page, the bspwm thread is still 15 pages long. Slickdeals.net (and others, this is just one example) has a search this thread tool. Included a screen shot for reference.
Offline
This would be a helpful feature for multipage threads. Even with 75 posts per page, the bspwm thread is still 15 pages long. Slickdeals.net (and others, this is just one example) has a search this thread tool. Included a screen shot for reference.
Yup, I think this thread has turned into a feature request. The current way of searching within threads is very cumbersome. Other forums handle it much better. In fact, arch forums are the only ones that I've come across where this is not an easily accessed feature.
Offline
Is it just Arch Linux forums or any other that uses fluxbb forum software?
Offline
Is it just Arch Linux forums or any other that uses fluxbb forum software?
I can't answer that, as Arch's forums are the only fluxbb forum I have used. Hopefully someone else can. I suspect that it's universal to fluxbb though.
Offline
Yup, I think this thread has turned into a feature request.
Indeed, and you are better off making this request upsteam. Arch uses vanilla fluxbb.
I can't answer that, as Arch's forums are the only fluxbb forum I have used.
Well, I have seen at least crunchbang forums use fluxbb. You may go there and see if this feature is available or not.
Last edited by x33a (2014-02-20 05:20:39)
Offline
Has this been addressed? Can we search within a thread in the forum?
Offline
Yes. Karol posted the correct answer in post #6. Here is a screen shot of my system http://i.imgur.com/kNxcRrN.png. Of course, I've an extra option
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Thanks, appreciate ewaller! Google works pretty decent on the forum as well.
Offline
Google works pretty decent on the forum as well.
Unless you are looking for Topics Going Nowhere, Dustbin, or off Topic
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Yes. Karol posted the correct answer in post #6. Here is a screen shot of my system http://i.imgur.com/kNxcRrN.png. Of course, I've an extra option
No, this is not solved. That does not limit your search to a single thread. Since someone suggested asking upstream, I have asked at http://fluxbb.org/forums/viewtopic.php?pid=61499#p61499
Offline
A workaround:
curl the pages into a single file and search it. just alter the end of the url as below where 1-20 are the pages
For example:
curl -s 'https://bbs.archlinux.org/viewtopic.php?id=119473&p=[1-20]' | less
Offline
Pages: 1