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