Forum Activity for @developer-networks

Developer Networks
@developer-networks
08/29/16 11:13:56AM
566 posts

Adding Tags Using Form Designer


Design and Skin Customization

It explains how to add it to the Forum Designer at 3:20 in the video.

Basically you want to create a 2 option.

1-) category
2-) grades

so you can select a category and then it will allow you to select grades based on the category.

So going forward you can then use the parameters to list only videos that are saved by grade levels in certain categories.
1.jpg 1.jpg - 101KB

updated by @developer-networks: 08/29/16 11:25:13AM
Developer Networks
@developer-networks
08/29/16 10:35:21AM
566 posts

Adding Tags Using Form Designer


Design and Skin Customization

What you probably want to use is the chained select module and create your options. Then you can have your sub selections branched from whatever the end user selects.
updated by @developer-networks: 08/29/16 10:36:08AM
Developer Networks
@developer-networks
08/24/16 01:59:17AM
566 posts

Using Advanced Charts Docs


Jamroom Developers

But the system entry dosent ever log any views on any Jamroom items other then audio stream plays and profile views unless you add this in to the skin or module, correct?

I am suggesting this functionality is added in the core & existing modules.
updated by @developer-networks: 08/24/16 02:02:01AM
Developer Networks
@developer-networks
08/24/16 01:48:25AM
566 posts

Listing events by date ending soonest


Jamroom Developers

Thanks.

Ill try to build off that.

I appreciate the help.
updated by @developer-networks: 08/24/16 02:24:42AM
Developer Networks
@developer-networks
08/24/16 01:33:56AM
566 posts

Admin 2 Login in as user


Suggestions

Wait a second, thats not as bad as a security threat as passing passwords via email and chat windows. It would make more sense to allow the super admin to just click on view as user.... The super Admin has database privlages and can pretty much change anything in the system including the password. I am using ***** for billing which is an industry leading billing system.

In any support situation it allows me to log in as the users account and see the website as they experience it... With jamroom having many quotas and privileges it makes sense to provide this industry leading functionality to empower your admins to provide faster support. Rather then passing along a password in email or chat I suggested allowing the Super Admins the ability to ghost as the users account to resolve support issues or ?
updated by @developer-networks: 08/24/16 01:38:08AM
Developer Networks
@developer-networks
08/24/16 01:08:15AM
566 posts

Using Advanced Charts Docs


Jamroom Developers

A view is when an end user views the item content. Same as a profile view.

Yes it can be added in on my end and will here soon enough. But as I am adding this functionality I was thinking to myself why dosent any Jamroom module have item_views in the data stores already.

Honestly, It dosent make much sense to me to have to make a module that does this... In my opinion the basic module functionality in the system should just have it.

This system is a content Management system that dosent by default monitor a count of Item Views? This is an interesting concept...

Anyways these are just thoughts I had when I ran in to this discovery while working tonight. figured I would share in effort to make Jamroom better.
updated by @developer-networks: 08/24/16 01:23:36AM
Developer Networks
@developer-networks
08/24/16 12:03:34AM
566 posts

Listing events by date ending soonest


Jamroom Developers

michael:

"the order that I want to show the returned results in is by date greater than today order and from the highest to the lowest."
lol
thats exactly what im trying to get the list to do....
Show the upcoming events:
"by date greater than today and in order from the lowest to the highest."
updated by @developer-networks: 08/24/16 12:10:53AM
Developer Networks
@developer-networks
08/23/16 11:46:49PM
566 posts

Using Advanced Charts Docs


Jamroom Developers

I have a suggestion, That item_views or something similar should have been included with certain modules. Like jrForum, jrDiscuss, JrBlog, jrFile, ect... it would be so easy to chart off the item views. paul suggested using:
{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}
However my suggestion was to add the item_views to the datastore in the next module update so other future modules and functions can work with item_views in the standard system.

ACP -> MODULES -> LISTING -> ADVANCED CHARTS -> TOOLS -> CHART FIELDS
There is only:
jrForum_post_count
profile_jrGroupDiscuss_item_count
profile_jrBlog_item_count

There is only item_count in the data stores. By adding item_views to any correlating modules datastores would make a lot of sense to me.
updated by @developer-networks: 08/24/16 12:14:00AM
Developer Networks
@developer-networks
08/23/16 10:52:42PM
566 posts

Admin 2 Login in as user


Suggestions

The Administrator should be able to log in as any user and experience that users permissions.

The Administrator should be able to exit as user and return to administrator account permissions.

When the administrator is logged in as user, The administrator if edits or posts should be that user.

I can think of a lot of reasons why this is useful and other software uses this concept for website administration.


updated by @developer-networks: 11/26/16 05:29:04PM
Developer Networks
@developer-networks
08/23/16 10:43:10PM
566 posts

Listing events by date ending soonest


Jamroom Developers

Is it possible that I could use:
 order_by="event_date <= `$smarty.now` desc" 

I think this would achieve my results but it hangs up the array
  10