XMB Forum
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: [0000065] Signature areas
mundoo
Member
***


Avatar


Posts: 118
Registered: 9-6-2006
Location: Hindmarsh Island, Australia
Member Is Offline

Mood: The early bird may get the worm, but the second mouse gets the cheese.

[*] posted on 6-21-2008 at 02:04 AM
[0000065] Signature areas


I am wondering if it will be possible to have a restriction in size of the signature area?

Often the signature is larger than the actual message and can overpower a thread when you have many members using that area with huge graphics and lists etc.

We actively police this and have requested (and made it a board rule) to not have graphics in that area and also limited to 6 lines of text. To achieve this at present we are continually watching and requesting members to alter their signature area.

Ideally I would like a field where a restriction in the size of the signature area could be placed (like the avatar can have a size restraint placed) so that the mods/admin aren't continually dealing with this area.

Members forget the 'rule' or it didn't register with them in the first place.

Any chance of a field to be able if wanted, to restrict the size of the signature area in the settings?




Vicki
Hindmarsh Island, South Australia

Postcrossing Forum
View user's profile Visit user's homepage View All Posts By User
miqrogroove
XMB 1.9.11 Lead Developer
*********


Avatar


Posts: 3380
Registered: 10-1-2002
Location: Michigan
Member Is Offline

Mood: $allowurlcode = ( $ismood != 'yes' );

[*] posted on 6-21-2008 at 02:41 AM


So it would be a limit by line count plus a limit by [img] size?
View user's profile Visit user's homepage View All Posts By User
Mouser
XMB Contributor
*******


Avatar


Posts: 1152
Registered: 4-14-2008
Member Is Offline

Mood: Browsing

[*] posted on 6-21-2008 at 06:46 AM


I like this one!
Would it be an idea to strip the IMG tags from the signatures, and limit the signature to a certain amount of characters?




View user's profile View All Posts By User
mundoo
Member
***


Avatar


Posts: 118
Registered: 9-6-2006
Location: Hindmarsh Island, Australia
Member Is Offline

Mood: The early bird may get the worm, but the second mouse gets the cheese.

[*] posted on 8-14-2010 at 01:29 AM


Back with this after just spending 2 hours U2Uing 'shorten your signature please or remove the huge graphic from it' messages to members.

I actually would like to ask a different option as well.

I would like the option to turn the whole signature area OFF so the admin have a choice of either limiting sig area size or having it off completely.

This could go in the Settings section of the Admin Panel.




Vicki
Hindmarsh Island, South Australia

Postcrossing Forum
View user's profile Visit user's homepage View All Posts By User
Mouser
XMB Contributor
*******


Avatar


Posts: 1152
Registered: 4-14-2008
Member Is Offline

Mood: Browsing

[*] posted on 8-14-2010 at 10:14 AM


*Fast forward two years..*


So you want an option to turn Off ALL signatures, for everyone?

I once had an option in the userprofiles for users to choose if they wanted to see signatures or not.
So that's why I'm asking.



If so, that's quite easy.

viewthread.php (XMB 1.9.11 as example here)
This shows the signature
Code:
if ($post['usesig'] == 'yes') {
$post['sig'] = postify($post['sig'], 'no', 'no', $forum['allowsmilies'], $SETTINGS['sightml'], $SETTINGS['sigbbcode'], $forum['allowimgcode'], false);
eval("\$post['message'] .= \"".template('viewthread_post_sig')."\";");
} else {
eval("\$post['message'] .= \"".template('viewthread_post_nosig')."\";");
}


Replace with this

Code:
// if ($post['usesig'] == 'yes') {
// $post['sig'] = postify($post['sig'], 'no', 'no', $forum['allowsmilies'], $SETTINGS['sightml'], $SETTINGS['sigbbcode'], $forum['allowimgcode'], false);
// eval("\$post['message'] .= \"".template('viewthread_post_sig')."\";");
// } else {
eval("\$post['message'] .= \"".template('viewthread_post_nosig')."\";");
// }


Done. Now no one sees a signature :)






What do you think of this method?
http://forums.xmbforum.com/viewthread.php?tid=757580#pid1250486
Maybe replace with an XMB function we have now, to softly cut it off.




View user's profile View All Posts By User
Jason Fairmount
Member
***


Avatar


Posts: 52
Registered: 1-13-2008
Member Is Offline

Mood: No Mood

[*] posted on 8-14-2010 at 05:54 PM


Not to steer TOTALLY off-topic, but one of my upcoming questions was going to be about signatures.

I was going to ask "Is there a way to allow all signatures ONLY on certain sections of the forum"; but
my only other guess as far as making the option to showing up as a selection, would have been on
the forum section's options.
View user's profile View All Posts By User
Carolyn
Experienced
*****


Avatar


Posts: 331
Registered: 6-15-2002
Member Is Offline

Mood: No Mood

[*] posted on 8-14-2010 at 10:03 PM


I also have problems with large signatures on my board. My preference in dealing with this would be for each member to have an option in their control panel that would turn off signatures. That would allow, for example, a member to stop the display of signatures when they're browsing the board with a small cell phone screen.
View user's profile Visit user's homepage View All Posts By User
mundoo
Member
***


Avatar


Posts: 118
Registered: 9-6-2006
Location: Hindmarsh Island, Australia
Member Is Offline

Mood: The early bird may get the worm, but the second mouse gets the cheese.

[*] posted on 8-15-2010 at 04:48 AM


Quote: Originally posted by Mouser  
*Fast forward two years..*

So you want an option to turn Off ALL signatures, for everyone?


Or limit the size of the area :bald:

Quote:
I once had an option in the userprofiles for users to choose if they wanted to see signatures or not.
So that's why I'm asking.


Now there's a thought.

Instead of an all or nothing situation it could be selective as per member.

Interesting.

Quote:
If so, that's quite easy.


Thanks for that. Will talk to my mods and see what they think about this as a possible solution.





Vicki
Hindmarsh Island, South Australia

Postcrossing Forum
View user's profile Visit user's homepage View All Posts By User
Carolyn
Experienced
*****


Avatar


Posts: 331
Registered: 6-15-2002
Member Is Offline

Mood: No Mood

[*] posted on 8-15-2010 at 01:47 PM


Quote: Originally posted by Mouser  
*Fast forward two years..*

I once had an option in the userprofiles for users to choose if they wanted to see signatures or not.

My board once had that option, too. I installed it as a hack/mod for XMB 1.6 Magic Lantern.
View user's profile Visit user's homepage View All Posts By User
John Briggs
XMB Contributor
*****


Avatar


Posts: 2691
Registered: 2-12-2002
Location: Illinois
Member Is Offline

Mood: Great :)

[*] posted on 8-15-2010 at 01:50 PM


Quote: Originally posted by Carolyn  
Quote: Originally posted by Mouser  
*Fast forward two years..*

I once had an option in the userprofiles for users to choose if they wanted to see signatures or not.

My board once had that option, too. I installed it as a hack/mod for XMB 1.6 Magic Lantern.


This is one of my mods. You will need to update it/adapt it to 1.9.11 but it has been around a long time.

Attachment: View_Signatures_In_Threads_Option_v1.0.zip (14kB)
This file has been downloaded 7 times





Retired XMB Contributor
View user's profile Visit user's homepage View All Posts By User This user has MSN Messenger

  Go To Top

Powered by XMB 1.9.11
XMB Forum Software © 2001-2010 The XMB Group
[Queries: 17] [PHP: 68.1% - SQL: 31.9%]