Forum Replies Created
-
In reply to: Mobile bbPress (using XML-RPC api)
Update:
No longer is a patched xmlrpc.php required. I realised it can all be done with the XMLRPC Client Info plugin.
In reply to: Mobile bbPress (using XML-RPC api)Update:
No longer is a patched xmlrpc.php required. I realised it can all be done with the XMLRPC Client Info plugin.
In reply to: bbpm and wordpressA user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
In reply to: bbpm and wordpressA user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
In reply to: bbpm and wordpressTry looking for it in bb-admin first:
http://www.fire-sprinkler.co.uk/forum/bb-admin
You seem to have some weird things going with your set up…
In reply to: bbpm and wordpressTry looking for it in bb-admin first:
http://www.fire-sprinkler.co.uk/forum/bb-admin
You seem to have some weird things going with your set up…
In reply to: Mobile bbPress (using XML-RPC api)^ I have noticed on my HTC Legend that when I look at http://dump.master5o1.com/mobi it shows it differently to http://m.tartarus.co.nz/
Not sure why that is, they’re the same code and the same css.
Tell me if it looks better in http://m.tartarus.co.nz/
In reply to: Mobile bbPress (using XML-RPC api)^ I have noticed on my HTC Legend that when I look at http://dump.master5o1.com/mobi it shows it differently to http://m.tartarus.co.nz/
Not sure why that is, they’re the same code and the same css.
Tell me if it looks better in http://m.tartarus.co.nz/
In reply to: Mobile bbPress (using XML-RPC api)It’s not insufficient for general use. My patch only allows a post to be given info about the xmlrpc client.
Basically it adds a get request to be given that allows for client namr and uri to he added as two meta keys.
This allows for a Facebook/Twitter like ‘via Client’ to be listed on each post made through the xmlrpc api.
Although, I did add some stripslashes() to some of the variables.
In reply to: Mobile bbPress (using XML-RPC api)It’s not insufficient for general use. My patch only allows a post to be given info about the xmlrpc client.
Basically it adds a get request to be given that allows for client namr and uri to he added as two meta keys.
This allows for a Facebook/Twitter like ‘via Client’ to be listed on each post made through the xmlrpc api.
Although, I did add some stripslashes() to some of the variables.
In reply to: Mobile bbPress (using XML-RPC api)Hmm… remove the return statement. I’m just going to work on something on for a little while.
In reply to: Mobile bbPress (using XML-RPC api)Hmm… remove the return statement. I’m just going to work on something on for a little while.
In reply to: Mobile bbPress (using XML-RPC api)Er… if it’s already in php code then no.
It should already be in php space because the function declaration is in php space:
function page_title()
In reply to: Mobile bbPress (using XML-RPC api)Er… if it’s already in php code then no.
It should already be in php space because the function declaration is in php space:
function page_title()
In reply to: Mobile bbPress (using XML-RPC api)The difference between xmlrpc.patched.php and bbPress 1.0.2’s xmlrpc.php.
In reply to: Mobile bbPress (using XML-RPC api)The difference between xmlrpc.patched.php and bbPress 1.0.2’s xmlrpc.php.
In reply to: Mobile bbPress (using XML-RPC api)Cool. So in mobile-bbpress/index.php can you:
function page_title()
{
return “whatido”; // insert this line please
In reply to: Mobile bbPress (using XML-RPC api)Cool. So in mobile-bbpress/index.php can you:
function page_title()
{
return “whatido”; // insert this line please
In reply to: Mobile bbPress (using XML-RPC api)mmm. I hope.
In reply to: Mobile bbPress (using XML-RPC api)mmm. I hope.
In reply to: Mobile bbPress (using XML-RPC api)I will now suggest that you have this:
bbpress/xmlrpc.php <– stock that came from the bbpress zip.
bbpress/xmlrpc.patched.php <– the patched version that I have.
And then make sure xmlrpc is allowed in the settings.
In reply to: Mobile bbPress (using XML-RPC api)I will now suggest that you have this:
bbpress/xmlrpc.php <– stock that came from the bbpress zip.
bbpress/xmlrpc.patched.php <– the patched version that I have.
And then make sure xmlrpc is allowed in the settings.
In reply to: Mobile bbPress (using XML-RPC api)Hmm… Ok, remove the .htaccess again. I’m working on getting links to be non-pretty so no .htaccess is needed.
Also, I have http://dump.master5o1.com/mobi/ pointed to your bbpress install:
Correct them if they’re wrong:
$host = "www.terralingua.org"; //http://www.terralingua.org/bbpress/
$directory = "/bbpress"; // if you bbPress is in a folder such as /forum
// Make an object to represent our server.
$server = new xmlrpc_client($directory.'/xmlrpc.php?client='.urlencode($brand).'&client_uri='.urlencode($uri), $host, 80);Like this, it doesn’t work either :S
In reply to: Mobile bbPress (using XML-RPC api)Hmm… Ok, remove the .htaccess again. I’m working on getting links to be non-pretty so no .htaccess is needed.
Also, I have http://dump.master5o1.com/mobi/ pointed to your bbpress install:
Correct them if they’re wrong:
$host = "www.terralingua.org"; //http://www.terralingua.org/bbpress/
$directory = "/bbpress"; // if you bbPress is in a folder such as /forum
// Make an object to represent our server.
$server = new xmlrpc_client($directory.'/xmlrpc.php?client='.urlencode($brand).'&client_uri='.urlencode($uri), $host, 80);Like this, it doesn’t work either :S
In reply to: Mobile bbPress (using XML-RPC api)http://www.terralingua.org/mobile-bbpress/index.php?t=1
So that’s a topic on my forum. We will now try with .htaccess in there.
I suggest this for the content of your .htaccess file:
# BEGIN bbPress Mobile
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /mobile-bbpress/
RewriteRule ^new/post/([^/]+)/reply/([^/]+)/?$ /mobile-bbpress/index.php?new=post&id=&reply= [L,QSA]
RewriteRule ^new/post/([^/]+)/quote/([^/]+)/?$ /mobile-bbpress/index.php?new=post&id="e= [L,QSA]
RewriteRule ^new/([^/]+)/([^/]+)/?$ /mobile-bbpress/index.php?new=&id= [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /mobile-bbpress/index.php?f= [L,QSA]
RewriteRule ^forum/?$ /mobile-bbpress/index.php [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /mobile-bbpress/index.php?t=&page= [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /mobile-bbpress/index.php?t= [L,QSA]
RewriteRule ^topic/?$ /mobile-bbpress/index.php [R=302,L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /mobile-bbpress/index.php [L]
</IfModule>
# END bbPress Mobile