Forum Activity for @michael

michael
@michael
02/18/15 04:29:37PM
7,832 posts

Refining what's shown in the Home Page activity timeline


Ning To Jamroom

paul:
Yes. The original line of code is this -

{jrCore_list module="jrAction" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=7 page=$_post.p}

which lists all actions. By adding in the search parameters -

search1="action_module != jrFollower" search2="action_module != jrComment"

that is effectively saying " give me all actions except comment and follower actions"

and if that doesnt work, coz its always play around til you get it, you can try

search1="action_module != jrFollower || action_module != jrComment"

Because I think the one paul has reads "action_module is not jrFollower AND action module is not jrComment" where mine reads "action_module is not jrFollower OR action_module is not jrComment"
michael
@michael
02/18/15 03:45:46PM
7,832 posts

Admin Tools Image Upload


Jamroom Developers

any chance of getting that module and a couple of steps to see the issue failing?
michael
@michael
02/18/15 02:47:32PM
7,832 posts

How can I add buy now button ?


Using Jamroom

Playlists has been updated to ver 1.0.16 The quota items now come out, so the code above will work.
michael
@michael
02/18/15 01:47:46PM
7,832 posts

Batch Edit Photos


Suggestions

You say that like everyone knows what Flickr looks like. ;) For someone who hasn't used it, could you take a screenshot and post it here?

--edit--
No need, we'll get something sorted for you.
updated by @michael: 02/18/15 02:18:52PM
michael
@michael
02/18/15 01:12:36PM
7,832 posts

How can I add buy now button ?


Using Jamroom

Should be able to just add:
{jrPayPal_buy_now_button module="jrAudio" item=$playlist_item}
to
ACP -> MEDIA -> AUDIO -> TEMPLATES -> item_playlist.tpl

--edit--
Just tried this and it doesnt work right now. The issue is the 'quota_jrPayPal_allowed' setting is not available in that location, I'll see if it can be added in.
updated by @michael: 02/18/15 01:40:33PM
michael
@michael
02/18/15 12:08:17PM
7,832 posts

Feature request - Finding active ex-Ning members (Still) in default quota


Using Jamroom

Your issue is with the wording. Its probably valid. Try to think of it as not the user being allocated the resources, but the profile directly. There is no direct relationship between the user and the quota.

There is a direct relationship between the user and the profile.
There is a direct relationship between the profile and the quota.

Its the profile's quota of modules. Of which there are only 1 of any particular module, so its a has:has_not relationship.

Profiles in the "First Quota" are allocated these modules:
* audio
* video
* blog

Profiles in the "Second Quota" are allocated these modules:
* audio
* forum
* tickets

then 'user A' might have one profile which is in the "First Quota" and another profile which is in the "Second Quota".

--edit--
This document tries to explain the concept:

"Concepts the admin user needs to know"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/2167/concepts-the-admin-user-needs-to-know
updated by @michael: 02/18/15 12:12:37PM
michael
@michael
02/18/15 12:01:24PM
7,832 posts

HTML/2


Off Topic

Interesting. Thanks.

Glad they got rid of the decimal point versioning system, it was less than obvious to me.

"HTTP/1.1 just got a major update"
http://evertpot.com/http-11-updated/

The version after 1.1 is still 1.1.
michael
@michael
02/18/15 01:01:24AM
7,832 posts

How to Separate Items - Include Only Some


Ning To Jamroom

Usually the Quotas system is what you use to determine what shows up on profiles.

"The Jamroom Quota System"
http://www.jamroom.net/the-jamroom-network/documentation/getting-started/693/the-jamroom-quota-system
michael
@michael
02/18/15 12:56:44AM
7,832 posts

Group - Admin Photos


Design and Skin Customization

Site Builder works with Ningja.
michael
@michael
02/18/15 12:56:04AM
7,832 posts

How to translate the emails content


Design and Skin Customization

Look in the template files that start with 'email_something_something_message.tpl' eg:
ACP -> CORE -> SYSTEM CORE -> TEMPLATES -> email_pending_approve_message.tpl
etc.....
  583