sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Link to profile on index view of Messaging module #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in file user/modules/messages/views/messages/index.php

--'value' => 'CHtml::link($data->from_user->username,
array("Yum::route(\'{user}/profile\')", "id" => $data->from_user_id))',
++'value' => 'CHtml::link($data->from_user->username,
array(YumHelper::route(\'{user}/profile\'), "id" => $data->from_user_id))',

Original issue reported on code.google.com by piwerek on 24 May 2010 at 4:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r84.

Original comment by thyseus on 31 May 2010 at 11:49

GoogleCodeExporter commented 9 years ago
Not exactly. There is no Yum class, but YumHelper. Problem still exists.

Original comment by piwerek on 14 Jun 2010 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by thyseus on 14 Jun 2010 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by thyseus on 17 Dec 2010 at 3:41