Forum Activity for @michael

michael
@michael
09/19/18 01:24:55AM
7,821 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,821 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,821 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,821 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,821 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,821 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,821 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,821 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.
michael
@michael
09/13/18 05:28:57PM
7,821 posts

Followers Notification Trigger


Using Jamroom

If you follow a profile and that profile shares something to THEIR timeline it will appear in YOUR timeline when you're looking at it. (but only things you've shared to your timeline will show to others looking at your timeline.)

Same as twitter. You follow someone, you get their updates.
michael
@michael
09/13/18 05:27:15PM
7,821 posts

beta core and cacching


Using Jamroom

Yes phpinfo is showin via jamrooms routing system. The view function is in jrCore. its view_jrCore_phpinfo()

Real hard to help out with your issue without having something to test. Im not seeing any limit on uploads on my dev server, but mine is quite different to yours in setup. Mine's just regular apache without lightspeed setup on ubuntu via these docs:

Guide: "High performance Jamroom"
https://www.jamroom.net/brian/documentation/guides/1188/high-performance-jamroom-on-digitalocean
  110