[Q] How to jump to a specific forum post - General Questions and Answers

How can I jump to a specific post in a thread? I'm following a Epic 4G Touch development thread for example that has 1800+ posts. I know I want to go to post 1550 but the only way I can tell is to keep clicking the page number that is closest to getting me there. This could take 20 or more clicks and alot of waisted time.
I would have searched for this answer but apparently search is broken atm per the top thread in the General forum.
Thanks

Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A

Hello,
I guess this Question has not been answered yet. I too want to know how we can jump to a particular post within a large thread. I waste a lot of time in going to a particular post even though i know the Post #.
Thanks in advance.

An XDA forum URL masterclass.......
Not that simple, but you can get pretty close to the post that you want with minimal effort. Here's how:
vBulletin generates a unique post ID for every post, which the search engine uses internally.
When browsing threads you don't see it, as you are only moving from one page of posts in a thread to the next.
As an example
Code:
http://forum.xda-developers.com/showthread.php?p=24387975#post24387975
takes you directly to post #28 of thread 1538864, the member who posted it, might be vaguely familiar, but that's as maybe. The main point to note is that there is no reference in this url to the thread itself, it is only using the post number ID in order to jump to it directly.
If you want to go to the start of the page for thread ID x post number y
use a url of the form
Code:
http://forum.xda-developers.com/showthread.php?t=x&page=((y-1)DIV 10)+1)
That's the mathematical formula, but in plain English, subtract 1 from the post number, drop the last digit, then add 1 to this value. This is then the page number that contains the post you are looking for.
When applied to the above post, post 28 of thread 1538864 we have: 28 -> 27 -> 2 -> 3
Code:
http://forum.xda-developers.com/showthread.php?t=1538864&page=3
P.S. Had to use code tags above , as url tags tend to strip out the middle of url strings.

Related

Thread DELETED/Locked??? This is DEVELOPMENT section not Q&A/General!!!!

