The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Admin CP - Who Voted taking forever?
Just wondering if I'm the only one that's experienced this problem... Before, whenever I would click on the "Who Voted?" link in the Admin CP to see who voted on a poll, it would take forever for the page to load that allows you to select which poll (168 seconds when I checked it). I figured out a simple fix for it, so I was wondering if anyone else experienced this problem or if it was just me... And wondering if it was worth releasing.
|
#2
|
||||
|
||||
I just checked mine and it came up instantly. But I don't have a very active forum and there aren't many threads or posts. I'd be curious to see what you did to fix it, though.
|
#3
|
|||
|
|||
I think I've noticed this before and is the result of just getting the many poll threads and putting them in the combobox.
|
#4
|
||||
|
||||
Yea, that's exactly what it's coming from... It seems though if you reverse the query (pull from the thread and left join the poll) it works much better. Here's what I changed if anyone would like to try it out...
In admin/thread.php find: PHP Code:
PHP Code:
|
#5
|
|||
|
|||
You might want to post in the vB2 Troubleshooting forums and post it as a bug so it can be fixed in the inevidable 2.3.1 (because IMO a 138-sec page is a bug).
|
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
Bofo - Yes, the "thread.open<>10" code there is just telling it not to pull a "redirect" thread, or one that has the "moved:" prefix in front of it. That code should do the exact same thing as the original code, only much faster if you're experiencing problems with the page load time.
Filbert - I've actually posted 3 things (including this one) there over the last week or two, but haven't seen any replies yet. I'm starting to wonder if the devs are even concerned about small bugs in v2.x, or if they're just trying to avoid releasing another version besides 3.0. :ermm: |
#8
|
||||
|
||||
So, that's what the "thread.open<>10" means. I have always wondered about that. Thanks for explaining it to me.
What other small bugs have you posted about? |
#9
|
|||
|
|||
They should still fix bugs in the 2.x.x series considering that's the one that they're selling to consumers.
|
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|