View Full Version : Extended! Useful Admin Stuff
shovel
05-28-2003, 10:00 PM
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
shovel
05-29-2003, 12:23 PM
Here's the pretty screen...
Boofo
05-29-2003, 12:44 PM
Not bad. Any way to add the search for vb.org? I tried but could not get it working. It would only take me to the search page here.
Chris M
05-29-2003, 01:05 PM
@Boofo - Try:
<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="forumchoice" value="-1" />
<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><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
<td><input type="text" class="bginput" name="query" size="30"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>
:)
Edit: Updated to correct code:)
Satan
Boofo
05-29-2003, 01:17 PM
All I get is the error "Sorry - no matches found. Please try some different terms."
Chris M
05-29-2003, 01:23 PM
Right I figured it;)
Updated above post:)
Satan
Boofo
05-29-2003, 01:41 PM
Now the page just goes blank when I submit a search. ;)
Chris M
05-29-2003, 01:49 PM
Not for me:eek:
Satan
Boofo
05-29-2003, 01:53 PM
Then you must have a magic board. ;)
shovel
05-29-2003, 01:54 PM
Lol. Ok, I'll work it. :)
Chris M
05-29-2003, 02:05 PM
@Boofo - It seriously does work:)
I updated my code to include a dropbox for vB.org forums:
<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
Chris M
05-29-2003, 02:08 PM
Here is a screenshot:)
Satan
Boofo
05-29-2003, 02:19 PM
It might work for you, but it doesn't work for me, Chris.
Interesting....
/me clicks install
Chris M
05-29-2003, 03:22 PM
@Boofo - I don't see how it cannot:(
Satan
shovel
05-29-2003, 03:26 PM
Ok, here's the code for vB.org queries...
<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!
Chris M
05-29-2003, 03:45 PM
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:confused:
Oh - And you missed off the "Go" button;):)
Satan
shovel
05-29-2003, 03:46 PM
Oh, whoops. Lol. Thanks. :)
EDIT: Fixed!
Boofo
05-29-2003, 04:05 PM
That doesn't make it work for me, no matter how it works for you. Sorry.
Boofo
05-29-2003, 04:11 PM
Today at 11:26 AM shovel said this in Post #16 (https://vborg.vbsupport.ru/showthread.php?postid=401571#post401571)
Ok, here's the code for vB.org queries...
<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.
shovel
05-29-2003, 04:12 PM
Retry. I messed up with the hyperlink. I updated the above coding. :) Sorry!!
Boofo
05-29-2003, 04:36 PM
Same thing. Just takes me to the search page at vb.org.
shovel
05-29-2003, 04:40 PM
Try this...
<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<tr class="firstalt">
<td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
<td><input type="text" class="bginput" name="query" size="30" tabindex="1"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>
Boofo
05-29-2003, 04:46 PM
Today at 12:40 PM shovel said this in Post #23 (https://vborg.vbsupport.ru/showthread.php?postid=401610#post401610)
Try this...
<form action="https://vborg.vbsupport.ru/search.php" method="post" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<tr class="firstalt">
<td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
<td><input type="text" class="bginput" name="query" size="30" tabindex="1"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>
Same thing, sorry. ;)
Fi_InCogNiTo
05-29-2003, 05:32 PM
Takes me to the search page also ;)
Mike11212
05-29-2003, 05:50 PM
Today at 04:08 PM hellsatan said this in Post #12 (https://vborg.vbsupport.ru/showthread.php?postid=401553#post401553)
Here is a screenshot:)
Satan
geeez that server load is hi
yxboom
05-29-2003, 05:56 PM
Today at 11:50 AM Mike11212 said this in Post #26 (https://vborg.vbsupport.ru/showthread.php?postid=401634#post401634)
geeez that server load is hi
No kidding with 1 user and no guests :confused:
I tried all the variations of the vb.org search and the only one that at least gets me to the vb.org site is the one inside the install file. All of HS's versions takes me to a blank page. :paranoid:
Chris M
05-29-2003, 06:03 PM
It flucctuates;)
And Fi_InCogNiTo - Try what I posted - Does that work for you?
Satan
Boofo
05-29-2003, 07:33 PM
Aha! So it isn't Boofo's messed up board causing this. Isn't that strange? :p ;)
Chris M
05-29-2003, 09:55 PM
Maybe it is, and someone else has an equally messed up board;):p
Satan
yxboom
05-29-2003, 10:07 PM
Hey I resemble that remark
Boofo
05-29-2003, 10:25 PM
What are the chances? Not very good, I think. ;)
Link14716
05-29-2003, 11:44 PM
I have an idea... take the code for the vb.com search and just change the .com to .org ;)
Boofo
05-30-2003, 12:22 AM
Today at 07:44 PM Link14716 said this in Post #33 (https://vborg.vbsupport.ru/showthread.php?postid=401789#post401789)
I have an idea... take the code for the vb.com search and just change the .com to .org ;)
LOL Already tried that a while ago, This:
<input type="hidden" name="do" value="process" />
is what messes that idea up. vB3 does it different than any vB2.x.x does.
Chris M
05-30-2003, 08:43 AM
I am sure that if you changed "do" to "action" and "process" to "simplesearch" (what I did) it would work;)
Satan
Mony@k
05-30-2003, 09:04 AM
Absolutly useless hack...
shovel
05-30-2003, 10:21 AM
Considering the fact that you don't look like the "normal" licensed user nor are a hacker. Therefore your opinion is desregarded in my thread so why don't you scurry on over to the Testing Zone (https://vborg.vbsupport.ru/forumdisplay.php?s=&forumid=25) where you and all your "wannabe" buddies hangout. :)
@ Everyone Else: I'm currently reinstalling my server so give me awhile and I'll have this figured out. Trust me.
Chris M
05-30-2003, 03:02 PM
Ok dude;) But as demonstrated, it already works for me - These crazy guys with their wackey sites:p
Maybe you can find something new for another version? Like a "search.php" in admin, where you can search for specific stuff on vB.org / vB.com etc;)
Satan
yxboom
05-30-2003, 03:32 PM
My site is only wacky from installing all of Boofo's hacks ;)
Boofo
05-30-2003, 03:56 PM
There's a remedy for that. It's called un-installing. :p
shovel
05-30-2003, 04:39 PM
Today at 12:02 PM hellsatan said this in Post #38 (https://vborg.vbsupport.ru/showthread.php?postid=401999#post401999)
Ok dude;) But as demonstrated, it already works for me - These crazy guys with their wackey sites:p
Maybe you can find something new for another version? Like a "search.php" in admin, where you can search for specific stuff on vB.org / vB.com etc;)
Satan
Yeah, like searching for specific words on pages. :)
Boofo
05-31-2003, 02:31 AM
I found the fix! Play with it long enough and it usually works out. ;) The following code works for vb.org:
<form action="https://vborg.vbsupport.ru/search.php" method="post" name="vbform" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumchoice" value="-1">
<input type="hidden" name="action" value="simplesearch">
<input type="hidden" name="searchdate" value="-1">
<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" tabindex="1"> <span id="submitrow"><input type="submit" class="bginput" name="submit" value="vB.org" accesskey="s"></span></td>
</tr>
</form>
csidlernet
05-31-2003, 06:14 AM
Yesterday at 02:08 AM hellsatan said this in Post #12 (https://vborg.vbsupport.ru/showthread.php?postid=401553#post401553)
Here is a screenshot:)
Satan
Sweet! it looks good!
Chris M
05-31-2003, 09:27 AM
@Boofo - Um thats what I posted with a little bit less pre-defined data:
<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="forumchoice" value="-1" />
<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><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
<td><input type="text" class="bginput" name="query" size="30"> <span id="submitrow"><input type="submit" value="vB.org"></span></td>
</tr>
</form>
:)
@csidlernet - Thanks:)
Satan
Boofo
05-31-2003, 09:32 AM
And that's why it worked. For some reason, it doesn't need all the pre-definitions that you had there. They were interfering with it. Actually, I used the definitions filburt has in his forumhome quick search hack and that worked.
And you didn't have the $session[sessionhash] in yours.
Chris M
05-31-2003, 09:48 AM
Oh...
Because I don't use sessionhash;):p
Fair enough - I was just trying to make it more accurate;)
Satan
Boofo
05-31-2003, 10:30 AM
More accurate is great if it works. Thanks for trying though. It gave me a place to start.
Chris M
05-31-2003, 01:42 PM
Yeh....I think shovel is gonna do some kind of page where you can search more accurately, pretty much like the vB.org search page only on your site;)
Satan
yxboom
05-31-2003, 02:28 PM
W00t!
Boofo the code worked. I can now set my control panel as my home page ;)
WEForums
06-01-2003, 05:06 AM
Strange how you guys get blank pages. Just so hellsatan doesn't go crazy it also works for my admin panel. Great work, hellsatan. Makes searching a lot easier. Kudos.
05-29-03 at 04:05 PM hellsatan said this in Post #11 (https://vborg.vbsupport.ru/showthread.php?postid=401552#post401552)
@Boofo - It seriously does work:)
I updated my code to include a dropbox for vB.org forums:
<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
WEForums
06-01-2003, 05:10 AM
Second image.
Chris M
06-01-2003, 10:20 AM
Cheers WEForums;)
I was sure I am crazy, but I was sure that it worked nevertheless:D
Maybe it is because of certain hacks they have installed and we have not?:)
Satan
WEForums
06-01-2003, 10:33 AM
That's probably the case. That is the first edit in that part of the /admin/index.php file ever, so that could be it.
wow, this is an awesome hack...and easy to install for n00bs like me :)
Boofo
06-01-2003, 12:12 PM
LOL Chris, are you ready for this? Here is the exact code I am using now for this. Look familiar? And now it decides to work.
<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="ascending" />
<tr class="secondalt">
<td><a href="http://www.vbulletin.org/" target="_blank">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="vB.org"></span></td>
</tr>
</form>
Chris M
06-01-2003, 03:56 PM
I'm telling you Bob you were definately staring at that screen for too long:p
So I did make viable code:D:p
Satan
Boofo
06-01-2003, 07:25 PM
Now I'm curious as to what changed on my end to make it work. It did not work before, all I got was a blank screen or the vb.org search page. And I haven't changed anything at all in the admin/index.php. :surprised:
Chris M
06-01-2003, 08:37 PM
Maybe your host did an upgrade of something and for some reason it worked:eek:
Satan
Boofo
06-01-2003, 11:03 PM
The only change I noticed is this: MySQL v4.0.12, which was done over 5 days ago and should have nothing to do with searching vb.org. I don't know, but it's working, that's all that matters. ;)
shovel
06-02-2003, 12:18 PM
Yesterday at 09:12 AM Boofo said this in Post #55 (https://vborg.vbsupport.ru/showthread.php?postid=402850#post402850)
LOL Chris, are you ready for this? Here is the exact code I am using now for this. Look familiar? And now it decides to work.
<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="ascending" />
<tr class="secondalt">
<td><a href="http://www.vbulletin.org/" target="_blank">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="vB.org"></span></td>
</tr>
</form>
Lol. Yeah, I've also decided to do the same with vBulletin.com. Also, I'm adding Chris to the 'Special Thanks' list. :)
shovel
06-02-2003, 12:38 PM
Can somebody test this code in place of the old vB.com search? Thanks.
<form action="http://www.vbulletin.com/forum/search.php" method="post" name="vbform" target="_blank">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="sortby" value="lastpost" />
<tr class="firstalt">
<td><a href="http://www.vbulletin.com/" target="_blank">vBulletin.com Search</a></td>
<td><input type="text" class="bginput" name="query" size="30" value="" tabindex="1" /> <select name="forumchoice[]" tabindex="3">
<option value="0" selected>All Open Forums</option>
<option value="30" class="fjdpth0">vBulletin</option>
<option value="1" class="fjdpth1" > vBulletin Announcements</option>
<option value="74" class="fjdpth2" > Jelsoft eBulletin Archives</option>
<option value="32" class="fjdpth1" > Announcements Discussions</option>
<option value="28" class="fjdpth0" > vBulletin 2</option>
<option value="20" class="fjdpth1" > vBulletin 2 Suggestions and Feedback</option>
<option value="29" class="fjdpth1" > vBulletin 2 'How Do I' Questions</option>
<option value="47" class="fjdpth1" > vBulletin 2 Pre-sales Questions</option>
<option value="39" class="fjdpth1" > vBulletin 2 Installation</option>
<option value="38" class="fjdpth1" > vBulletin 2 Troubleshooting and Problems</option>
<option value="19" class="fjdpth1" > vBulletin 2 Bugs</option>
<option value="33" class="fjdpth2" > Pre beta 4.1 bugs</option>
<option value="40" class="fjdpth2" > Pre 2.0.1 bugs</option>
<option value="41" class="fjdpth2" > Pre 2.0.2 bugs</option>
<option value="46" class="fjdpth2" > Pre 2.2.0 bugs</option>
<option value="49" class="fjdpth2" > Pre 2.2.1 bugs</option>
<option value="50" class="fjdpth2" > Pre 2.2.2 bugs</option>
<option value="51" class="fjdpth2" > Pre 2.2.4 bugs</option>
<option value="52" class="fjdpth2" > Pre 2.2.6 bugs</option>
<option value="60" class="fjdpth2" > Pre 2.2.7 bugs</option>
<option value="61" class="fjdpth2" > Pre 2.2.8 bugs</option>
<option value="65" class="fjdpth2" > Pre 2.2.9 Bugs</option>
<option value="75" class="fjdpth2" > Pre 2.3.0 Bugs</option>
<option value="54" class="fjdpth0" > vBulletin 3</option>
<option value="55" class="fjdpth1" > vBulletin 3 Suggestions and Feedback</option>
<option value="56" class="fjdpth1" > vBulletin 3 'How Do I' Questions</option>
<option value="59" class="fjdpth1" > vBulletin 3 Troubleshooting and Problems</option>
<option value="64" class="fjdpth2" > Pre-Beta Troubleshooting</option>
<option value="53" class="fjdpth1" > vBulletin 3 Bugs</option>
<option value="68" class="fjdpth2" > Resolved vB3 Bugs</option>
<option value="63" class="fjdpth2" > Pre-Beta Bugs</option>
<option value="26" class="fjdpth0" > Customizing vBulletin</option>
<option value="7" class="fjdpth1" > vBulletin Templates</option>
<option value="10" class="fjdpth1" > vBulletin Graphics and Styles</option>
<option value="42" class="fjdpth0" > vBulletin Hints and Tips</option>
<option value="43" class="fjdpth1" > vBulletin Hints and Tips</option>
<option value="37" class="fjdpth1" > FAQs</option>
<option value="24" class="fjdpth0" > General</option>
<option value="11" class="fjdpth1" > vBulletin Hosting Options</option>
<option value="12" class="fjdpth1" > PHP coding</option>
<option value="18" class="fjdpth1" > MySQL</option>
<option value="13" class="fjdpth1" > HTML Questions</option>
<option value="14" class="fjdpth1" > Server Configuration</option>
<option value="6" class="fjdpth1" > Chit Chat</option>
<option value="15" class="fjdpth1" > A place to test things out</option>
<option value="25" class="fjdpth0" > vBulletin.com Web site</option><option value="5" class="fjdpth1" > Site Feedback</option>
<option value="66" class="fjdpth1" > Archives</option>
<option value="23" class="fjdpth2" > vBulletin 1.1.x Archives</option>
<option value="2" class="fjdpth3" > vBulletin 1.1.x Suggestions and Feedback</option>
<option value="9" class="fjdpth3" > vBulletin 1.1.x Questions</option>
<option value="3" class="fjdpth3" > vBulletin Installation</option>
<option value="4" class="fjdpth3" > vBulletin 1.1.x Bug Reports</option>
<option value="27" class="fjdpth2" > vBulletin Lite</option>
<option value="16" class="fjdpth3" > vBulletin Lite</option>
</select> <span id="submitrow"><input type="submit" value="vB.com" accesskey="s" tabindex="4" /></span></td>
</tr>
</form>
Chris M
06-03-2003, 08:33 PM
Tested:)
You need a search field;):p
Satan
Chris M
06-03-2003, 08:53 PM
2 corrections:)
<form action="http://www.vbulletin.com/forum/search.php" method="post" name="vbform">
should be:
<form action="http://www.vbulletin.com/forum/search.php" method="post" name="vbform" target="_blank">
<td><type="text" class="bginput" name="query" size="30" value="" tabindex="1" /> <select name="forumchoice[]" tabindex="3">
should be:
<td><input type="text" class="bginput" name="query" size="30" value="" tabindex="1" /> <select name="forumchoice[]" tabindex="3">
You missed the input in input type;)
Satan
shovel
06-04-2003, 12:19 PM
Oops. Lol! Thanks Chris!
FIXED!
WEForums
06-04-2003, 01:35 PM
Very nice. Looks tons better and much more impressive. Good job shovel and hellsatan. :)
Chris M
06-04-2003, 02:48 PM
NP shovel;):)
Satan
shovel
06-05-2003, 10:12 AM
Yesterday at 10:35 AM WEForums said this in Post #65 (https://vborg.vbsupport.ru/showthread.php?postid=404310#post404310)
Very nice. Looks tons better and much more impressive. Good job shovel and hellsatan. :)
Thanks WEF. :)
Boofo
06-05-2003, 05:11 PM
I've made a couple of useful (to me, anyway) tweaks for this hack. If you replace:
<td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
with:
<td><a href="https://vborg.vbsupport.ru/search.php?s=$session[sessionhash]&action=getnew"" target="_blank">vBulletin.org Search</a></td>
and replace:
<td><a href="http://www.vbulletin.com/" target="_blank">vBulletin.com Search</a></td>
with:
<td><a href="http://www.vbulletin.com/forum/search.php?do=getnew" target="_blank">vBulletin.com Search</a></td>
you can search for any new posts by just clicking on the link.
shovel
06-06-2003, 10:23 AM
Oh that's neat. Thanks Bob. :)
Chris M
06-07-2003, 09:03 AM
Nice idea Bob, but I removed the links on mine due to the fact that IMO it looks too clustered...
What I might do, is add 3 links at the bottom of the table saying "Get New Posts", 2 with the ones you put above, and one with:
<a href="$bburl/search.php?s=$session[sessionhash]&action=getnew" target="_blank">$bbtitle Search</a>
:)
Satan
Boofo
06-07-2003, 09:29 AM
What do you mean "too clustered"? By doing it that way, you just make the words into a link. Clustered would be more like adding 3 more links than needed. And one of those links is for vbulletin.com. You won't get anything by doing "&action=getnew" on vb3, you have to use "?do=getnew". I got it straight off of their site.
Chris M
06-07-2003, 09:48 AM
I know Boofo me old plum - I forgot to change the name of the Search;):p
And I didn't like the large mass of links - It makes it look clustered;)
Satan
shovel
06-08-2003, 03:51 PM
Yesterday at 06:29 AM Boofo said this in Post #71 (https://vborg.vbsupport.ru/showthread.php?postid=405539#post405539)
What do you mean "too clustered"? By doing it that way, you just make the words into a link. Clustered would be more like adding 3 more links than needed. And one of those links is for vbulletin.com. You won't get anything by doing "&action=getnew" on vb3, you have to use "?do=getnew". I got it straight off of their site.
Yeah, with the new vB3 comes the removal of all those action loops. Finally!!
Chris M
06-08-2003, 07:46 PM
I hate the do;)
Satan
S.Shady
06-08-2003, 11:03 PM
well i gotta get some php books now :)
btw im thinking about using this but is there a way to posibly get the forums auto and not have it in the source i doubt it posibile but i dont know much about php
Chris M
06-09-2003, 12:20 PM
If you wanted to get the forums automatically entered for your own site, it is possible, but other sites you cannot (to my knowledge:()
Satan
shovel
06-09-2003, 12:26 PM
No, but I'm looking at trying to search a given url for keywords using maybe JScript or PHP.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.