Forum Activity for @strumelia

Strumelia
@strumelia
07/23/18 10:51:17AM
3,603 posts

creating an unlisted admin Page


Using Jamroom

I will try this SB method Paul and Michael. Sounds like the simplest way. Thank you!
I'll post again here if I get stumped along the way. :)
Strumelia
@strumelia
07/22/18 06:59:21PM
3,603 posts

creating an unlisted admin Page


Using Jamroom

Thanks Michael for that explanation.
You mean make a text file in say Wordpad and call it ___.tpl ?

Wouldn't SB then change my site's current index page and menus if I activated it though? Would it make unwanted changes to my site if all I did was use it to make some new pages?
Strumelia
@strumelia
07/22/18 02:49:16PM
3,603 posts

creating an unlisted admin Page


Using Jamroom

There is no way to set some of my pages to be private (or rather 'unlisted') and my other pages to be public?

Skin template?... I'd have to figure out how to do that and what to put in it.

(mysore.com ...ew! lol)
updated by @strumelia: 07/22/18 02:52:10PM
Strumelia
@strumelia
07/22/18 02:43:37PM
3,603 posts

creating an unlisted admin Page


Using Jamroom

...can this have something to do with the 'show page header' checkbox available to me (not in SB, but when creating a normal Page), with the help reading:
"If checked, the page title and breadcrumb navigation will be added above the page content." .... I'm not sure what that actually means... ?
Strumelia
@strumelia
07/22/18 02:40:28PM
3,603 posts

creating an unlisted admin Page


Using Jamroom

Paul thanks- but I don't have SiteBuilder installed, and never opted to learn to use it. Is there a way i can do this without SB?
I have created Admin pages already in the past, as in here: https://fotmd.com/strumelia/page ...but that's not a private page and I don't see a setting to make it private.
updated by @strumelia: 07/22/18 02:47:10PM
Strumelia
@strumelia
07/22/18 01:41:38PM
3,603 posts

creating an unlisted admin Page


Using Jamroom

Say (for example) I want to create a web page/url for an item I personally want to sell on Ebay, but i don't want my site members to see it-- it has nothing to do with my site. I just want a page on the web to park some info about the item and a dozen photos of it... I would then link to the page in my Ebay auction or on Craigslist- buyers would be able to go to the link and see the info and photos, but my site members would not be able to see the page or stumble onto it unless they had the link. After I sell the item I could then edit the page for a new item or just delete the page.

Is creating a Page the best way to do this? Or perhaps creating a private Blog post somehow? Or a hidden member/profile with pages they create?
BTW I have other Admin blog posts that need to remain public on my site. Also, currently only Admins can create either blogs or pages on my site, and that's how I want it.

It's pretty simple, but I'm not sure what would be the easiest method for this use.
updated by @strumelia: 12/18/18 01:07:17AM
Strumelia
@strumelia
07/06/18 07:43:15AM
3,603 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

brian:
There's really 2 issues here:
- There should not be duplicates in the followers datastore
- When using a "group_by" on the _profile_id key it's not working in a specific instance

I've got #2 fixed for the next core release which will "mask" issue 1 for you on your site, but we're checking on why duplicates were created in the first place.

Brian, I've applied the new Core update, and your 'masking fix' is indeed working. So thanks so much for that, my members will be relieved! (they kept accidentally deleting their followers, because when they clicked to remove ONE of the twins --as anyone might predictably do-- BOTH were deleted from their follower list)
I know you will still be investigating the 2 factors you've listed above. But just wanted to let you know your Core masking fix worked and I'm real happy about that. :)

You can mark this thread as any status you see fit now, since I'm not sure how it would be best categorized now. THANKS!!
Strumelia
@strumelia
07/06/18 07:19:58AM
3,603 posts

auto-follow a discussion when you've posted to it


Using Jamroom

michael:
Brian's got a fix for this added to jrGroupDiscuss 1.4.14 which will be in an upcoming release.

I just applied this update for the auto-follow in GROUP discussions when any member posts in the discussion, and it's working properly. Now this feature works right for both Forum discussions and Group discussions.

Thank you so much, this is actually a BIG thing for improving site participation!
I'm now marking this thread SOLVED. :D
Strumelia
@strumelia
07/01/18 05:31:46PM
3,603 posts

Send Me a Private Note Button


Design and Skin Customization

ok... so I made it this:
        <div>
        #profile_contact {
        text-align: center;
        }
        #profile_contact .sprite_con {
        display: inline;
        border: none;
        padding: 10px;
        box-shadow:none;
        }
        	{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 Profile">{jrCore_icon icon="envelope2" size="35"
        	class="email"}</a>
        	{/if}
        </div>

and that gave me this (d'oh!):
booboo.png booboo.png - 81KB
Strumelia
@strumelia
07/01/18 04:20:20PM
3,603 posts

Send Me a Private Note Button


Design and Skin Customization

Do the
<div> </div>
need to both go inside the { if } {/if } 's I already have there? Or does the entire IF code go inside the DIVs ? (I'm guessing the latter)
  37