dragonexpert / Trade-Feedback

A trade feedback system for MyBB.
4 stars 2 forks source link

breadcrumb issue when editing your own feedback #12

Closed andrewjs18 closed 9 years ago

andrewjs18 commented 9 years ago

I've only been able to duplicate this issue when I'm editing feedback on my own profile - if I edit another user's feedback, the breadcrumb displays properly. I tested this in firefox and chrome:

197 jul 19 it should show andrewjs18's Profile / andrewjs18's Reputations also, as an aside, it should say Feedback instead of Reputation...

leefish commented 9 years ago

This was actually a theme error (a common one): the link for the members profile in the header did not have the uid in the url. By fixing the link to be

"/member.php?action=profile&uid={$mybb->user['uid']}"

the "issue" is fixed.

dragonexpert commented 9 years ago

So can I safely close this?

leefish commented 9 years ago

I say close it.