Forum Activity for @strumelia

Strumelia
@strumelia
01/05/18 01:33:39PM
3,605 posts

No comments box on profiles, images or Private Notes for some users


Using Jamroom

However... one little thing I HAVE found that I'm not sure should be this way in the text editor reply box is this:

I find if I have a text reply box, and I click with my mouse in the MIDDLE of it somewhere to start a reply, I get NO cursor and cannot type in it. BUT if I click right at the TOP in the box, where the first line of text might go... then i do get the cursor and can type and post normally. Was this always this way, or is it a new bug?
Strumelia
@strumelia
01/05/18 01:03:18PM
3,605 posts

No comments box on profiles, images or Private Notes for some users


Using Jamroom

I can ask him if he'll let me do that, but I would understand if he was wary of giving me his login (even with a temporary password), since theoretically I'd be able to read his private messages while I was logged in as him.

I'll get back to you on this. But meanwhile... I don't have the problem on Chrome myself, or when logged in as my regular test member or another moderator member who since passed away.
Strumelia
@strumelia
01/05/18 07:59:50AM
3,605 posts

No comments box on profiles, images or Private Notes for some users


Using Jamroom

I'm still with one moderator on my site reporting this type of problem to me, seems to be a problem only on Chrome for him. He's pretty skilled at using various platforms and browsers, and he's been testing this a lot for me lately.
Here a screenshot of his latest updates to me, hope it helps in some way:
textboxchrome.jpg textboxchrome.jpg - 85KB
Strumelia
@strumelia
01/02/18 02:41:40PM
3,605 posts

Login problems


Using Jamroom

I'm not sure what page you mean by "the admin". Do you mean the ACP page of your site?- at https:// (yoursite).com/core/admin/global ?

By default, anyone who logs in gets directed to their profile page- including admins. This setting can be changed at:
https:// (yoursite).com/user/admin/quota ...look there in the Quota Coinfig tab, under "login redirect page"... be sure to read the choices in the Help(?) button for that setting. You can change that to a page of your choice. Just be aware of what quota(s) you are making the redirect page change to.

You say you are not getting an 'incorrect login' message. ...so what page are you being redirected to when you try to log in as master admin? Your own profile page? -and do you not see your name in the top links there, indicating you are logged in?
Strumelia
@strumelia
01/02/18 11:33:46AM
3,605 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

O. M. G. ....I did it! =8-O

I changed a section in the Smiley Module's emotions.tpl code-- from this:
<div class="p10" style="background-color: #fcf7db">{foreach $_sets as $_set}
    <h1>{$_set[0]['smiley_set']}</h1>
    <br>
    {foreach $_set as $_s}
        <a title="{$_s.smiley_title}" href="javascript:" onclick="insertSmiley('{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}','{$_s.smiley_title}');"><img src="{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}" style="height: {$_conf['jrSmiley_size']}px" alt="{$_s.smiley_string}"></a>
    {/foreach}
    <br>
    <br>
{/foreach}
</div>

to this:
<div class="p10" style="background-color: #fcf7db;">{foreach $_sets as $_set}
    <h1>{$_set[0]['smiley_set']}</h1>
    <br>
    {foreach $_set as $_s}
        <a title="{$_s.smiley_title}" href="javascript:" onclick="insertSmiley('{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}','{$_s.smiley_title}');"><img src="{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}" style="height: {$_conf['jrSmiley_size']}px; padding-bottom: 6px; padding-right: 3px;" alt="{$_s.smiley_string}"></a>
    {/foreach}
    <br>
    <br>
{/foreach}
</div>

...and now the smiley picker window looks beautiful!, like this new screenshot! (and I only put the new code in the wrong place ONCE, at first, then got it in the right place where it did something... woo-hooo)
Here's how it looks now, just right:
smileysgood.jpg smileysgood.jpg - 78KB
Strumelia
@strumelia
01/02/18 10:38:31AM
3,605 posts

Login problems


Using Jamroom

When you go to log in, which are you filling in for the "User ID" space: your email or your master admin username?
I ask because any oddness in your username will result in this issue. For example: if the username is Mix Master (with an accidental two spaces in middle that was put there on sign up without realizing) and you try to log in with Mix Master (one space)... you won't be able to log in. Or, if you have a period in your email address that you are forgetting to put in when trying to log in, like: mr.mix.master at gmail.com but you're putting in mr.mixmaster at gmail.com

Just mentioning this because it took me forever to figure the extra space thing out for one member who just couldn't log in on my site.

Perhaps if you have both a separate Admin account and a personal account, you might be mixing the two login id's up?
Strumelia
@strumelia
01/02/18 10:22:26AM
3,605 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

I added an additional small issue in my previous two posts, since I believe it may be related and I'd like to fix it somehow... thanks!
Strumelia
@strumelia
01/01/18 01:15:08PM
3,605 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

P.S. the smiley picker window in jrChat --is-- correctly padded, by the way. Like this:
smileys-notcramped.jpg smileys-notcramped.jpg - 48KB
Strumelia
@strumelia
01/01/18 01:01:46PM
3,605 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

Oh- sorry.... one more thing about this-

ADDITIONAL little issue:
the recent changes have made the horizontal rows of smileys in the picker winder touch each other at top and bottom of the smileys... no padding anymore. This creates weird effects, like having a peace sign hand stuck on top of the head of the smiley below it, etc. I need to add some padding back in vertically between the rows of smileys, so they are easy to see individually again like before and aren't touching each other top to bottom. See this screenshot for how they are currently looking all crammed together. (The left to right padding between smileys seems still ok.)
smileys-cramped.jpg smileys-cramped.jpg - 110KB

updated by @strumelia: 01/02/18 10:21:33AM
Strumelia
@strumelia
01/01/18 08:47:00AM
3,605 posts

smiley picker window has changed background color... where to adjust?


Using Jamroom

Oh yeah- that worked great! I changed it to the very very pale cream from my site posts.... thanks very much! :D
  59