Forum Activity for @michael

michael
@michael
09/13/18 05:22:44PM
7,821 posts

Some features


Using Jamroom

Get your developer to read here:
https://www.smarty.net/docsv2/en/language.modifier.truncate

All of the smarty3 features are available to him along with many extras provided by jamroom.
michael
@michael
09/13/18 02:35:21AM
7,821 posts

Some features


Using Jamroom

Depends what module you're using for 'articles', but the general idea is you could add an {if} statement into your modules item_detail.tpl page and only show the full details to users in certain quotas.

So if quotas 3,4 and 5 are your paid quotas and by 'articles' you mean jrBlog ?? then in the blogs item_detail.tpl template you could add
{if $_user['profile_quota_id'] in (3,4,5)}
 SHOW THE ARTICLE HERE
{else}
You have to join a paid quota to read this article.
{/if}

Docs: "Template Blocks"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/3126/template-blocks
updated by @michael: 09/13/18 02:35:31AM
michael
@michael
09/12/18 08:53:08PM
7,821 posts

I don't care about cookies (stop having to 'agree' on every site you visit)


Off Topic

Found this after getting annoyed at yet another site requiring me to understand that every site uses cookies and they do to.

https://www.i-dont-care-about-cookies.eu

Its a browser extension that lets every site know that Yes I know what a cookie is and Yes Im happy with you using them.

We'll see if I ever see one again, that's the test. :)
updated by @michael: 12/12/18 05:18:49AM
michael
@michael
09/12/18 05:43:18PM
7,821 posts

Audio Cover Image Size


Using Jamroom

What do you mean by "Album Cover"
michael
@michael
09/10/18 10:09:45PM
7,821 posts

Mobile vs Desktop Image Code


Design and Skin Customization

{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}
// do stuff
{/if}
michael
@michael
09/06/18 12:10:33AM
7,821 posts

Notification for new pending user?


Using Jamroom

Not for me, I get the email when the user signs up.

* user signs up
* turns up in the PENDING tab
* admin gets an email notifying of the new user.

There are a bunch of "Events and Listeners" that also fire off during that process, so if there's something you want to tweak you can.

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners
pending.jpg pending.jpg - 65KB
michael
@michael
09/05/18 10:39:18PM
7,821 posts

my site been hacked?


Using Jamroom

Your server has been hacked into. You need to change all your server passwords and (ideally) restore from a backup before you were hacked.

If your server company does not have backups, change server companies.

Its a difficult situation. You're going to need to try to figure out what changes they made and undo those changes.

You'll also need to figure out how they got in to make those changes then block that hole.

Since you don't know whether the hole was in the server side script, or jamroom, or another script on the server there are lot of places to look for the hole.

It could take a lot of time, or if you hire someone could cost a lot.
michael
@michael
09/05/18 10:36:11PM
7,821 posts

Notification for new pending user?


Using Jamroom

Admins should be sent a notification when new users sign up. its the "New account notify" setting and you get an email that reads:
"A new user has just signed up on YOUR SITE"
signup_notify.jpg signup_notify.jpg - 50KB
  111