Thinking of posting a new thread???​
Please read the following ​
Forum Searching | Posting | The Basics: (Make sure you've read them before starting a new thread)
Forum Rules - http://forum.xda-developers.com/announcement.php?f=642
Forum Search - http://forum.xda-developers.com/search.php
Google Forum Search - http://forum.xda-developers.com/showthread.php?t=304582
Advanced Searching - http://wiki.xda-developers.com/index.php?pagename=How%20to%20use%20Advanced%20Search%20on%20XDA-Developers%20Forum
XDA "Mantra" - http://forum.xda-developers.com/showpost.php?p=2031989&postcount=45
Post What Where:
General - general technical discussion items, news, anything else that does not fit into the other fora categories.
Q&A (Questions and Answers) - all questions, irrespective of type, get posted in here whether they be theme related, accessory related, technical, etc.
Accessories - any items to do with components and/or accessories relating to your device.
Rom Development - only meant for very advanced technical discussion directly related to ROM development activity and the delivery of actual ROMs and ROM components ONLY. Nothing else goes in here.
Themes & Apps - anything to do directly with the development of themes and/or applications. Nothing else goes in here.
EDIT: BEFORE POSTING ANY THREAD IN THE DEVELOPMENT SECTION, PLEASE READ THE FOLLOWING:
If you have developed a ROM, or are working with others to do so, the development forum is somewhere to discuss and share ideas, post useful feedback and logs or crash dumps, and to discuss a common goal developers are trying to achieve.
It is NOT the place to post your question because it gets higher traffic, or because more experienced users frequent it. Doing this just annoys those who are working on the device, and drives them away. Developers don't want to wade through 20 threads of "Help me urgently" to find their threads for porting and fixing camera issues etc. Similarly, if a thread is designated as discussion for developers say, porting a camera fix, please do not post in there asking "When will it be ready?", "Can I flash this yet?" etc. This is both completely disrespectful to those working on the project (you evidently haven't read the important posts in the thread), and also is making it harder for developers to find comments from other developers or testers when required.
Similarly, don't make loads of "Thanks for your work here" posts in an active development thread. It's just as annoying to developers as asking when something will be ready. If a ROM is complete, then go ahead and thank the developer if you wish, but don't go into threads for devs only, and interrupt it to post "thanks". It's basically spamming, and is treated as such.
If you are posting in development, you should have read every sticky and notice there, and should be actively developing or helping in the development of something. Developing isn't installing a ROM, or using a tweak, it's creating a ROM or other hack or tweak. If you haven't read for several days before starting out on XDA, you are likely about to ask something already solved. I registered on XDA when I first wanted to post, and that was to join in a discussion on something. Sure, join up and ask a question, but read the information available in General and Q&A first, as your question will have been asked before. Search is your friend here, become familiar with it.
Regarding when to post in development if you are not actually developing something, there is one occasion where it's acceptable. If you find a leak of a new ROM, which isn't already posted, and you verify it's legitimacy via either running it, or based on the source you obtained it from, then this is assisting in development, and should be posted in development. If you want to ask when a leak will be available use search first, then if not already in discussion, open a thread in general or Q&A.
If you have a problem flashing a ROM, this is NOT related to development. It's up to you to determine if it is specific to a particular ROM, and post useful information in that developer's existing thread for the ROM. If it happens on more than one ROM, and isn't a known issue (remember you should read several times more words than you post), then find out what you are doing wrong. Check guides written by others, try to repeat the problem and see if it happens every time. Something needs to be reproducible to be fixed effectively.
Once you have identified what you need help with go to the device Q&A forum (general if device lacks one), and make a clear, informative thread that explains the issue, and what you have tried doing to fix it. Did you re-download the ROM? Did you ask a friend to flash it for you, to reduce chance of user error? What steps (exactly) did you follow? What errors did you see (exact wording)? Did you double check all the steps? Did you do a wipe or hard reset?
If you make a clear, concise, yet detailed post, you will find help forthcoming, and should get the problem sorted very quickly. If someone suggests you try something, report back on what happened, did it work etc. Then, next time someone has this issue and searches, they will find this and have a verified and tested solution.
So remember... before you start a thread in development, ask yourself what you are developing. If you can't answer, then stop, step away from the post button, and think about where you are posting. Would it be better in General or Q&A, or is some more time with your best friend, search, required?
Did you post and now you can't find it?
1. Try looking at your previous posts by using the link below (replace *userid* with your userid)
Code:
http://forum.xda-developers.com/search.php?do=finduser&u=*userid*
or go to your profile and it is under statistics.
2. If you can't find it, it was probably deleted.
3. If you think it was deleted DO NOT POST about it. PM neoobs (me) and I will try to find it. If it was deleted by mistake I will recover it for you.
If you start a thread asking where your post/thread went, I will delete it. If you start too many of these threads, I will ban you for a week.
I am locking Tutorials to try and keep them clean, Please try to add a page to the wiki or add to another page (all hero tweaks under the page for their specific rom) with what you posted.
If you need a support question answered PM me and I will reopen it.
First post updated. Please read it

[READ THIS FIRST] Rules for Development - IRON FIST

