Forum Activity for @paul

paul
@paul
11/29/18 02:27:28PM
4,335 posts

Comments text area missing


Installation and Configuration

Your screenshot looks to be showing a timeline with the comment icon below each entry. Are you saying that when clicking on the icon you are then not seeing the page with the comment form on?
paul
@paul
11/29/18 01:28:20PM
4,335 posts

Dynamically changing $_user quota settings


Jamroom Developers

The problem with this is that even if you did dynamically change users' quotas by listeners or whatever, their active quota is part of their session, so they would need to log out then back in to get the change.
You might need to apply these conditions at a template level to achieve what you want?
Maybe you can explain more what you want to do (and why) so that we can advise better.
Thanks
paul
@paul
11/29/18 11:09:38AM
4,335 posts

'account delete' no longer deletes profile, only user


Using Jamroom

Have updated the text ready for the next module release.
Thanks for bringing it to our attention.
paul
@paul
11/29/18 08:47:37AM
4,335 posts

'account delete' no longer deletes profile, only user


Using Jamroom

Yep - Seeing this happening, but I think its correct and the wording of the confirmation popup is what wants changing to warn that only the user will be deleted.
This is because when deleting from the 'modify' view, that is a 'user module view' so its not not its place to go deleting profiles as well. That may sound a bit semantic but its the sort of thing we try to impose on modules in order to keep control of their functionality and reduce unexpected bugs etc. occurring in the whole system.
The proper place to delete both profile and user is in the pending view.
Hope that makes sense. I'll change the wording of the popup to warn about this.
Thanks
paul
@paul
11/29/18 06:26:15AM
4,335 posts

Issues with the Invitation Module


Using Jamroom

Get the latest Follower module (V1.6.1) from the Marketplace and you should be good.
paul
@paul
11/28/18 05:34:41AM
4,335 posts

Issues with the Invitation Module


Using Jamroom

This will be fixed in the next release of the Follower module.
Thanks for bringing this bug to our attention.
paul
@paul
11/27/18 09:48:27AM
4,335 posts

Issues with the Invitation Module


Using Jamroom

Checking this out
Thanks
paul
@paul
11/25/18 12:46:11PM
4,335 posts

Help creating a menu item


Design and Skin Customization

Hi - Welcome to Jamroom.

To construct that link in a template use this -

{$jamroom_url}/{$_user.profile_url}/timeline

The contents of the curly brackets are smarty variables that are passed to the templates for parsing. To see what smarty variables are available for use in a template, insert a {debug} into the top of the template and a popup will be launched showing all variables. Docs. here - https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

Hope that helps
paul
@paul
11/25/18 09:46:24AM
4,335 posts

Display settings for profile template fields - how to select for editing vs viewing purposes?


Using Jamroom

Are you talking about the Form Designer for the profile update form? By default, 'Normal Users' will give all users the opportunity to update their profile image. If you want to only let certain quotas or groups do that, select the appropriate option(s).
This setting doesn't affect what visitors see and I'm pretty sure that all skins will show an uploaded profile image by default. Are you saying that is not happening?
Thanks
  77