Info
- 7 posts
- 4 voices
- Started 2 years ago by Michael3185
- Latest reply from Michael3185
- This topic is not resolved
For hacky peeps
-
- Posted 2 years ago #
I love the plugins folks have created, and would like to try creating a simple one of my own. Thing is, I have no idea what functions calls are available in bbPress 0.9.0.5, and can't find any documentation. Is there a list of function names and parameters somewhere, or do I have to trawl through a thousand files and learn the hard way..?
As an aside, I've noticed a couple of comments regarding using bbPress stand-alone. I do for my clients, and myself. Never installed WordPress, and don't need it. In their working world, WordPress is little different to static web pages. bbPress, on the other hand, invites comments and discussion, which is what they need.
-
- Posted 2 years ago #
I think the latest .9 version is 0.9.0.4?
http://trac.bbpress.org/report/2The only list of function names that I know of was pulled together by _ck_:
http://bbshowcase.org/reference/ -
- Posted 2 years ago #
Hi johnhiler. Guess we're on the same side of the ponds, or you don't sleep..?
We're up to 0.9.0.5 now, but thanks for the pointer to _ck_'s reference pages. Mind you, seems to be just database info. What I'm after is Function_Blah(a, b, c) does such and such a thing...
-
- Posted 2 years ago #
You can find basic action/filter hook inside
pluggable.phpandtemplate-functions.phpAnd for function that not need any action/filter hook, u need to create it by imagination :)
-
- Posted 2 years ago #
Thanks Atsutane.
-
- Posted 2 years ago #
I had started to write my own xref type of code to show how bbPress worked with a function reference and a action/filter reference but I never finished it.
But you can use grep to grab a list of all the function names and all the actions/filters.
Some people have run bbpress through phpxref and you can find that around the web via google, I don't find such listings helpful myself though.
-
- Posted 2 years ago #
Thanks _ck_, I'll have a look sometime soon. I'm unlikely to produce anything very useful in the foreseeable future, but would like to start getting to grips with things and understand more as I go.
-
You must log in to post.