Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: DR2000
Forum: vBulletin 2.x Full Releases 06-24-2002, 09:36 PM
Replies: 104
Views: 22,275
Posted By DR2000
Yish! Thanks for telling me. I was using that...

Yish! Thanks for telling me. I was using that image for ages, and never knew. :)
Forum: vBulletin 2.x Full Releases 06-24-2002, 08:00 PM
Replies: 104
Views: 22,275
Posted By DR2000
A slight variation for those who are interested: ...

A slight variation for those who are interested:

I have a forum set up so guests wouldn't be able to see the attachments, and attachments themselves are shown right in the thread (not with a...
Forum: Community Reviews 06-13-2002, 03:54 PM
Replies: 3
Views: 2,178
Posted By DR2000
I believe that being a portal its main use is to...

I believe that being a portal its main use is to give people access to the most vital parts of the site from there, so they don't have to go searching. And I think it does it pretty good.

Site...
Forum: Community Reviews 06-13-2002, 03:40 AM
Replies: 3
Views: 2,178
Posted By DR2000
4aDrive.Com

I've been around for quite a while, but never published my site here.

Take a look at 4aDrive.Com (http://www.4adrive.com). All of the site is writting in Java Servlets, except for the forum...
Forum: vBulletin 2.x Full Releases 12-14-2001, 04:03 AM
Replies: 69
Views: 8,143
Posted By DR2000
That's because the image is 14 x 14, not 15 x 15,...

That's because the image is 14 x 14, not 15 x 15, but looks like you already figured that one out.
Forum: vBulletin 2.x Full Releases 12-13-2001, 04:43 PM
Replies: 69
Views: 8,143
Posted By DR2000
Guys, look at the code. It really isn't hard to...

Guys, look at the code. It really isn't hard to figure out.

See where it says /some_path/clear.gif? Just replace that with any other image url, and that's it. For example, vbulletin substitues...
Forum: vBulletin 2.x Full Releases 12-12-2001, 06:21 PM
Replies: 69
Views: 8,143
Posted By DR2000
Just use the html that I've provided. It...

Just use the html that I've provided. It optimizes the space use. I don't want to put anyone down, but if you are not really proficient with HTML why change something that works?
Forum: vBulletin 2.x Full Releases 11-27-2001, 04:30 PM
Replies: 69
Views: 8,143
Posted By DR2000
Here: Find this: if...

Here:

Find this:

if (!$hideprivateforums) {

and right before that line insert this:

if (!$forumperms['canview']) {
$forum['dots'] = '';
Forum: vBulletin 2.x Full Releases 11-20-2001, 01:55 AM
Replies: 69
Views: 8,143
Posted By DR2000
Yep. Just edit the template.

Yep. Just edit the template.
Forum: vBulletin 2.x Full Releases 11-19-2001, 09:23 PM
Replies: 69
Views: 8,143
Posted By DR2000
I wouldn't recommend doing that. If you have 30...

I wouldn't recommend doing that. If you have 30 forums, this will query the database 30 times everytime a page is opened, and database query is a very expensive operation (speed, and load wise).
Forum: vBulletin 2.x Full Releases 11-19-2001, 12:21 PM
Replies: 69
Views: 8,143
Posted By DR2000
Eh, don't know what you did wrong. Make sure when...

Eh, don't know what you did wrong. Make sure when you were inserting lines, you didn't insert any extra line breaks... That's the only thing I could think of at this moment. Maybe some one else will...
Forum: vBulletin 2.x Full Releases 11-19-2001, 12:21 AM
Replies: 69
Views: 8,143
Posted By DR2000
Er, what wasn't good enough, and what syntax...

Er, what wasn't good enough, and what syntax error are you speaking off? I'm not aware of any.
Forum: vBulletin 2.x Full Releases 11-16-2001, 05:26 PM
Replies: 69
Views: 8,143
Posted By DR2000
0 stands for the begging of string, so leave it....

0 stands for the begging of string, so leave it. And you are right about 23. The title is being trunkated to 23 symbols. If you want to make it longer just change 23 to something else.
Forum: vBulletin 2.x Full Releases 11-16-2001, 03:42 PM
Replies: 69
Views: 8,143
Posted By DR2000
If you use the default template change (the one I...

If you use the default template change (the one I suggested), then with a shorter time format (24:00) it looks better. Otherwise your last post by takes up too much space. But that's only my opinion.
Forum: vBulletin 2.x Full Releases 11-16-2001, 12:06 AM
Replies: 69
Views: 8,143
Posted By DR2000
Thanks. Didn't think about that one.

Thanks. Didn't think about that one.
Forum: vBulletin 2.x Full Releases 11-15-2001, 12:18 PM
Replies: 69
Views: 8,143
Posted By DR2000
Why would it kill your server? Would running...

Why would it kill your server? Would running vBulletin kill your server?? What's changed?
Forum: vBulletin 2.x Full Releases 11-15-2001, 12:55 AM
Replies: 69
Views: 8,143
Posted By DR2000
Ok, I just tested it with 2.2.0, and everything...

Ok, I just tested it with 2.2.0, and everything works fine. I also added the number of the lines which need to be modified for 2.2.0, as well as for 2.0.3. Basically that's the only difference.
...
Forum: vBulletin 2.x Full Releases 11-14-2001, 08:16 PM
Replies: 69
Views: 8,143
Posted By DR2000
I'll try to get v2.2.0 this weekend, and see if...

I'll try to get v2.2.0 this weekend, and see if it's really different. I don't have time to update my board, but I'll let you know if that thing will work.
Forum: vBulletin 2.x Full Releases 11-14-2001, 04:07 PM
Replies: 69
Views: 8,143
Posted By DR2000
Well, actually all those queries are processed on...

Well, actually all those queries are processed on the server side, and none of that is being sent to the client. So it doesn't affect bandwith.
Forum: vBulletin 2.x Full Releases 11-13-2001, 10:00 PM
Replies: 69
Views: 8,143
Posted By DR2000
#### Subject Preview by DR2000 #### I looked at...

#### Subject Preview by DR2000 ####
I looked at all other hack avaliable for this, and all of them
are trying to do too much by editing your database structure,
and modifying the way data is...
Forum: vB3 General Discussions 10-10-2001, 02:55 AM
Replies: 2
Views: 1,608
Posted By DR2000
I just had a couple of free minutes today, so I...

I just had a couple of free minutes today, so I added this feature to my forum. You only need to change 1 line in the code, and change the template to your taste. No database modifications, or...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 04:47 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02056 seconds
  • Memory Usage 2,000KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (54)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • forumjump
  • search_complete
  • navbits
  • navbits_complete