The Arcive of vBulletin Modifications Site. |
|
[Solved] Help for: add visible extra field from .issue table Details »»
|
|||||||||||||||||||||||||||
|
[Solved] Help for: add visible extra field from .issue table
Developer Last Online: Mar 2015
EDIT: GOT IT
you can delete this thread if you wish! hi guys and girls, as i'm working on the translation of vB stuff from english to serbian.. i using PT, where i imported everyone single phrase into it.. where our users can help to translate.. 1.) i have added an extra field named "phrasetype" into the "issue" table. i changed in class_pt_issuelist Code:
var $extra_fields = ''; Code:
var $extra_fields = ',issue.phrasetype'; added Code:
case 'phrasetype':
$this->sort_field = $sort_field;
$this->sort_field_sql = "issue." . $sort_field;
break;
Code:
'phrasetype' => '', Code:
project.php?do=issuelist&projectid=3&issuetypeid=task&sort=phrasetype&order=asc&page=52 but have no idea how can i add this column into the issulist, which can be visible and sortable like "Title / Submitted by" and other columns. 2.) the next would be i would have the text from the field "phrasetype" at the issue self anywhere after the title of the issue.. can someone help me in this matter? thank you in advance and wish you a nice weekend! cheers Nicky Show Your Support
|
|||||||||||||||||||||||||||
![]() |
|
|