Forum Activity for @michael

michael
@michael
08/21/18 11:33:25PM
7,829 posts

Notifications text for "forum category" - can it be made more generally understandable?


Using Jamroom

"If you are following a forum, and a new message is posted, how do you want to be notified?" has a slightly different feel to it than
"When you are watching a forum category for new topics how do you want to be notified?"

I believe this is for when you are wanting to be notified of any new threads created in a category, not for when you have a thread you are wanting to know about new replies to.
forum_category.jpg forum_category.jpg - 119KB
michael
@michael
08/21/18 11:29:15PM
7,829 posts

How to apply the jrcore_lang strings change from Ninja update to my custom skin?


Using Jamroom

One goal lately has been to make sure all language strings are in the language file. You understand that you can change your languages from the templates too, so any updates related to language strings are not going to be an issue for you.
michael
@michael
08/20/18 07:13:11PM
7,829 posts

creating an unlisted admin Page


Using Jamroom

Way I make a new template.
* open the /skins/YOUR SKIN/index.tpl save it as /skins/YOUR SKIN/url-you-want-here.tpl
* empty out all the innards of it and just leave the jrCore_include HEADER and FOOTER lines.
* add what you want into the middle bit.
* upload to your server

Your new page is visible at your-site.com/url-you-want-here
michael
@michael
08/19/18 08:34:36PM
7,829 posts

creating an unlisted admin Page


Using Jamroom

Not desirable, unavoidable.

SiteBuilder pages are stored in the database instead of the filesystem. For someone who likes to work with file system files Site builder storing them in the database means another place to look for stuff, so for those type of people they would not use site builder.

The flip side is with Site Builder you can make pages without needing to SFTP into the site, so that works better for some.
michael
@michael
08/19/18 06:24:26PM
7,829 posts

Change the icon size of the user images


Design and Skin Customization

Follow the instructions above to turn on "template name in source" then paste the URL of the location in the screenshots here.
michael
@michael
08/19/18 06:21:47PM
7,829 posts

creating an unlisted admin Page


Using Jamroom

#1) ah, yes, you'll need to recreate the menu in the SB menu editor, sorry I forgot about that.
#2) You can turn the yellow buttons off from view via ACP ->MODULES -> SITE -> SITE BUILDER ->GLOBAL CONFIG -> show site builder buttons -> UNCHECK.
#3) To make a sub menu from the menu editor, drag it to the right. You can have up to 3 levels of menu.
michael
@michael
08/19/18 06:08:21PM
7,829 posts

Send Me a Private Note Button


Design and Skin Customization

Strumelia:
.....How the heck do I get rid of it? Surely someone has seen this sort of grey outline around an icon image before and knows why it appears...?....
Hard to know the exact CSS to use without being able to view it, then poke at it with developer tools. But its probably a border element added by the browser.

You'll probably want to add a class to it, then
.whatever-class {
  border: none;
}

attached is a .zip file containing an .mp4 video with the steps to locating a CSS element.
css_adjustment.mp4.zip - 36.7MB
michael
@michael
08/19/18 05:47:54PM
7,829 posts

I think I been hacked


Installation and Configuration

Seams unusual that someone would hack your site and translate your menus.

Got a screenshot?

--edit--
would be a good idea to change your admin password immediately.
updated by @michael: 08/19/18 05:52:10PM
michael
@michael
08/19/18 12:45:21AM
7,829 posts

"Embed local media" works easily for images, oddly for files


Using Jamroom

researchcooperative:
...How exactly do the images disappear? ....

They're not displayed on any profile. You'll not find them in the search results, there is no tab 'UPLOADED IMAGES' on any profile. Unless you know the URL they're on its unlikely that you will re-use that image.

researchcooperative:
...if a text is in the network as a pdf or docx File attached to a profile, will it be scanned by in house spam checking? ....
No. Anything attached is just noted as being attached in the database. Since the text is not in the database where the search functions function the text contained in the PDF will not be compared with the users search string when they search on something.
michael
@michael
08/18/18 09:28:19PM
7,829 posts

"Embed local media" works easily for images, oddly for files


Using Jamroom

The search should return the main location of the item which is on their profile.

You could sponsor the module to be built, jrUpFile that worked like jrUpImg if its important to you.

Docs: "Sponsor a Module"
https://www.jamroom.net/the-jamroom-network/documentation/jamroomnet/4931/sponsor-a-module

Its not that its difficult to build, its just that you're the first person express interest in it.
  114