Bitcoin Forum

Other => Meta => Topic started by: achow101 on July 14, 2016, 02:11:24 AM



Title: List of all forum boards
Post by: achow101 on July 14, 2016, 02:11:24 AM
Is there a list of all of the forum boards here on Bitcointalk? Ideally it would be one that is always up to date so that I can do some futureproofing to my account price estimator site.


Title: Re: List of all forum boards
Post by: Lutpin on July 14, 2016, 02:13:01 AM
It's not really the best option, but the ignore board list should always be up to date and list all boards.

https://bitcointalk.org/index.php?action=profile;sa=ignoreBoards


Title: Re: List of all forum boards
Post by: Dr.Famous on July 14, 2016, 02:13:18 AM
I don't get it, what you want is to be a list of all forum boards at one place?
But why would you? You can simply open the main page and check it out.

None of the use from my personal opinion.
~Dr.Famous~


Title: Re: List of all forum boards
Post by: nydiacaskey01 on July 14, 2016, 02:21:07 AM
Is there a list of all of the forum boards here on Bitcointalk? Ideally it would be one that is always up to date so that I can do some futureproofing to my account price estimator site.

Like a sitemap or something? Bitcointalk.org sitemap does not look like the site map of an corporate site https://bitcointalk.org/sitemap.php?t=t&p=36
The main board is different from having a list of boards.


Title: Re: List of all forum boards
Post by: achow101 on July 14, 2016, 02:29:46 AM
It's not really the best option, but the ignore board list should always be up to date and list all boards.

https://bitcointalk.org/index.php?action=profile;sa=ignoreBoards
It's not quite what I'm looking for, but it is close. The issue is that the show posts page of a user doesn't quite match up with the actual board nesting of the forum. For example, Exchanges should be in "Economy/Service Discussion/Exchanges" but on show posts, it comes out as "Economy/Exchanges".

I don't get it, what you want is to be a list of all forum boards at one place?
But why would you? You can simply open the main page and check it out.

None of the use from my personal opinion.
~Dr.Famous~
Please done postspam what you have no idea what you are talking about.

The main page of the forum does not list every board that the forum has, and the nesting does not match what the show posts page shows.

Is there a list of all of the forum boards here on Bitcointalk? Ideally it would be one that is always up to date so that I can do some futureproofing to my account price estimator site.

Like a sitemap or something? Bitcointalk.org sitemap does not look like the site map of an corporate site https://bitcointalk.org/sitemap.php?t=t&p=36
The main board is different from having a list of boards.
Something like a sitemap. That sitemap though is nowhere near what I need.


Title: Re: List of all forum boards
Post by: theymos on July 14, 2016, 03:13:59 AM
Like a sitemap or something? Bitcointalk.org sitemap does not look like the site map of an corporate site https://bitcointalk.org/sitemap.php?t=t&p=36
The main board is different from having a list of boards.

The sitemap for boards is: https://bitcointalk.org/sitemap.php?t=b

(This is the standard XML sitemap format. It's for machines, not people.)


Title: Re: List of all forum boards
Post by: pooya87 on July 18, 2016, 04:53:59 AM
there is also this:
https://i.imgur.com/pDmRibC.jpg

you may want to parse the html of this since sitemap doesn't have the name of the boards
Code:
...
<option value="?board=1.0"> =&gt; Bitcoin Discussion</option>
<option value="?board=74.0"> ===&gt; Legal</option>
<option value="?board=77.0"> ===&gt; Press</option>
...


Title: Re: List of all forum boards
Post by: Straux on July 18, 2016, 08:03:31 AM
there is also this:
https://i.imgur.com/pDmRibC.jpg

you may want to parse the html of this since sitemap doesn't have the name of the boards
Code:
...
<option value="?board=1.0"> =&gt; Bitcoin Discussion</option>
<option value="?board=74.0"> ===&gt; Legal</option>
<option value="?board=77.0"> ===&gt; Press</option>
...

Likewise, the search function lists all the boards, as far as I know. It shows Press and Legal too.