Forum Activity for @paul

paul
@paul
10/19/21 08:31:36AM
4,326 posts

Sending invitations using email address - advice in module is not clear


Using Jamroom

Email invites can be sent to any email address, even ones outsite the Jamroom network. We'd suggest only allowing Admins access to this feature as your users could see it as a mean to spam.

Agree that that help text is misleading. Maybe it should say "Enter the email addresses (one per line) of any invitation recipients".
paul
@paul
09/23/21 11:24:20PM
4,326 posts

Add Comment Wall to Profiles with timeline?


Using Jamroom

It can. Take a look at the jrComment 'comment_form.tpl' template.
Lines 11-25 inclusive show the comments and lines 26 onwards show the form.
Just reverse those sections.
hth
paul
@paul
09/22/21 09:26:08AM
4,326 posts

Add Comment Wall to Profiles with timeline?


Using Jamroom

Updated Comment module now in the MarketPlace.

That code looks ok (from what I can see of it). Get the latest module and try it.
paul
@paul
09/20/21 10:54:52AM
4,326 posts

Date Picker Error


Using Jamroom

Not seeing this on my test site. Can you detail exactly how to reproduce this issue?
paul
@paul
09/18/21 09:56:09AM
4,326 posts

How to Change my Main Header


Design and Skin Customization

Try changing it directly on the database.
Table - jr_jrcore_setting
'Module' column - jrCore
'name' column - active_skin
Change the 'value' entry to an installed skin that has no template modifications.
paul
@paul
09/17/21 04:30:18AM
4,326 posts

Add Comment Wall to Profiles with timeline?


Using Jamroom

Isleander:
Is it possible to add a comment wall to profiles with a Timeline?

Yes, just add the smarty call -
{jrComment_form module="jrProfile" profile_id=$_profile_id item_id=$_item_id}
to the appropriate place in the profile_index.tpl template.

However, at the moment there is a bug in he jrComment module stopping this for working. I'll get that fixed up and let you know.
paul
@paul
09/17/21 04:09:18AM
4,326 posts

Show Members who are online on Front/Index page


Using Jamroom

Might be best to use the 'template' widget and include the smarty call
{jrUser_whos_online template="whos_online.tpl"}
in it.
Note that with this call you need to specify a template. Look in one of the legacy skins, eg. Nova, to see the contents of it's whos_online.tpl template and adapt it to suit.
hth
paul
@paul
09/10/21 02:54:41PM
4,326 posts

Discussion Forum


Using Jamroom

I responded to the ticket you raised about this issue asking for the site’s admin login.
Respond there with the login and we’ll take a look.
Thanks
paul
@paul
09/10/21 03:16:19AM
4,326 posts

How to Change my Main Header


Design and Skin Customization

If you turn on your browser 'Web Development Tools' you'll see 'Cross-Origin Request Blocked' errors that are causing this issue. One is trying to access 'https://kimstyletv.com/core/form_validate/__ajax=1'
Have you changed any of the core module files directly to do this?

Alternatively, try temporarily switching to a skin that has no template mods and see if things work then.
paul
@paul
09/09/21 08:46:10AM
4,326 posts

How to Change my Main Header


Design and Skin Customization

A quick look at your jr_jrcore_template database table is showing three FollowMe templates with absolute references to the old 'kimstyletv' URL (profile_index, profile_right and profile_sidebar). These are likely giving the cross-site javascript errors seen when loaing your pages and running the tools.
Try fixing those up first.
hth
  7