Page 1 of 1
Search by MBTI
Posted: 2010.05.02 (20:22)
by blackson
I think it would be a neat idea (if easy to implement) if you could browse members by their MBTI. It would be cool to have a quick way to find out who has a type akin to your own.
Basically, would it be hard to implement into the theme/code?
Re: Search by MBTI
Posted: 2010.05.03 (00:13)
by Scrivener
i was just thinking this the other day. motion seconded.
Re: Search by MBTI
Posted: 2010.05.03 (00:44)
by Pheidippides
Pheidippides @ 2:40pm, Sat Jan 11, 2009 wrote:Just a thought, would it be possible to include something on the Members page that allows you to sort by MBTI type? That would be interesting, I think.
Great minds think alike?
Re: Search by MBTI
Posted: 2010.05.03 (04:30)
by rocket_thumped
Pheidippides wrote:Pheidippides @ 2:40pm, Sat Jan 11, 2009 wrote:Just a thought, would it be possible to include something on the Members page that allows you to sort by MBTI type? That would be interesting, I think.
Great minds think alike?
This would have been really cool if you guys happened to have the same MBTI.. :<
Re: Search by MBTI
Posted: 2010.05.03 (09:22)
by Universezero
Inspired wrote:If I was really bored I would go through lists of users with 50 or more posts and compile a table. I might do it later.
What about CoffeeFreak and other important people with less than 50 posts? D:
Re: Search by MBTI
Posted: 2010.05.03 (14:59)
by Rose
Yeah, I think it'd be better if there was an easy way to be able to search for it, rather than manually compile a table.
Re: Search by MBTI
Posted: 2010.05.05 (02:52)
by Pikman
maxson, you're ISTJ too?
Well, there's still the meet-and-greet method. As in, unnecessarily browse forum posts looking for matching MBTI and then incessantly annoy your match with the most pointless attempts at conversation.
Re: Search by MBTI
Posted: 2010.05.05 (22:47)
by Rose
Hahahaha. Hi, Pikman <3
Re: Search by MBTI
Posted: 2010.05.06 (06:56)
by Nexx
Agreed. Should have been done back when MBTI was implemented.
Re: Search by MBTI
Posted: 2010.05.07 (00:52)
by bobaganuesh_2
this is a good idea.
Re: Search by MBTI
Posted: 2010.05.14 (02:11)
by Lachesis
Great Idea, I have no time to look through forum posts just to find MBTI types.
Re: Search by MBTI
Posted: 2010.05.15 (16:09)
by Chase
I'm not entirely sure if it'll be possible. Will probably require a phpBB mod, like a ton of other features which are available by default in IPB :(
Re: Search by MBTI
Posted: 2010.05.15 (22:53)
by Universezero
Chase wrote:I'm not entirely sure if it'll be possible. Will probably require a phpBB mod, like a ton of other features which are available by default in IPB :(
Remind me why we're using phpBB then?
Re: Search by MBTI
Posted: 2010.05.16 (02:08)
by otters
If I (or anyone else with sufficient knowledge) had access to the forum database temporarily, I/we could compile a list of users with their metadata. And then I could put it on my site and allow search by any field. If you wanted. It's not quite the same, though.
Also I could do it manually, but that would take fucking ages unless I wrote a bot or something.
Edit: Yeah, no. The memberlist page doesn't list certain meta, so I'd have to crawl through the profile pages of all 1600 users. That's not going to work.
Edit 2: even if I did do a bot, viewing profiles requires authentication.
Re: Search by MBTI
Posted: 2010.05.16 (10:19)
by Chase
Universezero wrote:Chase wrote:I'm not entirely sure if it'll be possible. Will probably require a phpBB mod, like a ton of other features which are available by default in IPB :(
Remind me why we're using phpBB then?
phpBB - Free
IPB - $149.99
There's your answer.
Re: Search by MBTI
Posted: 2010.06.12 (18:49)
by 999_Springs
MBTI search would provide a great way to estimate the number of spambots in this community. Search for ISFJ, count up the results and subtract four.
Re: Search by MBTI
Posted: 2010.06.13 (01:55)
by ENT474
That would be cool
Re: Search by MBTI
Posted: 2010.06.13 (03:48)
by otters~1
incluye wrote:
Edit 2: even if I did do a bot, viewing profiles requires authentication.
Wouldn't that be as simple as giving it temp admin status or something?
Re: Search by MBTI
Posted: 2010.06.17 (01:50)
by otters
ghoulash wrote:incluye wrote:
Edit 2: even if I did do a bot, viewing profiles requires authentication.
Wouldn't that be as simple as giving it temp admin status or something?
Yeah, but it still needs to authenticate itself as an admin, and I don't think phpBB allows IP whitelisting. AND I doubt that the staff would IP whitelist me for any stretch of time anyway.
Re: Search by MBTI
Posted: 2010.06.22 (23:04)
by Destiny
Damn, I had always assumed this would be an easy feature to implement. Just a bit of SQL type deal.
Re: Search by MBTI
Posted: 2010.06.27 (15:12)
by otters
Destiny wrote:Damn, I had always assumed this would be an easy feature to implement. Just a bit of SQL type deal.
Well, if I could get a SQL dump of the users table, it would be a pretty simple matter of listing all the users and their MBTI types on a separate archive or something. Actually that sounds like an excellent idea.
Re: Search by MBTI
Posted: 2010.07.26 (00:45)
by Destiny
And I'm not even a web designer -.-