Related
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Forum Specific RSS Feeds?
While I see two RSS Feed linls listed here, is there a way to access only specific forums (i.e. Blue Angel Upgrading or Blue Angel Accessories) with an RSS Feed Link?
Thanks in advance for your answer!
Why don't you add:
Code:
<link rel="alternate" type="application/rss+xml" title="XDA-Developers News" href="http://xda-developers.com/news.rss" />
<link rel="alternate" type="application/rss+xml" title="XDA-Developers Last 30 Topics" href="http://xda-developers.com/forum-30.rss" />
to the HTML Head field?
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
NYCspeedSurfer said:
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
Click to expand...
Click to collapse
I think the same. You must order the phpbb_topics table by the last message post (time/id) and pick the first 30 post_id 's... Smt like this will do afaik:
Code:
$sql = "SELECT *
FROM " . TOPICS_TABLE . "
ORDER BY `topic_last_post_id` DESC
LIMIT 0, 30";
Peter Poelman said:
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Click to expand...
Click to collapse
Great! Just I am looking for.
Hi,
I agree: it should be very very usefull to have a different rss for each forum, in order to sync only that forums of your interest...
Any idea?
So, is there an rss feed for each forum yet? I don't need the feed for the whole xda phone world!
Yup, it's the same for me. I'm only interested in maybe three forums.
Any chance of getting individual feeds?
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Is it be possible to be notified of all new posts, not just new threads ?
It would be nice if we could subscribe to specific threads as well It would be handy for the bigger topics (Kitchen threads etc).
rss of new posts, not only thread.
Not seen any answer to the same point posted couple of posts above.
Is it possibile to subscribe and get updats also for new posts, not only new threads?
Thx
Vic
Yes is it posssible to subscribe to a particular thread?
Yes, please... me too... if I could subscribe to specific threads, it'd be absolutely great!
Alternatively, I guess I can just reroute all email notifications from subscribed threads into my rss reader.. although the result won't look nearly as clean as if an RSS feed could just be directly tied to a subscribed thread..
Thanks!
deedee said:
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Click to expand...
Click to collapse
Thanx!!! it works!!!
tips for finding RSS of your choice
CyZeeK said:
Thanx!!! it works!!!
Click to expand...
Click to collapse
some numbers for hermes Rss feeds : 305 -355 -306
some observation: the numbers are in order of creation of subtopics so there is a logic in it but no logic in it example: hermes WM6 thread opened much later than other hermes threads so its number is 355 the others are 305-306 are in order...
How do I see the newest post in each feed?
I seem to be able to get the first post in each feed, which is no good for me, considering some threads are 350+ posts long and I just want to read the last few posts in that thread.
Currently, I just keeping getting the first post over and over.
Hi folks,
I've added various forums (sub-forums?) to RSS Hub and it's working great apart from only showing me the 15 most recent new treads-can i increase this number?
I'm currently using URLs like this :
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Thanks in advance!
'tunes
RSS Subforum feeds don't work in Yahoo reader
For whatever reason, I'm not getting the subform listing to work with the RSS feed of Yahoo. Other RSS feeds work, including the RSS feed from the top-level (i.e., all new posts across all of XDA Developers).
I'm using the form of:
Code:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Any ideas? Did this suddenly stop working?
I would like to subscribe to sub forums Example: Evo 4g and Nook Color Android Development. I use the Xda App and its amazing, but I would like all the new post to appear in my news when I read them all, I subscribe by email but not fast enough or sometimes it doesnt appear. Any idea how I can do so with out subscribing to whole xda rss feed. Thanks
I'm also searching for this option. Any ideas?
SnowleX said:
I'm also searching for this option. Any ideas?
Click to expand...
Click to collapse
I'm looking for a solution to this too. So far I've been recommended FeedBurner, but that just works at the thread listing level. I'm looking to generate a RSS of the posts from within a thread... Anyone got any suggestions?
The two feeds that I've found that XDA generates are:
http://forum.xda-developers.com/external.php?type=RSS2
http://forum.xda-developers.com/external.php?type=RSS2&forumids=765
(change 765 to the forum level that you want)...
But this still doesn't list from within threads....
super easy go to the sub-forum and click the RSS button on your browser to get RSS link. copy to Google Reader.
if you have chrome you can subscribe to Google reader with 2 clicks. Rss button> Subscribe.
Evo 4g dev
http://www.google.com/reader/view/feed/http%3A//forum.xda-developers.com/external.php%3Ftype%3DRSS2%26forumids%3D653
Nook Colour Dev.
http://www.google.com/reader/view/f...opers.com/external.php?type=RSS2&forumids=864
wow hard.
note: rss feeds show newly started THEADS, not new posts, nor does it "bump" up an older thread with new posts,
nor can you subscribe to a "Device" subforum as a whole ( general Q&A Dev and Apps together), only sub-forums OF the device ( general, q&A ect SEPARATELY for each device)
Thanks trusselo, I found the regular RSS feeds as I said in my post. It's whether or not there is one for within the forum thread itself; and it appears there is not. I've tried various sites to dynamically generate a RSS from a web page, but they are terrible and syndicate a whole bunch of useless data.
Has anyone managed to use a third party site to generate a clean and usable RSS feed of posts within a sub forum?
Sent from my HTC Desire HD using xda premium
mnp said:
Thanks trusselo, I found the regular RSS feeds as I said in my post. It's whether or not there is one for within the forum thread itself; and it appears there is not. I've tried various sites to dynamically generate a RSS from a web page, but they are terrible and syndicate a whole bunch of useless data.
Has anyone managed to use a third party site to generate a clean and usable RSS feed of posts within a sub forum?
Sent from my HTC Desire HD using xda premium
Click to expand...
Click to collapse
I am not aware of a feed of posts, due to the huge number of posts you will see... New threads is all that rss covers afaik
pulser_g2 said:
I am not aware of a feed of posts, due to the huge number of posts you will see... New threads is all that rss covers afaik
Click to expand...
Click to collapse
Ye I was thinking that, but at the same time an RSS of thread data would be no more than what each page generates in standard forum HTML, especially if the feed was paginated with around 10-20 posts per page, like the thread pages are now.
I'll put it in as a feature request and see what happens in the future.
I just read this on my pulse app and seen that our threads didn't have this yet so here's the link to the xda post in the article. Seems very easy to do really.
http://forum.xda-developers.com/showpost.php?p=28234189&postcount=142
I take no credit for this just putting it here because I seen our forum did not have to yet
EDIT here's the original article for completeness of claims
http://androidcentral.com/google-now-ported-android-40-devices-running-aosp-rom
Help Your Threads Get More Search Hits with
Better Titles and Thread Tags!
(and improve XDA search functionality for free!)
Nobody likes being told "Why didn't you search before posting?" only to have to explain that they did in fact search
but couldn't find anything relevant. I am not going to say search on XDA is the greatest thing ever but it is not nearly
as bad as some posters here think. It could get a lot better over time if everyone did a couple of simple things that are free.
The first thing is to use good thread titles.
Using good thread titles is a last attempt at searching before you post a new thread. Thread titles such as "[Q]" or "Need Help!"
will actually keep people from opening your thread! This shows members that you didn't search for an answer to your problem.
Members here will assume that you have put the same amount of work into your title as you have put into documenting and
solving your problem and they will simply move on to the next thread.
Here are 3 Thread Title suggestions that can help get you better results and solutions.
1. Make it Descriptive!!
When you type in a thread title and then click in the post section, a search shows you threads with similar titles to what you
just typed in. How many threads do you think there are with titles like "[Q]" or "Need Help!" ? Type in a good title and see
what threads are suggested. Type slightly different thread titles and check the searched thread results. The best result here
is to not have to open a new thread at all, but if you do not find a thread which is similar to your problem or recent enough
that you can post in it and get a good answer, then please use a good title for your thread.
2. Include [TAGS] so people can identify it more easily. h/t AllGamer for a more complete list
[Q] or [QUESTION] - All Questions
[REQ] - Requests topics for ROM ports, INFO, THEME, MOD, etc.
[GUIDE] or [HOWTO] - How to do instructions or Guides for newbies
[SOLVED] - for issues that have been fixed or [Q] that have been answered
3. Remember that your target audience is worldwide.
XDA members live around the world in every country. English is probably not their first language. I find it best to use
common words if I have a choice of wording, especially if they are using Google Translate.
The second thing we can all do is more use of thread tags.
I have noticed that many threads do not have thread tags so I think most users don't know about them. This only works with
the XDA website, not the XDA app. If you scroll down to the bottom of the page of most threads, you will most likely see this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you were to click on the Edit Tags button, you would find that you could add 5 tags as an OP or Original Poster of the thread.
Threads can have up to 25 tags of 50 characters each, but most threads have none at all, so they don't get
indexed optimally by the search engine.
IMPORTANT UPDATE: The admins have changed the tagging policy so that the OP can add 5 tags, or RC's can add 2 tags.
Mods can of course edit/add any tags as needed. I am asking all RC's to please join in this effort and add tags for anyone that requests it.
Tags should be keywords or phrases that people search for. If those keywords or phrases are linked to your threads then
your threads will be higher in the listed search results. This is really important for guide threads.
This is a little better, but since it is a new user guide there are more tags that could be added there, such as "new user guide",
"where to get started", "starting on xda", "how to get 10 posts".
When people search for those terms, I want them to find that guide, so I need to get those phrases added as thread tags.
If there is a guide in your forums that new users need to find, please some tags to it to help the new people find them,
such as "new user guide for sgs3", "how to flash firmware on a sensation", "all onex users start here", "root guide for droid2".
When users search for those terms we want them to find the guides instead of opening new threads. Good thread tags will help do this.
You can add tags to any thread. Please add good ones.
Anyone that would like additional thread tags added can post requests in their threads with any requested tag terms,
members here can easily help with that, or ask one of the Recognized Contributors and they can help you out with that.
Thank you for helping with this effort. Every time you do these things the search index will be updated and improve the results
for everyone on XDA. This is a valuable contribution to the community every time you do it..
All current requests for tags will be added here, so if you see a request listed here, please take a minute and go to the linked thread and add as many of the requested tags as you can. Thanks!! Check the guides in your favorite device forum and add some good tags there too!
Example of a request that you can make here:
Hey fellow Xda'ians,
I could use some tags on my thread: http://forum.xda-developers.com/showthread.php?t=1606380
Its a comprehensive guide on rooting and different ways to do stuff on Samsung Galaxy Fit aka Beni...so I could use some general-android related tags...
There's also some specific stuff in it, so have a look at the index that is present in the beginning, and please help me by adding suitable tags...
Tags related (but not limited to): Root with Superoneclick/update.zip, Custom recovery, Custom rom, Beni, GT-S5670, CWM, Amon-ra, Overclock, Swollen Battery, Bricked, Motherboard dead, Rom Manager, Titanium Backup
And a heads up, the thread is pretty long, so use the side bar to scroll...unless you wish some finger exercise
Thanks a lot friends!
I also promise to stay around this thread, and offer my help when other need it!
Thanks again!This us just an example, you can make similar posts in this thread, and tags shall be added by me or other fellow Rc's.
Also, do give us suitable examples of tags that could be added to the thread.
Requests (in order of date of request):
*[HOW TO]Make The Most Of The XDA App - by KidCarter93
Requested tags: how to, guide, xda app, new user
*[GUIDE/HOW-TO] Beginner's "Getting Started" Guide :: Root, Recovery, Roms etc - by a.cid
Requested tag: Root with Superoneclick/update.zip, Custom recovery, Custom rom, CWM, Amon-ra, Overclock, Swollen Battery, Bricked, Motherboard dead, Rom Manager, Titanium Backup
mf2112 said:
"Help Your Threads Get More Search Hits with Better Titles and Tags!" (and improve the search functionality for free!)
Nobody likes being told "Why didn't you search before posting?" only to have to explain that they did in fact search
but couldn't find anything relevant. I am not going to say search on XDA is the greatest thing ever but it is not nearly
as bad as some posters here think. It could get a lot better over time if everyone did a couple of simple things that are free.
The first is to use good thread titles.
Using good thread titles is a last attempt at searching before you post a new thread. Thread titles such as "[Q]" or "Need Help!"
will actually keep people from opening your thread! This shows members that you didn't search for an answer to your problem.
Members here will assume that you have put the same amount of work into your title as you have put into documenting and
solving your problem and they will simply move on to the next thread.
Here are 3 Thread Title suggestions that can help get you better results and solutions.
1. Make it Descriptive!!
When you type in a thread title and then click in the post section, a search shows you threads with similar titles to what you
just typed in. How many threads do you think there are with titles like "[Q]" or "Need Help!" ? Type in a good title and see
what threads are suggested. Type slightly different thread titles and check the searched thread results. The best result here
is to not have to open a new thread at all, but if you do not find a thread which is similar to your problem or recent enough
that you can post in it and get a good answer, then please use a good title for your thread.
2. Include [TAGS] so people can identify it more easily. h/t AllGamer for a more complete list
[Q] or [QUESTION] - All Questions
[REQ] - Requests topics for ROM ports, INFO, THEME, MOD, etc.
[GUIDE] or [HOWTO] - How to do instructions or Guides for newbies
[SOLVED] - for issues that have been fixed or [Q] that have been answered
3. Remember that your target audience is worldwide.
XDA members live around the world in every country. English is probably not their first language. I find it best to use
common words if I have a choice of wording, especially if they are using Google Translate.
The second thing we can all do is more use of thread tags.
I have noticed that many threads do not have thread tags so I think most users don't know about them. This only works with
the XDA website, not the XDA app. If you scroll down to the bottom of the page of most threads, you will most likely see this:
If you were to click on the Edit Tags button, you would find that you could add 5 tags as an OP or Original Poster of the thread,
or 2 tags otherwise. Threads can have up to 25 tags of 50 characters each, but most threads have none at all, so they don't get
indexed optimally by the search engine.
Tags should be keywords or phrases that people search for. If those keywords or phrases are linked to your threads then
your threads will be higher in the listed search results. This is really important for guide threads.
This is a little better, but since it is a new user guide there are more tags that could be added there, such as "new user guide",
"where to get started", "starting on xda", "how to get 10 posts".
When people search for those terms, I want them to find that guide, so I need to get those phrases added as thread tags.
Anyone that would like additional thread tags added can post requests in their threads with any requested tag terms,
members here can easily help with that, or ask one of the Recognized Contributors and they can help you out with that.
Thank you for helping with this effort. Every time you do these things the search index will be updated and improve the results
for everyone on XDA. This is a valuable contribution to the community every time you do it.
Click to expand...
Click to collapse
Oh so idea is on!
Mind checking threads in my sig?
Sent from my MB525 using xda app-developers app
Wow, you are fast.
OK, I added several tags to your threads.
Wow.. just love the thread is written. Even the threads in my sig have not been tagged properly mf212 you should make a post reserved where guides and other linka can be updated so that users can tag them easily..
Sent from Hell!!
If you could list out the links with any thread tags you would like added then I and hopefully others :fingers-crossed: can get them added. MikeChannon was kind enough to slip a post 2 in there for me so I will put current requests there.
If you have any preferred tags it is best to state them so that they get added that way, otherwise no guarantees on what members add there.
Hey fellow Xda'ians,
I could use some tags on my thread: http://forum.xda-developers.com/showthread.php?t=1606380
Its a comprehensive guide on rooting and different ways to do stuff on Samsung Galaxy Fit aka Beni...so I could use some general-android related tags...
There's also some specific stuff in it, so have a look at the index that is present in the beginning, and please help me by adding suitable tags...
Tags related (but not limited to): Root with Superoneclick/update.zip, Custom recovery, Custom rom, Beni, GT-S5670, CWM, Amon-ra, Overclock, Swollen Battery, Bricked, Motherboard dead, Rom Manager, Titanium Backup
And a heads up, the thread is pretty long, so use the side bar to scroll...unless you wish some finger exercise
Thanks a lot friends!
I also promise to stay around this thread, and offer my help when other need it!
Thanks again!
Why I see no Edit Tags?
It hiding. Why?
Looks like only OPs can do so now.
roofrider said:
Why I see no Edit Tags?
It hiding. Why?
Looks like only OPs can do so now.
Click to expand...
Click to collapse
I just checked another thread in this forum that I am not the OP of and I can edit the tags.
mf2112 said:
I just checked another thread in this forum that I am not the OP of and I can edit the tags.
Click to expand...
Click to collapse
Maybe because ur an RC?
I can't see it, not sure why!
I have never heard of that being a limitation before, maybe one of the mods or admins will chime in here but I would be very surprised if that was changed. Nothing was said to RC's about it. I would bet it is an issue with the browser or NoScript or something. You tried Chrome and Firefox?
This is something new, I have edited them in the past..in fact i've added and removed a 'mtm iz noob' tag on this thread sometime back..maybe i'm being trolled? jk.
I'm using chrome and on the beta theme..it's the same even in 2010 theme, no option to edit them.
No difference on IE either.
Stop the lurking u mods! Post!
I wonder if it is related to the database issues going on.
He should try now! Database problem got fixed!
Sent from my MB525 using xda app-developers app
Still nope.
This is what i see.
I removed one of mine, try it again please. This is very strange. I really think you should be able to do this as a normal function without restrictions. You can't edit the tags on a closed thread, but any open thread should work unless it has 25 tags already.
I'm experiencing the same as roofrider.
The only threads I can edit tags on, are my own threads.
Even a thread which I've previously added a tag to I now can't.
Maybe the systems being changed so only the OP can edit tags? I doubt it, but it's a possibility.
I am sure it isn't like that on purpose. I was talking to MikeChannon and svetius just a couple of days ago about the thread tags and this thread promoting more usage of them and they thought it could really help if people participated with good tags so I am sure they would have mentioned a major change like that if it was just a couple of days away.
Yeah true. I only figured it may be that because the only other option is due to the database error which caused a couple of other problems today. The other issues seem to have been sorted though.
I can prove it works well. One of the original tags I added was "How to use thread tags". When you search the forum or the "search all forums" link which uses Google for that phrase, it brings up this thread as the top result. :victory::laugh:
also works for "search doesn't work". :victory: The thread that was the top result for "search before posting" was one of mine for another thread and I changed just now, so I will try to see how long it takes to update the search index.
KNOWN ISSUES as of 12/3 (we're working on these!):
Some threads/posts may be missing. We imported missing threads, some first posts missing still.
Need to launch new XDA app asap. All current apps are broken like Tapatalk and XDA app. Use the browser instead for now plz (update: 12/7-8/20 target launch)
In-thread search not working (update: 12/4/20 should be fixed)
More stuff (we're reading every post!)
======================
For login issues... use the "Forgot password" to reset your password. If you do not know your email address or it is no longer active, we will work on a way of getting access restored.
If Google login does not work, you can reset your password and reassociate (called "Connect Account") your Google account to allow login.
======================
We're excited to welcome you to the new version of the XDA Forums, which is now based on XenForo software instead of vBulletin. If you're not familiar, XenForo is a modern forum platform with a focus on speed, sharing, and overall fluidity. TLDR: we long ago outgrew vBulletin and we wanted to make a huge upgrade.
Things are different! We know it will take some time for everyone to adjust to the new forums, and we ask for your patience as we work out bugs and issues to make the XDA 2021 forums as familiar as possible. One fun thing to try: change templates in the bottom left corner. We have a few to choose from and might add more. Whether you like a dark or light look, or if you want to see classic XDA colors from a decade ago , we have you covered.
Use this thread to report bugs or ask questions. Our partner firm, Audentio, which designed the forums, might respond on our behalf within this thread.
Thank you for your continued support of XDA, and we hope you enjoy XDA 2021! ✌
Updated lists moved to XDA XenForo 2.2 Upgrade thread here: https://forum.xda-developers.com/t/xenforo-2-2-upgrade-post-bugs-issues-and-comments-here.4245677
Known Bugs/Regressions:
Some posts (former DevDB OPs, at least) can't be edited unless user disables the WYSIWYG editor and uses BBCODE instead. Fixed 12/09 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-115#post-84076621
All users have enforced signature length and link limits, which should be higher/removed, at least for advanced forum users. Fixed 12/20 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-135#post-84140273 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-135#post-84141915
Advanced forum user max title length is too short, truncating them (e.g. "Senior Recognized Developer / Recognized Contribut").
Long forum names are truncated (e.g. "Android Software and Hacking General [Developers O").
Thanks/Likes counts are reduced for most users, sometimes dramatically, seemingly from Aug 29 - Dec 2; possibly related to (7).
Various old forum emojis aren't mapped to new unicode ones, and ones in old posts that do exist (e.g. :cowboy:) don't display.
Some users have reported their OPs and/or attachments reverting to older versions; possibly related to (1). Fixed 12/09 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-115#post-84076621
Broken redirects from old links for many threads/posts.
Disabling Alert in Preferences forces Mobile App Push enabled, one should be able to disable both.
Users who were Senior Members are now only Members, as though the threshold is different. Fixed 12/09 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-115#post-84076615
"Unfurl"ed URL links to posts sometimes show a preview of the OP instead of the correct post (e.g. [URL unfurl="true"]https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/post-84073623[/URL]
==
Welcome to XDA 2021!
KNOWN ISSUES as of 12/3 (we're working on these!): Some threads/posts may be missing. We imported missing threads, some first posts missing still. Need to launch new XDA app asap. All current apps are broken like Tapatalk and XDA app. Use the...
forum.xda-developers.com
)
Missing colored/underlined user names to denote advanced forum users (e.g. Recognized Contributors).
Posts containing only quotes and no new text shouldn't be allowed.
Ability to subscribe to an entire forum is missing for some forums.
XDA Wiki pages are missing.
CAPTCHA from editing posts triggers an Oops error; disabling the WYSIWYG editor as in (1) apparently works around it some of the time. Fixed 01/12 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-144#post-84276155
Attachment file extensions need to be restored (e.g. jar missing). Fixed 12/15 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-130#post-84113793
[SIGPIC][/SIGPIC] functionality is broken and pics lost.
Attachments per post are limited to 10, far lower than the former site. Fixed 12/20 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-135#post-84141915
Shell scripts are detected and rejected as attachments, even if renamed as .txt files.
Attempting to enable/disable the WYSIWYG editor while editing certain posts triggers an Oops error; possibly related to (16). Fixed 01/14 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-145#post-84284035
Former DevDB downloads are inaccessible. Fixed 02/19 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-145#post-84284015 https://forum.xda-developers.com/t/devdb-archives.4226791/#post-84521543
Search "this category" option never shows any results when used.
Recognized Developers can't moderate their own threads anymore.
Recognized Developer application process is gone. Addressed 01/19 https://forum.xda-developers.com/t/status-of-recognized-developer-program.4220403
Some posts have lost their attachments in the migration. Addressed 02/26 https://forum.xda-developers.com/t/welcome-to-xda-2021.4197018/page-152#post-84563135
Updated lists moved to XDA XenForo 2.2 Upgrade thread here: https://forum.xda-developers.com/t/xenforo-2-2-upgrade-post-bugs-issues-and-comments-here.4245677
Nice-to-Haves/Requests:
Jump to Last Unread link icon in Watched threads page.
Attachments management page.
Folders to organize Watched threads.
Folders to organize saved PMs/Conversations.
Most Thanked/Liked Posts widget in thread sidebar. Added 03/11 https://forum.xda-developers.com/t/xenforo-2-2-upgrade-post-bugs-issues-and-comments-here.4245677
Search This Thread widget in thread sidebar. Added 03/11 https://forum.xda-developers.com/t/...nd-comments-here.4245677/page-2#post-84640119
Edit Reason for edited posts.
Add strikeout to the WYSIWYG editor on mobile layout. Added 03/11 https://forum.xda-developers.com/t/xenforo-2-2-upgrade-post-bugs-issues-and-comments-here.4245677
Threads Started by User search shortcut in user info popup.
Thanked/Liked Posts by User search shortcut in user info popup.
The ability to use the post editor buttons to insert BBCODE even when the WYSIWYG functionality is disabled.
Country flags below user images/info in threads (could replace trophy and post counts in expandable area)
Telegram account linking.
Make the forum search default to in-thread.
Thread Ratings.
My Devices list in profile. Added 03/11 https://forum.xda-developers.com/t/xenforo-2-2-upgrade-post-bugs-issues-and-comments-here.4245677
Donate To Me links.
Add thread page number to HTML title.
Excited to be on a new platform!
What's your favorite theme? Mine is kind of Classic!
Site is very slow.
What is the equivalent of usercp now?
So SLOW it is unusable. Worthless. Seriously, worthless.
Maverick_TN said:
Site is very slow.
Click to expand...
Click to collapse
I know you guys are probably still working out the bugs, but so far the forum is super slow. It take 20 to 30 seconds to load a page. And yes, my Internet works fine with all other sites at the same time so I know it's not my computer, browser or Internet connection.
Also, for some reason, I can't load page 2 of threads and it seems like some recent posts were not migrated over?
Question. What's this mean for the XDA Android app? Not able to login at the moment. Plans for updating it I take it?
Where is the Search Thread box? I used it all the time! Edit: When using the top of page Search box here is a drop-down menu option to search this thread but it's no working. Edit 2: It has been fixed!
How can you add a title to a post since Advanced is gone?
No option to not include your signature in some posts & in others not like in Advanced before the migration?
Most Thanked posts in the thread (liked) in the right sidebar is gone?
***
Hopefully the site is still settling in after the migration. I know this can take time. Looking forward to continue here on the new platform and hope all the great experiences of old times remain the same and new ones are added.
I would second the earlier comment about the site being slow but again i probably answered my own question in the first sentence i typed.
it's slow, but the cost of change need some time, imagine you are merge years to a new platform..
it's not easy for sure, and can't be done in one day.
I assume that everyone can already tell but it really is very slow. I hope that it can be fixed!
This is dreadfully slow, 20-30+ seconds to load a single page.
Trying to go to the *last* page of a thread causes it to continuously go to the first page of the thread, and "jump to new" is even more broken, listing "recent" posts but labeling each one as "#1" and then mixing in "first page" posts as well.
Evident for me on this thread: https://forum.xda-developers.com/t/...oid-auto-use-torque-with-androidauto.3657805/
Update: while we're back online, we know the forums are slow. We're actively working to fix some database issues that are causing the slowness. Thanks for your patience.
The site looks great! Thank you for all your hard work on this! I am sure you will get all the bugs worked out soon
Small bug: It seems I can no longer moderate my XDA Community App forum. Is this on the list of things to fix?
curiousrom said:
Where is the Search Thread box? I used it all the time!
How can you add a title to a post since Advanced is gone?
No option to not include your signature in some posts like in Advanced?
Most liked posts in the thread box on the right side is gone?
***
Click to expand...
Click to collapse
You should try the UI before asking, on top right of OP you will see few dots, click that to expand menu and tap edit thread and then you will be able to edit the title. I am finding my way around too.
Oops! We ran into some problems.
I can't log in to xda's Android app, which prompts me for the wrong password, but I can log in to the web, although it's very slow.