Forum Activity for @michael

michael
@michael
08/17/18 04:20:49AM
7,816 posts

Disqus comments and/or normal Jamroom comments?


Using Jamroom

if you had a site that was just you putting up content and not allowing logins or signups but wanted comments, then disqus.
michael
@michael
08/15/18 11:55:16PM
7,816 posts

Problem with tinymce modal window and iPhone browser


Using Jamroom

tinymce should not be showing up on mobile phones. Its supposed to be disabled on anything reporting that its a mobile device.

Where are you seeing tinymce show up?
michael
@michael
08/14/18 06:10:38AM
7,816 posts

Example sites running charts?


Design and Skin Customization

yeah you can set it to chart for 7 days or for a specific period eg 1st april 2018 to 1 may 2018.

Docs "Advanced Charts"
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts
michael
@michael
08/14/18 06:08:17AM
7,816 posts

5953 performance score when properly configured (and great price!)


Installation and Configuration

wow thats fast. You must have zero wait time when doing stuff.
michael
@michael
08/10/18 09:43:02PM
7,816 posts

Change the icon size of the user images


Design and Skin Customization

#1) I download the /modules and /skins folders. built into PhpStorm is an integration with GIT which is a revision control system. Before I download the /modules and /skins folders I go into ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> REBASE MODULES (and REBASE SKINS)

That takes all of the:
/modules/jrAudio-version-1.1.1
/modules/jrAudio-version-1.1.2
/modules/jrAudio-version-1.1.3
and deletes all but the currently in use version and puts that on:
/modules/jrAudio

So when I go to download it it downloads over the top of my local copy of /modules/jrAudio then GIT tells me that "you have changes to these files....." so I can see whats changed between my previous version and this version.

If you found that the piece of HTML you wanted to change was in the /templates folder of one of the modules but you wanted to change it, you'd use this method:

Docs: "Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template#override-a-modules-template

and copy the file to your skin, then make the alterations.

2) No. The template names are injected into the HTML when the page is displayed, if you download your skin you would not find that code anywhere.
michael
@michael
08/10/18 09:33:25PM
7,816 posts

Upgrading to latest Share This module 2.0.0


Announcements

The issue is you have a space in your id. Copy the settings from your other site which is working.
issue.jpg issue.jpg - 123KB
michael
@michael
08/10/18 01:30:15AM
7,816 posts

Upgrading to latest Share This module 2.0.0


Announcements

I can see the buttons on your sites page.

I needed to click the ACCEPT POLICY screen before I could see them though.
buttons_showing.jpg buttons_showing.jpg - 135KB
michael
@michael
08/10/18 01:19:53AM
7,816 posts

Upgrading to latest Share This module 2.0.0


Announcements

whats the URL of a page where you expect to see the share this buttons?
michael
@michael
08/09/18 10:25:25PM
7,816 posts

Change the icon size of the user images


Design and Skin Customization

For me thats my IDE. I use PhpStorm. Its like a text editor that understands php code so can provide helpful highlighting and tips. It also connects via SFTP to my server so when using it it feels like im adjusting the code on the server directly.

It has a built-in "Search and replace" function that is able to scan over all of the code to locate something.

In reality there is one copy of the code on the server, and another on my local pc but because they are kept in sync with each other seaching on my local copy is the same as searching on the server.

PhpStorm is overkill for just doing tweaks here and there, but there are some free editors that are similar.
phpstorm.jpg phpstorm.jpg - 307KB
michael
@michael
08/09/18 10:16:48PM
7,816 posts

Upgrading to latest Share This module 2.0.0


Announcements

go back to the beginning and try it all again. Take careful note wherever you need to copy and paste things that there are no spaces around keys. Sometimes when copy+pasting the browser will try to be helpful by adding a capitalization or spaces.

If your key is '123456' and you paste in it with a space or a capitalization that would break things. ' 123456' would fail.
  114