Forum Activity for @mysong

MySong
@mysong
09/03/14 05:01:01AM
155 posts

Enforce Strong Passwords


Suggestions

Even for just going forward such a feature would be good.
MySong
@mysong
09/02/14 08:31:19AM
155 posts

Limiting Tagging to Admins


Suggestions

I tried that but when 'admin quota' has 'Allowed to Add Tags' checked
and 'artist quota' does not, then even the 'admin quota' can not add tags to items owned by 'artist quota'.

Thanks,
MySong
@mysong
08/31/14 11:08:26AM
155 posts

Modifying Buttons on Album Pages


Using Jamroom

Applies to both audio and video

It is possible to modify (hide) button permissions on index page using
site.com/core/item_action_buttons/index/m=jrAudio

buttons on item pages can be modified using
site.com/core/item_action_buttons/detail/m=jrAudio

but not sure how to modify on album pages, as there is no configure button
both on the album index pages
ex: site.com/artist/audio/albums/
and on the album detail pages
ex: site.com/artist/audio/albums/album-name

Thanks,
updated by @mysong: 10/05/14 02:29:54PM
MySong
@mysong
08/28/14 07:49:44AM
155 posts

Limiting Tagging to Admins


Suggestions

A nice feature in jrTags would be a way to limit tagging only to admins. Purpose of this feature would be to enable uniform and consistent tagging throughout the site.

Often one user gets 'tagging happy' and can create dozens of different tags for his items. Also there are just different spellings and ways to tag things which can produce many unwanted tags.

Currently if 'Allowed to Add Tags' is not checked for a quota, then even the admin can not add tag to items owned by this quota. Also tag labels are not displayed under item on detail pages of this quota (if already added), although they do exist in cloud.

Know that tags are made for 'crowdsourcing navigation'( https://www.jamroom.net/the-jamroom-network/forum/suggestions/8482/tag-creation-item-create-update-form)
but see above reasons why some might prefer otherwise. Also know that a custom keyword field can be added with form designer but JRtags has many useful features.

An idea might be to have three check boxes in JRtags quotas page
1 - Show on Detail Pages
2 - Allow tags to be added to items
3 - Allowed to Add Tags (would work slightly different then now; admin would still be able to add tags to items owned by quota even if unchecked and tags would display on detail pages even if unchecked).


updated by @mysong: 10/27/14 04:55:26PM
MySong
@mysong
08/28/14 06:52:55AM
155 posts

Enforce Strong Passwords


Suggestions

Currently any user can choose 123456 as a password, making their account more susceptible to hacking.

Many sites enforce the use of strong passwords, where password needs

1 - At least 8 characters long
2 - Contain at least one Uppercase letter
3 - Contain at least one Lower case letter
4 - Contain at least one Number
5 - Contain at least one symbol

Could also contain backwards compatibility for existing passwords, either to continue to allow them to work or force reset upon next login.
updated by @mysong: 10/31/14 10:06:54AM
MySong
@mysong
08/28/14 06:37:24AM
155 posts

Media Pro Skin WWW issue


Design and Skin Customization

Just want to make sure I got this right...

1 - JR can only load in either the WWW version or the base domain version. It can not work correctly on both and the solution is only to redirect either one at the other.

2 - Deciding whether JR will run on WWW or on base domain is done in the
data > config > config.php file.

3 - Will changing the setting from base domain to WWW on an active site in config.php, will that cause any disturbances on site or is it a smooth transfer with no other modifications needed?

4 - Assuming site is running on a WWW version (after changed in config.php) what would be the proper version of the above code listed above for the .htaccess ,if that is even needed at all.

Thanks,
MySong
@mysong
08/27/14 08:13:16AM
155 posts

Displaying Total Vote Count for Profile Rating


Using Jamroom

Tried that now, still shows count as 0

profile_rating_overall_count is in the jrProfile datastore.


Thanks,
MySong
@mysong
08/27/14 06:59:41AM
155 posts

Displaying Total Vote Count for Profile Rating


Using Jamroom

Tried

Total Votes: {jrCore_get_count module="jrProfile" item_id=$_profile_id name="profile_rating_overall_count"}

it displays 0

also tried

Total Votes: {jrCore_get_count module="jrProfile" profile_id=$_profile_id name="profile_rating_overall_count"}

it displays 0
MySong
@mysong
08/27/14 06:35:40AM
155 posts

Displaying Total Vote Count for Profile Rating


Using Jamroom

Skin Templates >
profile_footer.tpl
  5