schaffa
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Trying to unsubscribeYou are receiving this email because you are subscribed to the Participants Database plugin.
Log in and visit the topic to reply to the topic or unsubscribe from these emails. Note that replying to this email has no effect.
That is included at the bottom of the emails I am getting.
When I log in the button says Subscribe
I also checked and am not subscribed to all new threads.
Forum: Plugins
In reply to: [Participants Database] Trying to unsubscribePlease advise what I need to do to stop receiving emails about Support-related questions.
The button at the top says Subscribe which means I should not be receiving anything.
Forum: Plugins
In reply to: [Participants Database] Map not showing after installing/setting up pluginThis is a sample of what the error takes me to.
In the settings I selected “location” to be from where it should take the info to geocode
Location is a field that was added as a text field
It seems that any 3-airport abbreviation anywhere in the user’s profiles is trying to show
}
var locations = [[‘<p> <br />’,SAN,SAN,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,MEX,MEX,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,MFE,MFE,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,MIA,MIA,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,IAH,IAH,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,GSO,GSO,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,LAX,LAX,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,CLT,CLT,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,MUC,MUC,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,lrd,lrd,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’],[‘<p> <br />’,ATL,ATL,’//maps.google.com/mapfiles/ms/micons/blue-dot.png’]];
var infowindow = new google.maps.InfoWindow();Forum: Plugins
In reply to: [Participants Database] Map not showing after installing/setting up pluginJQMIGRATE: Migrate is installed, version 1.4.1
(index):138 Uncaught (in promise) ReferenceError: SAN is not defined
at PDbMapsInit ((index):138)
at js?key=AIzaSyBuIdaZJvCESNVrkiYFRgifUK14byIWFMc&callback=PDbMapsInit:123
at js?key=AIzaSyBuIdaZJvCESNVrkiYFRgifUK14byIWFMc&callback=PDbMapsInit:123Forum: Plugins
In reply to: [Participants Database] Map not showing after installing/setting up pluginfindOBC.com/2map
I really thought I followed the directions about the API
Forum: Plugins
In reply to: [Participants Database] Adding Record info to FieldsI just had a user bring up an excellent point.
When these Record Info names are added in the shortcode we can see that info when the individual profiles are listed
But when we click on an individual profile we dont have any way to see those two admin fields anymore.
We have our profile links on our business cards, linkedin, etc but now one can see when the profile was last updated.
It would be possible if a form element (called Record info) could be added to the fields & then the name of the Record Info could be added in that.
It is important that an individual profile can show when it was last updated
Forum: Plugins
In reply to: [Participants Database] Adding Record info to FieldsMy plan (idea) is to create a new Field Group, and add those 2 records as fields.
Forum: Plugins
In reply to: [Participants Database] Multiselect stopped filtering ( )Combo Multisearch plugin
Havent checked the regular searchForum: Plugins
In reply to: [Participants Database] Multiselect stopped filtering ( )Solved this issue by changing the fields to -> Australia (ETA):Australia ETA
And it works
Seems the ( ) cause problems in the database that didnt happen before
Forum: Plugins
In reply to: [Participants Database] Multiselect stopped filtering ( )They are separated by commas in the Manage Database Fields
Forum: Plugins
In reply to: [Participants Database] Formatting of help textSo basically I would have to find where the help text css is & simply add the Custom CSS?
Forum: Plugins
In reply to: [Participants Database] Record info & Field namesI am referring to the Manage Database Fields section
I have a list of Fields, I would like to include date_updated in the list of fields
Using your Field Groups Tab plugin, so when I go to a Group, I’ll see the list of fields, would like to have date_updated listed thereForum: Plugins
In reply to: [Participants Database] Record info & Field namesI have a field which normal field names.
Would like to add date_updated as a field with the others
Forum: Plugins
In reply to: [Participants Database] Date_updatedSolved
added it as fields= in [pb_list…
Forum: Plugins
In reply to: [Participants Database] 1 profile, multiple listsActually made it work, somehow.
I created 2 new pages, Company 1, Company 2
Added 2 new Fields under Admin, Company 1, Company 2 with dropdown Yes, No
Added [pdb_list filter=’company1=yes’] to page 1
[pdb_list filter=’company2=yes’] to page 2
Now when I visit url.com/company1 it shows the profiles with Yes & Company 1
I dont know if this all makes sense but it does exactly what I want
Thank you for being there!!