Hide Non Activated Users From Member List
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #7
RE: Hide Non Activated Users From Member List
No.
Please read up on MySQL indexing.  Full text indexing is something completely different.

It would be something like

PHP Code:
$db->write_query('ALTER TABLE '.TABLE_PREFIX.'users ADD KEY `usergroup`(`usergroup`)');


EDIT: actually scrap that, MyBB already has an index on the usergroup column, never knew that.
In other words, you don't need to add the index.


My Blog
(This post was last modified: 04-06-2012 11:26 AM by ZiNgA BuRgA.)
04-06-2012 11:23 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Hide Non Activated Users From Member List - ZiNgA BuRgA - 04-06-2012 11:23 AM

 Standard Tools
Forum Jump: