Published on March 6th, 2007 by drmike
Greets:
I’m trying to use the Support Forum plugin found here:
https://bbpress.org/plugins/topic/16
and I’m having a problem. I’m not seeing the icons. Actually it appears that they’re not getting outputted as a looksee in any of the outputted source shows no pngs.
Using the 0.8.1 version of bbpress with the standard theme. all of the files are in the my-plugins subdirectory right under root. The plugin works fine. Just no image output.
Thanks,
-drmike
Published on March 6th, 2007 by
I’ve just created my first plugin. This plugin allows custom profile fields which a user will see upon registration and subsequently when editing their profile page. The values will also show up on the view profile page. This plugin also allows the addition of the profile fields from the wordpress’ profile page. Refer to the instructions in the plugin for simple configuration details.
This plugin was developed in a bbpress/wordpress integrated environment. I’m not sure if this works on bbpress installs only. It wouldn’t hurt to try, however, and I’m sure it can be modified to work with bbpress w/o a wordpress integration.
Please try it out and let me know what you think.
Here’s the link:
ra_custom_profile_keys.zip
Thanks!
Ron
Published on March 6th, 2007 by
Hi there!
Do you possibly have any idea of how to get in contact with an administrator of a forum??
The one I’m talking about is:
http://markusfagervall.se/forums/
For some reason the development stopped and no one seems to take care of anything…
It’s somehow a disaster, “ugly” threads are sometimes showing up without anyone letting them die.
There’s no search-function, and the sticky-function isn´t in use!!!
And questions to “admin” who doesn´t really admin disappears leaving the question unsolved. (and you can´t search to find them!!)
I’d like to get in contact with this person, perhaps to guide him/her in how to admin a forum.
Thanx for reading!! ;o)
Sorry if wrong section, didn’t really know where to post this..
/Lady Z
Published on March 6th, 2007 by
Hi,
I was wondering if there was a HTTP_AUTH plugin/how to available. We’re thinking about integrating BBpress to our server, but we’d like to keep the existing user and password list, so that Bbpress would smoothly be part of our portal.
We might also use WordPress, maybe something done for WordPress is already working for BBpress ?
Since I haven’t found any relevant information so far, I though I might as well ask for help
Published on March 6th, 2007 by
I’m interested in creating my fist plugin. I would like it to allow the user to see/edit the extra profile fields that are present in WordPress when a site has WP integration working. I’m asking for any help to get started on this that someone is willing to offer.
I’m not very experienced with PHP, though I feel I am a pretty quick learner. I have too many questions right now from the reading (https://codex.wordpress.org/Writing_a_Plugin) and from looking at other plugins. I don’t think these questions require more than a few simple pointers and explanations about the structure/basic principles of plugins.
Is anyone out there willing to throw me a bone or two?
Published on March 5th, 2007 by
hi! i need a plugin, file or script for insert image, youtube video, avi etc into my bbpress post. I try with fckeditor but i have problem when i insert youtube video. How i can do? Help me!
Published on March 5th, 2007 by
I’m having a problem with my integrated bbpress install. Word Press allows users to create names that include spaces in their names
(ex: “Mr Happy”)
But these users cannot log into bbpress because it does not allow for names with spaces. After the log in it removes the space so that “Mr Happy” now reads “MrHappy”.
If there a way to fix this so that bbpress will let these users login other than changing their names? Thanks!
Published on March 5th, 2007 by
Is there a way to have bbpress automatically issue a username and password that is not sent via email. I’m trying to setup an anonymous discussion board so I don’t want any way that the users could be identified. Thanks for the help!
Published on March 5th, 2007 by
I would like to display some content only when a user is logged into the forums, how can I do this in the template?
Published on March 5th, 2007 by
Hello,
I’ve changed the mod rewrite rules and manage to name the forum after the forum name:
I have:
http://www.dfur.com/designer_furniture – first forum page
http://www.dfur.com/designer_furniture/page/2 – second forum page
Now I have the .htaccess done as following:
RewriteRule ^designer_furniture /forum.php?id=1 [L,QSA] – for the first forum page
RewriteRule ^designer_furniture/page/([0-9]+)$ /forum.php?id=$1&page=$2 [L,QSA] – second forum page
The first mod rewrite rule works but the second just redirect me back to the main forum. What can I do to fix this?
Thanx,
Mircea.