Forum Activity for @michael

michael
@michael
08/22/18 06:01:33PM
7,821 posts

creating an unlisted admin Page


Using Jamroom

Take a browse through the templates that exist in your skin currently, you'll find lots of useful examples. What you're talking about here is the traditional way to do things. It has the most flexibility out of all the methods.

--
If you're absolutely stuck for how to add the HTML code in that would be the same as what the editor would produce, make it in the editor, then click on the CODE VIEW button and copy the code from the editor to your template
code_view.jpg code_view.jpg - 87KB
michael
@michael
08/22/18 05:53:47PM
7,821 posts

Tracker Video Files


Using Jamroom

SoftDesigns:....QUESTION: What happened to the TEMP Video that failed? .....
It got written to the cache directory with the name of the form submit key, then when that form was cleared by successfully submitting it the cache was deleted.

#2 I upload .mp4 files all the time to our tracker when there's something that requires a video. What seams not easy to you about the process?

--edit--
True, its not embeded, its attached. but clicking the link to it opens in VLC so its not a big hassle. (for us)
updated by @michael: 08/22/18 05:54:46PM
michael
@michael
08/21/18 11:33:25PM
7,821 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,821 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,821 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,821 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,821 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,821 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,821 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,821 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
  113