Author Topic: Search all my posts in one board  (Read 645 times)

0 Members and 1 Guest are viewing this topic.

Offline The Little GuyTopic starter

  • Freak!
  • Posts: 6,103
  • Gender: Male
  • Jinkies!
    • View Profile
    • PHPSnips
Search all my posts in one board
« on: March 18, 2010, 11:26:55 PM »
Is there a way to search all my posts and/or topics within a particular board?

Once in a while I want to search for something in a board by me, but I don't know what keywords to use, so that makes it hard to search for something by me in a particular board.
phpLive - A powerful library that implements many common tasks to make php programming faster. Supports extensions and plugins. Current version: 1.0.0-Alpha
JPG to ASCII Converter | Advanced Image CAPTCHA | Simple User Login | Check If User Is Logged In
http://dreamhost.com (promo code: 8RN4)
$30 off 1 year of hosting
$40 off 2 years of hosting

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: Search all my posts in one board
« Reply #1 on: March 18, 2010, 11:34:49 PM »
Are you that obsessed with your own posts that you don't read the posts that are on the board you post on?

[attachment deleted by admin]

Want to thank me?  Contribute to my PayPal piggy-bank

Offline The Little GuyTopic starter

  • Freak!
  • Posts: 6,103
  • Gender: Male
  • Jinkies!
    • View Profile
    • PHPSnips
Re: Search all my posts in one board
« Reply #2 on: March 18, 2010, 11:40:34 PM »
That doesn't help.

I want to search in a certain board of all my posts, for example

search ONLY "mod_rewrite" for posts by "The Little Guy"

vBulletin has that, and it is nice because sometimes I have a question that I have already asked, and would like to look it up again, but don't know of any keywords that I want to use to search for it.
phpLive - A powerful library that implements many common tasks to make php programming faster. Supports extensions and plugins. Current version: 1.0.0-Alpha
JPG to ASCII Converter | Advanced Image CAPTCHA | Simple User Login | Check If User Is Logged In
http://dreamhost.com (promo code: 8RN4)
$30 off 1 year of hosting
$40 off 2 years of hosting

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: Search all my posts in one board
« Reply #3 on: March 18, 2010, 11:48:00 PM »
If you click Search at the top you should get those functions.

and if you click the options to show the boards... the boards will appear.. you can either check them all, uncheck them all.. check them one by one.. uncheck them one by one.. etcetera.. pretty straight forward

[attachment deleted by admin]

Want to thank me?  Contribute to my PayPal piggy-bank

Offline The Little GuyTopic starter

  • Freak!
  • Posts: 6,103
  • Gender: Male
  • Jinkies!
    • View Profile
    • PHPSnips
Re: Search all my posts in one board
« Reply #4 on: March 18, 2010, 11:52:14 PM »
OK, how do you search with out any keywords?
phpLive - A powerful library that implements many common tasks to make php programming faster. Supports extensions and plugins. Current version: 1.0.0-Alpha
JPG to ASCII Converter | Advanced Image CAPTCHA | Simple User Login | Check If User Is Logged In
http://dreamhost.com (promo code: 8RN4)
$30 off 1 year of hosting
$40 off 2 years of hosting

Offline Zane

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,896
  • Gender: Male
    • View Profile
Re: Search all my posts in one board
« Reply #5 on: March 18, 2010, 11:55:34 PM »
I guess it can't be done.  Try some arbitrary words like the or how or with

here
help
please
php
get creative
« Last Edit: March 18, 2010, 11:56:40 PM by Zanus »

Want to thank me?  Contribute to my PayPal piggy-bank

Offline Daniel0

  • Administrator
  • 'Insane!'
  • *
  • Posts: 11,815
  • Gender: Male
  • ^bb|[^b]{2}$
    • View Profile
Re: Search all my posts in one board
« Reply #6 on: March 19, 2010, 03:47:21 AM »
You can't because SMF is stupid. Try searching for *a*. That will get you past the three character requirement, and it's unlikely your post doesn't have an 'a'.

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,158
  • Grumpy Old Man
    • View Profile
Re: Search all my posts in one board
« Reply #7 on: March 19, 2010, 09:42:48 AM »
You could write a script to scrape your Profile Info > Show Posts pages and use your own script to filter/search through them.

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
Re: Search all my posts in one board
« Reply #8 on: March 19, 2010, 12:07:17 PM »
You could write a script to scrape your Profile Info > Show Posts pages and use your own script to filter/search through them.

You'd know.  ::)
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}