Forum Activity for @paul

paul
@paul
10/05/18 07:25:05AM
4,335 posts

is there Direct Messaging/Chat module for users


Using Jamroom

The Chat module allows 'live chats' either between specific users, or in an open 'Chat Room'.
The Private Notes module is a more formal communication between two users where a user is notified by email when they have received a new message.
Hopefully one of these modules covers your requirement?
paul
@paul
10/04/18 09:07:06AM
4,335 posts

mp3 import tool


Using Jamroom

There is a tool that imports tagged MP3s in the Audio module.
hth
paul
@paul
10/03/18 11:43:44AM
4,335 posts

Comments via Follow Me Skin


Installation and Configuration

Hi - This actually turned out to be a bug in the Timeline module that has now been upgraded to version 2.0.19.
So get that latest version from the Marketplace and this issue should be fixed up.
Thanks
paul
@paul
10/01/18 11:09:32AM
4,335 posts

the gender feature


Using Jamroom

Glad you are sorted.

Yes, one question per topic. It helps us keep track of things, and helps other users if they are searching for solutions to their issues.
Thanks
paul
@paul
09/30/18 12:23:54AM
4,335 posts

the gender feature


Using Jamroom

Once you have created the gender option with the Form Designer, use the {debug} tool to see how that new variable is available to be shown in templates -

https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

You can then show its value by adding the correct smarty code to the appropriate template. For instance -

Gender: {$profile_gender}

(Assuming 'profile_gender' is the name of the field you created, of course).
hth
paul
@paul
09/29/18 11:50:40AM
4,335 posts

when click a profile how can i see its timeline not mainpage


Using Jamroom

Sorry, but am still confused.
Which of these is correct -

1) You want 'YourSite.com/ProfileName' to redirect to 'YourSite.com/ProfileName/timeline'. You then want 'YourSite.com/ProfileName/timeline' to show just the latest user signups.

2) You want 'YourSite.com/ProfileName' to redirect to 'YourSite.com/ProfileName/timeline'. You then want 'YourSite.com/ProfileName/timeline' to show all of that profile's actions.

3) You want 'YourSite.com/ProfileName' to redirect to 'YourSite.com/ProfileName/timeline'. You then want 'YourSite.com/ProfileName/timeline' to show ALL site profile actions.

4) Something else.

Let me know which of these is correct, then send your site URL, along with the master admin login to support[at]jamroom[dot]net and I'll make it work that way.

Thanks
paul
@paul
09/29/18 11:39:47AM
4,335 posts

Profile Bio Smarty Code


Design and Skin Customization

[quote]Is it possible to drop Smarty Code into the "Profile Biography" field on any profile page? [/code]
No, as you have found out. The profile_bio field is a variable that is passed in when a template is parsed. Parsing isn't recursive, if you see what I mean.
Can you not just put the jrCore_list directly into the appropriate skin profile template, instead of (or as well as) the {$profile_bio} call?
paul
@paul
09/29/18 10:28:07AM
4,335 posts

Profile Bio Smarty Code


Design and Skin Customization

Not sure that I'm understanding exactly what you want to do.
You want to 'inject' the output of that jrCore_list call into the content of a $profile_bio variable?
paul
@paul
09/29/18 09:52:32AM
4,335 posts

the gender feature


Using Jamroom

In all our years of Jamroom, I think this is the first time that somebody has wanted gender specific language strings, so to include it as default has never been a consideration.
To be honest, Jamroom is a very general purpose CMS and for a lot of user sites, profiles are not 'individual people'. They might be companies, bands, cities, or whatever, so giving profiles a gender setting by default would detract from Jamroom's potential capabilities imo.
But as outlined above, its possible to do what you want. We would be interested to know how you get on.
Thanks
  82