Forum Activity for @douglas

douglas
@douglas
06/16/15 05:13:21AM
2,812 posts

login startsite


Using Jamroom

See if this works for you...
jrDwBlack2.zip - 27KB

updated by @douglas: 06/16/15 05:13:42AM
douglas
@douglas
06/16/15 05:01:44AM
2,812 posts

(Allow HTML ) TAGS


Using Jamroom

The code your trying to add is not HTML, it is javascript and it is not a good idea to allow your users to embed javascript. If you really need to use it, you can try adding script to your allowed HTML field, but I would not recommend it.
douglas
@douglas
06/15/15 04:53:40AM
2,812 posts

songs wont show up in music charts


Jamroom Developers

Do you have a link to your charts we can check out?
douglas
@douglas
06/15/15 04:52:57AM
2,812 posts

login startsite


Using Jamroom

If you can let me know the exact name of your skin, I can create a module that will redirect logged in users to the front/index page instead of their profile page.
douglas
@douglas
06/14/15 07:54:31AM
2,812 posts

login startsite


Using Jamroom

In JR5 it takes a module to redirect the logged in user to a different page other than the profile page.

What is the name of the skin you are using?

Where do you want the redirect to take the user, the index page?
douglas
@douglas
06/10/15 11:17:39AM
2,812 posts

Image URLs


Using Jamroom

Yeah, that isn't going to work try this instead...

background: url('{$jamroom_url}/{jrCore_module_url module="jrProfile"}/{jrCore_module_url module="jrImage"}/profile_image/{$profile_id}/xlarge');
                border: 2px solid black;
douglas
@douglas
06/10/15 08:29:40AM
2,812 posts

Image URLs


Using Jamroom

If its the profile image your using for the background-image, this should work:

<div class="profile_name_box"{if $profile_image_size > 0} style="background-image: url('{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xxlarge" class="img_scale img_shadow" alt=$profile_name width=false height=false}')"{/if}>
douglas
@douglas
06/10/15 08:15:02AM
2,812 posts

Image URLs


Using Jamroom

You would need to add the background-image style directly to the div. Assuming your using the profile_name_box div for this it would be something like this:

<div class="profile_name_box"{if $profile_image_size > 0}style="background-image: url('shouldbethelinktotheprofileimage')"{/if}>
douglas
@douglas
06/09/15 10:44:01AM
2,812 posts

ProJam Dark


Design and Skin Customization

Yeah, send us your admin login and FTP access to support[at]jamroom[dot]net and I'll take a look.
  148