-
Myobokuzan
-
Senior Member
|
|
|
 |
Re: 324 Error
The problem is chrome. You need a better web browser, like internet explorer.
|
|
| |
|
|
-
|
|
|
 |
Re: 324 Error
 Originally Posted by Ldude
The problem is chrome. You need a better web browser, like internet explorer.
:rofl: good one good one.... ehh but seriousy
|
|
| |
|
|
-
-
Winner of nothing.
|
|
|
 |
Re: 324 Error
It's not even a big problem. Just reload the page again.
|
|
| |
|
|
-
Wangy's Oreo
|
|
|
 |
Re: 324 Error
 Originally Posted by Ldude
The problem is chrome. You need a better web browser, like internet explorer.
Funniest thing I have heard today.
|
|
| |
|
|
-
Myobokuzan
|
|
|
 |
Re: 324 Error
 Originally Posted by Ldude
The problem is chrome. You need a better web browser, like internet explorer.
It's obviously not chrome as it doesn't happen on ANY OTHER SITE!
 Originally Posted by Scylla
:rofl: good one good one.... ehh but seriousy 
Stop spamming the thread. It's a serious issue I would like addressed.
 Originally Posted by NicholasAkatsumi
I use FireFox... so ...
So......what? You just decided to spam?
 Originally Posted by Takure
It's not even a big problem. Just reload the page again.
Well considering it was happening just before the server issues about 6 months ago I thought I would bring it to the staff members attention.
 Originally Posted by Yasuko Sayomi
Funniest thing I have heard today. 
Again with the spam? GTFO
Thanks for the help guys! @_@
OT: I would also like to address the "Go to post button" issue. This issue was brought up when we first moved to vB 4.2 an it still hasn't been taken care of.
|
|
| |
|
|
-
|
|
|
 |
Re: 324 Error
I don't know about the view post thing, I have been using it for quite a while now and it works fine
|
|
| |
|
|
-
|
|
|
 |
Re: 324 Error
sorry about the spam, the konnichiwa thread that i was reading was side by side with the thread error 324 that i was about to read, after doing the cashier, i lost focused on the thread that i was about to reply on.
*deleted*
OT:
i was experiencing such error when i was using opera. Google work fine tho.
|
|
| |
|
|
Last edited by « Killer Vision »; 01-14-2013 at 04:38 AM.
-
(✿◠‿◠)
|
|
|
 |
Re: 324 Error
 Originally Posted by Sanzen
Oh and can we get the view post button fixed? When you click on it, it opens up a page with just this on it. 
If I remember correctly it had something to do with a bug related with signature re-sizer. Admins haven't figured out a cure for it yet. Other vB forums using the resizer seem to have similar problems.
As for the error - No idea. I do not use chrome and haven't encountered this problem. I will notify an admin about it.
|
|
| |
|
|
-
|
|
|
 |
Re: 324 Error
The view post button is an image as well as a link. When images in posts/signatures are clicked, they don't pop-up like on the old NB, they open in a new tab. When clicked, one tab opens just the image while another tab opens/redirects to the post. Try it once again and tell me the result?
|
|
| |
|
|
-
(✿◠‿◠)
|
|
|
 |
Re: 324 Error
 Originally Posted by Drizzeh
The view post button is an image as well as a link. When images in posts/signatures are clicked, they don't pop-up like on the old NB, they open in a new tab. When clicked, one tab opens just the image while another tab opens/redirects to the post. Try it once again and tell me the result?
Yes, you are right. Currently an extra tab opens for that image besides taking you to the relevant post. That's what needs a fix.
|
|
| |
|
|
Last edited by Lawliet; 01-16-2013 at 12:15 PM.
-
turtles
|
|
|
 |
Re: 324 Error
Fix for the image resizer:
Find this
Code:
$post['message'] = str_replace('<img', '<img style="max-width: ' . $this->registry->options['gquick_autoresize_maxwidth'] . 'px; cursor: pointer;" onclick="window.open(this.src)" ', $post['message']);
Change it to this
Code:
$post['message'] = str_replace('<img', '<img style="max-width: ' . $this->registry->options['gquick_autoresize_maxwidth'] . 'px; " ', $post['message']);
Same thing for the sig if you want
This
Code:
$post['signature'] = str_replace('<img', '<img style="max-width: ' . $this->registry->options['gquick_autoresize_maxwidth'] . 'px; cursor: pointer;" onclick="window.open(this.src)" ', $post['signature']);
Becomes this
Code:
$post['signature'] = str_replace('<img', '<img style="max-width: ' . $this->registry->options['gquick_autoresize_maxwidth'] . 'px; " ', $post['signature']);
Or you can write a function to grab the post image size and resize as necessary, but this forum is probably too big for that. The downside to my quick fix is that you have to right-click and open in a new window (or middle mouse) for full size images.
Edit: Chrome is no better than IE. If you use either, you deserve all of the problems you are bound to encounter. Especially with vbulletin forums.
|
|
| |
|
|
Last edited by gamahiro; 01-14-2013 at 11:39 AM.
-
V-Louch
|
|
|
 |
Re: 324 Error
The post button is fixed. But when you receive the 324 error, can you please check which server you are connected to (and when this was)? You can see the name of the server at the bottom of NarutoBase (homepage).
|
|
| |
|
|
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|