Forum Activity for @douglas

douglas
@douglas
02/09/16 05:15:49AM
2,807 posts

Follow annd Rating functions


Genosis

I don't believe that the Genosis skin is setup to use the Follow and Rating modules. I can see that the code is not in the skins custom module templates and profile templates.

I'm not 100% sure it will work but you would have to add in the code if you want to use the Follow and Rating modules with the Genosis skin.

Follow code for the profile_header.tpl taken from the jrElastic skin:
{jrCore_module_function function="jrFollower_button" profile_id=$_profile_id title="Follow This Profile"}

Blog ratings code taken from the modules/jrBlog/templates/item_detail.tpl

<span style="display:inline-block;margin-top:6px;">{jrCore_module_function function="jrRating_form" type="star" 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}</span>

If you want to rate the profile, instead of blogs, change the module parameter to jrProfile and the item_id parameter to $_profile_id

Hope this helps!
douglas
@douglas
02/08/16 03:48:17AM
2,807 posts

how do I get notified of new user accounts in order to approve them...


Using Jamroom

In your ACP > Users > Users > Quota Config, set the signup method to admin validation for the quotas your allowing signups on.

The admin will receive an email about new signups and you can approve or disapprove new accounts in your ACP > Dashboard > Pending section.
douglas
@douglas
02/05/16 05:24:11AM
2,807 posts

Designing a profile form for profiles in Quota X, and a different form for profiles in Quota Y


Using Jamroom

Quote:
What and where is the "User account" form you mention?

yoursite.com/user/signup
douglas
@douglas
02/04/16 01:36:43PM
2,807 posts

Share this issue with facebook


Using Jamroom

perrie:
OK, so I did the thing with hiding my image page. I checked facebook and it looks like it took.
I am getting a strange message from them (and the image they show on their test page isn't what is showing, but that is good).
What does this mean?

Your missing the // in your URL "http:thenewstalkers.com" looks like what you have entered and it should be http://thenewstalkers.com.
douglas
@douglas
02/02/16 09:53:51AM
2,807 posts

Designing a profile form for profiles in Quota X, and a different form for profiles in Quota Y


Using Jamroom

Adding form fields with the form designer does just that, it adds new fields to the form your modifying. You then need to add the variable for that new form field in you profile templates where you want it to show.

For example:

Create a new form field in the modify profile form designer, the beginning of the form field name will start with profile_, so if you name the new field profile_website, then the variable you want to add to your profile templates would be {$profile_website}. You can also check to see if the field has been filled out by the profile by using an if statement in your template, ie.

{if isset($profile_website) && strlen($profile_website) > 0}
    {* Show the profiles website field since it has been filled in by the profiles user *}
    {$profile_website}
{/if}

The display to quota means that the new field will only show to users that have a profile in the quota(s) you select.

Hope this helps!
douglas
@douglas
01/30/16 08:11:02AM
2,807 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

voxster:
Every time I try to save the changes... it keeps the check mark there.

You only need to check that check box the first time you've modified the template, and it will always stay checked as long as you want to use the modified version of the template, modifications made after that only require you to reset the cache if caching is turned on.

As far as redesigning the carousel, let me see what it would take and I'll let you know.
douglas
@douglas
01/29/16 05:22:49AM
2,807 posts

Site Builder for Media Pro skin yet?


Jamroom Developers

Yes, it is being worked on. Should have all the Jamroom Network skins updated to work with Site Builder in the near future.
douglas
@douglas
01/29/16 05:20:10AM
2,807 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Yes and there are some other items that get added such as the artists influences and biography.

Should look something like this when all the info is there:
http://www.localbandz.com
douglas
@douglas
01/28/16 01:43:12PM
2,807 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

It would be better if you created a new post for each issue that way someone else with the same questions will be able to find it when searching.

What your wanting to do would take some modifications to the index and slider templates and trying to explain it in the forums would take too long.

It isn't going to be very easy. Is there a reason you need the player to be next to the carousel?
douglas
@douglas
01/28/16 01:31:30PM
2,807 posts

Resize Logo / Header ProJam Light


Design and Skin Customization

Any time you've modified a template, that has NOT been modified before, you'll want to check that box so your changes are used.

It's probably a good idea to make your changes this way so updates don't change them back. Ideally you should probably clone the skin so you have a custom skin and there would be no way for updates to change things back.

https://www.jamroom.net/the-jamroom-network/documentation/skins/839/creating-your-own-skin
  115