Results 1 to 19 of 19

Thread: Search This forum inside of a topic?

  1. #1

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Thumbs down Search This forum inside of a topic?

    Is it possible to get the search this forum column inside all topics? I find it kind of annoying when I see something interesting and I feel like researching but have to go back etc etc..It isnt some huge "Hack" so is it possible? Does anyone else get bugged by it?
    Last edited by |2eM!x; Jan 26th, 2006 at 08:42 PM.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Search This forum inside of a topic?

    I thought it was in all forums, or have I mis-understood?

  3. #3

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    No it is, but when I am inside of a topic the menu bar dissapears. Its quite annoying to go back while posting and lose my info..

  4. #4

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Search This forum inside of a topic?

    I think Remix means the "Search This Forum" menu, he wants on the showthread.php page as well as forumdisplay.php

  6. #6

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    Quote Originally Posted by penagate
    I think Remix means the "Search This Forum" menu, he wants on the showthread.php page as well as forumdisplay.php
    Exactly! Let me take a picture of how Id like it
    Attached Images Attached Images  
    Last edited by |2eM!x; Jan 18th, 2006 at 12:07 AM.

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Search This forum inside of a topic?

    Good Idea
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    Thankyou, I hope some higher up people agree too

  9. #9

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    Marty, Brad??

  10. #10
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Search This forum inside of a topic?

    It is a nice idea
    Zeegnahtuer?

  11. #11

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    Thanks, but we dont matter :S

  12. #12
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Search This forum inside of a topic?

    As you may already be aware after the weekend, there is other work currently going on for the people who would do this kind of thing.

    Adding new features (or even working out exactly what is involved) is not their top priority at the moment I'm afraid.

    Give it more time, and I'm sure you'll get an answer.

  13. #13

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    Does any other person have any thoughts on this? 5 days I think is enough for a few lines of text..

  14. #14

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    And months later I still have the same question..

  15. #15
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Search This forum inside of a topic?

    It's not how long it would take to do, instead, as always, it is the maintenance involved in redoing hacks when the software is reloaded. We try to keep the number of hacks to an absolute minimum and only add them when there is a broad need for them such as in the cases of the vbcode tags and the Mark Thread Resolved button.

  16. #16

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    I dont think it would take long at all..Look, I just used the code on the forums already to create it.

    Code:
    <tr>
    	<td class="tcat" width="100%">
    		<div class="smallfont">
    		
    		&nbsp;
    		</div>
    	</td>
    	<td style="cursor: pointer;" class="vbmenu_control" id="threadtools">
    		<a href="#goto_threadtools">Thread Tools</a>
    
    		<script type="text/javascript"> vbmenu_register("threadtools"); </script><img src="images/misc/menu_open.gif" alt="" border="0">
    	</td>
    	
    		<td style="cursor: pointer;" class="vbmenu_control" id="threadsearch">
    			<a href="#goto_threadsearch">Search this Thread</a>
    			<script type="text/javascript"> vbmenu_register("threadsearch"); </script><img src="images/misc/menu_open.gif" alt="" border="0">
    		</td>
    	
    	
    		<td style="cursor: pointer;" class="vbmenu_control" id="threadrating">
    
    			<a href="#goto_threadrating">Rate Thread</a>
    			<script type="text/javascript"> vbmenu_register("threadrating"); </script><img src="images/misc/menu_open.gif" alt="" border="0">
    		</td>
    	
    	<td style="cursor: pointer;" class="vbmenu_control" id="displaymodes">
    		<a href="#goto_displaymodes">Display Modes</a>
    		<script type="text/javascript"> vbmenu_register("displaymodes"); </script><img src="images/misc/menu_open.gif" alt="" border="0">
    	</td>
    	
    	<td style="cursor: pointer;" class="vbmenu_control" id="forumsearch">
    		<a href="#goto_forumsearch">Search this Forum</a>
    		 <script type="text/javascript"> vbmenu_register("forumsearch"); </script><img src="images/misc/menu_open.gif" alt="" border="0">
    
    	</td>
    	
    </tr>
    I really think this one shouldnt be blown off..

  17. #17
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Search This forum inside of a topic?

    Remix,

    I think it would be helpful also, but what you might consider is right clicking on the linking and selecting "Open link in new window" so that you never lose the search page.

    Like Marty said in another thread, you are only saving one click in most cases because you can just go back to the forum and do a search. And to solve the problem of doing a search over again, do what I suggested above.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  18. #18

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Search This forum inside of a topic?

    But I dont get just why not incorporate it..It is obvious other members agree to an easy feature...

    Whatever it is obvious what the response is and what is going to happen. I dont know why I bother :S

  19. #19
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Search This forum inside of a topic?

    Your comments and suggestions are appreciated.

    It's just that in this case the amount of work (and future support when we upgrade the forum software) isn't approriate to the amount of benefit that the feature would give us - essentially just saving a single page load for those who would use it.

    The VBCode tags, "Mark Thread Resolved", and recently added .Net version selectors (as seen in new threads in VB.Net/C# forums) are all features which affect most members to a much more noticeable degree, and as such can be justified.


    If you have any more ideas, please let us know - they may not be implemented, but then again they might (as has been done with the above items).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width