Forum Activity for @strumelia

Strumelia
@strumelia
01/05/18 07:59:50AM
3,603 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,603 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,603 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,603 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,603 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,603 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,603 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,603 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
Strumelia
@strumelia
01/01/18 08:20:14AM
3,603 posts

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


Using Jamroom

After recent updates, when i go to choose a smiley to use in a post, the window now suddenly has a banckground color that matches one of my darker site background colors. It used to have a simple white background. See screenshot.
The problem is that it looks crappy now and is distracting, because some of the smileys naturally have white background rectangle/containers.. and these now show glaringly when picking a smiley to insert.
Those white smiley background rectangles dont show much in the final post, because the background for posted posts is a very light cream... so I don't need to actually change the smileys themselves. But now it looks terrible in the picker for smileys because somehow the background has now been changed to the site background color which I believe is #d1c7a1 . I have not been doing anything to cause this sudden change... it seemed to kick in right after I applied the latest updates.

Can anyone tell me where I can find this bit of code so I can change it to white again?
smiley-background.jpg smiley-background.jpg - 86KB

updated by @strumelia: 04/03/18 04:15:11PM
Strumelia
@strumelia
12/31/17 09:13:37AM
3,603 posts

User "sort by last login" not functioning right..?


Using Jamroom

THANK YOU so much Brian! Yay! (you must have set some kind of speed record for software fixing just now)
I don't need to use it immediately, so am happy to wait for the next release.
  59