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

Showing results 1 to 25 of 128
Search took 0.00 seconds.
Search: Posts Made By: JohnWoo
Forum: vBulletin 3.0 Full Releases 05-24-2005, 12:07 PM
Replies: 210
Views: 50,276
Posted By JohnWoo
And I can say only sorry :) I have never seen vb3...

And I can say only sorry :) I have never seen vb3 other then vb3.0.0 Gold and can't say something exactly...
Forum: vBulletin 3.0 Full Releases 12-11-2004, 05:47 AM
Replies: 19
Views: 11,880
Posted By JohnWoo
screenshot for code from first post :)

screenshot for code from first post :)
Forum: vBulletin 3.0 Full Releases 12-09-2004, 10:00 PM
Replies: 19
Views: 11,880
Posted By JohnWoo
BB code tables 1.0

Hello!
It still needs optimization, but should work fine already :)

How it works :
1) starting code is or [table 1 2 3] where
1 2 3 any numbers separated by space
first - border
second -...
Forum: vBulletin 3.0 Full Releases 09-06-2004, 07:42 AM
Replies: 23
Views: 5,751
Posted By JohnWoo
i'll add everything and fix exerything tomorrow...

i'll add everything and fix exerything tomorrow :)
sorry - too busy today...
Forum: vBulletin 3.0 Full Releases 09-05-2004, 01:29 PM
Replies: 23
Views: 5,751
Posted By JohnWoo
Completely agree with everything - it was just...

Completely agree with everything - it was just fast "weekend idea" and far from perfect :)
May be except "post title" - i still think that thread title will always give better description for link....
Forum: vBulletin 3.0 Full Releases 09-05-2004, 04:55 AM
Replies: 23
Views: 5,751
Posted By JohnWoo
yes.. sorry - it is because of pp=15 to fix it...

yes.. sorry - it is because of pp=15
to fix it just replace
if (preg_match("~p=([0-9]+)~", $rightlink, $num)) {
with
if (preg_match("~[^a-z]p=([0-9]+)~", $rightlink, $num)) {
:)
i'll upload...
Forum: vBulletin 3.0 Full Releases 09-03-2004, 10:00 PM
Replies: 23
Views: 5,751
Posted By JohnWoo
Local links to titles

Hello!

Not sure again - may be something like it exist already, but I was not able to find :)
That small hack adds only one feature. Links to local board posts, threads and forums will appear on...
Forum: vBulletin 3.0 Full Releases 08-08-2004, 01:00 PM
Replies: 5
Views: 3,660
Posted By JohnWoo
Yes, but for cookie authorization vb3 use another...

Yes, but for cookie authorization vb3 use another random string :) It is not stored in db and i feel that it connected with licence number somehow :)
Forum: vBulletin 3.0 Full Releases 08-06-2004, 04:26 PM
Replies: 5
Views: 3,660
Posted By JohnWoo
I have not seen 3.0.03 yet... But vbsetcookie...

I have not seen 3.0.03 yet...
But vbsetcookie function in Gold with last zero as parameter, set cookie that will disappear after closing browser, so i understand nothing and can suggest nothing....
Forum: vBulletin 3.0 Full Releases 07-24-2004, 10:00 PM
Replies: 5
Views: 3,660
Posted By JohnWoo
Accept cookie authorization only from last user's session host (or IP range)

Hello!

As we all know, native VB authorization have two main weak sides:
- cookie connected only with username (userid)
[if somebody will steal your cookies (all browsers including latest allow...
Forum: vBulletin 3.0 Full Releases 07-20-2004, 09:34 AM
Replies: 43
Views: 12,569
Posted By JohnWoo
Hello! It is little server sensitive solution,...

Hello!
It is little server sensitive solution, but try to say
cache_ordered_forums(1, 1);
before each call of
mark_thread_read(0,$forumid);
function :)
Forum: vBulletin 3.0 Beta Releases 05-10-2004, 02:01 PM
Replies: 18
Views: 9,852
Posted By JohnWoo
what about sql request in the beginning of .txt ?...

what about sql request in the beginning of .txt ?

ALTER TABLE moderator ADD modgroupid SMALLINT(4) DEFAULT '0' NOT NULL
Forum: vBulletin 3.0 Beta Releases 05-10-2004, 09:31 AM
Replies: 18
Views: 9,852
Posted By JohnWoo
my fault sorry :) fixed txt uploaded

