Info
- 4 posts
- 2 voices
- Started 4 years ago by kdma
- Latest reply from fel64
- This topic is not resolved
Inline Images?
-
- Posted 4 years ago #
Please take a moment to visit http://alexrabe.boelinger.com/category/nextgengallery/ and take a look at it.
I want to do that, just with bbpress.
Anyone have anything like that in the works or know how I can make it work with bbpress? Any help is appreciated!
-
- Posted 4 years ago #
If you actually want to use NGG, you'd have to translate all the API calls (get_option() -> bb_get_option() ) or just run an integrated wp & bb, which is probably easier and more maintainable.
-
- Posted 4 years ago #
Would you mind giving me a quick instruction on how to do that? I mean, are we talking a simple search and replace get_option() to bb_get_option() in particular files? or even one file? If that's the case, easy enough, so be it. but..? :)
In all honesty, I really just want to be able to have people upload a zip file and have it extract and post thumbnails to a thread. Anyone should/would be able to do this. Sadly with NGG, you can only have the admin do it. :(
Are there any other mods out there that allow this?
-
- Posted 4 years ago #
I don't know all of the API changes you'd have to make, or if it's even feasible - bb might not have all the API. Integration would be easier.
I don't know of any such mods, but it sounds like a fairly simple concept and you might be able to do it? Uploading files is extremely well documented as a tutorial for beginners, PHP has a whole bunch of easy zip file functions built in and making a new post is also easy, using bb_new_post() I think. Really it's not a particularly hard task, what puts most people off from programming is intimidation I think. And people here would help you. Or you can hope someone else does it, but that's unlikely.
-
You must log in to post.