Forum Replies Created
-
It’s something to do with being converted to spanned text from html, I guess. Probably the only way around it would be to use a webview instead and just load the html. Something to experiment with. If you want to tinker with the source code, it would be great to have some help.
@carmeetsroad yeah, it’s free and open source, do what you like, though I’m not sure whether the gpl licence requires you to release your customisations as open source as well…
sorry, i moved the website thing to its own class, BPWebsite.java. you’ll find the custom website variable there. should still work to hardcode.
It would be helpful if you could check your PHP logs and find out what the 500 error was. I’ve never seen a 405 message before; it could be a problem with your ISP.
and you can’t do that via the website?
@timvango I’m sorry, I don’t understand. which private message feature? Are you sure it actually sends messages to people you can’t normally? if you can’t, it just won’t send.
Try 0.4.1
I’m not sure why it would be showing private groups… it should only show groups that the user is in, since it is using groups_get_user_groups(). What filter is showing private groups?
Sorry, I’m still getting used to the WP versioning system… it should show the correct version from now on.
Just a heads-up that I have changed the authentication system to use passwords instead of api keys – WordPress client does the same, and it cuts out a large part of the hassle of registering, not to mention “what could go wrong”. Now you just input your password in preferences and then return to the main screen. Shouldn’t take more than that.
To use the latest version of either the server or BuddyDroid, you must upgrade both – the server is at 0.4 and BuddyDroid is at 2.0
Sorry for the inconvenience.
What is your username?
Can you send me a username and password to my email (@gmail.com)?
You need to set the permissions to something everyone has, e.g. “read”
If you want to hardcode the website, you need to fork the source code and create your own app. You will need to add ActionbarSherlock as a library.
Can you tell me what version of android, whether it happens in both portrait and landscape mode, and the exact steps to reproduce?
You need a / after home, i think. I can connect to http://timvangompel.nl/home/index.php?bp_xmlrpc=true so a setting of `http://timvangompel.nl/home/` should work.
Also, 0.3 seems to be on wp.org, but it still reads 0.2.2 the download link seems correct though:
https://downloads.wordpress.org/plugin/buddypress-xml-rpc-receiver.0.3.0.zip
Also, I have just updated the server plugin’s latest stable tag to 0.3.0, Once it shows on wordpress.org, please update the plugin to 0.3.0 and try again.
Can you give me your site url?
Probably means some server problem. Have you updated the server plugin? I had to modify it, maybe the old version doesn’t work with the new configuration. Also, make sure your ‘website’ setting is just the base URL http://www.yoursite.com/
Ah, I figured it out… should work with 1.8 (uploaded to Google Play just now)
Can you try the latest version (1.7.2)? Should be available on Google Play shortly.
@timvango I’ll see if I got a crash report from you… Otherwise, a logcat output would help.
@hmfaysal – check out the latest github code; you can just hardcode the website in Buddypress.java by setting the CUSTOM_WEBSITE string and it should work.
Just a note that the server plugin has now moved to wordpress.org; get the latest version of the plugin here:
https://wordpress.org/extend/plugins/buddypress-xml-rpc-receiver/
BuddyDroid 0.9 is now uploaded; it should allow you to access the feed from within Private Buddypress. Also, please update the WP plugin to the latest version on github:
Just a note that in the latest version of this app, you need to use the modified WP plugin (sorry if this broke your existing setup):
https://github.com/yuttadhammo/buddypress-xmlrpc-receiver
This removes the need to access the plugin directory, calling instead:
http://mysite.com/index.php?bp_xmlrpc=true
which also removes the need to call wp-load.php just for the xml file.
Maybe… there’s some function in the plugin for retrieving activity items… I’ll look into using that to show the feed.