Forum Replies Created
-
In reply to: I’m building a bbPress iOS and Android app
Hi @sambhal thanks for the suggestion. I will try those suggestions. I ended up having to code a fairly hacky workaround for youtube videos but it does at least get rid of the blank.
What version of Ionic/Angular are you using? I’ve been working in 1.6 and support for that amongst developers is dropping off. Been looking at Angular > 1 but it is so different, I’m considering something else like React or Vue.
In reply to: I’m building a bbPress iOS and Android appNew update (see images below). I’ve now finished off building a custom API and front end in the app for user registration, user editing of profile (avatar, display name, email, password). Since the bbPress forum I’m integrating this with at UteHub.com uses a combination of bbPress and BuddyPress, I’ve tied into the BuddyPress user registration workflow. That helps weed out a few spammers and verifies email etc. This is a pretty big update.
I’ve also implemented api and front end for the user and an admin to edit topics and replies.
Also something I haven’t mentioned here yet, is I built a wordpress plugin for “sports schedules and results” and also implemented an API for that and front end in the app. So you can see the team’s schedules and scores both on the www version and the app!
Edit Profile:
Register:
Schedule:
The Android version is now available and of course the iOS version is “awaiting approval.” Check the Android version out here: https://play.google.com/store/apps/details?id=com.tmkpro.utehub&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
In reply to: I’m building a bbPress iOS and Android appThanks for the frequent updates to this. It’s really cool to see the iterations!
Thanks mate. Sometimes I wonder if I’m just logging the process for myself. Nice to know someone else is interested.
Last night I finished off some user profile stuff: edit display name and edit email. Still to do: change/reset password.
I’ve run into a bugger of a bug though. On the current app youtube videos do not appear. They’re just blank. It’s a security thing on the front end AngularJS side. It wont allow iframes. The auto Oembed feature of wordpress takes youtube urls and wraps them in the embed code, which is an iframe. I can disable the security issue on the front end but that breaks a feature I need for the mobile devices which keeps the user from getting stuck in the in-app browser. It’s an odd thing. So I may have to make my own API for replies which somehow gets rid of the oembed stuff and on the front end makes a link to the video for the app. Long story…
In reply to: I’m building a bbPress iOS and Android appUpload new avatar, and delete existing avatar API and front end working now.
In reply to: I’m building a bbPress iOS and Android appNice work on a good mobile version and very impressive, I have been trying a similar path but have no coding knowledge so rely on cut and pasting.
Thanks. I’ve spent 100’s & 100’s of hours on it already. I’ve got a working user registration, edit posts, and now working on avatar. None of that stuff is supported via any API so I’ve had to build that too. Issues I’m running into are that on the site I’m using to develop uses BuddyPress too. Some of the features I’m using are BuddyPress and not bbPress.
In reply to: I’m building a bbPress iOS and Android app@mwbartko contact me here and let’s talk about it: http://www.tkserver.com/contact/
In reply to: I’m building a bbPress iOS and Android appI’ve not got a working API for user registration and a front end in the app. This integrates with buddyPress which has much better user registration features than vanilla wordpress. So users will register, then must activate their account via the email they receive on registration. Helps weed out spammers.
In reply to: I’m building a bbPress iOS and Android appI’m not planning on push notification or sms reg at this time. I have a lot of other things in line first like user registration, lost password, reset password, editing posts, admin functions. No API currently exists for any of this.
In reply to: I’m building a bbPress iOS and Android appI like the idea that the phone number is the login, except that the user’s login ID may already be set from the www version of the site. Perhaps it could be either the user_name or phone number.
I have a user blocking system setup in the app, and being able to moderate/block the device by phone number could be cool. By device id is probably even better.
In reply to: I’m building a bbPress iOS and Android appNew feature I’m building for my bbPress app: latest activity
New @Ute_Hub app feature I'm working on: "Latest Activity" from newest to oldest. Soon on #iOS & #android. #GoUtes pic.twitter.com/huLp9bAes8
— Tony Korologos (@TheGolfSpace) September 19, 2017
In reply to: I’m building a bbPress iOS and Android app0.0.5 version released in both app stores. Here’s a demo. Check out the filter category and block user features!
In reply to: I’m building a bbPress iOS and Android appThe iOS version of my bbPress mobile app is now released!
https://itunes.apple.com/app/id1252441645In reply to: I’m building a bbPress iOS and Android appThe new Android version of my bbPress mobile app is now published with login, posting, replying, liking and more. Here’s the link to the play store: https://play.google.com/store/apps/details?id=com.tmkpro.utehub
Here are some details:
New @Android version of Ute Hub app is NOW AVAILABLE. Login, post, reply, vote, more! https://t.co/zd8Ga3QdVR #GoUtes pic.twitter.com/oPrsDOSItX
— Ute Hub (@Ute_Hub) July 23, 2017
In reply to: I’m building a bbPress iOS and Android appHi @sambhal I followed the instructions with regards to the wordpress config and htaccess settings and USED this plugin on the wordpress side: https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
The front end depends on what library you are using.
In reply to: I’m building a bbPress iOS and Android appTESTED ON A REAL DEVICE AND WORKING! Since the last app update I’ve implemented a login which keeps you logged in basically forever unless you logout. Once logged in a user can post new topics, reply to topics or other replies, and vote with the thumbs up/down.
Ute Hub mobile app update: New pending features include creating topics, replying, thumbs up/down & more! Coming in a day or two! pic.twitter.com/N1QhNQ4YR7
— Ute Hub (@Ute_Hub) July 22, 2017
In reply to: I’m building a bbPress iOS and Android appHmm. I see that there was a recaptcha issue on the contact form. Turned it off for now pending fixing it.
In reply to: I’m building a bbPress iOS and Android appYou can contact me via http://www.utehub.com/contact or via twitter @thegolfspace – not sure what “couldn’t contact you…” means. Is there an error or something?
In reply to: I’m building a bbPress iOS and Android app@sambhal I followed the instructions with regards to the wordpress config and htaccess settings for this plugin: https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/
In reply to: I’m building a bbPress iOS and Android appThanks @casiepa! I’m just barely ahead of you now. I think if we can nail down the recent posts and some of the paging stuff I’ll release a full working version with login and posting in the next week or two.
In reply to: I’m building a bbPress iOS and Android appI now have all new topics, replies posting to/from the API working on the bbPress mobile app! Close to doing a 2nd release.
You will need to look at your php error log to find the issue. Probably a compatibility difference between hosts.
In reply to: I’m building a bbPress iOS and Android appHi @kabebi if you would like to discuss with me I’m happy to talk to you privately.
In reply to: I’m building a bbPress iOS and Android appHey @zcodiaphotography I received an email notification about your inquiry but don’t see the post here. It might be caught in bbpress’s spam system.
In reply to: I’m building a bbPress iOS and Android appI’m using JWT for authentication.
In reply to: I’m building a bbPress iOS and Android appSince my last post I’ve gotten the following working on my development version of my bbPress mobile app:
- User Login/Logout
- Post New Topic
- Post Reply to Topic
- Rich text editor in topic/reply content area