Forum Replies Created
-
In reply to: Fail to make BBpress Live working
Fair enough I don’t know php from my elbow, it’s just with other plugins, including some you can use as a widget, if you don’t use the widget they tell you what code to stick in the sidebar and it’s usually just like
<?php call_to_some_function(); ?>
but if this is more complex than that then ok.Btw ignore what I said about cpu usage, I can’t re-create it so must have been something else.
In reply to: Fail to make BBpress Live workingOk, so it’s a secret…
This is what I tried
<?php bbpress_live_get_topics(); ?>
and also
<?php bbpress_live_get_topics("1"); ?>
Don’t know if they are right, but anyway I just noticed it says it needs 2.6.2 and I just use 2.6.
Also, would this plugin make any special claims on cpu and load average, because I suspect it might, just by activating, not even using it on a page?
Same here for the logout issue…
In reply to: Fail to make BBpress Live working“It’s in the readme.txt file too….”
What is in there is this:
* bbpress_live_get_forums() – Provides an array of forums
* bbpress_live_get_topics() – Provides an array of the latest topics
But I mean what do I actually put in the theme template file, like sidebar.php. I mean bbpress_live_get_forums() has to be wrapped in some kind of php doesn’t it?
In reply to: Fail to make BBpress Live workingI don’t have widgets enabled….so what do I do with this – bbpress_live_get_topics()
I mean what code do I actually put in the sidebar theme file?
In reply to: SVN procedure for checking out bbPress?Ah yes, thanks Chris, missed the space and dot. Thanks again.
In reply to: SVN procedure for checking out bbPress?“Just to be sure, I’m starting fresh so I should bash this:
mkdir forum
cd /forum
svn co http://svn.automattic.com/bbpress/trunk/ .”
___________
I just did that, it worked, but now what I have is a folder called “trunk” in my /forum/ folder. All the bbpress files are in /forum/trunk/ but I was hoping they would just be in /forum/. So I’m not sure what to do next.
Sorry I’m entirely new to using svn….
In reply to: Pretty URLs have “replies” argument?When I click that link, https://bbpress.org/forums/topic/592, it redirects to https://bbpress.org/forums/topic/592?replies=2
There is no way to get rid of the “?replies=” bit?