Attention devs!
As you probably have experienced first hand, the development forum is getting cluttered with support requests, rom requests, thank you's and whatnot.
Hopefully this will help:
If you create a development thread for your ROM/Kernel/Project/etc, in Infuse Development, also create a Q&A thread on the Q&A forums and link to that Q&A thread in your first post. Also add this, in the same font size and color:
Any questions regarding this ROM/Kernel/Project WILL NOT be answered here. For answers go to: [insert url to Q&A thread here]
Why? Well, if we can manage a development thread to hold ONLY development and technical discussion (as in, bug reports, logs, etc) which will HELP OUT in development, development will be much more efficient and fast.
The Q&A thread will be used for all other discussion.
Simply copy the title of your dev thread to the Q&A forums and add the [Q&A] tag in front of it.
ie: [Q&A][ROM] Neo's Infuse whatever rom 1.0
ATTENTION Devs - [TAGS]
As our Development forum grows, I'd like to ask you to use tags on your thread titles, to make it more uniform and clear. Here are the generally used tags mostly used in other development forums.
[ROM]
To indicate that the thread is in fact a rom. This has to be the first Tag for your title.
[OFFICIAL]
To indicate that the rom is from an Official source. Depending on if the rom is an official one or not, this tag has to come in second.
[LANG] (Not required for English ROMS)
Indicate the language of the rom if it is not English, preferably with 2-4 character mentions. If you carry ROMs with multiple language options, please use the tag [MULTILANG]
[REF]
Reference Threads
[REQ]
Requisition Threads
[TUT]
Tutorial Threads
Additional Tags
[GUIDE]
[DUMP]
[PROJECT]
[HOW TO
Will be moved to Q&A since they come more to their right there.
And remember to post the sources of your Kernels...ALWAYS!!!
We thank you for cooperating with us and for all your hard work & continued support of XDA.
Rules for Development UPDATED
So, you want to post in development? Ask yourself this:
Is what I am going to post a question?
If so, this is not the right place to post a new thread. Instead, use the SEARCH function to find a thread about your question. If that's not available, post your question in General. (Q&A coming soon!)
Am I developing something and want to share it?
If this is the case, Please do! This is the correct forum and you are free to post your ROM/App/Game/Etc, if it is compliant with the next rule:
Is what I am sharing publicly available (free)?
So, no registration needed to download, but more importantly, no charges. If you want to earn money with a ROM/App/Game/Etc. you can, but also put up a free version. We call paid versions like this: "donation" version.
Try to keep the development forum CLEAN! I cannot stress this out more. No offtopic posting and no questions.
Use the report button in an offending post to let us mods know we need to take action. (or just PM me. )
Did I brush my teeth this morning?
Seriously, check that.
All posts that are NOT about ROM development, or development in general will be closed or deleted.
This list may get longer as we progress, but for now, happy posting. Oh, and if you find anything abusive or not following the rules, use the report function in the post.
Thanks!
NeoS2007

[Completed] [Q] Number of posts not incremented

Hi,
Great site, this is very useful to find information about supporting mods to devices!
I had a question about the number of posts, I am a junior member and as such, there are some threads I can`t post to.
However, my number of posts is not incremented anymore when I add new posts. If I search for posts submitted by myself, 6 posts are returned. However, my post count is stuck at 2.
Is there something I need to do to re-sync this?
Thanks!
pshooner said:
Hi,
Great site, this is very useful to find information about supporting mods to devices!
I had a question about the number of posts, I am a junior member and as such, there are some threads I can`t post to.
However, my number of posts is not incremented anymore when I add new posts. If I search for posts submitted by myself, 6 posts are returned. However, my post count is stuck at 2.
Is there something I need to do to re-sync this?
Thanks!
Click to expand...
Click to collapse
I seem to have found the answer, I am using Ghostery as a tracker blocker, and it seems when active, it prevents the post count to be incremented. As long as I deactivate it before posting, it seems to increment the post count fine.

App Suggestion Breadcrumb for threads in search results and forums view

As @sd_shadow already suggested here:
sd_shadow said:
No forum link, while viewing a thread​Currently, there is no way to tell which forum a thread is in while viewing it.
It would be very helpful to know which device or topic the thread is about.
Many OP's do not mention this in the thread,
because it is assumed the reader will know which forum the thread is in.
Click to expand...
Click to collapse
I would also prefer having a breadcrumb containing the forum path (forum, subforum, section) at the top of each thread in the search results and normal forum view.
Like it's done in long threads (with not than 1 page) after jump to another page - see my screenshots.
If you open a thread, on the first opened page, there is no information about the forum, subforum or section of it.
How to see the difference:
Open the xda app, go into any forum view (or do a search and check search results view), click on a long thread (with more than 2 page). Check the top of the thread on the current page. There is no forum information /no forum breadcrumb.
If you scroll to the bottom of the thread (in landscape mode you can change the page also at the top of the thread) and change the page to be displayed, then check the top of this page. There you will find the breadcrumb with forum information.
I agree this is an important feature we need to add. It's in line to be fixed

Search a topic within Device Forums than entire sites.

Hi All,
I noted that there isn't a search within a Device forum. I.e. I went to Samsung Tab 2 7.0 forum but I had to search for a topic that I am looking for among multiple posts within the forum itself. I noted there is a search on the top right side of the site but that searches the entire site rather than within the subforums i.e. Device Forums. Filter doesn't allow to search on a subject but on who posted, date, etc. Having one will ease what a User looking for rather than force them to post their queries; which essentially will have redundant posts on a topic. What do you all say?
This index guide should help and clarify:
[Index] XDA 2021: How to Navigate the New Site Layout
XDA 2021 [INDEX] Helpful Information Welcome, this thread has been created to encompass everything you may need to navigate the new site layout. Please only post in this thread with feedback on how to improve this document. Do not post "Thank...
forum.xda-developers.com

Categories

Resources