Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Extended! Useful Admin Stuff Details »»
Extended! Useful Admin Stuff
Version: 1.00, by shovel shovel is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-28-2003 Last Update: Never Installs: 19
 
No support by the author.

Yeah! Alright!
Extended! Useful Admin Stuff
*wikka-wikka* coooool

Hello, hello!
I'm here again with another great innovation from the "shovel factory/powerhouse" (man I love that). Anyways, it's an extension of the 'Useful Admin Stuff' panal in your AdminCP (which I must say, is very messy coding). In this hack I've integrated Google Search, Yahoo Search (just incase Google isn't working....), and vBulletin.com Search. Also, I've made some pretty useful links on the current exsisting and new titles. Not to mention I made the buttons look a whole lot easier to read. See for yourself (screen in post below). Well, that's all, I hope you like it cause...I.....do.

Bunches & Bunches of Crap
shovel :knockedout:

Update #1: vBulletin.org Query Form Added
Update #2: Individual Forum Search For vB.org & vB.com Underway
Update #3: Added Special Thanks To Chris & Bob!
Update #4: vBulletin.com BETA Query Form Added

Update #5: vBulletin.com Query Form Declared Bug-Free

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-29-2003, 02:05 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Boofo - It seriously does work

I updated my code to include a dropbox for vB.org forums:

Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="action" value="simplesearch" />
<input type="hidden" name="titleonly" value="" />
<input type="hidden" name="showposts" value="" />
<input type="hidden" name="searchdate" value="-1" />
<input type="hidden" name="beforeafter" value="after" />
<input type="hidden" name="sortby" value="title" />
<input type="hidden" name="sortorder" value="descending" />
<tr class="secondalt">
	<td>vBulletin.org Search</td>
	<td><input type="text" class="bginput" name="query" size="30"><select name="forumchoice">
		<option value="-1" selected>All Open Forums</option>
		<option>-- vBulletin.org --</option>
		<option value="2">Announcements</option>
		<option value="7">Site Feedback</option>
		<option>-- Main Forums --</option>
		<option value="10">General Hacking Discussion</option>
		<option value="26">Pre-Sales Questions</option>
		<option value="8">Hack Requests</option>
		<option value="9">Help Me Finish</option>
		<option value="5">Beta Hacks</option>
		<option value="4">Full Releases</option>
		<option value="20">Hacking Hints & Tips</option>
		<option value="11">Support</option>
		<option value="15">PHP / MySQL</option>
		<option>-- Graphics & Templates --</option>
		<option value="27">Template and Button Requests</option>
		<option value="22">Template Modifications</option>
		<option value="24">Buttons and Graphics</option>
		<option>-- Off Topic --</option>
		<option value="13">The Lounge</option>
		<option value="14">Forum Commenting</option>
		<option value="30">Service Requests</option>
	</select><span id="submitrow"><input type="submit" value="Go"></span></td>
</tr>
</form>
Satan
Reply With Quote
  #13  
Old 05-29-2003, 02:08 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a screenshot

Satan
Reply With Quote
  #14  
Old 05-29-2003, 02:19 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It might work for you, but it doesn't work for me, Chris.
Reply With Quote
  #15  
Old 05-29-2003, 02:52 PM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting....

/me clicks install
Reply With Quote
  #16  
Old 05-29-2003, 03:22 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Boofo - I don't see how it cannot

Satan
Reply With Quote
  #17  
Old 05-29-2003, 03:26 PM
shovel's Avatar
shovel shovel is offline
 
Join Date: Mar 2002
Location: South Carolina, US
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, here's the code for vB.org queries...

Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post">
<input type="hidden" name="s" value="">
<tr class="secondalt">
 <td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
 <td><input type="text" size="30" class="bginput" name="query"> <span id="submitrow"><input type="submit" class="bginput" name="Submit" value="vB.org" accesskey="s"></span></td>
</tr>
</form>
This will work. Also, hellsatan, I'll continue with that idea of search individual forums on vB.org. Thanks!

UPDATED!
Reply With Quote
  #18  
Old 05-29-2003, 03:45 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problems

Now my board may be strange, because I tried that code above before (after making it myself on my 2nd attempt), and it did not work

Oh - And you missed off the "Go" button

Satan
Reply With Quote
  #19  
Old 05-29-2003, 03:46 PM
shovel's Avatar
shovel shovel is offline
 
Join Date: Mar 2002
Location: South Carolina, US
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, whoops. Lol. Thanks.

EDIT: Fixed!
Reply With Quote
  #20  
Old 05-29-2003, 04:05 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That doesn't make it work for me, no matter how it works for you. Sorry.
Reply With Quote
  #21  
Old 05-29-2003, 04:11 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 11:26 AM shovel said this in Post #16
Ok, here's the code for vB.org queries...

Code:
<form action="https://vborg.vbsupport.ru/search.php" method="post">
<input type="hidden" name="s" value="">
<tr class="secondalt">
 <td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</td>
 <td><input type="text" size="30" class="bginput" name="query"> <span id="submitrow"><input type="submit" class="bginput" name="Submit" value="vB.org" accesskey="s"></span></td>
</tr>
</form>
This will work. Also, hellsatan, I'll continue with that idea of search individual forums on vB.org. Thanks!
This code just takes me to vb.org's search page.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09789 seconds
  • Memory Usage 2,318KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete