Home Page Updates

Greetings,

The home page has now been updated with much of the functionality of the older version.

The excerpts of the requests now show.

The quick reply function works again. So far it will only use your first quick reply in your profile or it will use the default. The multiple options and multiple selections are not implemented as of yet.

If you already prayed in a request, it will say Thanks for Praying in bold green instead of showing the Quick Reply option. This should make it easier to keep track of requests you have posted in.

Instead of a blocked look, the prayer requests now use a single column with Infinite Scrolling. As you scroll down at the bottom, more prayer requests simply load in automatically.

The previous chat program is not yet compatible but it should be at some point.

Thank you for your patience and the desire to pray and serve others in prayer.
 
```html
Thanks. It looks much better and cleaner than the previous one. With the previous one, sometimes checkboxes were hidden, but this one works fine. Except that every time I hit the back button on the browser, I add a new reply to the post.

You could use this example to do the posting in the background and then later just mark that prayer green:

```javascript
$.post("actual_url.php?params=what_ever", { name: "###", time: "2pm" })
.done(function(data) {
addThanksForPrayingInBoldGreen();
});
```

You just replace here `test.php` with `actual_url.php?params=what_ever` and then this hashmap you replace with corresponding `$_POST` params, and then the alert you replace with a function that adds "Thanks for Praying" in bold green.
```
 


1 hour ago, ### said:

Thanks. It looks much better and cleaner than previous one. With previous one sometimes checkboxes were hidden but this one works fine. except that every time I hit back button on browser I add new reply to post.

You could use this example to do the posting on background and then later just mark that prayer green

You just replace here test.php with actual_url.php?params=what_ever and then this hashmap you replace with corresponding $_POST params and then alert you replace with function that adds Thanks for Praying in bold green.


Thanks. Hopefully the extra reply issue should be fixed now. There are some duplicate checks in place as well as a redirect to get to the home page.
 
Hi pradmin, I just have this question. In the previous site I was notified for changes of my friends' status, so far I haven't received any notifications about that. Is this working now?
 


Just now, ### said:




Hi pradmin, I just had this question. In the previous site I was notified for changes of my friends' status, so far I haven't received any notifications about that. Is this working now?





Hi. Some of the default notifications have changed. Check the settings menu, and then notifications.




Also, friends are now considered followers, so you will have to follow instead. I'll be seeing if I can convert them over later, but for now you can find your previous friends and click follow on their profile.
 
I just have to let you know that I LOVE the website changes! At first I was a bit confused but God has helped me figure it out. I really enjoy typing the prayers I pray as I pray them and this new site change has been a blessing with encouragement to do so. Thank you for all of your hard work and prayers!
 
Your donations for running this web site are greatly appreciated.

Click To Make A Donation

Forum statistics

Threads
2,048,366
Messages
16,325,140
Members
605,830
Latest member
Aeruirnor

Latest Blogs & Articles

Back
Top Bottom