Search found 15 matches

by mohamedh
23 Dec 2022, 18:57
Forum: French
Topic: Désactivation des comptes
Replies: 2
Views: 22067

Re: Désactivation des comptes

Je pense que l'utilisation du forum français est visiblement une mauvaise idée si vous cherchez à résoudre un problème urgent faut poster en anglais.

Suffit de se connecter à la base de donné directement (par exemple avec phpmyadmin), Table: mantis_user_table, changez la valeur de la colonne ...
by mohamedh
23 Dec 2022, 18:50
Forum: General Plugin Discussion
Topic: Userdata plugin
Replies: 19
Views: 42562

Re: Userdata plugin

> (please share the code you used and I will add it in)

I am never so sure of what I do due to my lack of experience which is why I didn't share them immediately when I first posted (I am sure your implementation is cleaner). I see you did already add it and released v203! Thanks for the new ...
by mohamedh
23 Dec 2022, 16:53
Forum: Customizations
Topic: assign to myself only
Replies: 4
Views: 23224

Re: assign to myself only

Nice thinking! perhaps I will disable "assign" permission completely for developers and use "EVENT_VIEW_BUG_AFTER_DETAILS" in a plugin to add a custom button using my own custom function for self-assign only.
Thanks
by mohamedh
23 Dec 2022, 01:44
Forum: Customizations
Topic: assign to myself only
Replies: 4
Views: 23224

Re: assign to myself only

Thanks

I assume the only way is to modify "bug_view_inc.php" and mess around with $t_options

But I was hoping there might be a way to do it without having to modify the core, some method/event that could be used to overwrite it in an external plugin?
by mohamedh
23 Dec 2022, 01:35
Forum: General Plugin Discussion
Topic: Userdata plugin
Replies: 19
Views: 42562

Re: Userdata plugin

It is just that I was mistaken and thought it would achieve a similar behavior because you didn't particularly say how your plugin did things.

> I did not had the intention to mimic Heiko's changes (would not call that a plugin even).

agreed, and you definitely don't have/need to mimic Heiko's ...
by mohamedh
22 Dec 2022, 16:53
Forum: General Plugin Discussion
Topic: Userdata plugin
Replies: 19
Views: 42562

Re: Userdata plugin

Hi

Thanks for sharing this plugin

are the new fields supposed to appear in view_user_page?

Judging by the fact you posted your plugin here https://www.mantisbt.org/bugs/view.php?id=5278

I would assume it allows for custom user fields, but so far what I am seeing is that it is something ...
by mohamedh
22 Dec 2022, 13:55
Forum: Customizations
Topic: assign to myself only
Replies: 4
Views: 23224

assign to myself only

Hi

I am trying to allow developers to assign the issue to themselves only, without allowing them to assign the issue to someone else.

Is such behavior achievable?

The drop-down shows [myself],[reporter] and a full list of people that are eligible (full list of developers). I want the developer ...
by mohamedh
22 Dec 2022, 13:14
Forum: Customizations
Topic: [solved]how to get list of categories programmatically
Replies: 2
Views: 19298

Re: how to get list of categories programmatically

thank you, found what I needed there.
by mohamedh
22 Dec 2022, 02:31
Forum: Customizations
Topic: [solved]how to get list of categories programmatically
Replies: 2
Views: 19298

[solved]how to get list of categories programmatically

Hi there

I was wondering if there is a ready-to-use function that allows me to get a list of categories in php.
Do I have to manually query the database and get them from the corresponding table? if I need to query manually is there at least a method like some "do_query" function, or do I really ...
by mohamedh
06 Jun 2015, 16:29
Forum: Customizations
Topic: create a new user custom field
Replies: 8
Views: 12281

Re: create a new user custom field

Hi sir,

It has been week now and still no replies from HeikoNorderstedt, so I would like to ask if you can kindly contact him via email to get some news about the plugin he mentioned, I really need it and I would be glade if someone helps
by mohamedh
31 May 2015, 15:14
Forum: Customizations
Topic: create a new user custom field
Replies: 8
Views: 12281

Re: create a new user custom field

ok thx, I will be waiting
by mohamedh
31 May 2015, 13:59
Forum: Customizations
Topic: create a new user custom field
Replies: 8
Views: 12281

Re: create a new user custom field

yeah you're right I didn't read that note.

but wait, It's kinda confusing is this a plugin that I have to upload from the plugin upload UI or it's like a hack/patch? I thought I should paste it and overwrite the original manits files?

If I understand correctly, the current files
AccountPage.png ...
by mohamedh
31 May 2015, 10:56
Forum: Customizations
Topic: create a new user custom field
Replies: 8
Views: 12281

Re: create a new user custom field

hi and thx for your support.

I've seen this before and I tried to use it and I created the DB tables as said in that page, but I destroyed my mantis, can you please explain how to apply this plugin?
+ is it compatible with mantis 1.2? I see that all these files are from ~2007, they're quite old...
by mohamedh
30 May 2015, 23:55
Forum: Customizations
Topic: create a new user custom field
Replies: 8
Views: 12281

create a new user custom field

Hi,

I would like to ask if it's possible to add an extra field for users so that it appears on his profile

I really need this feature, can someone please suggest something to do this?

and thanks in advance
by mohamedh
30 Apr 2015, 18:35
Forum: General Discussion
Topic: How to add a "Date Created" column on view issues apge
Replies: 4
Views: 8770

Re: How to add a "Date Created" column on view issues apge

To set it global for all users you can use page Manage > Manage Configuration > Manage Columns
Add date_submitted to "View Issues Columns"

Every user can use page My Account > Manage Columns for individual settings.

I know that this is the official solution,but it doesn't work for me. I tried ...