Related
All day today I have had an issue with Searches. I keep getting told it is temp unavailable.
Yet, when I go to Samsung S3 forums and click the links (such as General or Q&A sections they work just fine - my understanding of how forums work is those links are just Pre-set Searches.
I've changed nothing on my PC in weeks, but nobody else seems to be complaining about a problem and I noticed it this morning and it is now 6:30PM.
Is there an issue or is it me in some way?
Journyman16 said:
All day today I have had an issue with Searches. I keep getting told it is temp unavailable.
Yet, when I go to Samsung S3 forums and click the links (such as General or Q&A sections they work just fine - my understanding of how forums work is those links are just Pre-set Searches.
I've changed nothing on my PC in weeks, but nobody else seems to be complaining about a problem and I noticed it this morning and it is now 6:30PM.
Is there an issue or is it me in some way?
Click to expand...
Click to collapse
Your understanding is incorrect. When you click a link, that takes you to a pre-defined place within the forum - as you can see from the forumdisplay.php?f= info.
The search feature goes up and down like a whore's drawers. Not really a problem - you can just use Google to carry out a site specific search if you need something. That's what I do most of the time anyway as I find it to be more accurate (not just for XDA, for for most web forums out there)
I have the same problem on my tapatalk so dont know if it is connected- i keep getting temporary unavailable for sewrch and for my previous oosts where im participating? What is up with that?
Simon i really dont understand ur answer to this question?
Sent from my nokia 3310
asukaj said:
I have the same problem on my tapatalk so dont know if it is connected- i keep getting temporary unavailable for sewrch and for my previous oosts where im participating? What is up with that?
Simon i really dont understand ur answer to this question?
Click to expand...
Click to collapse
The search feature often goes down - that is just life. When it does it affects other features as well, such as the "Participated threads" and "User's posts".
It affects the web-site, TapaTalk and XDA App at the same time and usually comes back up after a day or so - no big deal.
You can use Google if you need to search the XDA forums. Simply put "site:forum.xda-developers.com" before the text you want to search for and it will search XDA only.
Thanks for the explanation Simon. My thinking was that, when you click on (say) S3 Q&A link, the Search had to run to find and sort the threads into presentation order. To be able to take one to that forum without running a Search would seem to me to require every forum to be in its own database - that would seem remarkably inefficient in terms of server use. I just presumed all posts would be in a single DB (or maybe one for each sub-forum choice at top level, and indexed for efficiency.
Maybe I should set up a forum so I can learn how they work...
At any rate, it is working again now...
Journyman16 said:
To be able to take one to that forum without running a Search would seem to me to require every forum to be in its own database - that would seem remarkably inefficient in terms of server use.
Click to expand...
Click to collapse
Different forum software works differently, but most of them keep the forum number in the database in the post's record, so a SELECT on that forum number returns a recordset of all posts in that forum. (The LIMIT clause limits the dataset to the posts you see - the first 10, 26-50, whatever.)
An efficient database can search a recordset of a few million records, with the database equivalent of a Search (a WHERE clause), in a second. The efficiency is determined by the code (which is usually pretty good these days) and the database (and MySQL, the one most commonly used on the web, is pretty efficient).
Search, OTOH, has additional code to "front end" the database with whatever random search criteria you set, so it's actually less efficient.
https://play.google.com/store/apps/details?id=com.ape.apps.forumfiend
So I am the developer of a little known Tapatalk alternative forum reader called Forum Fiend. The app has come a long way since I released it last fall. The reason for my post is that I have noticed XDA is the #3 site accessed through Forum Fiend, so there might be a couple of users around here. Was wondering if people could share their issues with the app or provide feedback on how to make it better. My goal is to provide a fully functional and superior forum browsing experience vs Tapatalk.
Thanks in advance for your input!
Sent from my SM-P600 using Forum Fiend v1.2.5.
Update 20150112 - v1.3.1
Addressed bugs from Google Play error console
Added "Timeline" view and start page option
Added the ability to rename servers on the main screen
Improved server-detection methods
Removed old unused libraries
Forum owners can now collect Google Analytics data through Forum Fiend
Forum owners can now use their own Mobfox ad banners to monitize through Forum Fiend
Update 20141217 - v1.3
All new theme settings screen with real-time preview
Added quick reply on post pages
Brought post pagination stuff out of the menus/actionbar
Can now customize the forum start page
Active Users sidebar can now be turned off for tablets
Inbox/Mail layout updates
Layout updates to sliding drawer menu
Added support for https servers
Now supports Android v2.3 Gingerbread devices
Added Material theme support
Bug fixes
Update 20141128 - v1.2.14
Slight layout changes
Bug fixes
Update 20141123 - v1.2.13.1
Quick bugfix release for Lollipop devices
Update 20141122 - v1.2.13
Increased mail service timer again to further reduce server loads
Slight theme changes
Added a circle border around user avatars
Update 20141111 - v1.2.12
Theme updates for Lollipop devices
Other random slight theme updates
Update 20140930 - v1.2.11
Bug fixes
Update 20140829 - v1.2.10
Increased the mail service timer to reduce loads on servers
Added Meme Maker!
Added user online status indicator to posts
Slight layout rearrangments on posts and topics
Slight layout changes to Chat screen
Added the option to save post pictures to SD card
Update 20140803 - v1.2.9
Addressed bugs from Google Play error console
App now renders smileys
Added support for
Code:
tag
[*]Added a views indicator for topics
[*]Added 'Open in Browser' and 'Share Topic' options for phpBB systems
[*]App now handles file attachments
[/LIST]
[B]Update 20140609 - v1.2.8[/B]
[LIST]
[*]New Theme Options - Forum theme options have been greatly expanded. You can now alter the accent color, background color, text color, forum element color/visibility, forum wallpaper, and turn on/off forum icons/avatars.
[*]App can now be installed/moved to SD card
[*]Kit Kat(+) devices now tint the status and nav bars with forum theme color
[*]Added Favorites list (bookmarks) for forums.
[*]Added more functionality to forums viewed in the Web View (non-tapatalk forums)
[*]Various bug fixes
[/LIST]
[B]Update 20140507 - v1.2.7[/B]
[LIST]
[*]Non-Tapatalk forums can now be added to the app. If you enter a URL that does not work with Tapa, the app will ask if you want to use the forum in a WebView instead.
[*]Added a post preview option to the new posts screen. Also added a select all, and a clear all feature. Find them by pressing the menu button on the new post screen.
[*]Various other bug fixes and layout updates
[/LIST]
[B]Update 20140430 - v1.2.6[/B]
[LIST]
[*]You can now add a direct link on the homescreen to any of your forums. It will behave just like having a stand alone forum app, completely bypassing the forum listing screen. This required the Install Shortcut permission.
[*]Forum elements now have sort of a shaded box theme to them. I think it looks a little nicer, but if people don't like it I can revert back to the old look, or make it optional.
[*]Got rid of the cartoon looking default avatar icon.
[*]Improvements to post link, quote, and other BB code handling.
[*]Forum topics listing now has an infinite scroll (at least until there are no topics left), kind of like the news feeds in Facebook and Twitter apps
[*]The left slideout menu has been rearranged and now contains navigation links such as forum index, subscriptions, unread topics, etc
[*]Added a quick popup tip on how to log in when you enter a forum as a guest
[*]Changed the language on the forum listing screen input box to make it more apparent that a URL is the required input
[*]Forum settings have been moved out of the sliding menu and on to their own screen.
[/LIST]
I just tried it and it's a good start. It needs some work like labelling. Right now, it's just a box with the word "Add". Need a tutorial or something to guide the user into what or how to get into a forum. Right now, I had to guess and put the entire web address in the box. The key at the bottom needs a label. Even something as simple as "login" or something. I'm no IT/Tech expert but I can get around and figure stuff out. Not everyone is tech savvy so they need a little guidance.
Need a way to access favorite forums. XDA, for example, is a large forum. People don't like to scroll through every phone or tablet to find their forum.
Hopefully, this helps a little. I don't want to sound critical but these are things you need to know.
Taptalk is the gold standard right now but I like competition so good luck.
tube517 said:
I just tried it and it's a good start. It needs some work like labelling. Right now, it's just a box with the word "Add". Need a tutorial or something to guide the user into what or how to get into a forum. Right now, I had to guess and put the entire web address in the box. The key at the bottom needs a label. Even something as simple as "login" or something. I'm no IT/Tech expert but I can get around and figure stuff out. Not everyone is tech savvy so they need a little guidance.
Need a way to access favorite forums. XDA, for example, is a large forum. People don't like to scroll through every phone or tablet to find their forum.
Hopefully, this helps a little. I don't want to sound critical but these are things you need to know.
Taptalk is the gold standard right now but I like competition so good luck.
Click to expand...
Click to collapse
THANK YOU this is the kind of feedback I'm looking for
Sent from my Nexus 4 using Forum Fiend v1.2.5.
I've been looking for something to replace Tapatalk, and I've looked at FF a few times. Figuring out how to get a forum loaded was confusing. The only way I figured out how to get on to XDA was happening to see it on the Play Store pictures. Logging in was a bit awkward too. When I saw the key at the top, I figured it was a link to purchase a pro version or something.
Most of all though, the look of it kept me from switching over. It feels dated. From the default cartoon avatars before logging in to a forum and icons, to the font and colors, it just feels a little off, although the action bar looks fine. I also feel like the slide out navigation is sort of wasted on the settings menu and active users, neither of which I use much. They might be better suited for faster navigation, search, showing subscribed forums/topics.
The number 1 reason, though, that I am looking for a Tapatalk replacement is the ability to bypass the forum selection page since I only use XDA. If it could detect that only one forum is present and automatically enter that one when opening the app, that would be legit.
Sorry to seem like I was going on and on. I think it has good potential, and some easy-ish fixes can make a world difference.
Jesellers88 said:
I've been looking for something to replace Tapatalk, and I've looked at FF a few times. Figuring out how to get a forum loaded was confusing. The only way I figured out how to get on to XDA was happening to see it on the Play Store pictures. Logging in was a bit awkward too. When I saw the key at the top, I figured it was a link to purchase a pro version or something.
Most of all though, the look of it kept me from switching over. It feels dated. From the default cartoon avatars before logging in to a forum and icons, to the font and colors, it just feels a little off, although the action bar looks fine. I also feel like the slide out navigation is sort of wasted on the settings menu and active users, neither of which I use much. They might be better suited for faster navigation, search, showing subscribed forums/topics.
The number 1 reason, though, that I am looking for a Tapatalk replacement is the ability to bypass the forum selection page since I only use XDA. If it could detect that only one forum is present and automatically enter that one when opening the app, that would be legit.
Sorry to seem like I was going on and on. I think it has good potential, and some easy-ish fixes can make a world difference.
Click to expand...
Click to collapse
Thanks, this is good feedback. I have read other comments in the market also saying the interface looks dated, but I am not entirely sure what a more modern interface looks like. Do you consider the general look and feel of Tapatalk to be a good example of modern, that I can use as a guide to work off of?
As for automatically going to a specific forum, that would certainly be easy to add. I was thinking of letting users place icons for their specific forums on their homescreen, so they could launch each forum just as they would a stand alone app. They would probably be widgets technically, but could look just like a normal app icon.
bastecklein said:
Thanks, this is good feedback. I have read other comments in the market also saying the interface looks dated, but I am not entirely sure what a more modern interface looks like. Do you consider the general look and feel of Tapatalk to be a good example of modern, that I can use as a guide to work off of?
As for automatically going to a specific forum, that would certainly be easy to add. I was thinking of letting users place icons for their specific forums on their homescreen, so they could launch each forum just as they would a stand alone app. They would probably be widgets technically, but could look just like a normal app icon.
Click to expand...
Click to collapse
A holo interface would be nice keeping in time with current Google design and the majority of apps that currently being published.
Sent from my N800 using Tapatalk
Added to Wishlist and will take a look at it when i get time and hello Kansas City from Springfield,MO
bastecklein said:
...I have noticed XDA is the #3 site accessed through Forum Fiend...
Click to expand...
Click to collapse
Can you pleae explain what else is tracked and how?
I appreciate the fact you asked for the voice of community. I guess it's somewhat vital for application's life, if anything else for gaining people's attention. Anyway, first thing I noticed when I installed Forum Fiend (yeah, I installed Forum Fiend now for the first time) was the fact that you need to manually enter forum server's URL. It's not a major PITA, but perhaps it would be nicer if it was done the Tapatalk way. The design is quite up-to-date IMHO, but as Jesellers88 said, default icons are cute, but kind of unprofessional, I'm afraid.
Also, BBCode support is a quite handy feature which Tapatalk does not offer (kudos!), but a full-fledged editor with preview, code and other stuff depending on what each forum allows would be even better, though Tapatalk offers nothing.
To summarize: Forum Fiend is quite a nice application, but above mentioned suggestions (mine and from others in this thread) would bring it to perfection, I suppose. This post was intended to be a constructive critique and in no manner something intended to offend your work. I'm not an application developer or anything alike so this is my two cents .
Seems really interesting. Will certainly keep an eye on this project.
nice work. one issue encountered: app crashes when using "Last Page" function on a 1 page post. probably want to handle that better.
rolling56 said:
Added to Wishlist and will take a look at it when i get time and hello Kansas City from Springfield,MO
Click to expand...
Click to collapse
thanks!
Sent from my SM-P600 using Forum Fiend v1.2.6.
defim said:
Can you pleae explain what else is tracked and how?
Click to expand...
Click to collapse
Yes sure, I use Google Analytics to track page views, and also I track an event each time a server connection is made (server URL only, no other information is tracked).
I also send server connection information (again, URL only) to a database at my website, so that in the future I can implement a "most popular" forums section.
I see someone saw my comment.
Thank you thank you thank you. I can't stand the Tapatalk app. You have my thanks and full support!
moorkai said:
I appreciate the fact you asked for the voice of community. I guess it's somewhat vital for application's life, if anything else for gaining people's attention. Anyway, first thing I noticed when I installed Forum Fiend (yeah, I installed Forum Fiend now for the first time) was the fact that you need to manually enter forum server's URL. It's not a major PITA, but perhaps it would be nicer if it was done the Tapatalk way. The design is quite up-to-date IMHO, but as Jesellers88 said, default icons are cute, but kind of unprofessional, I'm afraid.
Also, BBCode support is a quite handy feature which Tapatalk does not offer (kudos!), but a full-fledged editor with preview, code and other stuff depending on what each forum allows would be even better, though Tapatalk offers nothing.
To summarize: Forum Fiend is quite a nice application, but above mentioned suggestions (mine and from others in this thread) would bring it to perfection, I suppose. This post was intended to be a constructive critique and in no manner something intended to offend your work. I'm not an application developer or anything alike so this is my two cents .
Click to expand...
Click to collapse
Thanks for the feedback. A preview mode for the BBCode editor would certainly be easy to accomplish, so I will probably be adding that in there.
The primary reason I do not have a forum listing/browsing option like Tapa, is that I do not have access to Tapa's massive forum database (at least, not that I know of). I agree that it sucks having to manually type in the server address though. To try to somewhat get around this, I have been logging which servers are being accessed from the app (server address only, no personal info), and plan on adding a "most popular servers" list, or some other way to browse. It is the best I can come up with for the time being though :-/ If anybody has suggestions on better ways to implement this though, I am open to any ideas!
AbhishekS said:
Seems really interesting. Will certainly keep an eye on this project.
Click to expand...
Click to collapse
Thanks, with time and work I hope to be able to rival or surpass the quality of the official app.
natezire71 said:
I see someone saw my comment.
Thank you thank you thank you. I can't stand the Tapatalk app. You have my thanks and full support!
Click to expand...
Click to collapse
Thanks. The reason I started this project, and the reason I lost faith in Tapatalk, is because I had previously bought their "pro" app. Then they downgraded it to a free app and released another paid pro version. I wanted something that works without getting nickeled and dimed!
bastecklein said:
Thanks. The reason I started this project, and the reason I lost faith in Tapatalk, is because I had previously bought their "pro" app. Then they downgraded it to a free app and released another paid pro version. I wanted something that works without getting nickeled and dimed!
Click to expand...
Click to collapse
I don't mind paying if it works. Tapatalk is awful.
skokielad said:
nice work. one issue encountered: app crashes when using "Last Page" function on a 1 page post. probably want to handle that better.
Click to expand...
Click to collapse
oops, agreed!
Definitely need some sort of tutorial. Like how do I go about subscribing to a thread?
Sent from my HTC6525LVW using Tapatalk
Hi Everyone,
I'd like to install an apk to a folder on my SD which will limit the potential size that the apk will grow to. Any advice? Appreciated !
I first thought of creating a separate partition on the SDcard to install the apk to, but I'd like to do that without formatting (wiping the SDcard)?
Tetragrammazoid said:
Hi Everyone,
I'd like to install an apk to a folder on my SD which will limit the potential size that the apk will grow to. Any advice? Appreciated !
I first thought of creating a separate partition on the SDcard to install the apk to, but I'd like to do that without formatting (wiping the SDcard)?
Click to expand...
Click to collapse
Greetings
XDA assist is here to help newbies find their way around the site, not for technical support. Try posting your query in:
> Android Development and Hacking > Android Q&A,Help and Troubleshooting.
Experts there may be able to help you.
Good luck
Thank you, I'm finding my way about the site.
Unrelated: I was in a website the other day and noticed they have some really nice layout buttons for responding. What do you think? (Screenshot attached).
I thought they'd look pretty nifty on XDA.
Tetragrammazoid said:
Thank you, I'm finding my way about the site.
Unrelated: I was in a website the other day and noticed they have some really nice layout buttons for responding. What do you think? (Screenshot attached).
I thought they'd look pretty nifty on XDA.
Click to expand...
Click to collapse
They look similar to the XDA buttons (I use the 2013 theme). Buttons are buttons to me, as long as they're in the right spot I'm happy.
What do you use the 2013 theme for, do you have a website I can check out?
I just mention the design as I found the buttons on XDA a little confusing at first and some other members, well one, (in particular) said that I had quoted too long or something like that.
So I was just wondering about it and I noticed this little layout when I was on another website. I just thought I'd mention it. It looks quite nice and self explanatory. As a new member I found the respond buttons a little bit confusing. Would you be kind enough to explain to me what the button that looks like a one of a pair of speech marks is for exactly (I say one of a pair, as in the UK we use double quotation marks). When one uses the reply button and the auto quote goes into the field, do you then have to then just delete that each time, or is there a way around that?
I'm just wondering.
I was also wondering, you might be able to give me some advice on the best way to respond on these forums. Is there an app that you can suggest that would be particularly good for responding on XDA and other forums in general?
I tried Tapatalk once before and found it glitchy, like it had its own agenda and wanted to wiz me around all over the net instead of being functional.
Tetragrammazoid said:
What do you use the 2013 theme for, do you have a website I can check out?
I just mention the design as I found the buttons on XDA a little confusing at first and some other members, well one, (in particular) said that I had quoted too long or something like that.
So I was just wondering about it and I noticed this little layout when I was on another website. I just thought I'd mention it. It looks quite nice and self explanatory. As a new member I found the respond buttons a little bit confusing. Would you be kind enough to explain to me what the button that looks like a one of a pair of speech marks is for exactly (I say one of a pair, as in the UK we use double quotation marks). When one uses the reply button and the auto quote goes into the field, do you then have to then just delete that each time, or is there a way around that?
I'm just wondering.
I was also wondering, you might be able to give me some advice on the best way to respond on these forums. Is there an app that you can suggest that would be particularly good for responding on XDA and other forums in general?
I tried Tapatalk once before and found it glitchy, like it had its own agenda and wanted to wiz me around all over the net instead of being functional.
Click to expand...
Click to collapse
If you scroll down to the bottom of any page here you'll find a bar on the left that says "XDA 2015". If you click that there's a drop down menu that brings up all the themes you can use. I use the XDA 2013 beta because I think that has the cleanest layout.
The speech marks always refer to quoting a post which is what I just did now. You can edit what your quoting and delete parts out of it. Just play around with the editor and you'll get it. As for an app, try XDA labs. You can click the banner in my signature to go to that thread.
Great, Thank you Art Vanderlay. Got it!
:good:
Art Vanderlay,
Unrelated:
I've had a look in the "groups" section. There doesn't appear to be all that much activity in there (at least in the groups I looked at).
Can you suggest a good group, or place (area) for hanging out and perhaps learning a bit more about Android, app making and what's going on @ the scene as a whole?
Like the title said... How can i search into a thread on this forum, I can't seem to find it anywhere.
xenius123 said:
Like the title said... How can i search into a thread on this forum, I can't seem to find it anywhere.
Click to expand...
Click to collapse
Go to the search bar, and in the menu where it says "everywhere" by default, select "this thread"
Edit: Old answer, newest one here:
Raiz said:
Yep, we knew that when testing. The xda team is working on it (it takes time but it will be addressed eventually)
You can keep using "[your search] site:forum.xda-developers.com" in google to search for threads. To search in thread use control+F and go through as much pages as you can (that's a solution if you REALLLLLLLY want to search. Otherwise look at the right part of your screen, there should be a "most thanked" section. Useful answers are usually there
Click to expand...
Click to collapse
Raiz said:
Go to the search bar, and in the menu where it says "everywhere" by default, select "this thread"
Click to expand...
Click to collapse
Thanks!
Didn't work for me. Still shows results same as "Everywhere". Please help.
Raiz said:
Go to the search bar, and in the menu where it says "everywhere" by default, select "this thread"
Click to expand...
Click to collapse
It doesn't work at all. Search "everywhere" or "threads" "forum and devices" all yield identical result. And you'd know that if you actually use the function yourself.
There is another button says "search forums" and all it does is search globally.
I think XDA-Developer's new website is trying to boost the site's activities by deliberately crippling the search function and encourage people to ask the same question again and again.
A prime example of "if it is not broken, let's break it for kicks"
Someone is having some sort of weird satisfaction by watching their users hopelessly trying to find their answer and couldn't find any. It's like watching his pet mouse couldn't get out of a maze.
The previous search was intuitive. It used to produce results sorted to newest first. Please tell me how to get results sorted to descending order of date now.
kngharv said:
It doesn't work at all. Search "everywhere" or "threads" "forum and devices" all yield identical result. And you'd know that if you actually use the function yourself.
There is another button says "search forums" and all it does is search globally.
I think XDA-Developer's new website is trying to boost the site's activities by deliberately crippling the search function and encourage people to ask the same question again and again.
A prime example of "if it is not broken, let's break it for kicks"
Someone is having some sort of weird satisfaction by watching their users hopelessly trying to find their answer and couldn't find any. It's like watching his pet mouse couldn't get out of a maze.
Click to expand...
Click to collapse
This message was from quite long ago, some things may have changed. When I wrote this message I used the function, and it worked just fine.
I know, the search function isn't working flawlessly rn, but things keeps moving, so be patient.
And do you seriously think xda is deliberately breaking the search function to make users mad ?? Do you really think that xda would deliberately force its users to clog the already full Q'n'A forum with useless repeated questions ? You're saying "boost the activity" when it's literally spamming the forum with old questions that contributors will just answer by ("see here: link)" anyway. XDA isn't payed for how much post/thread is created, in fact it's the opposite! You come with assumptions on how works the whole thing, those are assumptions, so you can complain about the search function no problem but keep those theories of yours for yourself.
And if you want you can just use google:
[your search] site:forum.xda-developers.com
I get it you're frustrated, but be nice when posting, I would've happily told you that trick if you did so. I still did, but it wasn't heartily...
that1 said:
The previous search was intuitive. It used to produce results sorted to newest first. Please tell me how to get results sorted to descending order of date now.
Click to expand...
Click to collapse
that1 said:
Didn't work for me. Still shows results same as "Everywhere". Please help.
Click to expand...
Click to collapse
Forgot to answer, use google like that it should work fine:
[your search] site:forum.xda-developers.com
It looks like it's broken rn, there surely will be a fix, but for now use google it should get the job done
Experiencing the same issue here.. The search function in the new interface does not work for me..
voided said:
Experiencing the same issue here.. The search function in the new interface does not work for me..
Click to expand...
Click to collapse
Yep, we knew that when testing. The xda team is working on it (it takes time but it will be addressed eventually)
You can keep using "[your search] site:forum.xda-developers.com" in google to search for threads. To search in thread use control+F and go through as much pages as you can (that's a solution if you REALLLLLLLY want to search. Otherwise look at the right part of your screen, there should be a "most thanked" section. Useful answers are usually there
Trying to use the search function (thread) with no result at all.
Not working, what a pain! Why always need to change the theme when everything was fine before?
ah so it's not just me... There should be like a huge flashing message at the top of every page saying "search does not work properly" or just disable the function until its working.
xenius123 said:
Like the title said... How can i search into a thread on this forum, I can't seem to find it anywhere.
Click to expand...
Click to collapse
See this post
[CLOSED] XenForo 2.2 Upgrade! Post Bugs, Issues and Comments Here
On 3/11/2021 at around 10am New York time, XDA will be upgrading our forum software to XenForo 2.2 which brings a bunch of new improvements, like a new thread preview tool, a Device Inventory tool to show off which phones you use, a most-thanked...
forum.xda-developers.com
ErismaSS said:
ah so it's not just me... There should be like a huge flashing message at the top of every page saying "search does not work properly" or just disable the function until its working.
Click to expand...
Click to collapse
Especially considering following favorite mechanical answer from exp. devs :
> This has been discussed many times on this thread. Please search the thread for keywords (such as ${search} in this case) before posting. Thanks
Click to expand...
Click to collapse
tags search is working https://forum.xda-developers.com/tags/ , btw @sd_shadow @svetius thanks for having raised them to 10x units, exp. devs must use them more efficiently...
(EDIT: @svetius , technically I should be able to up-vote (or down-vote) my post, shouldn't I ?)
kngharv said:
It doesn't work at all. Search "everywhere" or "threads" "forum and devices" all yield identical result. And you'd know that if you actually use the function yourself.
There is another button says "search forums" and all it does is search globally.
I think XDA-Developer's new website is trying to boost the site's activities by deliberately crippling the search function and encourage people to ask the same question again and again.
A prime example of "if it is not broken, let's break it for kicks"
Someone is having some sort of weird satisfaction by watching their users hopelessly trying to find their answer and couldn't find any. It's like watching his pet mouse couldn't get out of a maze.
Click to expand...
Click to collapse
I can't agree more with @kngharv : It's impossible that a website like xda-developers hasn't managed (unless intentionally) to fix this issue in months. I'm sure they could fix it in a couple of hourse if they wanted to.
zogoibi said:
I can't agree more with @kngharv : It's impossible that a website like xda-developers hasn't managed (unless intentionally) to fix this issue in months. I'm sure they could fix it in a couple of hourse if they wanted to.
Click to expand...
Click to collapse
In January at the time when the post was created that you quoted the search function was indeed broken. However, at least for me it seems to be completely fixed already for weeks or months. I've personally no issues at all, neither with a general search on XDA or e.g. a specific in-thread search. For me it's obvious that meanwhile the complete database has been transfered and indexed after the transition from vBulletin to Xenforo and the new servers.
If you still have problems please provide some more information, examples or screenshots to allow us to support and assist you in fixing your problem. Such a generic statement like yours isn't really helpful in trouble-shooting.
And I hope you don't mind that I don't respond to the unsubstantial assumptions and accusations in the post to that you completely agree. Even during the times of the broken search we enforced implementation of rule no. 5 of the XDA Forum Rules, and removed duplicated posts or questions or closed threads if a subject matter related one already existed.
Oswald Boelcke said:
In January at the time when the post was created that you quoted the search function was indeed broken. However, at least for me it seems to be completely fixed already for weeks or months. I've personally no issues at all, neither with a general search on XDA or e.g. a specific in-thread search. For me it's obvious that meanwhile the complete database has been transfered and indexed after the transition from vBulletin to Xenforo and the new servers.
If you still have problems please provide some more information, examples or screenshots to allow us to support and assist you in fixing your problem. Such a generic statement like yours isn't really helpful in trouble-shooting.
And I hope you don't mind that I don't respond to the unsubstantial assumptions and accusations in the post to that you completely agree. Even during the times of the broken search we enforced implementation of rule no. 5 of the XDA Forum Rules, and removed duplicated posts or questions or closed threads if a subject matter related one already existed.
Click to expand...
Click to collapse
In thread search rarely works for me.
sd_shadow said:
In thread search rarely works for me.
Click to expand...
Click to collapse
As I said, for me it works fine but probably it's my limited use, too. Can you provide me an example that we can compare our results?
Oswald Boelcke said:
As I said, for me it works fine but probably it's my limited use, too. Can you provide me an example that we can compare our results?
Click to expand...
Click to collapse
Seems to be working now, but when @zogoibi posted It wasn't.
Hi all,
I am facing the following phenomenon: I'm looking at some forum thread, say with 50 pages or so. At the top right I see a button labeled "Search this thread". Sounds like a useful tool to quickly search that thread for a certain term. I click that button, type in my search term(s) and underneath a drop down box with OTHER threads, which I do not want to search appears. Often times the thread I'm currently looking at doesn't even show up in that list underneath the search box.
So, what am I doing wrong? With the search feature as it is, I truly have a hard time finding things.
Thank you very much in advance. Driving me nuts.
@rogerwilco75 A similar question has been raised here. Maybe the replies there answer also your question?
@Oswald Boelcke Thank you for the link.
I was using a Chromium-based desktop browser and observed this somewhat inconsistent behavior on both Linux and Windows.
I will make a comparison using FF, and then both browsers with their extensions/addons enabled (most likely uMatrix and/or uBlock Origin to "interfere". DecentralEyes or HTTPSEverywhere not so much I guess), in a private window/tab and with more lowered "shields" settings in the respective browsers (cookies, trackers, DNT ...).
Back to the original question: once or twice clicking the "Search this thread" led to exactly that, then on some other occasions it didn't. I'll have to figure out that pattern.
Anyway, thanks once again for the link, since it let me get around using the ...drum roll... search function.
I guess this can be marked as "SOLVED... kind of", since I'll need to look into it deeper and get more data points/a clearer view.