Forum Activity for @strumelia

Strumelia
@strumelia
08/08/18 07:17:07PM
3,603 posts

Change the icon size of the user images


Design and Skin Customization

Michael, are there any significant disadvantages to just leaving the "Template name in source" option ON all the time for convenience? (like, does it use more site resources or create code problems?)
Strumelia
@strumelia
08/08/18 05:40:52PM
3,603 posts

Is it possible to use the Mailgun list of "Bounces and Failures" to move unused accounts offline, or out?


Using Jamroom

brian:
- There's a new setup that allows other modules to present information directly in the user browser
- The MailGun and Kickbox modules have been updated to show you if an email address is bouncing, undeliverable, etc. right in the user browser
- the amount of disk space a profile is using also now shows in the User browser (as well as still showing in the profile browser)

These added User Browser features/info are TERRIFIC. They look good. Thank you Brian SO much for taking the trouble to add these things for us, it will really facilitate the process of pruning long-defunct inactive members.
YAAAAAAAY!
And thank you PJ for this thread- it's something I've thought would be useful as well, for a long time. :)
updated by @strumelia: 08/08/18 05:41:19PM
Strumelia
@strumelia
08/08/18 05:17:42PM
3,603 posts

glitch when creating "@" mentions ?


Using Jamroom

Oh, and here's where I tested it with and without the other day:
https://fotmd.com/forums/forum/testing/31035/a-discusson-created-by-me

(...that's a test discussion.)
Strumelia
@strumelia
08/08/18 05:15:01PM
3,603 posts

glitch when creating "@" mentions ?


Using Jamroom

Brian, here's a post I just made, at the top of this page:
https://fotmd.com/forums/forum/off-topic-discussions/14131/healthy-living-healthy-eating-exercise-weight-loss-veggie-gardening-etc
...I used two examples, each time using the member names with capital letters as they appear in their profile names: Dusty Turtle, and Hugssandi. If I use the capital letters in my @ mention, it does not turn into a hot link. If I use only all lower case, it becomes a hotlink as intended.
Strumelia
@strumelia
08/05/18 05:26:54PM
3,603 posts

Is it possible to use the Mailgun list of "Bounces and Failures" to move unused accounts offline, or out?


Using Jamroom

PJ, you just click the column title "Last Log in" to resort by that date. Click it again to resort back and forth between most recent login members and most long-ago member login dates.
Strumelia
@strumelia
08/04/18 06:57:42AM
3,603 posts

Is it possible to use the Mailgun list of "Bounces and Failures" to move unused accounts offline, or out?


Using Jamroom

Those are some good points Brian. But your 'active' users with bounced emails would still have recent login dates, so perhaps a browser where we can see two or three of these factors all at once would be the safest and most useful way to delete defunct members without having to jump to three diff places to check on a member's status before deciding to delete them.
Strumelia
@strumelia
08/03/18 03:48:15PM
3,603 posts

Send Me a Private Note Button


Design and Skin Customization

I had added the box-shadow myself as an attempt to figure out what the grey outline was, but adding it did nothing so I just now removed it anyway.

I tried your padding 0 in the .css file and that doesn't get rid of it either. :(

You know, I'm beginning to think this is not actually a 'border' at all, but rather a container of some sort- because notice the envelope image is not centered within the annoying grey outline... but the envelope IS centered in the actual real envelope.jpg picture. Besides, the grey line around it doesn't look flat like a border- it has a slight 3D fuzzy 'edge' kind of effect and the corners are not solid line. Is that a clue maybe? See this screenshot...
icon.jpg icon.jpg - 132KB

updated by @strumelia: 08/03/18 03:49:08PM
Strumelia
@strumelia
08/03/18 03:06:03PM
3,603 posts

Send Me a Private Note Button


Design and Skin Customization

Meanwhile, my skin's profile sidebar template has this (if that's any help):
        
        <div id="profile_contact">
        	{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
        	{jrCore_module_url module="jrPrivateNote" assign="nurl"}
        	<a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Member">{jrCore_icon icon="envelope2" size="35" border="0"
        	class="email"}</a>
        	{/if}
        </div>
Strumelia
@strumelia
08/03/18 03:02:38PM
3,603 posts

Send Me a Private Note Button


Design and Skin Customization

Boplive, thank you for trying to help!
I just tried that and cleared cache etc... sadly it does not remove the ugly thin border around the 'sprite' envelope.jpg image.
In my skin's profile.css file, I made it like you suggested but alas does not work, as this:
/* @message this member envelope icon */
#profile_contact {
text-align: center;
}
#profile_contact .sprite_con {
display: inline;
border: medium none;
padding: 10px;
box-shadow: none;
}

updated by @strumelia: 08/03/18 03:31:52PM
  34