Title: azchipka's Replies | WordPress.org

---

# azchipka

  [  ](https://wordpress.org/support/users/azchipka/)

 *   [Profile](https://wordpress.org/support/users/azchipka/)
 *   [Topics Started](https://wordpress.org/support/users/azchipka/topics/)
 *   [Replies Created](https://wordpress.org/support/users/azchipka/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/azchipka/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/azchipka/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/azchipka/engagements/)
 *   [Favorites](https://wordpress.org/support/users/azchipka/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/azchipka/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/azchipka/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/azchipka/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/azchipka/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] List by Custom Attribute](https://wordpress.org/support/topic/list-by-custom-attribute/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years ago](https://wordpress.org/support/topic/list-by-custom-attribute/#post-5198473)
 * Ok so I got it working had it set to $EM_Events instead of locations.
 * The problem that remains is a space is still being made in the table for the 
   locations that do not have ServiceOptDetails set.
 * Resulting in a ton of blank space at the top of the table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pay with a tweet] Adjustment of screen presented on download](https://wordpress.org/support/topic/adjustment-of-screen-presented-on-download/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adjustment-of-screen-presented-on-download/#post-4733910)
 * Ok so I find the content for the page located in /inc/filter.php
 * Perhaps you can help me out here and make things easy on me, cause what I am 
   trying to do doesn’t seem to be working.
 * What I want to do is following the twitter authentication is redirect back to
   the page where the download was initiated instead of having it go to a whole 
   different page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Finally….](https://wordpress.org/support/topic/finally-50/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/finally-50/#post-4413578)
 * Ok **finally** got it working correctly!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Finally….](https://wordpress.org/support/topic/finally-50/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/finally-50/#post-4413566)
 * Small correction on the previous post that I hadn’t noticed till now.
 * The url being passed is actually the URL of the push server regardless of what
   is in the config.php file
 * So long and the short is that it seems like certain things are also being ignored.
   For example I have the Button Label set to “view” in the plugin settings but 
   there is no button showing on my notifications.
 * It does pass the end portion of the URL correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Finally….](https://wordpress.org/support/topic/finally-50/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/finally-50/#post-4413519)
 * Ok i got the push notifications going to units but there is one small problem
   left.
 * When you click on the push notification it is going to the following URL:
 * [https://thechipkahouse.com/%@](https://thechipkahouse.com/%@)
 * Even though I have the config file set to:
    define(‘URL_FORMAT’, ‘[http://thechipkahouse.com/%@&#8217](http://thechipkahouse.com/%@&#8217););
 * As a result of going to HTTPS its getting the index file from my push server 
   configuration instead of the blog.
 * Do the push notification system need to be running a completely different domain
   name than the site where the push notification is routing to on click?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Couple of Issues](https://wordpress.org/support/topic/couple-of-issues-8/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/couple-of-issues-8/#post-4370252)
 * the ssl certificate was self signed. Installed a new signed one but for reference
   purposes according to apple verified or self signed doesn’t matter.
 * Either way that didn’t have anything to do with the issue.
 * Also already confirmed everything from the “common issues” wasn’t that. Any other
   ideas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Couple of Issues](https://wordpress.org/support/topic/couple-of-issues-8/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/couple-of-issues-8/#post-4370203)
 * Kinda playing the trial and error game at this point. Thinking this problem is
   related to the certificate since that is such an annoying process in this whole
   thing.
 * Referencing the thread with [andrebazaglia](http://wordpress.org/support/topic/no-notification-pop-up-blank-page?replies=9);
   I ran the command _ openssl s\_client -connect gateway.push.apple.com:2195 -CAfile
   apns-cert.pem_ which generated the following error: _verify error:num=20:unable
   to get local issuer certificate
    verify return:0
 * The big problem I am encountering here is that your directions say to use: _openssl
   x509 -in website\_aps\_production.cer -inform der -out apns-cert.pem -nodes -
   clcerts_ to which I am being told by terminal -nodes is an unknown option.
 * Using the directions referenced from your site for certificate creation [found here](http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1)
   the certs make and pass the test presented and hold the connection to the server.
 * Also when I use the testing code provided by apple _openssl s\_client -connect
   gateway.push.apple.com:2195 -cert tch.pem -debug -showcerts -CAfile tchpushercert.
   pem_ the connection reports fine with no errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Couple of Issues](https://wordpress.org/support/topic/couple-of-issues-8/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/couple-of-issues-8/#post-4370195)
 * Re-setup absolutely everything. Issue number 2 has been resolved. But issue #
   1 has not.
 * It is worth noting I have tested the cert and key files on apples production 
   server and they will make and hold a connection through telnet.
 * Apple Error Console is showing an error on live 8 of the bootstrap.min.js file
 * **Error is **_TypeError: ‘undefined’ is not a function (evaluating ‘a’) _
 * I also enabled the error display on the index page as you suggested to andrebazaglia
   and I am getting the following error there: _Undefined offset: 1 in /home/azchipka/
   public\_html/tchpush/index.php on line 33_
    ** which is reference to : $function
   = $path[1];
 * Doing a test push still results in seeing the directory root of the /v1/push 
   folder
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Couple of Issues](https://wordpress.org/support/topic/couple-of-issues-8/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/couple-of-issues-8/#post-4370130)
 * Site with plugin: [http://azchipka.thechipkahouse.com/](http://azchipka.thechipkahouse.com/)
   
   Site Running Push Services: [https://tchpush.thechipkahouse.com/](https://tchpush.thechipkahouse.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Safari Push] Couple of Issues](https://wordpress.org/support/topic/couple-of-issues-8/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/couple-of-issues-8/#post-4370129)
 * Also worth noting when I do a test push it just directs my browser to the root
   of the /v1/push directory on the push server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Pro Vs Free](https://wordpress.org/support/topic/pro-vs-free/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/pro-vs-free/#post-3747856)
 * Also does it allow for admins to do manual booking additions
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Twitter Account "Social Profile Linked To Another User"](https://wordpress.org/support/topic/twitter-account-social-profile-linked-to-another-user/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-account-social-profile-linked-to-another-user/#post-3656578)
 * Perfect thanks that fixed the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Login] Twitter Account "Social Profile Linked To Another User"](https://wordpress.org/support/topic/twitter-account-social-profile-linked-to-another-user/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/twitter-account-social-profile-linked-to-another-user/#post-3656576)
 * There is no account for me to unlink it from. It was linked to account has been
   deleted. Can you tell me how to remove that via the database?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Group Email Subscription] [Plugin: BuddyPress Group Email Subscription] Add functionality to bbPress forums](https://wordpress.org/support/topic/plugin-buddypress-group-email-subscription-add-functionality-to-bbpress-forums/)
 *  [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-buddypress-group-email-subscription-add-functionality-to-bbpress-forums/#post-3008124)
 * Ray the group forums are not functioning for me is there something that needs
   to be done to make the group forums get included?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Map Phone Numbers to Buddypress Profile](https://wordpress.org/support/topic/map-phone-numbers-to-buddypress-profile/)
 *  Thread Starter [azchipka](https://wordpress.org/support/users/azchipka/)
 * (@azchipka)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/map-phone-numbers-to-buddypress-profile/#post-3656474)
 * For number one I want the phone number field to be displayed and able to be edited
   in the buddypress user profile.

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/azchipka/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/azchipka/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/azchipka/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/azchipka/replies/page/2/?output_format=md)