Verified:

hsifreta Game profile

Member
1797

Mar 29th 2014, 6:40:14

can we have them back? i'd like to have a signature.

Edited By: qzjul on Jul 18th 2016, 5:06:50
See Original Post

Marshal Game profile

Member
32,589

Mar 29th 2014, 9:52:06

sure we can but doubt its high on qz's to do list.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

bstrong86 Game profile

Member
2482

Mar 29th 2014, 11:15:44

Marshal, how about you let qz handle his BS board regarding what and how he wants to deal with stuff.

K thx bai
The Death Knights

XI

hsifreta Game profile

Member
1797

Mar 30th 2014, 0:46:29

ah okay. thanks, Marshal

qzjul Game profile

Administrator
Game Development
10,263

Mar 31st 2014, 0:46:52

I'll get to this eventually =/
Finally did the signature thing.

qzjul Game profile

Administrator
Game Development
10,263

Jul 18th 2016, 5:06:30

added!
Finally did the signature thing.

Marshal Game profile

Member
32,589

Jul 18th 2016, 13:05:59

minor bug: when i click poster's name i see also edit box for my signature.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

qzjul Game profile

Administrator
Game Development
10,263

Jul 18th 2016, 23:02:01

Originally posted by Marshal:
minor bug: when i click poster's name i see also edit box for my signature.


ya i noticed that =( i'll fix soon
Finally did the signature thing.

Forgotten

Member
1605

Jul 19th 2016, 2:56:06

this also needs fixing
~LaF's Retired Janitor~

Don Forgo Game profile

Member
82

Jul 19th 2016, 5:08:16

Should limit it to a certain amount of lines

drkprinc Game profile

Member
5114

Jul 19th 2016, 8:45:46

or have the option blocked for those who abuse it ;)
(<(<>(<>.(<>..<>).<>)<>)>)

zz.ghqnet.com - 0.o
http://LaF.center - LaF
imp.ghqnet.com - IMP

Don Forgo Game profile

Member
82

Jul 19th 2016, 8:53:34

i'm a good QA tester.

Marshal Game profile

Member
32,589

Jul 19th 2016, 12:49:33

Originally posted by drkprinc:
or have the option blocked for those who abuse it ;)


you can choose not to show sigs.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Celphi Game profile

Member
EE Patron
6312

Jul 20th 2016, 6:24:47

Here ya go. Use this to limit the lines for sigs.


<?php

// uncomment the appropiate linebreak
define(LINEBREAK, '<br>');
//define(LINEBREAK, "\r");
//define(LINEBREAK, "\n");


// this sets maximum lines per sig
$maxlines = 4;

// splits line breaks into arrays
$pieces = strpos($string, LINEBREAK) ? explode(LINEBREAK, $string) : $string;

// counts line breaks
$numOfBreaks = count($pieces);

// defines maxlines appropiately
$maxlines = $numOfBreaks - $maxlines;

// removes extra lines
for ($i=0;$i<$maxlines;$i++){
array_pop($pieces);
}

// places arrays back together
$whole = implode($pieces, LINEBREAK);

//echos new signature
print_r($whole);
Resistance is futile. You will be assimilated.

Don Forgo Game profile

Member
82

Jul 20th 2016, 9:54:31

My amazing QA work creates jobs for coders!

Marshal Game profile

Member
32,589

Jul 20th 2016, 13:33:50

4 is too little.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Celphi Game profile

Member
EE Patron
6312

Jul 21st 2016, 1:29:55

That's why I made it easily adjustable. You just change one value.
Resistance is futile. You will be assimilated.

Marshal Game profile

Member
32,589

Jul 21st 2016, 12:27:33

8-10 is suitable (with char limit).
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

NukEvil Game profile

Member
4327

Jul 22nd 2016, 17:44:34

Hey, just a cosmetic thing, but can we not have the signature input textbox/submit button display on profile pages of other users?
I am a troll. Everything I say must be assumed to be said solely to provoke an exaggerated reaction to the current topic. I fully intend to bring absolutely no substance to any discussion, ongoing or otherwise. Conversing with me is pointless.

Marshal Game profile

Member
32,589

Jul 22nd 2016, 19:08:56

reported that already, will be fixed someday.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....