Search found 6 matches

by jpmoraez
22 Aug 2011, 21:03
Forum: Help
Topic: How to add custom fields with dinamic values (not stored)
Replies: 1
Views: 3128

How to add custom fields with dinamic values (not stored)

Hi folks, Im adding a new custom field that doesn´t need to have its value stored. I´ll calculate this value through a simple query and display it only at view_all_bug_page. So I just only want to know the better way to make theese query populate my custom field... will I have to make a hard code at...
by jpmoraez
22 Aug 2011, 20:19
Forum: Customizations
Topic: Custom Fields in View Issues, and Roadmap
Replies: 5
Views: 6986

Re: Custom Fields in View Issues, and Roadmap

what´s the better way to make theese cutom fields changes to ALL users account ?
by jpmoraez
17 Aug 2011, 17:28
Forum: Customizations
Topic: add a new MENU option link
Replies: 16
Views: 19884

Re: add a new MENU option link

Ive already solved the problem...

the name page name should be kanban_page.php instead of kanban.php (it must end with _page) =P

thanks anyway ;)
by jpmoraez
17 Aug 2011, 13:25
Forum: Customizations
Topic: add a new MENU option link
Replies: 16
Views: 19884

Re: add a new MENU option link

Thanks, But what exactaly have to be done on adding a new Main Item Link ? I´ve added this line to config_ing.php: $g_main_menu_custom_options = array( array( "NewMenu", UPDATER, 'NewMenu.php' )); Im trying to do a new page (NewMenu.php) that list bugs grouping by status.... so each status...
by jpmoraez
11 Aug 2011, 12:39
Forum: Customizations
Topic: add a new MENU option link
Replies: 16
Views: 19884

Re: add a new MENU option link

Hi Kiril,

Im trying to add a new item link at main menu bar in mantis 1.2.3

the link you´ve posted (http://github.com/Kirill/search/blob/ma ... Search.php) is forbidden

if you have another example explaining how to add a new item link would be great.


Thanks
by jpmoraez
11 Aug 2011, 12:19
Forum: Help
Topic: what plugin adds new Main Top Front Menu Item (version 1.2.3
Replies: 4
Views: 3313

what plugin adds new Main Top Front Menu Item (version 1.2.3

Hi everybody,

I want to add a new Menu Item at Main Top Front Menu...

At html_api.php file Ive seen plugin event added options (adds a menu item after 'Main' and before 'My View')... so I imagine there is a plugin to add custom menu items like that.

Im workin´with 1.2.3 version...

thanks

jp