hidesignwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsI was going through the APIs. I’m not sure where to begin to set it up so a person can search for chapters that have an opening in a particular field. Which one should I use. How much would the cost be if I had you do this. Thanks
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – I got industry values in as a dropdown.
When I do a search how can I get the dropdown to display so they can pick an industry instead of typing it inForum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – I will look through the API. Is having the feature to searching for chapters that don’t have a particular industry something that can be done. When I orginally coded it I used a subselect.
Also for the search I have now on industy I would like to create a drop down. When I created the dropdown for the chapters I just keyed them in with commas separated them since is was only 30 of them. I have a few hundred industries – is there a quick way to cut and paste them.
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsAlso is there a way to display a field on one listing but not the other. On the region listing I need to display chapter name but on the chapter listing page, I don’t have to display the chapter name since it is only displaying that particular chapter.
If you need help in testing the new version of the plugin I would be happy to help
ThanksForum: Plugins
In reply to: [Participants Database] Creating different GroupsOk – thanks. Should I wait for the new release. Will it let me do this search easier?
On my listing page I want to display a bio. Right now the field is small and it is scrollable. Is there a way to increase the size of this field and decrease another field.
ThanksForum: Plugins
In reply to: [Participants Database] Creating different GroupsHi – I went through the other notes section. Instead of having a dropdown could I have a user key in an industry and then use this value in the filter to show chapters without this industry. (industry is a field in the database). In my old system , I had orginally coded this as a subselect. Could I add this custom code in.
ThanksForum: Plugins
In reply to: [Participants Database] Creating different GroupsHow would it work if I used the code above. Would this give me all the chapters that don’t have an accountant. Do you have a link to the “other notes page”. Thanks
“For instance, if there was a field named “accountant” where a name would be saved if there was an accountant, you could show all the records that have nothing stored in the “accountant” field with this:
[pdb_list filter=”accountant=”]
What that means is “find all records where the accountant field is equal to no value” This is explained where list filtering is explained on the Other Notes page”
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – the total shortcode with the filter worked great.
For the second questions, I would like a drop down list where they choose an industry and I give back all the chapter that don’t have that industry.
Thanks and Happy New Year!Forum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – you have been great with your support.
The site went live this morning and had a few requests.I would like to place a total of how many people in a chapter. I see there is a total shortcode. What parameter would I use to the counts of each chapter. The page is http://bnili.com/chapter-listings-2/Also is there a way to have a filter give back chapters that don’t have a particular industry. For example, find all the chapters without an accountant. This is the page that has all the members. http://bnili.com/chapter-listings-2/
Thanks again
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsHi I – put this code in http://bnili.com/mychater/?operator=like&submit=search&search_field=chapter&value=mychapter for each chapter and it works grest. I added a sort. When I try to sort on the that,I get all the members instead of the one in the chapter. Is there a paramaeter I can put in the sort to only return that particluar chapter. Thanks
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsOK – thanks. Is there a way to change the field display size on the detail list. I have bio field that i would like to be wider. Is there a way to make the listing screens 2 lines per member
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – I am setting it up now. I created a table with the chapter info and I added a link that can be clicked that goes to each chapter listing. I also added the sorting and searching feature. Your plugin is excellent! Is there a way to hide the email so it just says email instead of the actual email. Also is there way to format the member detail page so that it is all not one column. Thanks
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsI’m working on the spreadsheet now. I am adding new fields in the participant backend. I see there is a main group and a personal group. How do these 2 different groups work. Will these fields all display on the same record and can I add these fields to the same spreadsheet or should I make all the fields main.
ThanksForum: Plugins
In reply to: [Participants Database] Creating different GroupsOk – in the spreadsheet how would I map the chapter to the members. If I create a field called chapter what would the corresponding field be in the participants database. Thanks
Forum: Plugins
In reply to: [Participants Database] Creating different GroupsThanks – it is very helpful. I have all my data in a CSV file. Just want to make sure I do this correctly. Do I add the chapter as a field in the CSV file or do I have to add the chapters after I import.
Thanks again