Author Topic: Quick-reply field fix  (Read 4989 times)

0 Members and 1 Guest are viewing this topic.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Quick-reply field fix
« on: 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 to see how to run them in Opera.

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

Code: [Select]
// ==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')
« Last Edit: November 21, 2011, 05:10:04 pm by Kulverstukas »

Offline FuyuKitsune

  • Knight
  • **
  • Posts: 292
  • Cookies: 21
    • View Profile
Re: Quick-reply field fix
« Reply #1 on: 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.

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: Quick-reply field fix
« Reply #2 on: November 21, 2011, 09:45:41 pm »
hey brother why to use script?
Can't you fix it from main code?
iAmLuFFy

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Quick-reply field fix
« Reply #3 on: 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.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Quick-reply field fix
« Reply #4 on: 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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: Quick-reply field fix
« Reply #5 on: 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
iAmLuFFy

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Quick-reply field fix
« Reply #6 on: November 26, 2011, 09:35:18 pm »
The family will move to another home :)
« Last Edit: November 26, 2011, 09:36:51 pm by Kulverstukas »

Offline bubzuru

  • Knight
  • **
  • Posts: 395
  • Cookies: 21
  • everything is contained in the data
    • View Profile
    • New School Tools
Re: Quick-reply field fix
« Reply #7 on: 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
Damm it feels good to be gangsta
http://bubzuru.comule.com

Offline ovi_x

  • Peasant
  • *
  • Posts: 98
  • Cookies: -21
    • View Profile
Re: Quick-reply field fix
« Reply #8 on: November 26, 2011, 11:59:32 pm »
is it me  or reply is slow like ages
 

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Quick-reply field fix
« Reply #9 on: 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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline FuyuKitsune

  • Knight
  • **
  • Posts: 292
  • Cookies: 21
    • View Profile
Re: Quick-reply field fix
« Reply #10 on: 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.
« Last Edit: November 27, 2011, 01:08:59 am by FuyuKitsune »

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Quick-reply field fix
« Reply #11 on: 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.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Tsar

  • Peasant
  • *
  • Posts: 126
  • Cookies: 10
  • turing-recognizable
    • View Profile
Re: Quick-reply field fix
« Reply #12 on: 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?

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Quick-reply field fix
« Reply #13 on: December 01, 2011, 07:51:41 pm »
Sounds cool, any ETA on the project?

Idk, any special date upcoming soon? :P
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Tsar

  • Peasant
  • *
  • Posts: 126
  • Cookies: 10
  • turing-recognizable
    • View Profile
Re: Quick-reply field fix
« Reply #14 on: December 02, 2011, 09:46:50 pm »
2012? The beginning of the end?