Forum Activity for @douglas

douglas
@douglas
11/08/18 03:41:19AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

nduguseliphaz:
Sent

Just wanted to let you know that we have not received an email from you at our support center.
douglas
@douglas
11/08/18 03:39:56AM
2,797 posts

JRfunClub Player on twitter


Installation and Configuration

My guess would be Twitter isn't allowing it because your site is not SSL enabled, I don't believe Twitter, like Facebook, allows embedded players that are not coming from an SSL enabled site.

Hope this helps!
douglas
@douglas
11/06/18 05:49:53AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

nduguseliphaz:
Here http://bit.ly/2yTc0M8

Are you referring to the + button at the top of the page?

Can you send us the admin login so we can login and check it too?

Thanks!
douglas
@douglas
11/06/18 03:52:27AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

nduguseliphaz:
It's still redirecting to the timeline.

Do you have a link where I can see it happening?

Thanks!
douglas
@douglas
11/05/18 06:32:16AM
2,797 posts

the purchased items are not showing


Using Jamroom

izhmel:
I am still nit seeing all the items that was purchased
https://www.jamroom.net/payment/purchases/profile_id=34/user_id=32


Which items that you have purchased are not showing?

Be specific, need to know what modules you've purchased so we can look into it.

Thanks!
douglas
@douglas
11/05/18 06:30:18AM
2,797 posts

value must be numbers, letters, spaces or punctuation and contain no HTML


Using Jamroom

resif:
@douglas no pasting.. ok i found the solution..

@resif that was going to be my next suggestion, glad you got it working.
douglas
@douglas
11/02/18 09:02:33AM
2,797 posts

value must be numbers, letters, spaces or punctuation and contain no HTML


Using Jamroom

If you are pasting the text into the field, you could be pasting hidden characters that could cause this, especially if you are copying the text from a webpage. Try pasting the text into a text editor then copy and paste from there.

Hope this helps!
douglas
@douglas
11/02/18 06:11:41AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

Sorry, thought that is what you wanted, give this a go:

{jrCore_lang skin="jrFanClub" id="177" default="Upload Music"}
{jrCore_module_url module="jrAudio" assign="murl"}
{jrCore_module_url module="jrUser" assign="uurl"}
{if jrUser_is_logged_in()}
    <a href="{$jamroom_url}/{$murl}/create">
{else}
    <a href="{$jamroom_url}/{$uurl}/login">
{/if}

Hope this helps!
douglas
@douglas
11/01/18 11:52:43AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

Give this a try:

{jrCore_lang skin="jrFanClub" id="177" default="Upload Music"}
{jrCore_module_url module="jrAudio" assign="murl"}
{jrCore_module_url module="jrUser" assign="uurl"}
{if jrUser_is_logged_in()}
    <a href="{$jamroom_url}/{jrUser_home_profile_key key="profile_url"}/{$murl}">
{else}
    <a href="{$jamroom_url}/{$uurl}/login">
{/if}

Hope this helps!
douglas
@douglas
11/01/18 05:31:55AM
2,797 posts

Upload Music ID - jrFanClub


Design and Skin Customization

nduguseliphaz:
When am logged it's redirecting me "timeline" when I click instead of /audio/create.
How do I sort this?

Can you post the code your using?

Thanks!
  33