Search found 79 matches

Go to advanced search

by Ed
Tue Oct 17, 2017 6:30 pm
Forum: Issues
Topic: Building a Group Chat in Jquery App (Not Ionic App)?
Replies: 4
Views: 860
 
Jump to post

Building a Group Chat in Jquery App (Not Ionic App)?

Thank you Serhii! I really appreciate it your help with this.

by Ed
Tue Oct 17, 2017 12:42 am
Forum: Issues
Topic: Building a Group Chat in Jquery App (Not Ionic App)?
Replies: 4
Views: 860
 
Jump to post

Building a Group Chat in Jquery App (Not Ionic App)?

So, is there a workaround for applying the Ionic Tutorial to a Jquery App? I thought there was some kind of workaround? I am a little disappointed you did not attempt to help me in identifying some kind of workaround. Perhaps, someone else at Appery can provide a solution? Thanks.

by Ed
Sun Oct 15, 2017 6:53 pm
Forum: Issues
Topic: Building a Group Chat in Jquery App (Not Ionic App)?
Replies: 4
Views: 860
 
Jump to post

Building a Group Chat in Jquery App (Not Ionic App)?

Do you have a Tutorial for building a Group Chat (more than 2 users) in Jquery App (Not Ionic App)? The existing tutorial that I found is for Ionic App only at the following link: https://blog.appery.io/2015/12/how-to... Btw, I already looked at this link as well but it is too basic: https://www.you...
by Ed
Sat Dec 03, 2016 4:01 am
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Thank you very much Sergiy!! You have been very helpful.

by Ed
Thu Dec 01, 2016 12:38 pm
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Thank you so much Sergiy!! It is working beautifully! I appreciate very much. One last thing I noticed though. The Events do not appear in chronological order (Starting with the closest date and Ending with the farthest date). Would you mind adding a script to the JS your provided that will also Sor...
by Ed
Wed Nov 30, 2016 4:45 pm
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Thanks. The filtering by date examples at the link above want you to use a specific date. However, I want to always use the present date. Can you please show me what the final script will be when combining the two scripts below into the same "where" parameter? Thank you in advance! var cur...
by Ed
Tue Nov 29, 2016 3:56 pm
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Thanks, but I am not sure what to do with the script that you provided. You did not really answer my question. As mentioned above, since I already have an existing "where" JS ("Search_by_State_List"), what specific steps do I need to take to add this new JS (please be as specific...
by Ed
Tue Nov 29, 2016 8:00 am
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Under mapping in the "where" JS I have the following existing script which is working fine: var currentValue = Apperyio("Search_by_State_List").val(); var whereObject = {"venue_state_province": currentValue}; return JSON.stringify(whereObject); What are the steps needed...
by Ed
Tue Nov 29, 2016 7:14 am
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Hello Sergiy,

Answer # b above does not help with what I wish to accomplish.

I am looking for a Javascript that will only show the events with dates that are equal to or greater than the current date.

by Ed
Mon Nov 28, 2016 8:23 pm
Forum: Issues
Topic: List Events by Date on Results Page and Disable Expired Events by Date
Replies: 11
Views: 986
 
Jump to post

List Events by Date on Results Page and Disable Expired Events by Date

Hello, I have a Database Collection that stores Events (Event Name, Description, Event Date, Venue, Start Time, End Time, etc..). My question is, how can I accomplish the following: a) List the events on the Results page by Date (most recent date)? b) Disable Events (keep from showing) after the Dat...

Go to advanced search