topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 3:40 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: an alias to search donationcoder.com forums from farr  (Read 6200 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
an alias to search donationcoder.com forums from farr
« on: February 09, 2006, 04:31 AM »
add the following alias:

REGEX: dc (.*)
RESULT: dc forum search for $$1 | https://www.donation...tion=search2;search=$$1


see screenshot for more help:




allen

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,206
    • View Profile
    • Donate to Member
Re: an alias to search donationcoder.com forums from farr
« Reply #1 on: February 09, 2006, 05:56 AM »
. . . and if you add these lines to the results:
Recent Posts | https://www.donationcoder.com/forum/index.php?action=recentdense
New Replies | https://www.donationcoder.com/forum/index.php?action=unreadreplies
Unread Posts | https://www.donationcoder.com/forum/index.php?action=unread;all
Specials | https://www.donationcoder.com/Specials/index.html

You'll have quick access to a few more critical dcforum features.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: an alias to search donationcoder.com forums from farr
« Reply #2 on: February 09, 2006, 06:34 AM »
This sure is a nice proposition!
But i think the regex should be: ^dc[ ]*(.*)
So as 'dc' is only matched at the beginning of the line, and you can have access to the "critical dcforum features" without having to type the space after dc (i.e. "dc ")
Good idea you both had!  :Thmbsup: :Thmbsup:

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: an alias to search donationcoder.com forums from farr
« Reply #3 on: February 09, 2006, 06:38 AM »
could point, i always forget that.  nice addition allen.  adding both suggestions to my list.