sorry cross post here…
this on my server:
bbpress/xmlrpc.php
is your patched version…
I have the original bbpress version on my computer.
and the settings are checked.
the plugin is activated..
sorry cross post here…
this on my server:
bbpress/xmlrpc.php
is your patched version…
I have the original bbpress version on my computer.
and the settings are checked.
the plugin is activated..
Cool. So in mobile-bbpress/index.php can you:
function page_title()
{
return “whatido”; // insert this line please
Cool. So in mobile-bbpress/index.php can you:
function page_title()
{
return “whatido”; // insert this line please
what was the patch.diff file that was included in the patch folder, does this matter?
what was the patch.diff file that was included in the patch folder, does this matter?
The difference between xmlrpc.patched.php and bbPress 1.0.2’s xmlrpc.php.
The difference between xmlrpc.patched.php and bbPress 1.0.2’s xmlrpc.php.
sorry.. do i stick a php tag around that?
sorry.. do i stick a php tag around that?
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()
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()
is this the view you are looking for…
is this the view you are looking for…
Hmm… remove the return statement. I’m just going to work on something on for a little while.
Hmm… remove the return statement. I’m just going to work on something on for a little while.
you should have access to my email through your support forum should you need anything..
… and thank you for taking this time..
you should have access to my email through your support forum should you need anything..
… and thank you for taking this time..
If the xmlrpc file that comes with bbPress isn’t sufficient or needs a patch, could you submit your changes to our trac as an svn diff?
http://trac.bbpress.org
If you want more eyes on this, having it not require a core file edit will help.
If the xmlrpc file that comes with bbPress isn’t sufficient or needs a patch, could you submit your changes to our trac as an svn diff?
http://trac.bbpress.org
If you want more eyes on this, having it not require a core file edit will help.
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.
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.
i understand it is early. your site was lovely. but on my iphone, i think i would need a stylus and a magnifying glass to work it. perhaps a more condensed styling.
For example it appears on the surface to be a two column table, one with the topic and one with the username of the person starting the topic.
perhaps if they were both in the same column. The topic larger, the username smaller below. i noticed in other iphone apps, like wiki, the page width is fixed rather than leading off to the side.