add to search database for elevated users

soaringeagle
@soaringeagle
7 years ago
3,304 posts
situation -you want certain elevated users (like board members) to have a profile database menu button then they can add items to the database (like contact lists, member status's, fundraising leads, past grants..etc)
they should be able to add categories item name type and data (mostly text)
ofcourse the module should only search items added through the database module

I know not alot of sites wouldn't need something like this but i know freedoms wings could surely use it and i bet it would be useful to other sites run by organizations


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 08/12/17 09:55:19PM
michael
@michael
7 years ago
7,715 posts
You could use the jrAparna module to create a skeleton module, then use the Form Designer to add the fields you want to that modules form.

Use the quota system to only allow the module to be accessible for profiles in the board members quota.

Maybe even a module for each type:
CONTACT LISTS | MEMBER STATUS | FUNDRAISING LEADS | PAST GRANTS

Then use something like this:
{jrSearch_module_form fields="(YOUR MODULE PREFIX)_name,profile_bio,profile_genre"}

Docs: "Search"
https://www.jamroom.net/the-jamroom-network/documentation/modules/950/search#development

Some reference docs:

Docs: "HowTo: Form Designer + Aparna = Custom Page Module with RSS feed "
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/2463/howto-form-designer-aparna-custom-page-module-with-rss-feed

Tags