Get help from other users here.
Moderators: Developer , Contributor
simon.k
Post
by simon.k » 03 May 2012, 15:06
I need an aditional type of relationship and i've already found this wiki entry
http://www.mantisbt.org/wiki/doku.php/m ... ationships
but it doesn't work, no error message or anything. Does it still work this way in 1.2.10?
Because it did nothing in my mantis and i'm not sure if the wiki is outdated or if i made a mistake somewhere
atrol
Site Admin
Posts: 8575 Joined: 26 Mar 2008, 21:37
Location: Germany
Post
by atrol » 06 May 2012, 14:57
I tried without any problems. I used latest developer version of 1.2.x and I don't see any reason why this should not work also using 1.2.10
simon.k
Post
by simon.k » 22 May 2012, 14:14
I cant get it working, i added the exact lines from the page, got every <?php ?> and it doesn't show up on view.php
My mantis is running in german but since all those changes go into the custom files it shouldn't matter and just print out the english lines...right?
atrol
Site Admin
Posts: 8575 Joined: 26 Mar 2008, 21:37
Location: Germany
Post
by atrol » 24 May 2012, 23:00
Try to remove the ?> from the end of your custom files.
simon.k
Post
by simon.k » 25 May 2012, 06:36
Awww i renamed custom_relationship_inc.php to custom_realationships_inc.php and it's working...damn details!
Thanks all.