solved Upload Music ID - jrFanClub

nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
What is the Upload Music Id on skin= jrFanClub


updated by @ecodeahpro: 02/12/19 03:50:12PM
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
jrFanCl{jrCore_lang skin="jrFanClub" id="HERE" default="Upload Music"}</a><br>
                        {jrCore_module_url module="jrAudio" assign="murl"}
                        {if jrUser_is_logged_in()}
                            <a href="{$jamroom_url}/{$murl}/create">
                        {else}
                            <a href="{$jamroom_url}/{$uurl}/login">
                        {/if}
                        ub
douglas
@douglas
6 years ago
2,767 posts
Hello,

There isn't an "Upload Music" language string, you can add it to the en-US.php file in the skins/jrFanClub/lang directory if you like.

At the bottom of the file right after this:
$lang[176] = "Images";

add this:
$lang[177] = "Upload Music";

Then your language function would be:

{jrCore_lang skin="jrFanClub" id="177" default="Upload Music"}

You'll want to run the Integrity Check tool and Reset Caches so the new language string gets added to the skin.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 10/26/18 06:32:43AM
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
When am logged it's redirecting me "timeline" when I click instead of /audio/create.
How do I sort this?
douglas
@douglas
6 years ago
2,767 posts
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!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
 {jrCore_lang skin="jrFanClub" id="177" default="Upload Music"}
                        {jrCore_module_url module="jrAudio" assign="murl"}
                        {if jrUser_is_logged_in()}
                             <a href="{$jamroom_url}/{$purl}/{$murl}">
                        {else}
                             <a href="{$jamroom_url}/{$uurl}/login">
                        {/if}
douglas
@douglas
6 years ago
2,767 posts
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 Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
douglas:
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!

Its still redirecting to the profile
douglas
@douglas
6 years ago
2,767 posts
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 Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
It's still redirecting to the timeline.
douglas
@douglas
6 years ago
2,767 posts
nduguseliphaz:
It's still redirecting to the timeline.

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

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
Here http://bit.ly/2yTc0M8
douglas
@douglas
6 years ago
2,767 posts
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 Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
Via email or where should I send?
paul
@paul
6 years ago
4,325 posts
Send to support[at]jamroom[dot]net
Thanks


--
Paul Asher - JR Developer and System Import Specialist
nduguseliphaz
nduguseliphaz
@ecodeahpro
6 years ago
206 posts
Sent
douglas
@douglas
6 years ago
2,767 posts
nduguseliphaz:
Sent

Just wanted to let you know that we have not received an email from you at our support center.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
douglas
@douglas
6 years ago
2,767 posts
I've got this fixed up for you, let me know if you see any issues.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags