View Full Version : vBulletin 3.7 First Look Discussion
Pages :
1
2
[
3]
4
5
6
7
8
9
10
11
12
RvG
Sat 24th Nov '07, 10:57pm
There are many features by IPB (http://www.invisionpower.com).
IPB use these features since the months!
have a look here... www.big-boards.com (http://www.big-boards.com)
http://rankings.big-boards.com/?filter=Invision,all&p=13 - IPB 246 only??? :rolleyes:
http://rankings.big-boards.com/?filter=vBulletin,all&p=60 - vB 1184 ;) cool!
If admins have all the features they wanted to... why vB is dominating the big boards market?
Now let's see where IPB will stand after vB release our 3.7. :cool:
lucky51
Sat 24th Nov '07, 11:08pm
Thank For the release can't wait to get it :D
Floris
Sat 24th Nov '07, 11:12pm
Actually .. http://www.big-boards.com/statistics/
Top 10 biggest boards reported/listed on big-boards.com : 778
266 + 237 + 104 + 42 + 40 + 37 + 17 + 16 + 12 + 7 = 778
With vBulletin as #1 = 1216
So, all top 10 boards together(!) are not even close to vb's first position according to that list.
PixelFX
Sat 24th Nov '07, 11:29pm
Hey Floris,
long time no chat, whats it take to become a private tester? :D
Rob
Floris
Sat 24th Nov '07, 11:31pm
Hey Floris,
long time no chat, whats it take to become a private tester? :D
Rob
See post 500
Mr_Bob
Sat 24th Nov '07, 11:33pm
Wow, simply just plain WOW! This is certainly looking to be one of the best releases yet, if not the best. Just an add-in, give us the ability to combine verification methods such as requiring both reCAPTCHA and questions, etc. Why, some of us are just that crazy :D. I'm renewing my download access the moment 3.7 hits beta.
Floris
Sat 24th Nov '07, 11:35pm
Wow, simply just plain WOW! This is certainly looking to be one of the best releases yet, if not the best. Just an add-in, give us the ability to combine verification methods such as requiring both reCAPTCHA and questions, etc. Why, some of us are just that crazy :D. I'm renewing my download access the moment 3.7 hits beta.
And then to imagine the screenshots only give away a little bit of the full feature. Using it live will disclose more permissions, options, and perhaps more features. You will all see on Monday :) In my timezone it's already Sunday, maybe I should take a sleeping pill and wake up Monday to 3.7 on vBcom :D
Freesteyelz
Sat 24th Nov '07, 11:41pm
And then to imagine the screenshots only give away a little bit of the full feature. Using it live will disclose more permissions, options, and perhaps more features.
Teaser. :D
Redseal
Sat 24th Nov '07, 11:52pm
Looks fantastic, can't wait to run it.
tawnygirl
Sun 25th Nov '07, 12:02am
I agree, especially for newcomers it is nicer to have a few features built-in then telling them to go look at an unofficial mod. But don't get me wrong. It is great that there's a resource community for those who wish to get more out of their forum. I am not trying to dish anybody here.
Absolutely! :D I didn't mean to disrespect the authors of the mods either, I'm so very thankful for all they contribute! I hope to someday be able to give back to this community, to maybe compensate for all it's given me. :)
Each upgrade so far in history has not been a problem .. for example, the FAQ or Calendar does not stop working when you go from 3.5 to 3.6..
Good to know, thanks! To me this means that the more features they add, the less work I'll have to do at update time! Less work = good ;)
And then to imagine the screenshots only give away a little bit of the full feature. Using it live will disclose more permissions, options, and perhaps more features. You will all see on Monday :) In my timezone it's already Sunday, maybe I should take a sleeping pill and wake up Monday to 3.7 on vBcom :D
LOL! The more I read about it, the harder I work to make sure I'm ready to update this puppy! I'm especially happy about:
Custom icons per forum (YAY!)
Advertisement locations defined in templates
Picture gallery?!?!?!
Hooks to allow attachments to be passed through a virus scanner
Social bookmarking (YAY!)Ok, n/m... it's ALL great. Here's to a speedy release now that we're all drooling! LOL
Analogpoint
Sun 25th Nov '07, 12:13am
thanks for reply
I was asking about 2 thing
1- is public massege as guestbook?
2-most of social network have chat is there any plane to add it as a plug in?
thanks
1. As Floris already said, the public messaging can be thought of as a guestbook or public comments on each user's profile page.
2. No idea. :)
Why? What does that gain?
Well, which is it? Do you want to use mod_deflate or not? Anyway, my response, while mildly sarcastic WAS an answer. Told you what to do and it would not only take care of your issue, but make things a heck of a lot better. Don't dismiss the answer because it was something different than what you were wanting to get. When I installed mod_deflate on my company's web server, things went down far more than I anticipated. [concerning packing & compressing javascript files.] I definitely think that javascript should be (1) 'minified' (stripping comments, unneeded whitespace, and shortening variable names) and (2) compressed (gzip or deflate). Not so much to save bandwidth, but to speed up page load times. Return visitors will have many files in their browser's cache, but a good portion of visitors are first/one-time visitors.
Don't make that standard. I have several places on my main website tied into the forums- and if you take away the existing functionality, it will break a lot of my website.
I rather like the way URL's are now, anyway.
[concerning human-readable URLs] I think vB should have built-in options for how URLs are generated, and allow the admin to pick one style.
/showthread.php?t=999
/thread/2007/11/999
/thread/999
/thread/999-the-threads-title.html
The administrator can use the default URLs with variables, or create their own URL structure using predefined variables such as {year} {month} {day} {forumid} {forumslug} {threadtitle} {threadid}
Then have a .htaccess file pass the entire request uri to vBulletin, and based on the structure, it deciphers what thread/page to display. Should work like a charm.
That's so good, I'm going to copy it to the suggestions forum (http://www.vbulletin.com/forum/showthread.php?p=1452200#post1452200) :)
jw0ollard
Sun 25th Nov '07, 12:32am
Why? What does that gain?
What do you mean what does this gain? Do you not know the basics of compressing JavaScript? It works a lot better than using mod_gzip (or any other gzip method) or mod_deflate can achieve alone, and if you would have followed the link, you'd see there is a significant gain in using compressed JS + mod_(insert compressor of choice here).
Well, which is it? Do you want to use mod_deflate or not? Anyway, my response, while mildly sarcastic WAS an answer. Told you what to do and it would not only take care of your issue, but make things a heck of a lot better. Don't dismiss the answer because it was something different than what you were wanting to get. When I installed mod_deflate on my company's web server, things went down far more than I anticipated.
Seriously now? I said multiple times I can't USE mod_deflate. So #1, please tell me where I say I want to use it--your "Well, which is it?" was rude and unnecessary. And #2, how is telling someone to use mod_deflate when they're specifically asking about offering PACKED js files an answer? Mod_deflate is not a solution for packing JS files last I checked.
I'm dismissing the answer based on the fact that what I asked required a fairly straightforward "YES OR NO" answer, not for me to use an Apache module that will just increase server load and do only half the job that simply packing the JS in the first place would.
I'm sorry if you don't get this, but be forewarned I'm not going to respond to this again. This isn't a suggestions thread and I'm sorry that I've had to continually explain myself repeatedly just to get the point across that I'm not talking about mod_(random Apache compressor).
And I really hope the next answer is NOT "packed JS hinders performance". Follow the link I posted, read up a little bit on the YUI Compressor and realize that it does quite a good job at cutting filesize roughly in half while still skipping the packing of a few select functions to keep performance up to par with uncompressed JS source.
Oh, forgot to mention that I'm also dismissing your answer based on the fact that you're not a developer, and last time I checked you don't have access to 3.7, the new YUI JS, and the 3.7 clientscript folder... so I'm fairly certain you can't tell me whether anything has been done to streamline the JS. THANK YOU.
Dream
Sun 25th Nov '07, 12:34am
Seems this new release is getting a lot of attention, and most people seem to like it.
Adding more features to vBulletin should be a Jelsoft priority.
Wayne Luke
Sun 25th Nov '07, 12:41am
Oh, forgot to mention that I'm also dismissing your answer based on the fact that you're not a developer, and last time I checked you don't have access to 3.7, the new YUI JS, and the 3.7 clientscript folder... so I'm fairly certain you can't tell me whether anything has been done to streamline the JS. THANK YOU.
As far as I am aware, we have no plans to compress the javascript at this time. You can make such a suggestion in the suggestion forums for the developers to look at. I am not sure it is feasible since the files are basically created when the ZIP file is requested for download.
jw0ollard
Sun 25th Nov '07, 12:46am
As far as I am aware, we have no plans to compress the javascript at this time. You can make such a suggestion in the suggestion forums for the developers to look at. I am not sure it is feasible since the files are basically created when the ZIP file is requested for download.
Thank you. I wasn't sure how you guys handle that sort of thing. I had talked about at least offering the JS source in its "packed" versions, then if someone would want to implement it, it would just require doing some search/replace to add the ".packed" to the filename.
But, if it can't be implemented into the download, I guess I won't bother suggesting it. :)
Analogpoint
Sun 25th Nov '07, 12:58am
As far as I am aware, we have no plans to compress the javascript at this time. You can make such a suggestion in the suggestion forums for the developers to look at. I am not sure it is feasible since the files are basically created when the ZIP file is requested for download.
Thank you. I wasn't sure how you guys handle that sort of thing. I had talked about at least offering the JS source in its "packed" versions, then if someone would want to implement it, it would just require doing some search/replace to add the ".packed" to the filename.
But, if it can't be implemented into the download, I guess I won't bother suggesting it. :)
It *can* be implemented into the download process even if the zip is being created on the fly, and even thought I personally don't know how the download process works internally. :)
Here's a good read and a good option: http://developer.yahoo.com/yui/compressor/
Dave Hawley
Sun 25th Nov '07, 12:59am
What would be reasonable time frame to upgrade to 3.7? That is, I want to ensure all bugs are security risks are fixed and don't want to be installing patches each week.
jw0ollard
Sun 25th Nov '07, 1:02am
It *can* be implemented into the download process even if the zip is being created on the fly, and even thought I personally don't know how the download process works internally. :)
Here's a good read and a good option: http://developer.yahoo.com/yui/compressor/
Somebody level headed! :)
I've already mentioned the YUI compressor about 4-5x now and no one seemed to care. =p
Analogpoint
Sun 25th Nov '07, 1:07am
What would be reasonable time frame to upgrade to 3.7? That is, I want to ensure all bugs are security risks are fixed and don't want to be installing patches each week.
That's for you to decide. You might want to give it 2 or 3 weeks. I personally will install beta (at least on a test board) within hours of release :cool:
Alien
Sun 25th Nov '07, 1:09am
Hey, this sounds great you guys.. I like the majority of changes here..
I do have a question on thread prefixes.. Will we have the option of using images instead of using text? We were about to move to prefix images on one of my sites and would love to do it using core code instead...
Freesteyelz
Sun 25th Nov '07, 1:11am
What would be reasonable time frame to upgrade to 3.7? That is, I want to ensure all bugs are security risks are fixed and don't want to be installing patches each week.
Waiting for the gold release will be your best bet but even then there may be occasional bug and security patches. Yet, I'm with Analogpoint and will play with the beta version as soon as it becomes available. :)
جوجو عسول
Sun 25th Nov '07, 1:12am
chat box ?? for the Members ??
Dave Hawley
Sun 25th Nov '07, 1:28am
That's for you to decide. You might want to give it 2 or 3 weeks. I personally will install beta (at least on a test board) within hours of release :cool:That's what I'm trying to do (decide) by asking here!
Dave Hawley
Sun 25th Nov '07, 1:30am
Waiting for the gold release will be your best bet but even then there may be occasional bug and security patches. Yet, I'm with Analogpoint and will play with the beta version as soon as it becomes available. :)Thanks!
RvG
Sun 25th Nov '07, 2:57am
is there upcoming version of vBulletin Blog complimented to work with vB 3.7 :)
of corz what I mean here if blogs will show up in the new profiles etc etc.
-=Moosa=-
Sun 25th Nov '07, 3:30am
Cant Wait!
vBulletin rocks
vissa
Sun 25th Nov '07, 3:38am
Wow, everything I've been looking for! It really is the Christmas Season!!!!
-vissa
RvG
Sun 25th Nov '07, 5:42am
Offtopic :) : how many hours left as of this post?
---MAD---
Sun 25th Nov '07, 5:52am
is there upcoming version of vBulletin Blog complimented to work with vB 3.7 :)
of corz what I mean here if blogs will show up in the new profiles etc etc.
I believe the next feature version for the blog will be released a few weeks after 3.7 is released as stable (gold) :).
There will off course be a blog/project tools version released for 3.7.x to make use of new features etc - according to the devs :).
edenx
Sun 25th Nov '07, 6:12am
I believe the next feature version for the blog will be released a few weeks after 3.7 is released as stable (gold) :).
There will off course be a blog/project tools version released for 3.7.x to make use of new features etc - according to the devs :).
I wish a better style exists
edenx
Sun 25th Nov '07, 6:18am
It is comparable to the welcome header mod yes, but it is much more. It has proper conditionals, and just like you said, it can be used for a lot more such as announcements.
Make this conditionals work for emailing members! :D
iCafe
Sun 25th Nov '07, 6:49am
so good it's cool.
Easyskillz
Sun 25th Nov '07, 7:02am
Hey guys, will we be able to TAG A person on a picture ?
jigger
Sun 25th Nov '07, 7:19am
Release date? No one knows, but this might give you a rough estimate:
The blog addon was installed on July 5th 2007. The beta was available for download on August 29th, but it was already a stable version.
The first beta of version 3.6 was available for download 7 days after it has been installed on vb.com (May 31st 2006 installation, June 7th download).
Version 3.5 was installed on May 22nd 2005. The beta was available on June 9th.
Version 3.0 was installed on June 13th 2003. It was available for download on June 13th.
The public release will be as soon as its stable, we don't have deadlines that sacrifice stability for customers. Though I fully expect it to be well before April which is spring.
I wish to get it by Christmas! But please do not postpone the release just to have a Christmas present for us. We will be grateful to get it earlier. You could release the stable version on Christmas day instead. Moreover there are quite a few European customers here. What about a present for Saint Nicholas (http://en.wikipedia.org/wiki/Saint_Nicholas) day (December 6th)? :D
ragtek
Sun 25th Nov '07, 7:23am
Hey guys, will we be able to TAG A person on a picture ?
yea
that would be cool
like on www.studivz.net
assassin85
Sun 25th Nov '07, 7:26am
that's all cool but we still hope the vbulletin style turn into web 2.0
Zachery
Sun 25th Nov '07, 7:28am
that's all cool but we still hope the vbulletin style turn into web 2.0
There will be no major style changes untill vBulletin 4.0. Stop asking ;)
sensimilla
Sun 25th Nov '07, 7:50am
Amazing, everything that a social networking site should have!
You should release it ASAP before competition implement it.
BTW most of hacks were previously released bycoders, will they b payed for ideas? :rolleyes:
Spinball
Sun 25th Nov '07, 8:02am
Some really awesome changes - I'm really excited about the new version.
Good also to see the vB team giving us some official anti-spam tools.
It was me who requested & specified (http://www.vbulletin.org/forum/showthread.php?t=76363) the first one-click anti spam hack at vB.org and badgered a coder to write and release it (Spam Killer 3000 hack by zsdave), updated as Spam Decimator Version 1.0.5 by RaidenDAWG2 and then most recently One-touch Spam Ban and Cleanup (http://www.vbulletin.org/forum/showthread.php?t=156444&highlight=one+touch) by Mark Fyvie.
It is useful to be able to move all the spam to a holding 'Spam Pit' forum rather than delete it.
It would also be useful to be able to see a list of other users who have used the IP addresses to see if they have been banned.
Basically if the IP address used here has only been used by spammers, we ban it. An option to quickly do this would be cool, too.
bboy
Sun 25th Nov '07, 8:49am
Color me amazed! I will have to renewing some licenses soon! ;) Thread prefixes, no spam Q&A...awesome! The only thing I'm not seeing on the list is SEF URL's. Any chance of this showing up?
This is looking fantastic and can only lead to a great 4.0! Keep up the great work guys.
bryan0070
Sun 25th Nov '07, 8:59am
are you guys gonna put this site down for upgrade changes soon
---MAD---
Sun 25th Nov '07, 9:12am
are you guys gonna put this site down for upgrade changes soon
Thats tomorrow ;). I doubt it takes long anyway since this forum uses default files etc.
sabret00the
Sun 25th Nov '07, 9:57am
A LOT of hacks got swallowed up with this one. nice work guys.
Marcos2
Sun 25th Nov '07, 9:58am
I am so damn impressed by what you all have done! I love the new features and can't wait to see them all. I hope we can move around the profile field boxes so that, for example, we can put the "Useful Information" box at the top above photo albums, etc.
http://files.vbulletin.com/3.7/new-memberinfo-b.png
swissbob
Sun 25th Nov '07, 10:24am
Given that vB is now offering social networking as an integral part, is there any chance of an optional alternative front page that concentrates on the social aspects, rather than the forum?
AH Modding
Sun 25th Nov '07, 10:30am
Obviously I am not allowed to advertise, but I think it would be cool if vB in 4.0 had drag and drop widgets in profiles, and ability to add widgets. I developed this for IPB ages ago, would be cool for vbulletin aswell!
Have to admit, updates look really cool!
bboy
Sun 25th Nov '07, 10:32am
Given that vB is now offering social networking as an integral part, is there any chance of an optional alternative front page that concentrates on the social aspects, rather than the forum?
I am in agreement here....since vBulletin is getting a breath of fresh air with v3.7 it would be cool to something more brought to the front page instead of just the option for showing the forums.
If not, perhaps this is a cue for vbadvanced to get working in a new release. ;)
LSIntegra94
Sun 25th Nov '07, 10:36am
This is certainly another reason to look forward to v 4.0. I hope that there's a visual change as well. The current style is a bit too "hard" in my opinion.
There will be no major style changes untill vBulletin 4.0. Stop asking ;)
bmn
Sun 25th Nov '07, 10:40am
Nice stuff. Now it's time to report bugs and go to new release after people stops reporting bugs. :)
It is same for other software. Wait for vista, wait for updates and fixes and go. :)
It is really different from 3.6, that's nice.
Looking forward to see in development.
vBulletin gives what we want, so we want more. :)
Drakah
Sun 25th Nov '07, 10:42am
Wow, I must say you really put a lot of nice new things in, cant wait to try it out :)
Btw, is there a way, or will there be a way, of changing the original thread date "on the fly"? I have several sticky threads that I append and update but I would like to change the original 2004 date to current :)
Wayne Luke
Sun 25th Nov '07, 10:46am
Somebody level headed! :)
I've already mentioned the YUI compressor about 4-5x now and no one seemed to care. =p
I saw what you mentioned. However we don't have JAVA installed on our servers. I don't know if it is possible to install JAVA on our servers without causing problems with other running applications. And what I said is "I don't think it is possible at this time" and to make the suggestion. If you don't make the suggestion then the developers won't evaluate whether changing the server architecture is worth the overall benefits.
What I suggested (e.g. using mod_deflate, though mod_gzip would work as well) was an immediate bandwidth reduction that can be implemented as a workaround, without waiting for vBulletin. You can take it or leave it, as I was only trying to help.
corman420
Sun 25th Nov '07, 10:50am
Can anyone join the beta program? I would definatley love to test these awesome new features...
Wayne Luke
Sun 25th Nov '07, 10:51am
What would be reasonable time frame to upgrade to 3.7? That is, I want to ensure all bugs are security risks are fixed and don't want to be installing patches each week.
Depends on your needs. I have a forum in development and will be upgrading as soon as the beta hits the streets.
Wayne Luke
Sun 25th Nov '07, 10:52am
BTW most of hacks were previously released bycoders, will they b payed for ideas? :rolleyes:
We don't reuse hacks. Most of the ideas came from Social Networking sites like Facebook.com.
AH Modding
Sun 25th Nov '07, 10:52am
If its anything like other company betas, you will need to sign a NDA (Non Disclosure Agreement) which is like a contract saying that if you mention anything you learn whilst in the beta program that the public doesn't know about, you will get in heaps of trouble :)
Wayne Luke
Sun 25th Nov '07, 10:57am
If its anything like other company betas, you will need to sign a NDA (Non Disclosure Agreement) which is like a contract saying that if you mention anything you learn whilst in the beta program that the public doesn't know about, you will get in heaps of trouble :)
For vBulletin, we usually have an open beta for all customers to participate in. We only have closed betas for major releases to remove major kinks or new products. Even then we encourage our beta tests to at least use it in a semi-live environment at some point.
gizmos
Sun 25th Nov '07, 10:59am
This looks so cool, but i have 2 questions " I know you might not be able to say"
1, Will an automated backup of the database function be included??
2, will you be able to automatically create threads in a given forum with a given heading??
Can not wait to play with it
Wayne Luke
Sun 25th Nov '07, 11:02am
This looks so cool, but i have 2 questions " I know you might not be able to say"
1, Will an automated backup of the database function be included??
2, will you be able to automatically create threads in a given forum with a given heading??
Can not wait to play with it
1) We have included a shell script since before vBulletin 3.0 was released that can be setup as a cronjob for automatic backups of your database. We do not recommend automatic unattended backups via PHP or the Admin CP.
2) I don't know what you mean by automatically. Aside from the RSS Poster Bot, there is no way to automatically create threads in vBulletin.
Kevlar
Sun 25th Nov '07, 11:05am
I've never really been one to jump into the beta program because of the size of our forum ( being a big board it tends to expose problems rather quickly ) ... but the features included in 3.7 are very tempting and almost worth the risk.
Decisions decisions...
rellek
Sun 25th Nov '07, 11:06am
I've got a little question.
I'm using the prefix-hack by Mystics (click me (http://www.vbulletin.org/forum/showthread.php?t=123033&highlight=prefix)). Would you think it's possible to give the installer the possibility to import existing prefixes (for forums and threads) while upgrading? Would be very handy! :)
AWS
Sun 25th Nov '07, 11:15am
I was part of the 3.0 beta test group and ran every beta released on a big board. To double my pleasure I also run Windows and IIS. Problems and bugs were minimal at best and the ones found were fixed rather quickly by the devs once you posted them in the private beta forum.
jw0ollard
Sun 25th Nov '07, 11:21am
I saw what you mentioned. However we don't have JAVA installed on our servers. I don't know if it is possible to install JAVA on our servers without causing problems with other running applications. And what I said is "I don't think it is possible at this time" and to make the suggestion. If you don't make the suggestion then the developers won't evaluate whether changing the server architecture is worth the overall benefits.
My comments were not directed toward you. However, nobody actually did directly reply to my YUI Compressor comments until Analogpoint replied, hence my comment "...and nobody seemed to care.". My other comment was directed toward.. well, directed toward somebody else who was being rude to me for asking a straightforward question. :) I appreciate that you offered alternatives, and I appreciate that you didn't jump down my throat when I tried to clarify my actual question (unlike the other person.) :D
And like I said before I'll think about making the suggestion over in the appropriate forum, but I honestly don't want to waste my time if it would take such significant changes to your servers (aka it would never happen in a million years. =p)
In all honesty, I guess I'll just have to take the time to go through the files and at least remove all the whitespace and comments, and maybe at least pack any files which don't rely on functions or variables inside of other files (if there even are any). I guess also putting all the JS into one large file, then packing it may keep the functions/variables consistent throughout each file, then I could split them back into their separate files. HAHA too much work. :eek:
SoberNClean
Sun 25th Nov '07, 11:48am
For vBulletin, we usually have an open beta for all customers to participate in. We only have closed betas for major releases to remove major kinks or new products. Even then we encourage our beta tests to at least use it in a semi-live environment at some point.
Well than how would we go about this? I have a really small board that only has 11 members right not and this might be a good place to test all of the things that need testing and my other board has a little over 100 members so that might be useful also.
Gladius
Sun 25th Nov '07, 11:55am
If the first question hasn't been stipulated in the announcement, then this has been done on purpose, I am not at liberty to say. Maybe you get lucky and a dev replies yes or no.
And yes, you can change the description of an album image in the form of a title basically, which as per the screenshot in the announcement shows in italic below the image.
Thanks, that's all I urgently needed to know. :D I've seen that italic text on the pic, but it looked more like some auto-generated code than a proper title, so I wasn't sure. Thanks for confirming it.
Shanj
Sun 25th Nov '07, 11:55am
Re a forum for a Group:
An admin could easily set up a forum that won't show in the forum list, but is still open if you know the url. And then go to the group and as description set ' discussions go here, post your comments below ', and your group has become a discussion forum for that group. The group itself will post the last discussion at the top of the list. It will not host multiple discussions such as threads. Because if you want threads about a topic, ... you start a forum for it.
Sorry Floris that is REALLY clunky.
Why can't a new group automatically get a new forum whose members are the members of the group?
The forum appears at bottom of forum stack for easy location OR optionally in admin set container forum perhaps called Special Groups/ tagline "These forums are for private groups which you can join [like this]."
Call for a mod here I think.
Shanj
Sun 25th Nov '07, 12:02pm
I want to set up another VB on another site. Would be happy to try out the beta for this to learn it.
Do I wait trill the beta is available then buy a second licence then download off a beta link?
noppid
Sun 25th Nov '07, 12:08pm
Very good announcement. There are many welcome features coming and not a moment too soon. I needed to see this materialize myself, the wait was getting where it seemed the timelyness would be too little too late. Seeing an actual date of the showing was a welcome change in policy as well.
I look forward to seeing and trying implementation.
Congrats.
jw0ollard
Sun 25th Nov '07, 12:16pm
Has the "Separate sticky and normal threads" been re-implemented into vBulletin perchance? :) You've added things similar to the Recaptcha and "NoSpam" mods which have far less installs than the separate stickies mod, if this were based on popularity. ;)
If I'm not mistaken this WAS a feature of 2.x and then was taken out? I could be wrong.. my friend's forum is still on 2.3.x and the stickies are separated, it could be a mod but I've seen the ACP and didn't think there were that many edited templates.
Regardless, it'd be nice to have one less Product in my ACP! :cool:
Ba$im
Sun 25th Nov '07, 12:19pm
I hope there are plane for advert plug in:(
RvG
Sun 25th Nov '07, 12:22pm
Has the "Separate sticky and normal threads" been re-implemented into vBulletin perchance? :) You've added things similar to the Recaptcha and "NoSpam" mods which have far less installs than the separate stickies mod, if this were based on popularity. ;)
If I'm not mistaken this WAS a feature of 2.x and then was taken out? I could be wrong.. my friend's forum is still on 2.3.x and the stickies are separated, it could be a mod but I've seen the ACP and didn't think there were that many edited templates.
Regardless, it'd be nice to have one less Product in my ACP! :cool:
maybe it's included already in 3.7 :rolleyes: ... we'll see then. If fact, this has to be installed by default.
AT Hikers Online
Sun 25th Nov '07, 12:27pm
This is cool stuff, I just got a Vb license a few days ago. I was having a hard time deciding between Vb or Invision, now I know I made the right choice. Can't wait to try out the beta in a few days.
Anthony89
Sun 25th Nov '07, 12:37pm
I am quite happy that the social networking was included with 3.7 not as an add-on. I am looking forward to the beta. :)
telc
Sun 25th Nov '07, 12:49pm
http://www.imagetr.org/out.php/i9212_threadprefixes.gif
Will we be able to prune bases on thread prefixes?
For example say I have have threads prefixed with "How To", can I prune all posts in a forum and ignore "How To" threads from the prune? This would be a great feature.
ThreeD
Sun 25th Nov '07, 12:51pm
Great job, I love it :)
Three questions though,
1) What about search engine friendly URL's?
2) Is the code base in 3.7 a lot different from the one in 3.6.8? The reason I'm asking is because we use a lot of small code snippets that depend on default vbulletin code, ie "Total time spent on board", "Total # of threads started" etc. When we upgrade, we don't want to loose this kind of member info in the member profiles.
3) If we have the thread prefix addon installed found at vbulletin.org, are we advised to uninstall this and remove all template code before upgrading?
thanks guys, keep up the great job!
---MAD---
Sun 25th Nov '07, 12:52pm
Great job, I love it :)
Three questions though,
1) What about search engine friendly URL's?
2) Is the code base in 3.7 a lot different from the one in 3.6.8? The reason I'm asking is because we use a lot of small code snippets that depend on default vbulletin code, ie "Total time spent on board", "Total # of threads started" etc. When we upgrade, we don't want to loose this kind of member info in the member profiles.
3) If we have the thread prefix addon installed found at vbulletin.org, are we advised to uninstall this and remove all template code before upgrading?
thanks guys, keep up the great job!
According to kier's post earlier on in the thread, the architect of vBulletin remains the same :).
Bounce
Sun 25th Nov '07, 12:52pm
Is this coming out at midnight GMT? :D
Onimua
Sun 25th Nov '07, 12:55pm
Release date? No one knows, but this might give you a rough estimate:
The blog addon was installed on July 5th 2007. The beta was available for download on August 29th, but it was already a stable version.
The first beta of version 3.6 was available for download 7 days after it has been installed on vb.com (May 31st 2006 installation, June 7th download).
Version 3.5 was installed on May 22nd 2005. The beta was available on June 9th.
Version 3.0 was installed on June 13th 2003. It was available for download on June 13th.
I wish to get it by Christmas! But please do not postpone the release just to have a Christmas present for us. We will be grateful to get it earlier. You could release the stable version on Christmas day instead. Moreover there are quite a few European customers here. What about a present for Saint Nicholas (http://en.wikipedia.org/wiki/Saint_Nicholas) day (December 6th)? :D
Someone certainly did a run through the announcement forum, eh? :p
Zate
Sun 25th Nov '07, 1:31pm
i for one cannot wait.. this new release finally puts a whole bunch of things in the vanilla release that we had previously coded ourselves..it will be a welcome change to use a more supportable vbulletin .. its alot of work to maintain such a hacked codebase. Good job team, I cant wait to install this. Finally I can remove all the profile/friends/groups/blogs stuff we have on TampaForums.com, it seems you added all of it. YaY ! :thumbsup:
GearTripper
Sun 25th Nov '07, 1:46pm
Unless I'm mistaken, there's still no way to mass move/edit users to/from Secondary Usergroups. What will it take to get this implemented?
TheExpatDirector
Sun 25th Nov '07, 1:52pm
This looks fantastic but seems to be similar to my current verion with mods. Hope this wont cause issues when I upgrade. If it does, I'll live with it:D.
Seems like a good solution for non programmers.:cool:
Jikdor
Sun 25th Nov '07, 2:15pm
As Bounce asked, when is it comeing out on this board? Midnight GMT? Would be nice to se it ASAP :D
Bounce
Sun 25th Nov '07, 2:26pm
As Bounce asked, when is it comeing out on this board? Midnight GMT? Would be nice to se it ASAP :D
Guess we will know when we cannae post LOL :D and we get a vbulletin message ..
My test forum is awaiting the files lol :D
Theres no devs online so maybe there doing it elsewhere lol
AlexanderT
Sun 25th Nov '07, 2:28pm
Great stuff!!!! And such a tease.....! :p
Now, for 4.0, let's get rid of the ugly table layout, and then there won't be anything left to improve :D
جوجو عسول
Sun 25th Nov '07, 2:42pm
are support php4 ?? :)
Hayk
Sun 25th Nov '07, 2:48pm
Really good job, but I'm so sad cause I won't sleep this night:D;)
azn_romeo_4u
Sun 25th Nov '07, 3:08pm
looks awesome
Andy Huang
Sun 25th Nov '07, 3:12pm
As Bounce asked, when is it comeing out on this board? Midnight GMT? Would be nice to se it ASAP :D
Monday; as to when, it is likely going to be some time during the work day for the devvies ;)
kafi
Sun 25th Nov '07, 3:35pm
If you would like import script from zoints tags, please support the request here:
http://www.vbulletin.com/forum/showthread.php?p=1452523
jdelasko
Sun 25th Nov '07, 3:55pm
I guess I'm the only one here that finds it hard to get excited. Why tout an enhanced user profile system that falls so short of anything like a 'myspace' type system. Why so slowly give us tiny bits and pieces of such a system? Give me a profile/personal pages system with all the bells and whistles and I'll get excited. Give me integrated webmail for shared servers and I'll get excited.
Another feature that never gets mentioned is the fact that users cannot reply to specific users within a thread. Anyone that has ever posted a message on an mlb message board knows what I'm talking about. Sometimes it would be nice to be able to post in a thread and intend that post for a specific user and not the entire world.
Integrate great mods like 'Anymedia' and I'll get excited. Or how about capabilities of banning users by country code using a GeoIP database? IP address banning and email address banning are totally useless.
Don't get me wrong. I'm NOT complaining about the new features. However, until there are some groundbreaking new features like the ones I mentioned, most Vbulletin sites will simply be "just another bulletin board'
There will, without a doubt, be replies to this post of mine with parts of it in quotes, but I will not know about them unless I scrutinze every message in this thread. If you could post a reply intended for me, I could simply log in and use the filter 'Unread to me' to display all posts directed at me.
Floris
Sun 25th Nov '07, 3:56pm
Another feature that never gets mentioned is the fact that users cannot reply to specific users within a thread. Anyone that has ever posted a message on an mlb message board knows what I'm talking about. Sometimes it would be nice to be able to post in a thread and intend that post for a specific user and not the entire world.
You can quote publicly, or click on the username and leave a personal message to that user. But yes, PM don't appear in public threads.
Bounce
Sun 25th Nov '07, 4:09pm
Monday; as to when, it is likely going to be some time during the work day for the devvies ;)
Sound , cheers for that I can goto bed now and sleep :D
DjLuv
Sun 25th Nov '07, 4:30pm
yo, keep it up mates, can't wait to get myself verified and download Vbulletin 3.7
Shanj
Sun 25th Nov '07, 4:40pm
When is the devs workday? Am I going to wake up 8am GMT and see 3.7?
Or is it by Monday midnight GMT?
Or is it by EST or something American?
Floris
Sun 25th Nov '07, 4:42pm
The majority of the devs work in the Jelsoft offices, UK business hours. But a release like this might mean they're all not going home for dinner
MidnightPyro
Sun 25th Nov '07, 4:46pm
are support php4 ?? :)
According to the front page, the minimum requirement is PHP 4.3.3. Recommended is 4.4.2 or 5.1.2 or later. Assuming you meet at least the minimum requirement, there wasn't anything in the release announcement that would indicate PHP 4 isn't supported anymore ;)
be cool
Sun 25th Nov '07, 4:47pm
It looks great. Those new features are very handy and cool. This was one of the reasons that I decided to purchase vb instead of ipb. My congratulations to the devs :)
Floris
Sun 25th Nov '07, 4:50pm
According to the front page, the minimum requirement is PHP 4.3.3. Recommended is 4.4.2 or 5.1.2 or later. Assuming you meet at least the minimum requirement, there wasn't anything in the release announcement that would indicate PHP 4 isn't supported anymore ;)
I think 3.7 will still support PHP4. But since PHP4 is at EOL, it might disappear in the future.
biggazillakilla
Sun 25th Nov '07, 4:54pm
Any chance of adding a function to allow people to close their own accounts? With social sites, people often reveal more information than they should and sometimes suffer poster's remorse after a couple of years.
jdelasko
Sun 25th Nov '07, 5:18pm
You can quote publicly, or click on the username and leave a personal message to that user. But yes, PM don't appear in public threads.
I'm not talking about PMs. My point is that quotes aren't much good unless the user that is being quoted is aware of it. At present, quotes are the only method provided for users to respond directly to another users post and keep that response public. I'm just saying that it would be a better system if users Knew that someone has responded to one of their specific posts. Personal Messages have their place but using them to reply to another users specific post in not that place. I would venture to say that there are millions of vBulletin users out there that are completely unaware that some of their posts have been 'Quoted'. Adding an option to the forum search feature to do this would be nice.
Floris
Sun 25th Nov '07, 5:34pm
If you quote someone you can do
their msg Or just check the checkbox from quick reply, or click the quote button from the post. Or when no quote is used switch to hybrid or threaded view.
Greek76
Sun 25th Nov '07, 5:46pm
Just when I was done getting the forum exactly the way I wanted here comes a new release. Sounds real good but you could of done more for the profiles but whatever. Im just wondering about all my template edits and mods.
wii
Sun 25th Nov '07, 5:48pm
I guess there will be tons of template change to the new release, I already have a modified theme, would it be a good idea to go back to default, get the 3.7 and then modify the theme again ?
Joshyyy
Sun 25th Nov '07, 5:53pm
Great work guys, this will be a BIG improvement to my forums community <3
Scott MacVicar
Sun 25th Nov '07, 5:57pm
We have one known bug that I think needs to be addressed before we can install it here, we performed a test upgrade on Friday which took a little over 5 minutes to do, that's with all the huge table alters.
I never got around to re-building the avatars due to the aforementioned bug, needs more investigation but I hope that the avatar rebuild wouldn't take that long. It's not needed to open the board again, but should be done as soon as you can after the upgrade.
Onimua
Sun 25th Nov '07, 6:06pm
Thanks for the update. :)
|Norman|
Sun 25th Nov '07, 6:12pm
Adding an option to the forum search feature to do this would be nice.
I think the best would be a popup message (when browsing the site) like on Netlog.com.
Kevlar
Sun 25th Nov '07, 6:32pm
Are there going to be provisions in the install for large boards that will possibly timeout during alter database commands?
Steve Machol
Sun 25th Nov '07, 6:35pm
See post #604. Our database is pretty big. :)
Chazel
Sun 25th Nov '07, 6:42pm
So... will it still be installed tomorrow?
Steve Machol
Sun 25th Nov '07, 6:44pm
Yes, the plan is to install it here tomorrow.
LGNetw0rk
Sun 25th Nov '07, 6:49pm
I'll be on tomorrow, probably, at 5:00 AM Eastern. I hope I have a surprise waiting. :p
alfalogic
Sun 25th Nov '07, 6:51pm
I like the new version.
Benj
Sun 25th Nov '07, 6:52pm
its tomorrow in 10 minutes.......!!!!
only joking looking forward to it tho :D
telc
Sun 25th Nov '07, 6:59pm
See post #604. Our database is pretty big. :)
What about larger forums 10x the size as vbulletin.com.
glorify
Sun 25th Nov '07, 6:59pm
With all the worries that I have to redo this hack and that hack, the one thing I can say is constant--VB always makes an excellent, fully developed, near flawless product.
Thanks for the updates and keep 'em coming.
Steve Machol
Sun 25th Nov '07, 7:02pm
What about larger forums 10x the size as vbulletin.com.
I don't know. A lot depends on the server itself or course. I suspect the database alterations to existing tables and fields will be less dramatic than 3.0-to-3.5 and probably even 3.5-to-3.6.
telc
Sun 25th Nov '07, 7:08pm
I don't know. A lot depends on the server itself or course. I suspect the database alterations to existing tables and fields will be less dramatic than 3.0-to-3.5 and probably even 3.5-to-3.6.
Sounds good, I never had a problem any vbulletin upgrade, I have been upgrading since 2001. 3.0 to 3.5 I think was the upgrade that had the longest wait in the browser, but I was happy when it succeeded. At the time is was probably 3million posts in the db.
Are we going to be able to prune based on thread prefixes? or ignore threads with certain prefixes during a prune?
bchertov
Sun 25th Nov '07, 7:50pm
Looks Great!
One question or request: Will a user be able to reference the images in the albums in their posts? So for instance, could a user upload an image once to their gallery and then include that image the paper clip tool's list of available images to insert? It would be real handy for things like logos...
And what is the fundamental difference for 4.0? Different internal architecture, reworked interface, etc?
.::Gsmdenis::.
Sun 25th Nov '07, 7:53pm
Monday (November 26th) was coming , let 's waiting the highlights show...
BR.,
Denis
SoberNClean
Sun 25th Nov '07, 7:55pm
My question is simple if you are testing it here now? When will it be available for release to the rest of us and another thing I was wondering since Vbulletin is so widely used ;) is there going to be a hard time when everyone starts to download it with the server or do we not need to worry about all of that.
I am young LOL at least with vbulletin
Floris
Sun 25th Nov '07, 8:02pm
My question is simple if you are testing it here now? When will it be available for release to the rest of us and another thing I was wondering since Vbulletin is so widely used ;) is there going to be a hard time when everyone starts to download it with the server or do we not need to worry about all of that.
I am young LOL at least with vbulletin
Read the announcement, and check the version on this forum. Obviously it says Monday .. and right now the footer says 3.6.8. So no, we're not yet testing it here on vBcom now. Plus, you can tell since it doesn't have any of the features from the announcement.
Yes, we're testing it obviously in a development environment. Internal testing is different from running it on vBcom as a live site.
jdelasko
Sun 25th Nov '07, 8:20pm
I think the best would be a popup message (when browsing the site) like on Netlog.com.
Any kind of notification that someone has replied to something you posted would be an improvement. The MLB message boards also alow you to receive an email notification of new messages to you. It doesn't look like this will be incorporated into VB so someone will have to hack it.
Zachery
Sun 25th Nov '07, 8:36pm
Any kind of notification that someone has replied to something you posted would be an improvement. The MLB message boards also alow you to receive an email notification of new messages to you. It doesn't look like this will be incorporated into VB so someone will have to hack it.
What? Does instant email notification to subscribed topics not work for you? It sends you at least 1 update that there was a post in a thread you are subscribed too, if you don't go back it does not notify you again, untill you have visisted.
jdelasko
Sun 25th Nov '07, 8:56pm
What? Does instant email notification to subscribed topics not work for you? It sends you at least 1 update that there was a post in a thread you are subscribed too, if you don't go back it does not notify you again, untill you have visisted.
No. It's not the same. All the thread subscription does is let you know that someone posted something to a thread. It doesn't tell you that a post was directed to you in response to something you said.
Suppose I asked a question in a mod thread and subscribed to the thread. I would then go visit the thread every time someone added a post to see if it was an answer to my question. I could spend a week getting email notifications and visiting the thread and perhaps never have a response to my question in the thread. This is where the capability of a user being able to post a reply to a specific user within a thread would be useful. I could then elect to receive a notification that a thread reply is meant specifically for me while others still have the benefit of seeing the answer to my question. Sure you can quote people, but it still doesn't mean that your reply is intended for the person being quoted. Sure you can PM, but in the case of suppport threads and many other threads, it is desirable to keep all posts public. What I'm asking for, is right next to the 'Quote' button, I'd like to see a 'Reply To' button and the ability to intend posts for specific people while keeping the posts public. Visit this mlb message board and look at some of the threads. You'll see right away how popular this feature would be.
http://www.forums.mlb.com/n/pfx/forum.aspx?folderId=1&listMode=13&nav=messages&webtag=ml-astros
Ba$im
Sun 25th Nov '07, 9:03pm
I would if in new realase
support advert and think about layout of home page as a social network
Steve Machol
Sun 25th Nov '07, 9:27pm
Are we going to be able to prune based on thread prefixes? or ignore threads with certain prefixes during a prune?
I just checked. Prune - yes. As for ignore, you can set the prune for 'any prefix', 'no prefix' or a specific prefix.
cpvr
Sun 25th Nov '07, 9:36pm
Great job, I love it :)
Three questions though,
1) What about search engine friendly URL's?
2) Is the code base in 3.7 a lot different from the one in 3.6.8? The reason I'm asking is because we use a lot of small code snippets that depend on default vbulletin code, ie "Total time spent on board", "Total # of threads started" etc. When we upgrade, we don't want to loose this kind of member info in the member profiles.
3) If we have the thread prefix addon installed found at vbulletin.org, are we advised to uninstall this and remove all template code before upgrading?
thanks guys, keep up the great job!
1)vBulletin doesn't need search engine friendly URL's. Stop reading about vbSEO's nonsense. It's not worth it.
Freesteyelz
Sun 25th Nov '07, 9:41pm
I just checked. Prune - yes. As for ignore, you can set the prune for 'any prefix', 'no prefix' or a specific prefix.
Can I safely assume you can mass move threads with a specified prefix? If so, will these functions be available in Forum Tools or in Admin CP?
Floris
Sun 25th Nov '07, 9:49pm
Inline Moderation won't have a mass select option to select threads with prefix X. And at this point it seems mass move threads from the admincp does include the option to select a prefix.
Freesteyelz
Sun 25th Nov '07, 9:56pm
An Admin CP option suits me fine. Thanks again. :)
COBRAws
Sun 25th Nov '07, 10:00pm
I really and desperate need that someone makes an import utility for the new hacks that were added (or at least taken into consideration to create new vb functions) to the vbulletin core such as zoint tags, thread prefixes, etc.
It would be a shame loosing all my prefixed threads, which are close to 40.000 on some of my forums.
adnan2007
Sun 25th Nov '07, 11:19pm
Monday the 26th is here.
Looking forward to seeing the new toys in play.
:)
RvG
Sun 25th Nov '07, 11:35pm
it is monday now here 7:35 reading :)
Chazel
Sun 25th Nov '07, 11:37pm
I think it's... 4:37AM where Floris and Steve are...
Comtech
Sun 25th Nov '07, 11:43pm
It's 10:43 PM on sunday where I am.
MsJacquiiC
Mon 26th Nov '07, 12:02am
Haha! Who's excited?
It's midnite here but I'm anxious and excited to see the new features in action too :)
Jacquii.
Comtech
Mon 26th Nov '07, 12:06am
Haha! Who's excited?
It's midnite here but I'm anxious and excited to see the new features in action too :)
Jacquii.
I really wouldn't expect vBulletin 3.7.0 to be online for atleast another 6-8 hours from now...maybe 10 hours & that is only if they are able to fix the problem they encountered previously.
Michael Biddle
Mon 26th Nov '07, 12:14am
I would say at least 12 more ;)
Chazel
Mon 26th Nov '07, 12:30am
It's already 5:30AM in England, and my guess is that work starts at 8. I'd say three hours - maybe four.
bryan0070
Mon 26th Nov '07, 12:55am
when will i be able to download this new version of vbulletin on my site
Floris
Mon 26th Nov '07, 12:56am
when will i be able to download this new version of vbulletin on my site
Please read the announcement.
jadmperry
Mon 26th Nov '07, 1:07am
I feel like a kid the night before Christmas....please let morning get here and have a bright shiny new release under the tree!
Jason
Chazel
Mon 26th Nov '07, 1:16am
I know, I should be sleeping because I have to wake up in five and a half hours for school, but I choose to be nerdy and wait for the new release...
RvG
Mon 26th Nov '07, 1:28am
keep watching here while in office! :)
joelcont
Mon 26th Nov '07, 1:32am
mmmmmmmm waitin!! 1:33 am monday in miami
vBskinpixel
Mon 26th Nov '07, 1:34am
7:33 am monday in Stockholm
YuSuF ErGiN
Mon 26th Nov '07, 1:43am
08:43 am in Turkey
:D:D
still the same old 3.6.8 :P
Chazel
Mon 26th Nov '07, 1:48am
12:48 in Houston, TX
Diver
Mon 26th Nov '07, 1:49am
15:49 in Tokyo :)
really looking forward to see the new version in action
Mazinger
Mon 26th Nov '07, 1:50am
Good morning everybody!
Waiting for the upgrade. :D
btw, will we the board closed while it's being upgraded?
Icy
Mon 26th Nov '07, 1:55am
Waiting sux
http://img253.imageshack.us/img253/2360/angerhq1.png
RvG
Mon 26th Nov '07, 1:55am
i think they will create a "forum2" folders which copied already the whole database/files on it. it can be done after renaming this folder to "forum" based v3.7.0 within seconds so no downtime. :)
Floris
Mon 26th Nov '07, 1:55am
Good morning everybody!
Waiting for the upgrade. :D
btw, will we the board closed while it's being upgraded?
Sure.
sinucello
Mon 26th Nov '07, 2:01am
Hi,
http://www.forums.mlb.com/n/pfx/forum.aspx?folderId=1&listMode=13&nav=messages&webtag=ml-astros
I just had a look at the homepage of the community-software company and I was really happy to see that they understand the importance of a seamless login if you include a community on your site:
http://www.prospero.com/platform_seamless_authenication.asp
Well, nice pictures still doesn`t mean their software is better than vB but marketing-wise it`s great and sounds really tempting and promising.
all the best,
Sacha
Ksb2050
Mon 26th Nov '07, 2:05am
Well its 02:04 AM Monday over here in Pennsylvania (USA). Who's time zone we going by XD
Waiting bites, but im here :D
Floris
Mon 26th Nov '07, 2:06am
It is still quite early in the UK, the majority of the staff isn't online yet. If anybody need to take a shower or buy a bagel, go ahead.. :)
Chazel
Mon 26th Nov '07, 2:06am
We're going by England's. It's 7:06AM there..
joelcont
Mon 26th Nov '07, 2:12am
It is still quite early in the UK, the majority of the staff isn't online yet. If anybody need to take a shower or buy a bagel, go ahead.. :)
:D im thiking on going to sleep ...its 2:11am lol ima look at it again till 8am b4 going to work:cool:
ShadowWeaver
Mon 26th Nov '07, 2:14am
damn, another fine reason to update my licence. ;)
Thanks for the great feature list presented. Lets hope the beta will be short and painless and we all get a nice christmas present. :D
Mazinger
Mon 26th Nov '07, 2:16am
Kier usually comes afternoon, may it will be installed by 3:00 PM (England time).
Ksb2050
Mon 26th Nov '07, 2:24am
It is still quite early in the UK, the majority of the staff isn't online yet. If anybody need to take a shower or buy a bagel, go ahead.. :)
And miss all this waiting??!?!?? :D
Haha I don't care that much, I just happened to be up anyways. But now I think sleep is good for the upcoming work shift ;)
Floris
Mon 26th Nov '07, 2:27am
And miss all this waiting??!?!?? :D
Haha I don't care that much, I just happened to be up anyways. But now I think sleep is good for the upcoming work shift ;)
Or maybe I am just trying you to let your guard down ;p
eth0
Mon 26th Nov '07, 2:33am
Kier usually comes afternoon, may it will be installed by 3:00 PM (England time).
which means around 10PM at my side. alright gonna wait for this
Chazel
Mon 26th Nov '07, 2:40am
It's almost 8AM in England. :)
hcmagix
Mon 26th Nov '07, 2:47am
nice infos :)
I have a question to User Picture Galleries
Can a user make different albums in his gallerie?
I mean its better to sort my own pictures.
Bilal
Mon 26th Nov '07, 2:52am
Holly cows, I am waiting since morning and now it's 12:45pm here (I am on GMT+5 zone ;)) can't wait to download vb 3.7 :D it's a major breakthrough..
Kepp up the good works guys..
Onimua
Mon 26th Nov '07, 2:59am
It is still quite early in the UK, the majority of the staff isn't online yet. If anybody need to take a shower or buy a bagel, go ahead.. :)
Can we just skip the shower? :p
I hope that Scott and the other developers traced that bug and fixed it. It'd be a shame if it gets held back a day or so... may not be much, but it's so close I can taste it! *licks screen* :p
Floris
Mon 26th Nov '07, 3:00am
nice infos :)
I have a question to User Picture Galleries
Can a user make different albums in his gallerie?
I mean its better to sort my own pictures.
I believe you can make multiple albums.
Chazel
Mon 26th Nov '07, 3:04am
... and now we wait. :p
Does work start at 8, Floris - or later?
seangworld
Mon 26th Nov '07, 3:10am
im a bit excited.
Floris
Mon 26th Nov '07, 3:10am
... and now we wait. :p
Does work start at 8, Floris - or later?
I do tech support from home, I don't work in the office, so I don't know exactly what time. I can imagine it will be UK business hours.
ChatBum
Mon 26th Nov '07, 3:12am
can't wait. !!!
Freesteyelz
Mon 26th Nov '07, 3:16am
I do tech support from home
I'd like to have that luxury, Floris. I worked at home in the past but no longer. Sigh... :) At least I have the luxury of creating my own hours. :D
Moving on to 3.7...
pipedreams
Mon 26th Nov '07, 3:17am
I feel like child on the morning of Christmas :p
I'm based in Ireland so am in the same time zone as England, but I feel it will be after lunch before we see anything...
lifanovsky
Mon 26th Nov '07, 3:18am
GMT+3 - 11.20 here now. Can''t wait to see, but I guess its still too early in UK. But I''m sure its worth waiting! 8)
Mez
Mon 26th Nov '07, 3:20am
Don't expect it too soon - I as one of the devs have to keep office hours, and I've just woken up, read the insane amount of replies @ Home... It'll be at least a couple of hours till we're all in the office, then test runs have to be done, and everything has to be finalised. Plus there's that big bug. Be patient guys, Good things come to those who wait.
seangworld
Mon 26th Nov '07, 3:23am
what big bug?
cpvr
Mon 26th Nov '07, 3:23am
It's only 7:23 am in the UK. I'm sure they'll upgrade it soon.
Chazel
Mon 26th Nov '07, 3:24am
It's 8:23 in the UK. :)
seangworld
Mon 26th Nov '07, 3:25am
it's still 10:25pm here in hawaii. :)
Chazel
Mon 26th Nov '07, 3:26am
In Houston it's 2AM, all I know is that the UK is 6 hours ahead from CST.
TomJames
Mon 26th Nov '07, 3:27am
Can't wait to see this when I get home..
Mez
Mon 26th Nov '07, 3:32am
what big bug?
http://www.vbulletin.com/forum/showthread.php?p=1452675#post1452675
It's 8:23 in the UK. :)
correct - well 08:32 now
Floris
Mon 26th Nov '07, 3:32am
I'd like to have that luxury, Floris. I worked at home in the past but no longer. Sigh... :) At least I have the luxury of creating my own hours. :D
Moving on to 3.7...
Personal reasons make it a necessity, I'd love to move to the UK and work business hours in the office.
Samy
Mon 26th Nov '07, 3:34am
Hi
GMT+1 - 9:30AM in Spain :D
jakWEB
Mon 26th Nov '07, 3:42am
Ok, after all posted there time... :rolleyes:
06:42pm here in Brisbane Australia!
Mansour_Q
Mon 26th Nov '07, 3:57am
I Got Rest Day To Day Just For Test The New Things .. :)
Almost 12pm In Qatar ..
hcmagix
Mon 26th Nov '07, 4:01am
I believe you can make multiple albums.
thx 4 info
ChatBum
Mon 26th Nov '07, 4:01am
are they going to wait till the last min of the day?
Chazel
Mon 26th Nov '07, 4:03am
Martin said this earlier:
Don't expect it too soon - I as one of the devs have to keep office hours, and I've just woken up, read the insane amount of replies @ Home... It'll be at least a couple of hours till we're all in the office, then test runs have to be done, and everything has to be finalised. Plus there's that big bug. Be patient guys, Good things come to those who wait.
Nikke
Mon 26th Nov '07, 4:05am
The day has just started, and even if, there will always be a new day :)
Njm-Alryiadh
Mon 26th Nov '07, 4:05am
in saudia arabia 12:4 pm
still waiting :)
bryan0070
Mon 26th Nov '07, 4:11am
I am still waiting also, and i have question are we still going to be able to download old versions of vbulletin after the upgrade
adnan2007
Mon 26th Nov '07, 4:13am
I'm starting to get excited.
I wonder how long they're gonna wait until they release the beta.
Here's my suggestion 15 mins sounds appropriate.
:)
jadmperry
Mon 26th Nov '07, 4:15am
4:14 am EST...I guess I will give in and sleep. I didn't get bagel or shower :mad: ....but I have something to look forward to tomorrow!!!:D
Shanj
Mon 26th Nov '07, 4:18am
Sending the devs lots of love and best wishes. Don't worry if it's a bit late because of the bug. Better to get it right than get it rushed. So take it steady and we'll all give you three cheers when it appears.
Me UK finish my main work today at 2pm/ 14.00 and would be great to see it then. But also nice in the quiet hours of evening when I can play ... and I've only one apointment tomorrow!
So go steady guys switch off as much of the pressure as you can, so you can enjoy this too.
Fusion
Mon 26th Nov '07, 4:18am
Man, you're a bunch of bored critters. Get a life! (or job, as the case may be for those in the EU zone of the globe) :p
Scott MacVicar
Mon 26th Nov '07, 4:19am
The time will be UK time during the work day, so say any time in the next 8 hours or so. We're not going to do anything until we're comfortable with it, so posting the time in your current area isn't going to make anything appear quicker.
Ian99
Mon 26th Nov '07, 4:19am
Why do we get so much dross on these threads?
Sorry, but I do not need to know the current time in 10,000 locations.
Strewth....
It makes this entire thread almost worthless....
:(
bryan0070
Mon 26th Nov '07, 4:22am
I have question are we still going to be able to download old versions of vbulletin after this upgrade
jadmperry
Mon 26th Nov '07, 4:25am
Scott,
That's what you want us to think...:p
You guys should be happy everyone is excited...it's like fans camping out three days in line to get first tix to Star Wars...hopefully this will be better than iPhone launch!!!
I can't wait...4:24 am (sorry scott, couldn't resist). Okay, I give up for now, this time, I really am off for some shut eye.
Cheers,
Jason
Freesteyelz
Mon 26th Nov '07, 4:27am
Personal reasons make it a necessity, I'd love to move to the UK and work business hours in the office.
I respect that. :)
Anyway, I'm off to bed. Hopefully when I come home tomorrow 3.7 will be installed. :)
seangworld
Mon 26th Nov '07, 4:31am
Why do we get so much dross on these threads?
Sorry, but I do not need to know the current time in 10,000 locations.
Strewth....
It makes this entire thread almost worthless....
:(
lmfao!
adnan2007
Mon 26th Nov '07, 4:36am
The time will be UK time during the work day, so say any time in the next 8 hours or so. We're not going to do anything until we're comfortable with it, so posting the time in your current area isn't going to make anything appear quicker.
Agreed,
But it'll sure kill some time away :D
hissatsu
Mon 26th Nov '07, 4:37am
By far the most amazing feature based cosmetic update to vbulletin EVER. I can't wait to get this installed. Congrats to the vbulletin team for getting done. Now i cant wait for the upgrade and a new core vB 4.0
ChatBum
Mon 26th Nov '07, 4:38am
im off, hopefully when i wake up in 5 hours it might be out.
Fusion
Mon 26th Nov '07, 4:41am
I have question are we still going to be able to download old versions of vbulletin after this upgrade
Yes, the 3.6.x and 3.5 branches will still be available.
Floris
Mon 26th Nov '07, 4:49am
I am still waiting also, and i have question are we still going to be able to download old versions of vbulletin after the upgrade
The announcement says that 3.7 will be here, used, on vBcom. But that does not mean it will be downloadable. So .. 3.6.8pl2 will still be the latest version. And once 3.7 is out, it will be the same in the download area for your license as it is right now with the download list. 3.6 will also be in that list.
Mr-Mo3ath
Mon 26th Nov '07, 5:00am
when well be 3.7
add in vBulletin.com
im waiting :)
Ranger375
Mon 26th Nov '07, 5:07am
I look forward to rereading the same post (over and over again) after you guys make 3.7 live: "how can I download 3.7?" :D
Nikke
Mon 26th Nov '07, 5:12am
Yeah, everyone should remember that when it's out today, you only see how it works here. You can't download it and install it.
seangworld
Mon 26th Nov '07, 5:13am
lol
i really really want the hack that makes my vb/vbadvanced look like myspace or a variation thereof....
loaf
Mon 26th Nov '07, 5:20am
The time will be UK time during the work day, so say any time in the next 8 hours or so. We're not going to do anything until we're comfortable with it, so posting the time in your current area isn't going to make anything appear quicker.
I look forward to rereading the same post (over and over again) after you guys make 3.7 live: "how can I download 3.7?" :D
I don't look forward to that... I came to the thread to find out if my two PhotoPlog licenses are going to be useless with the photo album in the vB core. If any more info on the "other features" would come out. And whether any of it looked like it was going to keep vB.com from crashing IE on the POS Windows emulator on my work machine. Instead, there were pages and pages of the same fanboy fluff to wade through. I'm as happy as the next guy that an update is coming out but I'd rather have facts over fanatics.
Kier
Mon 26th Nov '07, 5:32am
I've posted answers to a few queries and some clarifications at the end of the announcement thread:
http://www.vbulletin.com/forum/showthread.php?p=1450781#post1450781
Mazinger
Mon 26th Nov '07, 5:35am
Thanks Kier, but the url links to the post before the one you might intended. ;)
loaf
Mon 26th Nov '07, 5:52am
I've posted answers to a few queries and some clarifications at the end of the announcement thread:
http://www.vbulletin.com/forum/showthread.php?p=1450781#post1450781
Thanks, Kier!
DjLuv
Mon 26th Nov '07, 5:58am
WHEN Can we actually download 3.7 from member's area ? WHEN
IS IT TODAY, or sometime later
Shanj
Mon 26th Nov '07, 6:00am
Pooh to old grumpysocks incapable of sharing the fun!
Comparing timezones is fun.
Waiting together is fun!
As for the clot who says get a job, young pipsqueak I'll have you know I work a 12 hour day standard. A quick peep in here is my way of resting my brain from intensive work handling 5 conversations at once involving sensitive people who need a lot of care and diplomacy at every second. Try working a long hour day seven day week sometime and see how you like it.
And now back to the sacred vigil. Light a candle anyone?
Reminds me of waiting all night on the street to buy Dylan tickets in the 70s.
Floris
Mon 26th Nov '07, 6:01am
WHEN Can we actually download 3.7 from member's area ? WHEN
IS IT TODAY, or sometime later
Obviously not today. Please read the announcement.
Shanj
Mon 26th Nov '07, 6:03am
DJLuv it
ll be today all going well.
If there's an unexpected problem it might be LATE today like 18.00 or later GMT
Any human plan is vulnerable to crashing when it contacts reality. But the plan is to see 3.7 in action here later today.
Then a release shortly after when it proves comfortable to use.
DjLuv
Mon 26th Nov '07, 6:04am
Thanx, i think it will all go well today, and i expect to start using it on my forum before this weekend.
sinucello
Mon 26th Nov '07, 6:08am
ah sorry, I should relax before I post.
Helmut71
Mon 26th Nov '07, 6:16am
according to the annoucment - the new VB 3.7 should be available in a few days...
I am really looking forward testing it here and using it on my site.
MrNase
Mon 26th Nov '07, 7:08am
Hey guys, it's Monday. :)
MommiesUnitedAdm
Mon 26th Nov '07, 7:12am
7:10 am in MA...still waiting :)
pipin
Mon 26th Nov '07, 7:14am
I've posted answers to a few queries and some clarifications at the end of the announcement thread:
http://www.vbulletin.com/forum/showthread.php?p=1450781#post1450781
thx.
One further question about Social Group Public Messaging
I don't know if I understand the made statement, will there be an option to do private message to all members of the group, which will sent to the users pm inbox?
ReQueM
Mon 26th Nov '07, 7:15am
GMT+2 TR
Mon 26th, 14:12pm :D
ragtek
Mon 26th Nov '07, 7:17am
thx.
One further question about Social Group Public Messaging
I don't know if I understand the made statement, will there be an option to do private message to all members of the group, which will sent to the users pm inbox?
no
there is a own "message area" for them
like a own forum for them
Darat
Mon 26th Nov '07, 7:17am
Hey guys, it's Monday. :)
And Monday in each time zone (unless of course the timezone is going through an adjustment for something like "daylight saving") consists of 24 hours....
Barakat
Mon 26th Nov '07, 7:29am
still waitting >>>
Ranger375
Mon 26th Nov '07, 7:33am
Do you people think that you are going to make it arrive any faster? You're just acting like a bunch of kids, not to mention annoying the heck out of everyone else. :rolleyes:
An-Dr
Mon 26th Nov '07, 7:36am
We are waiting :D
Sychev_S
Mon 26th Nov '07, 7:37am
I still think developers should re-think profile ratings. Reputation can be used to rate forum posters and profile ratigns (out of 5 or 10) can be used to rate profiles. Who's with me?
DjLuv
Mon 26th Nov '07, 7:40am
I still think developers should re-think profile ratings. Reputation can be used to rate forum posters and profile ratigns (out of 5 or 10) can be used to rate profiles. Who's with me?
i am with you, but i don't want any DELAY in this matter, if they are not able to put profile rating this time, release in next update :p
bryan0070
Mon 26th Nov '07, 7:42am
is the vbulletin admin demo board going to be updated to this new version 3.7 soon
jw0ollard
Mon 26th Nov '07, 7:43am
I've posted answers to a few queries and some clarifications at the end of the announcement thread:
http://www.vbulletin.com/forum/showthread.php?p=1450781#post1450781
Kier!! You've made my day! I was just hoping and praying that this would be done in 3.7 or 4.0.
And I hope I wasn't one of the ones who made you feel the need to clarify what exactly you were using YUI for. I was never under the impression that you had actually replaced all of the vB JS with YUI, but I guess I did ask to what extent you'd replaced things. (And if I remember correctly, the answer was some AJAX things had been replaced and nothing else).
Now I have one more thing to look forward to playing around with! (The YUI Compressor + the vB JS.) :D;)
----
Oh, and take that, whoever was being really rude to me for asking about the YUI compressor. (Not any of the staff... :p)
Can't wait!
P.S. - Scott, I don't think people are posting their local time to say "I'm waiting, darn it".. I see this all the time on fan sites for TV shows and what not. It's just your average ---> Caffeine + General excitement = A countdown... haha. If this was against the forum rules, then OK, but I think you'd want people to be excited for the public unveiling? :p
Shanj
Mon 26th Nov '07, 7:48am
Do you people think that you are going to make it arrive any faster? You're just acting like a bunch of kids, not to mention annoying the heck out of everyone else. :rolleyes:
Time is very subjective Ranger so yes if we have fun while waiting it'll feel a lot quicker.
What on EARTH is wrong with acting like kids?
I LIKE kids (mostly). I feel sorry for anyone who CAN'T act like a kid. If you can't be childlike you can't innovate, create, or HAVE FUN.
your argumentum ad hominem not justified. The silliness might be annoying some people but you have no evidence it's annoying all or even a majority. All you have is your own personal annoyance. Which DOES matter, not petty. But still you, not a crowd. Sorry your grownup side is so crushing that a little fun irritates you such a lot.
However a really positive point here is your annoyance is a feeling and THAT arises from the childish side of you. So thank goodness your childish side IS alive and well.
:)
EnIgMa79
Mon 26th Nov '07, 7:51am
WHEN Can we actually download 3.7 from member's area ? WHEN
IS IT TODAY, or sometime later
They'll probably release once they feel it stable enough :D
Have everyone test it first and see how it fares on a live board as big as this.
Ranger375
Mon 26th Nov '07, 7:53am
Time is very subjective Ranger so yes if we have fun while waiting it'll feel a lot quicker.
What on EARTH is wrong with acting like kids?
I LIKE kids (mostly). I feel sorry for anyone who CAN'T act like a kid. If you can't be childlike you can't innovate, create, or HAVE FUN.
your argumentum ad hominem not justified. The silliness might be annoying some people but you have no evidence it's annoying all or even a majority. All you have is your own personal annoyance. Which DOES matter, not petty. But still you, not a crowd. Sorry your grownup side is so crushing that a little fun irritates you such a lot.
However a really positive point here is your annoyance is a feeling and THAT arises from the childish side of you. So thank goodness your childish side IS alive and well.
:)
You realize that all the "its 5:00 here...we're stilllll waiiiiiitinggggg" posts (and yes, this post) just defeats the purpose of this thread, ultimately leading to:
"when does 3.7 come out"
"when will it be released"
"when can we download 3.7"
"will 3.7 have a spaceship plugin that can take me back to my home planet?"
Mainly due to the fact that noone wants to cycle through 15 pages when they can just ask the same question over and over.
my dos centavos
optrex
Mon 26th Nov '07, 7:59am
However a really positive point here is your annoyance is a feeling and THAT arises from the childish side of you. So thank goodness your childish side IS alive and well.
:)
I love this thread, its one of the funniest ones on the forum. Anyway, I'd like to give my thanks to everyone behind the scenes at vB who is working hard to get this version out today on vb.com
I'm looking forward to seeing the results over the next 5 or 6 hours and hope that non of you have to put in the dreaded overtime to get it out.
MommiesUnitedAdm
Mon 26th Nov '07, 8:00am
Sorry our childish excitment is getting to you Ranger375 I hope your inner child escapes soon so you too can feel the anticipation and excitment of waiting for something this kewl.
BTW 8am in MA and yeah, I'm still waiting :P
Mazinger
Mon 26th Nov '07, 8:03am
I still think developers should re-think profile ratings. Reputation can be used to rate forum posters and profile ratigns (out of 5 or 10) can be used to rate profiles. Who's with me?
Profile rating seems to be a terrible idea for me.
Think about it, how many times you can rate a profile? One? What If you want to change your vote? What if they allowed changing votes? Wouldn't that be abit of mess?
Reputation is the best feature I've seen yet that do the job.
dkon26
Mon 26th Nov '07, 8:04am
If this thread annoys you, dont keep reading it.. Go somewhere else! Your pretty much only annoying yourself!
Ranger375
Mon 26th Nov '07, 8:05am
lol alright kids, drive on with your bad selves:rolleyes:.
Shanj
Mon 26th Nov '07, 8:06am
Mainly due to the fact that noone wants to cycle through 15 pages when they can just ask the same question over and over.
Yes I understand that. I also find it mildly annoying when questions are repeatedly asking when things are due when Kier's first post tells us. But then compassion counsels peiople are either excited or tired (so many are these days of long hours culture <sigh>)
It's not hard to skim through in a few seconds.
You'll see soon enough when the hard data comes through.
Shanj
Mon 26th Nov '07, 8:07am
lol alright kids, drive on with your bad selves:rolleyes:.
Hey Ranger's cool! Kisses big guy!
RvG
Mon 26th Nov '07, 8:13am
I will wait here till 11:59 PM :)
now it's 4:10 PM ;)
dkon26
Mon 26th Nov '07, 8:16am
Would you all prefer bugs or to wait for them to finish up? Id rather see it worked out even if it meant going live tomorrow instead of today. Either way, good job VB. Now you can sink the competition!
jluerken
Mon 26th Nov '07, 8:21am
Hi, I have a question to the Navbar Notices Feature.
Are those rules combined with an AND or with an OR?
Example from your Screenshot.
First Mark "User belongs to group" Registered User
Second Mark "User does not belong to group" Administrator
Both ticket and combined with an AND means:
Show this to all users in group Registered users but not when they're in the Administrator group.
Both ticket and combined with an OR mean:
Show this to all users if they belong to the group Registered users or Admins only.
So how is this exactly working?
Razasharp
Mon 26th Nov '07, 8:24am
Floris don't you sleep? I thought I was bad - but it looks like you been up all night!!
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.