Forum Activity for @michael

michael
@michael
09/19/18 05:56:30AM
7,823 posts

Blocking Pins to Pinterest


Using Jamroom

Wow, that's annoying. Their site concept is to steal others content and you have to opt-out. Seams like their concept wouldnt work if they had to ask you first if they wanted to use your content.
updated by @michael: 09/19/18 05:56:40AM
michael
@michael
09/19/18 05:55:01AM
7,823 posts

Comments via Follow Me Skin


Installation and Configuration

possible to see the URL for that page?

My guess is its supposed to be replaced by the actual content, but would be easier to identify what that content is if I could see what is creating those strings.

First thing to try is make sure everything is up-to-date then run the integrity check.
michael
@michael
09/19/18 01:24:55AM
7,823 posts

Blocking Pins to Pinterest


Using Jamroom

Maybe this:
https://altlab.com/htaccess_tutorial.html

You're saying they are using the full URL of just the image itself right?

It also seams like they have the ability to block websites, may pay to send them a note and ask them to block yours.

Pinterest copyright
https://policy.pinterest.com/en/copyright
michael
@michael
09/19/18 01:08:29AM
7,823 posts

Follow Me Skin Pages Not Found


Installation and Configuration

Not all skins are the same, if you had a url site.com/charts on one skin then change to another skin that does not have the charts.tpl file then the page will not be there.

If the page was created with Site Builder then it should still be there though.

Site Builder works by offering you the ability to create a page where there is none now, so if you go to a page that is not found it will say "create a new page here?"
michael
@michael
09/19/18 01:04:41AM
7,823 posts

Database Size almost 20GB!


Using Jamroom

The debug log from:
ACP -> DASHBOARD -> ACTIVITY LOG -> DEBUG LOG -> DELETE DEBUG LOG

Nothing usually goes in there unless you've put fdebug(?????) into your code to direct it there though, so may pay to take a look at what is getting logged. or delete it and see what comes back.

The others I would have expected would go away with the integrity check.
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK -> (check all the options) -> RUN.
michael
@michael
09/18/18 12:42:13AM
7,823 posts

Database Size almost 20GB!


Using Jamroom

look in the database to see what is large.
ACP -> MODULES -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN
michael
@michael
09/18/18 12:38:55AM
7,823 posts

creating an unlisted admin Page


Using Jamroom

For the tab text,
{jrCore_page_title title="whatever title you want"}
{* Include Header File *}
{jrCore_include template="header.tpl"}
WHY: because if you look inside the file you're including header.tpl you'll see that it includes meta.tpl and in meta.tpl it has a line that looks like this:
<title>{$page_title|default:"`$default_title`"|capitalize} | {$_conf.jrCore_system_name}</title>
the TITLE meta tag is what sets that browser tab value. This is not jamroom, its just a regular HTML rule.
michael
@michael
09/16/18 05:55:37AM
7,823 posts

Subscription Profile Access


Using Jamroom

The concept behind "sell subscriptions to a quota" is this:
user1 has ProfileA in quota_basic.

User1 purchases a subscription and gets upgraded to quota_level1 which also has access to the Audio module. Now User1 can upload his songs to his profile.
michael
@michael
09/14/18 07:48:43PM
7,823 posts

Custom Module Standard User


Jamroom Developers

If you've yet to create anything for that module, nothing will show.

If the user has not yet created any blog posts, the blog tab will not show because there is nothing to see when the visitor goes there.

If the user is able to upload audio, but has not yet, then the audio tab will not show to others on their profile.

Admin and the Profile owner will always be able to see the tabs.

Just like Admin will see private items in any lists. Admin sees everything.
michael
@michael
09/14/18 04:07:17PM
7,823 posts

Followers Notification Trigger


Using Jamroom

You can use Followers for any purpose you like in conjunction with Listeners an Events or your own module but the only place its output is the Timeline module.

"If I follow a profile, do I get a notification if that profiles uploads a new image?"
You could put a listener in your own custom module to check for that and send out an email if you wanted to.
  110