solved Profile Tweaks not pointing to the selected page

alt=
Luis456
@luis456
9 years ago
48 posts

In the "Selected qoute" for Members the "Default Profile index" is selected for "Time Line" it works fine.

For Artists the "Default Profile Index" is selected "(default) Skin profile index" - but for some reason it still points to "Time Line"
If the default skin profile index is selected, shouldn't it be pointing to "profile_index.tpl". If not could you please how can I achieve this?
I have created a custom profile_index.tpl and I would like to default to that page only for artists. The problem that I have right now is artist and members are pointing to profile_index.tpl but I would like only the Artists to point to this page.

Hello, maybe I'm doing something wrong.
Thank You
updated by @luis456: 03/25/16 09:53:38AM
brian
@brian
9 years ago
10,148 posts
Luis456:
For Artists the "Default Profile Index" is selected "(default) Skin profile index" - but for some reason it still points to "Time Line"

This is correct - the Skin Profile Index template shows the Timeline.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
Luis456
@luis456
9 years ago
48 posts
brian:

This is correct - the Skin Profile Index template shows the Timeline.

Thank You for the info Brian. How or where can I change the setting or what file do I need to modify in the Profile Tweaks so that it can point to the profile_index.tpl only with Artists quote.

Thank You
michael
@michael
9 years ago
7,714 posts
The Elastic skin has this in its profile_index.tpl (/skins/jrElastic/profile_index.tpl)
{* default index for profile *}

<div class="col9 last">
    {jrCore_include module="jrAction" template="item_index.tpl"}
    {jrComment_form module="jrProfile" profile_id=$_profile_id item_id=$_item_id}
</div>

Perhaps you want to put a list of something on that index page, use:

Docs:"{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

Whatever you put on that profile_index.tpl page will show as the default index page for that skin.

Tags