Forum Activity for @paul

paul
@paul
11/04/15 09:45:55AM
4,335 posts

Groups - Change ownership? change/add administrators?


Ning To Jamroom

As I said above - ACP=>Groups=>Tools=>Change Owner
paul
@paul
11/04/15 09:02:46AM
4,335 posts

Groups - Change ownership? change/add administrators?


Ning To Jamroom

Quote: Can I change the ownership of any groups?

Install the 'Change Owner' module from the marketplace, then as Master Admin in the ACP goto the Tools section in the Group module. Note that with this module, admin can change ownership of any Jamroom item.

Quote: Can we add add group administrators so we have more than one person who can be admin of a particular group?

You can make users 'Profile Admins' by which they can manage and update all site profiles. Alternatively you can link users to multiple specific profiles (Link User Accounts in the profile module tools section) but note that with these solutions, users will have access to all the profile items, not just groups.
hth
paul
@paul
11/04/15 05:32:09AM
4,335 posts

google analytics question


Using Jamroom

Correction - its not working for a regular user. Maybe Michael has it hidden for some reason?
paul
@paul
11/04/15 05:30:19AM
4,335 posts

google analytics question


Using Jamroom

Its working here - try it again?
paul
@paul
11/04/15 03:54:33AM
4,335 posts

HTML rating format type


Using Jamroom

I think that in all default templates that use rating the call has the 'type' set to 'star'. The global setting in the module is what will show if 'type' isn't set. So, you'll need to edit the template(s) and either remove the 'type' parameter from the rating call, or change it to 'html' -

{jrCore_module_function function="jrRating_form" type="html" module="jrBlog" index="1" item_id=$item._item_id current=$item.blog_rating_1_average_count|default:0 votes=$item.blog_rating_1_count|default:0}

or

{jrCore_module_function function="jrRating_form" module="jrBlog" index="1" item_id=$item._item_id current=$item.blog_rating_1_average_count|default:0 votes=$item.blog_rating_1_count|default:0}

hth
paul
@paul
11/04/15 01:17:46AM
4,335 posts

Gmail problems


Ning To Jamroom

Glad you're sorted Deb, and thanks for sharing the solution here.
paul
@paul
11/03/15 03:00:41PM
4,335 posts

How to add a user to your site without using a sign-up form.


Using Jamroom

ACP, User module, Tools, Create a User.
paul
@paul
11/03/15 02:07:11AM
4,335 posts

Strange - Not Found Errors


Using Jamroom

Send the details and logins to support[at]jamroom[dot]net so that we can take a look.
Thanks
paul
@paul
11/03/15 02:03:56AM
4,335 posts

How to save modified skins and thank you to the JR support team!


Design and Skin Customization

Hi Charles - Thanks forthe 'thanks' - its what we're here for :-)

ACP=>Developer=>Developer Tools=>Tools=>Clone Skin

Select your current active skin and name a new one. All your edited templates will be the default new skin templates so you can optionally switch to it and use it as a 'clean start' for further mods, keep it as a backup or if you have done all your development, use it as the active skin.
hth
paul
@paul
11/02/15 10:42:04AM
4,335 posts

Profile character field name limit needed


Using Jamroom

Instead of limiting what a user can enter, better to truncate any variables in the template(s), something like -

{$item.user_name|truncate:80}
  256