URL Went Wonky After Update

Dazed
Dazed
@dazed
11 years ago
1,022 posts
I updated to latest and this url went a bit off. Below is the code and the row template. Any ideas?

invalid url: sitename//forum/550/new-one-with-yvonne-j-yours-truly
correct url: sitename/profile_name/forum/center-stage/550/new-one-with-yvonne-j-yours-truly


row template

{jrCore_module_url module="jrForum" assign="murl"}
<div class="container">
    {foreach from=$_items item="item"}
    <div style="overflow:hidden;margin-bottom:12px">
        <div style="float:left;padding-right:12px;">
         {jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="xsmall" alt=$item.user_name class="action_item_user_img iloutline"}
        </div>
        <div>
         <h3><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.forum_title_url}">{$item.forum_title}</a></h3>
         <br><span class="normal"><small>{$item._created|jrCore_format_time}, by {$item.user_name}</small></span>
        </div>
    </div>
    {/foreach}
</div>

updated by @dazed: 05/15/14 03:30:50AM
brian
@brian
11 years ago
10,148 posts
What did you update to make this happen? The template looks good to me.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
11 years ago
1,022 posts
I just updated everything so it looked like almost every module. This is a call on my side_home.tpl that displays the recent forum posts. After the update the profile_name dropped as did the forum category. Below was the call to the row template.

{jrCore_list module="jrForum" search1="forum_title like %" search2="forum_profile_id = 174326" 
 order_by="forum_updated desc" template="side_forum_row.tpl" limit=5}

updated by @dazed: 04/12/14 04:53:46PM
brian
@brian
11 years ago
10,148 posts
Is what you posted in the first post the "side_forum_row.tpl" file? I can test it here.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
11 years ago
1,022 posts
yes that is the row template. you can also see it on my site Brian.
updated by @dazed: 04/12/14 04:57:51PM
brian
@brian
11 years ago
10,148 posts
Just tested here and it is working for me - did you clear caches and run an integrity check just to be sure?

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
11 years ago
1,022 posts
just ran both again. Same thing. Suggestions?
brian
@brian
11 years ago
10,148 posts
Dazed:
just ran both again. Same thing. Suggestions?

Unfortunately no - there's nothing I'm aware of that is going to make just the profile_url variable disappear. I only have a couple mins left online here as I am just about to head out, but I can check it out for you in the AM and see if I can see what's up.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
11 years ago
1,022 posts
thanks Brian. I appreciate it.