EvilZone

Community => News and Announcements => : Kulverstukas November 21, 2011, 04:44:42 PM

: Quick-reply field fix
: Kulverstukas November 21, 2011, 04:44:42 PM
I am not sure if I am the only one having this problem, but I think I am not. So basically after the update, the current theme is not very compatible now and the only bug that can be seen is the quick-reply box, which is out of the screen. This has been annoying me for long enough, so I made a Greasemonkey script to fix this.

This script will set the text box as it was before. To run it, install Greasemonkey to FireFox and add this script.
Follow this link (http://my.opera.com/Contrid/blog/2007/02/11/how-to-greasemonkey-in-opera) to see how to run them in Opera.

Code mirror: http://newage.ql.lt/projects/other/EZquickfix.user.js

:
// ==UserScript==
// @name Evilzone quick-reply field fix
// @namespace Kulverstukas
// @description Fixes little bug in a theme which makes quick-reply field very large
// @include http://evilzone.org/*
// @include http://www.evilzone.org/*
// ==/UserScript==
var alltags = document.evaluate("//textarea[@name='message']",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
alltags.snapshotItem(0).setAttribute('cols','100')
: Re: Quick-reply field fix
: FuyuKitsune November 21, 2011, 06:54:13 PM
Cool, thanks. I was just ignoring it since it didn't break anything but it looks much better.
: Re: Quick-reply field fix
: iAmLuFFy November 21, 2011, 09:45:41 PM
hey brother why to use script?
Can't you fix it from main code?
: Re: Quick-reply field fix
: Kulverstukas November 22, 2011, 07:19:09 AM
hey brother why to use script?
Can't you fix it from main code?
Not at the moment.
: Re: Quick-reply field fix
: ande November 26, 2011, 08:33:10 PM
hey brother why to use script?
Can't you fix it from main code?

We can, but not sure how much work we are willing to put into this board. As a few already know, we are working on something big. No need to put any more effort into this system.
: Re: Quick-reply field fix
: iAmLuFFy November 26, 2011, 09:21:07 PM
We can, but not sure how much work we are willing to put into this board. As a few already know, we are working on something big. No need to put any more effort into this system.

 
Oh well.... just don't tell me that you are gonna put an end to this family..
becoz i love this family so much buddy... by the way what are you guys cooking ha... can you pm me?
 
just kidding.... must be somthing bigger... if you are into that :D
: Re: Quick-reply field fix
: Kulverstukas November 26, 2011, 09:35:18 PM
The family will move to another home :)
: Re: Quick-reply field fix
: bubzuru November 26, 2011, 11:31:45 PM
The family will move to another home :)

you guys getting a dedi ??
or have you already got one, what host you running on
: Re: Quick-reply field fix
: ovi_x November 26, 2011, 11:59:32 PM
is it me  or reply is slow like ages
 
: Re: Quick-reply field fix
: ande November 27, 2011, 12:37:14 AM
you guys getting a dedi ??
or have you already got one, what host you running on

We're on a cloud VPS.


is it me  or reply is slow like ages

Yah, there is some problem with posting and sending PM's, not every time but most of the time. Rather annoying. But it goes trough, you just have to let it finish.
: Re: Quick-reply field fix
: FuyuKitsune November 27, 2011, 01:07:50 AM
is it me  or reply is slow like ages
But it goes trough, you just have to let it finish.
Posting is really quick, what's slow is the page load after. Your post is sent almost immediately. After posting, hit back and refresh the page (or just refresh if you're using quick-reply), your post should be there.
: Re: Quick-reply field fix
: ande November 27, 2011, 02:18:33 AM
Posting is really quick, what's slow is the page load after. Your post is sent almost immediately. After posting, hit back and refresh the page (or just refresh if you're using quick-reply), your post should be there.

Hmm, could come in handy. Its a really odd problem. Never had it before recently.
: Re: Quick-reply field fix
: Tsar December 01, 2011, 06:44:11 PM
We can, but not sure how much work we are willing to put into this board. As a few already know, we are working on something big. No need to put any more effort into this system.

Sounds cool, any ETA on the project?
: Re: Quick-reply field fix
: ande December 01, 2011, 07:51:41 PM
Sounds cool, any ETA on the project?

Idk, any special date upcoming soon? :P
: Re: Quick-reply field fix
: Tsar December 02, 2011, 09:46:50 PM
2012? The beginning of the end?
: Re: Quick-reply field fix
: Kulverstukas December 02, 2011, 11:19:23 PM
2012? The beginning of the end?
Would be symbolic. The end of the world is the beginning of Evil-Zone.
:D
: Re: Quick-reply field fix
: PublicEnemy December 02, 2011, 11:36:47 PM
Maybe the beginning of Evil-Zone will cause the end of the world.
: Re: Quick-reply field fix
: Stackprotector December 03, 2011, 12:19:11 PM
Find:
:
#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}

Replace:
:
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}

Ande this shall do it i guess
: Re: Quick-reply field fix
: ande December 06, 2011, 04:02:42 PM
Find:
:
#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}

Replace:
:
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}

Ande this shall do it i guess

Fixolinî.
: Re: Quick-reply field fix
: Stackprotector December 06, 2011, 06:39:45 PM
le lock