vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   vBulletin 3.5.0 Almost (https://vborg.vbsupport.ru/showthread.php?t=97058)

Oblivion Knight 09-28-2005 11:44 AM

vBulletin 3.5.0 Almost
 
1 Attachment(s)
Wow, I want that version! ;)
http://www.vbulletin.com

Could it be that we'll see Gold within the next couple of days?

Tony G 09-28-2005 11:54 AM

Ooooh, I hope so. :)

Andreas 09-28-2005 12:01 PM

Then we should poke Mike to add 3 crucial Hooks:
http://www.vbulletin.com/forum/showp...&postcount=346 (necessary for many Hacks like Articles, Guestbooks, Gallery, Links Directory, Journal, ...)
http://www.vbulletin.com/forum/showp...&postcount=396 (necessary for Hacks like Gallery, Journal, ...)
http://www.vbulletin.com/forum/showp...&postcount=316 (necessary to cache custom phrasegroups; currently only possible for logged in userers)

Princeton 09-28-2005 12:16 PM

Isn't there many issues regarding the Product Manager that hasn't been addressed?

Anyway, I hope a solution is available.

Andreas 09-28-2005 12:20 PM

Well, the Product Manager interface could be greatly improved ;)
Especially the Plugin Manager is a total mess with a couple of Plugins installed.

But it does what it is supposed to do, so it's fine (for the moment).

The only real problem that hasn't been adressed so far is execution order (although it would basically just be one column in table plugin and a ORDER BY ...)

thenetbox 09-28-2005 01:13 PM

hopefully it'll be released by friday so I can work on my forum over the weekend :D:D:D

and hopefully the arcade hack for 3.5 is ready by then

Andreas 09-28-2005 01:40 PM

RC 3 3/4 ... LOL :p

Mayers 09-28-2005 01:41 PM

Hmm now it's vBulletin 3.5.0 RC 3? :o.

Andrew 09-28-2005 01:45 PM

What teases ... :D

Dark_Wizard 09-28-2005 01:46 PM

Now they are playing with us...did you also notice that almost the entire team is online at this moment? Hmmm....

jugo 09-28-2005 01:48 PM

LMFAO!!!

Never knew they had a sense of humor....

Andreas 09-28-2005 01:48 PM

And Mikey is watching this Thread.
Mike, please stop watching here and implement my Hooks ;)

Andreas 09-28-2005 01:49 PM

Quote:

Originally Posted by jugo
LMFAO!!!

Never knew they had a sense of humor....

Oh - they do:
http://www.vbulletin.com/forum/bugs3...iew&bugid=1238

Quote:

Originally Posted by vbulletin_templatemgr.js
// really dirty nasty thing, hide from Kier

Btw: RC ∫3?x dx

Mike Sullivan 09-28-2005 01:55 PM

Quote:

Originally Posted by KirbyDE
And Mikey is watching this Thread.
Mike, please stop watching here and implement my Hooks ;)

Why do you think I'm watching this thread... :)

Oblivion Knight 09-28-2005 01:59 PM

Quote:

Originally Posted by KirbyDE
And Mikey is watching this Thread.
Mike, please stop watching here and implement my Hooks ;)

Please stop replying to this thread and add the options that we discussed to vBJournal Alpha 4.. ;)

Brad 09-28-2005 02:05 PM

Please don't release gold today because if you do I will be up all night doing template work.

Thanks. :p

TyleR 09-28-2005 02:06 PM

Quote:

Originally Posted by Brad
Please don't release gold today because if you do I will be up all night doing template work.

Thanks. :p

hey! :devious:

Mayers 09-28-2005 02:08 PM

vBulletin 3.5.0 RC ∫3¾x dx 0.o

jugo 09-28-2005 02:09 PM

Quote:

Originally Posted by Brad
Please don't release gold today because if you do I will be up all night doing template work.

Thanks. :p


LMAO...This is fun.... Bob isone funny character.

TTG 09-28-2005 02:21 PM

maybe they've been hacked and someone is playin' games :)

KW802 09-28-2005 03:30 PM

"vBulletin 3.5 RC Ninja" :ninja:

:laugh:

Quote:

Originally Posted by TTG
maybe they've been hacked and someone is playin' games :)

Looks like it's just random generator....

Andreas 09-28-2005 03:35 PM

[high]* Andreas bows in front of Jelsoft Development Gods
[/high]

Hooks init_startup and online_ids_titles are great, and the variables for the memberlist query are also much appreciated :D

Paul M 09-28-2005 04:22 PM

Execution Order, Execution Order, Execution Order .........

Andreas 09-28-2005 04:23 PM