my fault
sorry :)
fixed txt uploaded
Forum: vBulletin 3.0 Beta Releases 05-09-2004, 04:22 PM
Replies: 18
Views: 9,852
Posted By JohnWoo
:) Some people like me too lazy sometimes :)...

:)
Some people like me too lazy sometimes :) And prefer to make hack and add one group as moderator instead of adding 25 single user moderators :)
Or add once user to one usergroup instead of...
Forum: vBulletin 3.0 Beta Releases 05-09-2004, 03:35 PM
Replies: 18
Views: 9,852
Posted By JohnWoo
May be i got already modified code, but i am sure...

May be i got already modified code, but i am sure that it was not possible to give moderator rights to whole usergroup (primary).
That settings on moderator.php?do=add just change usergroup settings...
Forum: vBulletin 3.0 Beta Releases 05-09-2004, 11:34 AM
Replies: 18
Views: 9,852
Posted By JohnWoo
:) Feel myself completely stupid, but how???...

:)
Feel myself completely stupid, but how??? (and have no admincp near to check...)
Forum: vBulletin 3.0 Full Releases 05-09-2004, 09:00 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
Still want to say few words for left joins :) ...

Still want to say few words for left joins :)
Lets say that you have large board with many forums, usergroups and complex access level. After it lets suppose that somebody with common access level...
Forum: vBulletin 3.0 Full Releases 05-09-2004, 08:17 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
If you want to remove left joins together with...

If you want to remove left joins together with revelance why not to say just
$isboolean="'";
if ($vboptions['allowwildcards'] ==1 && preg_match("~[\"\-\*+]~", $query)) {
$isboolean="' IN BOOLEAN...
Forum: vBulletin 3.0 Beta Releases 05-08-2004, 10:00 PM
Replies: 18
Views: 9,852
Posted By JohnWoo
Usergroups moderate forums

Hello all!

Not sure - may se something like it exists already, but i was not able to find :)
- To add whole usegroup as forum moderator leave username field blank and select usergroup from list...
Forum: vBulletin 3.0 Full Releases 05-01-2004, 07:47 PM
Replies: 21
Views: 5,777
Posted By JohnWoo
ForYou: you have error on ...

ForYou:
you have error on
http://i00.mail333.com/flash/ (it is test page)
or http://i00.mail333.com/flash/color.swf (just link for downloading)
? If second, then nothing strange - it will not...
Forum: vBulletin 3.0 Full Releases 05-01-2004, 11:40 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
yes :) to remove revelance replace ...

yes :) to remove revelance replace

//fulltext search query
$fulltext_sql = "SELECT postid,MATCH (".$what_field.") AGAINST ('".$norm_query."') as relevance FROM ".TABLE_PREFIX."post AS post LEFT...
Forum: vBulletin 3.0 Full Releases 05-01-2004, 10:00 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
Sorry for disappearing :) Returning to...

Sorry for disappearing :)
Returning to discussion about SQL requests with or without LEFT JOIN :)
I recently had a chance to do a lot of tests on one large programming forum with about 900.000...
Forum: vBulletin 3.0 Full Releases 04-17-2004, 12:19 PM
Replies: 43
Views: 12,569
Posted By JohnWoo
sorry, but is still can't understand why it is...

sorry, but is still can't understand why it is problem and what for you need to mark everything ? :)
When user click "mark all forums read" all forums become not highlighted ("no new messages in...
Forum: vBulletin 3.0 Full Releases 04-11-2004, 08:29 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
and if you start talking about server load, here...

and if you start talking about server load, here I have one thing that really takes too much processor time.. My pain in that hack is relevance when seaching with modifiers (IN BOOLEAN MODE).. If you...
Forum: vBulletin 3.0 Full Releases 04-11-2004, 07:42 AM
Replies: 210
Views: 50,276
Posted By JohnWoo
LEFT JOIN don't only add server load :) (besides...

LEFT JOIN don't only add server load :) (besides it don't add too much - you can try to remove that lLEFT JOIN and look yourself at timings with debug=1)
If you have large forum with many different...
Showing results 1 to 25 of 128

 
Forum Jump

All times are GMT. The time now is 04:52 AM.


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.03027 seconds
  • Memory Usage 2,051KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (58)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
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete