Forum Activity for @michael

michael
@michael
08/10/18 09:33:25PM
7,821 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,821 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,821 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,821 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,821 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.
michael
@michael
08/08/18 08:00:13PM
7,821 posts

Change the icon size of the user images


Design and Skin Customization

I would turn it off. Its a development tool to help you locate something you can't find. Normally I would use that as the last thing to turn on when I really cant figure out where something is.

Other methods I use are:
#1) grab the class from the thing im looking for and do a search on that over the codebase, something like
class="block_content mt10"
is pretty unique and there most likely wont be more than a few found over the whole code base, so doing a search for that first means I don't even have to turn on the template names in source. :)

#2) understand the structure of things, I know that screen is a profile screen, and I know that section is in the side bar, so I'd go look in the skin for a template called profile_header.tpl and see if it contained anything similar to profile_sidebar.tpl. Then go look down that code until I located the FOLLOWERS section and read the code to see where that lead me to. I'd eventually get to where I wanted to change.
michael
@michael
08/08/18 07:51:54PM
7,821 posts

Upgrading to latest Share This module 2.0.0


Announcements

At Share This you've chosen to show "Inline share buttons", these show on the 'Detail Pages', so check those check boxes.
inline_buttons.jpg inline_buttons.jpg - 54KB
michael
@michael
08/08/18 07:03:12PM
7,821 posts

Upgrading to latest Share This module 2.0.0


Announcements

Then the issue is most likely with your settings on the Share This side of things. Which settings have you chosen?
michael
@michael
08/08/18 06:53:35PM
7,821 posts

glitch when creating "@" mentions ?


Using Jamroom

The issue is, if the correct lowercase version is present anywhere in the body of text then all the versions will work, but if there is no full-lowercase version then non of the replacements will work.

eg (i expect this wont work):

@Strumelia
and
@struMelia
and
@StRuMeLiA

because there is no lowercase @STRUMELIA in this body of text the others wont be found.

--edit--
will be fixed in an upcoming jrCore version.
updated by @michael: 08/08/18 06:54:12PM
michael
@michael
08/08/18 06:08:37PM
7,821 posts

glitch when creating "@" mentions ?


Using Jamroom

Thanks for that. I can reproduce it here and am looking for why.
  115