Not implemented :(

Paul M 09-28-2005 04:29 PM

Since you seem to have a copy, what new hooks are there ?

Andreas 09-28-2005 04:35 PM

ajax_start/complete
init_startup (init.php, right after initializing plugin system)
admin_options_print (adminfunctions_options.php, default case handler)
online_ids_titles (functions_online.php in convert_ids_to_titles)

KW802 09-28-2005 04:47 PM

Kirby, any chance the vBa CMPS edits got added (in follow-up to your thread over at vBa).

Andreas 09-28-2005 04:50 PM

With some code changes it should be possible to make it edit-less, yes.
I can write up the instructions if you want.

TyleR 09-28-2005 04:50 PM

[high]* TyleR stares down Kirby with devilish looks..gimmeh! :p[/high]

Paul M 09-28-2005 04:55 PM

Quote:

Originally Posted by KirbyDE
ajax_start/complete
init_startup (init.php, right after initializing plugin system)
admin_options_print (adminfunctions_options.php, default case handler)
online_ids_titles (functions_online.php in convert_ids_to_titles)

Oh, so my requests found the usual reject pile then. :(

Andreas 09-28-2005 05:00 PM

*Looking up Paul M's Hookrequests*

Mike Sullivan 09-28-2005 05:05 PM

Quote:

Originally Posted by Paul M
Oh, so my requests found the usual reject pile then. :(

I don't even think you've posted in that thread in the last month...

Paul M 09-28-2005 05:07 PM

Quote:

Originally Posted by Mike Sullivan
I don't even think you've posted in that thread in the last month...

10 Days ago actually ....... ;)

http://www.vbulletin.com/forum/showp...&postcount=386

Andreas 09-28-2005 05:08 PM

From looking at the code, I think it should be possible to use Hooks

postbit_display_complete
member_complete
reputation_add
memberlist_bit

for what you want to do.

KW802 09-28-2005 05:09 PM

Quote:

Originally Posted by KirbyDE
With some code changes it should be possible to make it edit-less, yes.
I can write up the instructions if you want.

Just saw your response over at vBa......

[high]* KW802 gets giddy like a little kid at the prospect of a totally edit-less vBa CMPS. :banana:[/high]

Paul M 09-28-2005 05:25 PM

Quote:

Originally Posted by KirbyDE
From looking at the code, I think it should be possible to use Hooks

postbit_display_complete
member_complete
reputation_add
memberlist_bit

for what you want to do.

I'm sure it *might* be possible to fudge/kludge/bodge it using existing hooks, I'm also sure the same applies to many hooks already added. I do also use the reputation power function in another place besides it's normal use, so I'm not sure how that would work, duplicating code in multiple hook locations is not my idea of a good way to do things.

I have managed to kludge up a way to change the pips display - but it requires a minor template change (one btw that would not affect any normal vb installations workings, so it would be nice if it were a master change).

However, it's much easier, simpler and cleaner to have a hook in each function. It's a bit worrying (from the post above) that the request doesn't appear to have even been seen.

deathemperor 09-28-2005 05:29 PM

first I got "vBulletin 3.5 Scott done eat a Pizza"
now I got: "vBulletin 3.5 Almost"
and also with: vBulletin 3.5³
and: "vBulletin 3.5, now with coffee maker support!"

someone is making jokes !

lol, can't wait for the gold version.

Mike Sullivan 09-28-2005 05:43 PM

Quote:

Originally Posted by Paul M
However, it's much easier, simpler and cleaner to have a hook in each function. It's a bit worrying (from the post above) that the request doesn't appear to have even been seen.

No, I saw it. I scrolled through a bunch of pages looking for your name and just missed it.

Regardless, I'm very wary of adding additional hooks to showthread, especially in looped areas due to overhead concerns. Hooks are not designed to account for every instance, remember.

jugo 09-28-2005 06:43 PM

Quote:

Originally Posted by deathemperor
first I got "vBulletin 3.5 Scott done eat a Pizza"
now I got: "vBulletin 3.5 Almost"
and also with: vBulletin 3.5?
and: "vBulletin 3.5, now with coffee maker support!"

someone is making jokes !

lol, can't wait for the gold version.


I'm Waiting for them to put

vBulletin 3.5 Aww forget it...go back to 3.0.9

Paul M 09-28-2005 07:12 PM

Quote:

Originally Posted by Mike Sullivan
Regardless, I'm very wary of adding additional hooks to showthread, especially in looped areas due to overhead concerns. Hooks are not designed to account for every instance, remember.

Yet there is a hook in the looped image fetch (reputation_image) which is called for every pip rather than just once per post. I know which would be more useful to me, and much less overhead. I wonder if anyone uses the reputation_image hook.

(fyi the bodge I referred to for my hack uses that hook plus the template change simply because it's all I can use, it would be far better to have one hook at the end of the function)


All times are GMT. The time now is 04:44 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.02166 seconds
  • Memory Usage 1,815KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete