Forum Activity for @strumelia

Strumelia
@strumelia
01/14/18 11:46:11AM
3,605 posts

Helping my members see their 'pending' Followers


Using Jamroom

ok I will work at this with adding the various position numbers (on my little sued site) to see the results Michael.
(and I'm assuming I'm still doing all this in my skin's: menu.tpl )
updated by @strumelia: 01/14/18 11:52:26AM
Strumelia
@strumelia
01/14/18 09:24:59AM
3,605 posts

Helping my members see their 'pending' Followers


Using Jamroom

Michael, thank you for this suggestion. I'm afraid it's a little beyond my abilities still- in looking at your code and instructions, I'm completely confused and I'd have to bother for with a million step by step questions to do that. Sorry... maybe next year I'll be able to build a simple module... i'm a slow learner.

Paul, I see what you are saying and can do that, but my custom skin's menu.tpl has different code than what you are showing, so I'm not sure where to relocate Michael's earlier custom code (which has produced a nice working link but not in the desired place in the menu link list).
Here is the current code in my custom skin's menu.tpl ...with Michael's custom code currently sitting at the bottom:
{foreach from=$_items name="loop" item="entry"}
    {if isset($entry.menu_function_result) && strlen($entry.menu_function_result) > 0}
        {if is_numeric($entry.menu_function_result)}
        <li><a href="{$entry.menu_url}">{$entry.menu_label} [{$entry.menu_function_result}]</a></li>
            {else}
        <li><a href="{$entry.menu_url}">{$entry.menu_label} <img src="{$entry.menu_function_result}" alt="{$entry.menu_label}"></a></li>
        {/if}
        {else}
    <li><a href="{$entry.menu_url}">{$entry.menu_label}</a></li>
    {/if}
{/foreach}

{if jrUser_is_logged_in()}
<li><a href="{$jamroom_url}/{$_user.profile_url}/follow">Pending Followers: {jrCore_list module="jrFollower" search1="follow_profile_id = `$_user._profile_id`" search2="follow_active = 0" return_count=true no_cache=true}</a></li>
{/if}

and here's a screenshot of the resultant user menu dropdown as it appears, and an arrow to show where I'd like to move that link. I want the 'pending followers' link to be right under the Private Messages link because my members keep wondering why they can't send private messages once two people have 'followed' each other- they become unaware that they have pending follows. And right UNDER the Pending Followers reminder link (people trying to follow me), will be the reciprocal link to 'Members I'm Following'.
I think the nice trio of function-connected links from top to bottom there (private messages, pending followers, members i'm following) makes a nice logical and helpful order of links there.... right 'in yer face' in the menu underneath the topmost link of Account Settings. It will do wonders to get members on my site to go check on and approve their Pending followers that they seem to so often be totally unaware of.
-I still want Account Settings to be the topmost link though. And the 'My Profiles' link only shows to me since I'm the only Power user with more than one profile anyway... so that link can remain at very top above Account Settings.
I think this kind of menu link for Pending Followers could be very helpful to a lot of JR site owners. I can only guess that there must be other site owners who have lots of members inadvertently accumulating pending followers, despite receiving one notification that they had a new follower and might want to go approve them. I wasn't aware of this situation myself until just a couple months ago.

Do you have a suggestion on where exactly I should position that code in my menu.tpl in order to put the link in the place in my screenshot?
menu-order.jpg menu-order.jpg - 52KB

updated by @strumelia: 01/14/18 09:25:27AM
Strumelia
@strumelia
01/13/18 12:35:48PM
3,605 posts

Helping my members see their 'pending' Followers


Using Jamroom

This works GREAT, Michael!! It's exactly what I needed for the user menu. :)

One thing though- this new link doesn't appear in my user menu editor ( https://fotmd.com/core/skin_menu)... and perhaps for good reason. But is there a way for me to move it up or down in the listed user menu links, so it doesn't have to appear at the very bottom of the user's dropdown menu? I'd like to position it very close to the top instead... can you tell me where I'd go to do that please? I used to think I'd do that in my skin's two header_menu.tpl 's... but maybe it cannot work there and needs to remain where you told me to put it- in the plain old menu.tpl ?
updated by @strumelia: 01/13/18 12:41:08PM
Strumelia
@strumelia
01/11/18 01:27:52PM
3,605 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

My members report that this fix has worked- thanks so much Brian and Michael! :)
Strumelia
@strumelia
01/11/18 12:58:15PM
3,605 posts

Helping my members see their 'pending' Followers


Using Jamroom

I didn't want to add to this prior thread:
https://www.jamroom.net/the-jamroom-network/forum/my_posts/55403/auto-approve-followers-checkbox-not-doing-its-job#last
So I'm starting a new thread to try and improve things on my sites. Specifically, I'm finding that lots of members are not aware of the fact that they have 'pending' followers piling up. They never think to click on their profile page 'Followers' TAB, and they don't always seem to pay attention to the notifications to approve a follower. I wind up with people emailing me because they don't understand why they can't PM each other, since they both 'followed' each other. They don't realize they have not 'approved' the person yet and thus not completed the 2way follow circuit that allows private messaging.

There are two things I'd like to do to help steer members towards going to their followers page more often, so they'll then see the bright yellow 'pending' ones and then approve them.

The FIRST thing I want to do to help this situation is to add a link in their user drop-down menu under their name at the top when logged in. I already had added a link there to "Members I'm Following" which seems to work well and takes them to: https://fotmd.com/follow/following

I went to my User Menu editor in my Core Tools, but I'm finding it not easy to add the new link, because the link should take them to an URL with their member name in it... for example mine wold be: https://fotmd.com/strumelia/follow
So I don't know what URL I should put for the menu editor- please see screenshot for what I have so far, but so far my menu link's not functioning, since it doesn't contain the profile's member name and goes instead to: https://fotmd.com/follow which is a 'not found'.

How do I do this? Clearly I'm missing something.
what I fumbled with so far:

followers.png followers.png - 45KB

updated by @strumelia: 05/31/18 11:32:52AM
Strumelia
@strumelia
01/08/18 04:09:03PM
3,605 posts

Block comments


Using Jamroom

I think Dim means that for instance user Mary wants to prevent user Jack from posting comments on her profile page comment wall, but Mary doesn't want to block everyone from posting on her comment wall.... just Jack. Meanwhile, Jack can continue posting as usual on other people's profile comment walls... just not on Mary's.
Strumelia
@strumelia
01/08/18 01:48:07PM
3,605 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

I just experienced it without making private chat rooms on my site fotmd.com
As Admin, I attached 4 jpgs one after another into my chat posts. As Admin, I could see them fine when clicking on them. Then I logged in as a regular (test) member, and I could still see them all fine- but figured maybe that's cause I had them on my computer. So I asked a live regular member to post a jpg... and I could only see the defualt avatar, even when logged in as Admin. It seems though that everyone can download the attached images and see them that way. But this is happening a lot, but not always, for everyone in my chat. Take a look at my chat right now and you'll people posting their results. But if you are logged into my chat as an admin, you may not experience the problem. If you want my regular member test login, just message me or something.
Strumelia
@strumelia
01/08/18 08:11:39AM
3,605 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

I've just gotten a report of this same thing from one of my Profile Admins.
Here is what he wrote this morning:
=====
"In the chat room, when I upload a picture. Instead of the picture I selected it puts the picture of the dulcimer avatar for the new members. This just started yesterday. On my end, it shows what I uploaded. But If the others in chat click the download button, it shows what I uploaded. They can only see it if they download it.
I had Rob upload a pic and I clicked on it, it opened. Opened for Cynthia, too. Cynthia uploaded a pic and I could open it, but Rob had to download it.
This craziness started yesterday. Was there some kind of update that could have caused this?
Oh, if a link for a video is uploaded, it works fine."
Strumelia
@strumelia
01/06/18 03:20:01PM
3,605 posts

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


Using Jamroom

Just applied the latest User module update, and this is all working great again. Thanks!!
Strumelia
@strumelia
01/06/18 02:50:42PM
3,605 posts

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


Using Jamroom

My moderator above has kindly allowed me to log in via his account, and I'll be checking on my own windows pc from his account off and on until Monday evening. So far I was able to make a test post and saw no issues, 'as him'. But then he said it comes and goes for him and today he said he was not having the problem. (was something fix tested today maybe?)

(he's on a new machine, win 10, chrome. I'm on a 6 yr old win 7 desktop, chrome.)
updated by @strumelia: 01/06/18 02:51:43PM
  58