Melih:
No i did try this before you said. But i can try it again. I don't want to update the core to beta release because i made lots of changes to localize somethings and i have to do them again and again on every update
See the code I posted JUST ABOVE your response. The reason you got a 404 is that it was missing this line:
{jrCore_module_url module="jrGenEvent" assign="murl"}
This has nothing to do with updating the core or anything else.
Here's what your profile_index.tpl file should look like (if you want to use the one that is in the new Genosis skin):
{* default index for profile *}
<div class="col9 last">
{jrCore_include template="profile_menu_include.tpl" hilight="timeline"}
<div class="block" style="padding:6px">
{if strlen($profile_story) > 0}
<div id="profile_story_box">{$profile_story|jrCore_format_string:$profile_quota_id}</div>
{/if}
<div class="title">
<div class="block_config">
{if jrProfile_is_profile_owner($_profile_id)}
{jrCore_module_url module="jrGenEvent" assign="murl"}
<a href="{$jamroom_url}/{$murl}/create/profile_id={$_profile_id}" title="{jrCore_lang skin="jrGenosis" id=35 default="Add new Timeline Event"}">{jrCore_icon icon="plus"}</a>
{/if}
</div>
<h1>{jrCore_lang skin="jrGenosis" id=42 default="Timeline"}</h1>
<div class="breadcrumbs">
<a href="{$jamroom_url}/{$profile_url}/">{$profile_name}</a> » <a href="{$jamroom_url}/{$profile_url}">{jrCore_lang skin="jrGenosis" id=42 default="Timeline"}</a>
</div>
</div>
<div class="block_content" style="margin-top:12px">
{jrGenEvent_get_events profile_id=$_profile_id}
{jrCore_db_get_item module="jrProfile" item_id=$_profile_id assign="item"}
{jrCore_item_detail_features module="jrProfile" item=$item}
</div>
</div>
--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net