I received the message at gmail after 10 minutes total:
from Jessians' Forum <xxxxxxxxxxxxx@gmail.com>
to xxxxxxxxxx@gmail.com
date Wed, Jun 25, 2008 at 11:27 AM
subject Jessians' Forum: Password
mailed-by admin2.byetcluster.com
11:27 AM (17 minutes ago)
Message-Id: <20080625162901.E5B6B194CD@node2.byetcluster.com>
Date: Wed, 25 Jun 2008 12:29:01 -0400 (EDT)
Your username is: xxxxxxxxxxx
Your password is: abcdefgh1jkl
You can now log in: http://jessians.co.cc/forum/
Enjoy!
Spam Filtered (ID:1971432)
That last line, “Spam Filtered” is not normally in my gmail messages. That got added somewhere along the way, before it got to gmail.
I still don’t have the other message.
When you are logged in as keymaster, do you have a link next to your profile link that says “admin”?
It looks something like this:
Welcome, admin! View your profile (Admin | Log out)
If not, it sounds like you lost the keymaster capabilities.
https://bbpress.org/forums/topic/lost-key-master
https://bbpress.org/plugins/topic/fix-admin-access/
You can search the forum for keymaster and find many more related topics.
Users on my forum are able to use the following url to edit posts:
http
/www.cairoshell.com/forum/edit.php?id=
How do I fix this? I suspect this is an available bug in every bbPress forum.
Interesting. Do you have access to any sort of MySQL logs? I doubt you will be able to see this from a browser since the script is just timing out.
I have not tried to upgrade my old installation to a current one so I have not experienced this. Now I’m scared
I have the allow images plugin as well, and I can post code just fine. I am using an older version though, maybe yours is newer.
finally, the backticks work after I deactived the Allow Images plugin .. so I can’t use that plugin for it purpose then
ps : thank you Chrishajer and Geekgirl89
In THEORY you could use the forum database table for the blog. A blog would be a new topic in which people could reply. Adding a filter would seperate the blog-forums from the normal forum.
This way, the database doesn’t have to be extended, a simple filter would do… plus it would be easier to code as a plugin
Well in theory
Just filter it:
blog name = forum name
blog topic = forum topic
blog reply = forum reply
blog is filtered from the forum and only topic owner can add/edit here.
To make it more simple, when a user makes a blog a forum called “userblogs” (must be unique so a series of numbers could be added) is created and filtered (hidden). Then when loading a profile page it checks the forum “userblogs” where topic starter = profilename and it shows the “blogs” of that profile name…
Hope you understand what I mean, goodluck
_Null
I don’t know what’s wrong, when I use backtick between code, the code disappear
, when I use only one backtick in front or after the code, only word “Google” appear (I’m trying your with example code Chrishajer)
is there any options to allow html on post ?
mciarlo: back to the original problem then. When a user registers in bbPress, they’re not registered in WordPress?
Have you searched the forum for either cookie or role?
A couple things sounded interesting:
https://bbpress.org/forums/topic/wordpress-integration-logout-problem
https://bbpress.org/forums/topic/integration-how-to-do-it
You need to enclose your post in backticks. On my keyboard, that’s the unshifted key to the left of the number 1, upper left corner of the keyboard. When you use a backtick `, the code looks like code:
<a href="http://www.google.com" title="use backticks to show code">Google</a>
actually I need to show the hyperlink code like a href=”….”
so the members can see what they must put on it
That’s what the purpose of code is, to show code the way you type it in.
I’m currently trying to get the database extended (have never coded in my life). And yes, people will be able to reply, just haven’t added the code yet. To be honest, I’m just mixing all sorts of code together to see what I get. I went through a lot of trail and error and this was my result. I think I’m going to have to get a couple of people to hep me in this project.
Hi,
why if I use the
it didn’t show the real code that I want to show to members ? like hyperlink codes or br
it always converted to html ..
how to fix it or what plugins I must install ?
I already installed bbcode Lite n Buttons Toolbar
There are some simple ways to add a sidebar .It can be done without using any code and there is a superb tutorial in this link http://www.bingness.com/10/useful-products-for-online-business/customizing-any-wordpress-theme-for-free/ which is really useful.
customize wordpress theme
My forum is using gmail for email setting. However my user can’t received email when registering using hotmail or yahoo but they received it using gmail. Does it has something to do with the email coding that caused the email to be block? If it is, i really hope you guys fixed it for the next version
.
I don’t think there is a reliable equivalent which will work everywhere.
If you are just looking for the current topic’s link then try topic_link() with no arguments.
What domain is it at, and what directory did you put it in?
If your site is example.com and you made a directory called bbpress, then the intended URL is probably:
http://www.example.com/bbpress/
I thought the installer guessed and prefilled that anyway?
Thanks necati. Glad you like it. 
I actually only run 1 adsense unit (and even that’s not directly through Google. It’s through a special deal I have with Glam Media).
The 3 graphical banners you see are not provided by Google.
in wordpress to integrate digg in a posts automatically I use code like this digg_url = '<?php the_permalink() ?>'; This does not work (obviously) in in bbpress, so can anyone tell me what the equivalent of the permanlink is?
Is there any script that automatically show the attached image file as the image on the post instead of file?
I hope I’m not bothering you guys.
Thank you
Thank you very much. I aware of what you are trying to say, but what I meant was after users attached the image file, I’d like the file to be automatically (from my server) shown as an image on the post. Is there any way around it?
I hope you guys could help me out.
Thank you for your help
The allow images plugin is the one you need (the attachments one just allows attachments to posts).
Did you activate it?
People will need to have the image posted somewhere before they can insert it into their post. It can be a flickr URL, Photobucket, ImageShack, Picasa, whatever, so long as the image is publicly available on the Internet. Once the image is accessible on the Internet, they just need to insert the HTML to embed the image. the img tag will look like this:
<img src="http://www.flickr.com/whatever.jpg" />
If you post a URL to your forum, someone can try it to see what’s happening.
I always do. 
However, I could see that there were no errors that should be causing this, so left those things until later. But since you won’t help me until it “validates” – it now does.
And the original problems are still there, plus now the log-in info is halfway down the page and behind the forum summary area.
http://www.undercoverlawyer.com/forum/
Can someone now please look and see what the real problem is? I’m sure it’s my fault. But I’ve just been looking at it too long to find it.
Thanks.
-Sherry
Are you sure? I don’t mind recreating databases, but if it can be avoided, it would certainly make me happy
.