Forum Activity for @themetalscene

MetalScene
@themetalscene
05/07/20 02:50:22PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

yeah thats working fantastic, i am just going to tweak it now, smaller images, columns etc
Thank you, it really is what i am looking for.

With regards to bands with Numbers or a # $ type symbol in the first part of the name, what character calls them up ?

And what would be the best way to deal with bands who THE in front their name.
As now they all pull up into the T section

Anyone following this is what i did in my archives.tpl of my cloned skin

{* archives.tpl *}

{jrCore_include template="header.tpl"}
<a href="{$jamroom_url}/archives/letter=a">a</a>
<a href="{$jamroom_url}/archives/letter=b">b</a>
<a href="{$jamroom_url}/archives/letter=c">c</a>
<a href="{$jamroom_url}/archives/letter=d">d</a>
<a href="{$jamroom_url}/archives/letter=e">e</a>
<a href="{$jamroom_url}/archives/letter=f">f</a>
<a href="{$jamroom_url}/archives/letter=g">g</a>
<a href="{$jamroom_url}/archives/letter=h">h</a>
<a href="{$jamroom_url}/archives/letter=i">i</a>
<a href="{$jamroom_url}/archives/letter=j">j</a>
<a href="{$jamroom_url}/archives/letter=k">k</a>
<a href="{$jamroom_url}/archives/letter=l">l</a>
<a href="{$jamroom_url}/archives/letter=m">m</a>
<a href="{$jamroom_url}/archives/letter=n">n</a>
<a href="{$jamroom_url}/archives/letter=o">o</a>
<a href="{$jamroom_url}/archives/letter=p">p</a>
<a href="{$jamroom_url}/archives/letter=q">q</a>
<a href="{$jamroom_url}/archives/letter=r">r</a>
<a href="{$jamroom_url}/archives/letter=s">s</a>
<a href="{$jamroom_url}/archives/letter=t">t</a>
<a href="{$jamroom_url}/archives/letter=u">u</a>
<a href="{$jamroom_url}/archives/letter=v">v</a>
<a href="{$jamroom_url}/archives/letter=w">w</a>
<a href="{$jamroom_url}/archives/letter=x">x</a>
<a href="{$jamroom_url}/archives/letter=y">y</a>
<a href="{$jamroom_url}/archives/letter=z">z</a>
{jrCore_list module="jrProfile" search1="profile_name like `$_post['letter']`%"}

{jrCore_include template="footer.tpl"}


once again, thank you, learning more daily about the new system, must say it has truly been awesome.
updated by @themetalscene: 05/07/20 02:53:02PM
MetalScene
@themetalscene
05/07/20 12:44:09PM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

@michael thank you very much for the help and your time, i will spend the weekend on this and see how i progress.
updated by @themetalscene: 05/07/20 12:45:07PM
MetalScene
@themetalscene
05/06/20 10:57:40AM
66 posts

Albums on Profiles - Audio Pro


Design and Skin Customization

nate:
1. Create an album name during audio upload.
2. Click the album name on the user's audio index page.
3. Once you get there you should see a bread crumb titled "albums"

thanks, i have made the albums, but i want them to be the profile landing page if a band has them and have a tab that says discography or albums on the profile.
MetalScene
@themetalscene
05/06/20 08:02:10AM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

this is the page i want to make, except just to show all the bands in a paginated order. with alphabet about, a search bar too
WhatsApp Image 2020-05-06 at 17.00.52.jpeg WhatsApp Image 2020-05-06 at 17.00.52.jpeg - 65KB
MetalScene
@themetalscene
05/06/20 07:59:03AM
66 posts

Albums on Profiles - Audio Pro


Design and Skin Customization

Thanks, i am assuming this is all added in the template and cannot be done with site builder , the adding of the link to the profiles.and making it the audio landing page ?
MetalScene
@themetalscene
05/06/20 07:27:53AM
66 posts

Albums on Profiles - Audio Pro


Design and Skin Customization

How to show the ALBUMS / Discography of an artists on their profile.
updated by @themetalscene: 08/06/20 09:58:48AM
MetalScene
@themetalscene
05/06/20 05:04:09AM
66 posts

A - Z Artist / Profiles page - Audio Pro


Design and Skin Customization

Need a bit of asistance

i cant find any way to make a nice page A - z stle of every single artist profile on my site.

Be nice to have it sort able via

profile image,Band name - Genre, date formed, date split, status Hightest over all chart position, etc

Can i do this via the site builder and module or would i need to do ti via the templates. i am assuming once i have this page its a matter of a few tweaks to make it work for users, videos , albums etc


Also any assistance in how to get going or where in the docs to look, been reading a lot today haha


A second question is how to show the ALBUMS / Discography of an artists on their profile.

Thanks again, Jamroom and lock down has been a life saver
updated by @themetalscene: 08/28/20 03:50:31AM
MetalScene
@themetalscene
05/05/20 08:57:27AM
66 posts

Audio Pro - Form Builder


Design and Skin Customization

The site is being set up in 11 languages, as we have 11 official ones. Most the words due to the nature of the site will be the same, mostly T&C etc that will be in the other languages.
For now the language file is useful.
MetalScene
@themetalscene
05/05/20 08:55:45AM
66 posts

Audio Pro - Form Builder


Design and Skin Customization

Ok i seem to have it working, if anyone is watching or wants to know.

i did this
{if $profile_quota_id == 1}
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=97 default="Genre: "} {$profile_genre} </span>
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=95 default="Date Formed: "} {$profile_startdate|jrCore_date_format:"%Y"} </span>
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=98 default="Current Status: "} {$profile_status} </span>
{/if}

{if strlen($profile_splitdate) > 0}
<span>{jrCore_icon icon="calendar" size="16" color="ff5500"} {jrCore_lang skin="jrAudioPro" id=96 default="Date Split: "} {$profile_splitdate|jrCore_date_format:"%Y"} </span>
{/if}

which dealt with points 1 & 3

busy working on 2 now.


thanks again everyone.
MetalScene
@themetalscene
05/05/20 08:12:25AM
66 posts

Alternate use for platform


Genosis

michael:
There is no look-up functionality in Genosis script. You can import GEDCOM files, but it does not connect to any external database to pull in data. Unless you want it to, and then you'd need to build that module.

Thank you , i will definitely test it out.
  3