Search found 21 matches

Go to advanced search

by Alex6694044
Sun Mar 16, 2014 7:43 am
Forum: Issues
Topic: One of my pages will not load
Replies: 4
Views: 986
 
Jump to post

One of my pages will not load

I am just going to recreate the page, it was pretty dynamic, but I have some screenshots that will allow me to put it back together more easily, thank you for your help Igor.

by Alex6694044
Sun Mar 16, 2014 6:27 am
Forum: Issues
Topic: One of my pages will not load
Replies: 4
Views: 986
 
Jump to post

One of my pages will not load

Here is what I am getting when I refresh the page (not necessarily when I directly try to load the searchPage).

Image

by Alex6694044
Sun Mar 16, 2014 6:21 am
Forum: Issues
Topic: One of my pages will not load
Replies: 4
Views: 986
 
Jump to post

One of my pages will not load

My searchPage will not load. I just deleted a database query service tied to this page to replace it, and it was acting strange before it was deleted. I got a message "can not delete this service". So I went to the mapping and deleted it from there. It would not delete so I refreshed the p...
by Alex6694044
Sun Mar 16, 2014 3:24 am
Forum: Issues
Topic: Calendar Events with custom JS
Replies: 0
Views: 806
 
Jump to post

Calendar Events with custom JS

My App is made to track TV series and show their upcoming dates in a Calendar. Here is how it works: A user queries an API from the search page to add a series to their "My Series" page. Then all of the series on their "My Series" page are supposed to have their episodes be displ...
by Alex6694044
Wed Mar 12, 2014 11:39 pm
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

Yeah, it seems that was the major issue all along. I decided to upload the shows and id's to an the appery.io DB. I guess I will just manually update the appery.io periodically. Thank you guys for all the help. Problem solved after changing from using the TVRage API. https://d2r1vs3d9006ap.cloudfron...
by Alex6694044
Wed Mar 12, 2014 6:31 am
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

The console output is: precode stored show is = 30715 where string is: {"_id":{"$in":["17544","30715"]}} /code/pre I know these id's exist in the TVrage.com database/API (I am not using my own database). If I do an individual request it works: http://services....
by Alex6694044
Wed Mar 12, 2014 5:22 am
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

Thanks Igor, All the LSV's are still there, but none of the shows are showing up with this new code. I tried to fix with different mappings on the main page but it still did not work. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1032770/no_results_inline.PNG?1394602409 Do I need to do anything in...
by Alex6694044
Wed Mar 12, 2014 3:15 am
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

So my application is really pretty simple. It is meant to allow users to track the episodes of TV series they like. There are currently two pages: mainPage and searchPage. On searchPage, a user searches for and adds the TV series to their mainPage. On mainPage, it displays a listing of all of the TV...
by Alex6694044
Thu Mar 06, 2014 10:53 pm
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

Okay, so now I am able to store these seriesID's into my LSV (thank you Igor). I did this adding the following JS to the search page after a list item is clicked and a LSV is set with the seriesID: //here is id of element that's user clicked on. var id = []; id = JSON.parse(localStorage.getItem('ser...
by Alex6694044
Thu Mar 06, 2014 7:24 pm
Forum: Issues
Topic: How do I add search results to another page?
Replies: 24
Views: 5081
 
Jump to post

How do I add search results to another page?

Thank you! That cleared up the error!

Go to advanced search