Search Results for 'bbpress'
-
AuthorSearch Results
-
July 6, 2009 at 9:52 am #64729
In reply to: Paragraph tag after TinyMCE
Satish
ParticipantThis doesn’t solve the other problems like.. Underlining, Stricking the text, font size increasing etc. And in the links that we add using TinyMCE editor gives an extra quote in the resulting form content link!
I am using bbpress 1.0 and there is a file by name functions.bb-forums.php inside bb-includes folder. I opened it and saw these codes
function bb_allowed_tags() {
$tags = array(
'a' => array(
'href' => array(),
'title' => array(),
'rel' => array()),
'blockquote' => array('cite' => array()),
'br' => array(),
'code' => array(),
'pre' => array(),
'em' => array(),
'strong' => array(),
'ul' => array(),
'ol' => array(),
'li' => array()
);I added
'p' => array(),
to solve the<p>
tag problem.But all other problems regarding underline, stricking the text, adding image also doesn’t work(I have installed allow-image plugin), font size increasing also doesn’t work.
Please help.. and if possible get back to me at satish at technotip DOT org [ Its .ORG and not .COM ].
Thanks
July 6, 2009 at 9:49 am #70015In reply to: bbPress Admin
Caesar
MemberI see you have finally converted to the new admin style… congratulations!
It looks really good (except the green buttons in some places). Thanks.
July 6, 2009 at 9:02 am #75357In reply to: bbPress 1.0 released
ovizii
Participanthi there.
I successfully integrated wpmu 2.7.1 with bbpress 1.0. all works as its supposed to, except for some small questions/problems:
– the forums are located here: http://zice.ro/forum/ so basically bbpress is isntalled in a folder called forum
– the links to the forums looks weird, notice the link contains forum twice? i.e. http://zice.ro/forum/forum/pluginuri
– I checked my .htaccess inside the forum folder: http://pastebin.com/f3b96dbc9 notice the rewrite base says: RewriteBase /forum/ I tried changing it to / but that doesn’t help. What is it supposed to look like?
– besides why do almost all rewrites inside that file have an additional forum inside? i.e. RewriteRule ^page/([0-9]+)/?$ /forum/index.php?page=$1 [L,QSA] is that automatically taken from the isntallation folder?
– how could I get rid of that additional forum? Looks stupid
– bbpress sees all my registered users, but claims they have no role. I’d realy hate to have to manually edit all users and give them memebr privileges. shouldn’t there be a way to automatically promote all existing wpmu users to bbpress members?
– I tried the DEEP INTEGRAATION, but still, even if using
<?php wp_head(); ?>
inside mh header.php doesn’t trigger all wordpress plugins that should be triggered when calling the wp_head – is there a way to autoamte this?July 6, 2009 at 8:00 am #75392In reply to: Wierd problems installing bbPress
oakad
MemberIt appears, that the “admin” issue is also SSL related.
In admin.php:8 bb_auth is called with implied, default scheme “auth”.
However, later on in functions.bb-pluggable.php:145, the following code is encountered:
if ( is_ssl() ) {
$scheme = ‘secure_auth’;
} else {
$scheme = ‘auth’;
}
Which, given that is_ssl() returns true, will make the validation fail and user bounced out of admin page.
For now, I replaced ‘secure_auth’ with ‘auth’ in ssl branch as well, which appears to be a reasonable hack for me.
July 6, 2009 at 7:44 am #58525In reply to: Sticky posts
RRobert
MemberWhere do you set a post to sticky? I can’t seem to find it (bbpress 1.0)
July 6, 2009 at 7:39 am #75391In reply to: Wierd problems installing bbPress
oakad
MemberBy the way, my setup is fully under SSL.
I also changed the install directory to “bbpress”.
I discovered the reason for my first problem (line 30 in bb-login.php):
Up here:
$re == /bbpress/
$uri == https://host/bbpress/
if ( is_ssl() && 0 === strpos( $re, ‘/’ ) ) {
$re = bb_get_uri( $re , null, BB_URI_CONTEXT_HEADER );
}
Down here:
$re == https://host/bbpress/bbpress/
Changing first argument to bb_get_uri from $re to NULL solves the initial login redirect problem for me.
Still looking for the admin link issue.
July 6, 2009 at 6:58 am #75487In reply to: Getting Plugin URL
_ck_
ParticipantBB_PLUGIN_URL is useless as there are several places a user can put a plugin. Most users also don’t know they aren’t supposed to use
bb-plugins
and makemy-plugins
because the powers that be refuse to ship bbpress with a pre-mademy-plugins
directory.After much trial and error and problems reported by windows users, I figured this out:
$url=bb_get_option('uri').trim(str_replace(array(trim(BBPATH,"/\"),"\"),array("","/"),dirname(__FILE__)),' /\').'/';
$path=rtrim(dirname(__FILE__),' /\').'/';Where $url is the full uri to the local plugin’s directory (ie. if you have an image in there, that’s the url to it)
The $path is the local storage path that will work in both windows and linux.
It may look like these functions can be simplified but if you do that, I guarantee you’ll break it under one environment or another.
July 6, 2009 at 6:38 am #75537In reply to: Multiple Languages?
johnhiler
MemberYou can install a pulldown which enables your visitors to switch the language of the interface:
https://bbpress.org/plugins/topic/bbpress-language-switcher/
As long as all the languages are LTR, you should be ok I think? If some of the languages you’d like to support are RTL, it gets a lot trickier…
July 6, 2009 at 6:26 am #15180Topic: Multiple Languages?
in forum InstallationRRobert
MemberI just installed bbpress 1.0 on http://www.fifaforums.com . Given that I am likely to have visitors who speak just about every language, I would like to have different forums for each language. Can I do this on a single installation of bbpress or am I going to have to install multiple versions? Any help would be appreciated.
July 6, 2009 at 5:35 am #75455In reply to: Support for 0.9 – how long?
_ck_
Participant0.9 was the product of a few years of development and debugging 0.7 and 0.8
It powers several thousand forums. It’s stable.
1.0 is NOT just 0.9 with more bug fixes. It is a 50% different program with a 90 degree change of direction made suddenly by Matt deciding to make bbPress use the WordPress core (ala BackPress) in January 2008. It was re-engineered in just a year after a massive amount of work mostly by Sam. The alpha, beta and RC stages for 1.0 were rushed, apparently on purpose in some cases.
July 6, 2009 at 5:32 am #75401In reply to: Better Gravatar directions INSIDE bbPress
grassrootspa
MemberHey, I’m not for adding unnecessary bloat, but with Gravatar already integrated with bbPress it makes sense for a little information for users under the “Edit Profile” section in the core download. After all, both bbPress and Gravatar are Automattic products.
Maybe simply something under the “Edit Profile” screen saying:
“Your profile picture is randomly selected. To pick it yourself visit Gravatar.com”
…when the “Show avatars” option is selected under “Avatar display” with the Gravatar site hyperlinked. BLAM. DONE. THIS IS ALL I AM SUGGESTING!
@ryanhellyer: BINGO. You said it (and get my point).
@chrishajer: That’s an obvious option (editing the template myself) but it got me thinking: how many people have run into the same issue of having tons of site users asking ‘How do I select my picture?’ ‘I can’t seem to find out to change my picture?’ I’ve only been running bbPress sites for a short time but already this has become the #1 question asked. I would be absolutely shocked if others who runs bbPress forum didn’t get asked about profile pictures all the time.
@Ipstenu: Initially I thought Identicon or Wavatars etc would do the job but still got people asking how to change their picture to something else. Think about it: when someone signs up for ANY message board where they are supplied a little profile picture (and there are “Edit Profile” customization options available), wouldn’t they logically think they would have the freedom to select their own picture? It’s a VERY basic part of editing the profile.
@REST: I understand the argument that this is what plugins is for, but let’s face it, profile pictures are already hotwired into this product. So is Gravatar support. I’m not talking about adding a new service, but simply directions inside under the profile editing options for folks to better use these already existing services. If you were unfamiliar with bbPress and signed up on a message board where you were given a blank or random profile picture, when you clicked “Edit Profile” wouldn’t you expect to find something to assist you?
Logically speaking, wouldn’t someone think there would be information under the profile page re: how to change their profile picture? When users click “Edit” there is information on customizing pretty much every basic aspect of your profile (location, interests, display name, etc) but this.
July 6, 2009 at 5:25 am #75454In reply to: Support for 0.9 – how long?
grassrootspa
MemberI agree 100% with the comments of ryanhellyer & frooyo.
Been casually following bbPress for the past year (WordPress is sooooo a Gateway drug to other Automattic projects) but the impending release of 1.0 and the various RCs pushed me to finally jump in and start really fooling around with the software. Couldn’t be happier. God bless bbPress pioneers like _ck_, Sam, and everyone else for the plethora of killer plugins and themes.
Totally understand where people are coming from re: 1.0’s stability compared to 0.9 but it would be much more productive for attention to be focused on 1.0 instead of 0.9. After all, folks using/testing/tweaking 1.0 is how all the bugs, plugin compatibility, and various stability issues will be worked out!
Exciting times are ahead for bbPress and 1.0 is the future. The more focus on 1.0 the better in the grand scheme of things. I’m going to get razzed but 6 months doesn’t seem unreasonable (or even 3 months), especially since everyone has known for quite some time that 1.0 was going to be coming out. Let’s embrace the future: 1.0!
July 6, 2009 at 5:19 am #75356In reply to: bbPress 1.0 released
Jason Giedymin
MemberCorrect.
In wpmu: define both force sll keys (admin an the other one I forget)
In bbp: define force ssl login and user forms
Make sure your not using adminssl plugin (at first?)
Independently of each other that is how you would enable use of ssl, as long as your webserver is ready to accept and configured correctly to use https.
It’s integration where things break and you’ll need three patches.
Time for bed…Zz…
.
July 6, 2009 at 4:47 am #75355In reply to: bbPress 1.0 released
r-a-y
ParticipantHave a question for you.
Your SSL is for login and admin areas only right?
I’ll have to keep track of what you’ve done, as I’ll probably want to secure the admin area as well.
—
Post in the “Installation” area here – https://bbpress.org/forums/forum/installation
Or in the BuddyPress forums – https://buddypress.org/forums/
July 6, 2009 at 3:18 am #75354In reply to: bbPress 1.0 released
Jason Giedymin
Memberbbpress trac ticket for wp_admin_cookie_path issue when using wpmu.
July 6, 2009 at 2:49 am #75353In reply to: bbPress 1.0 released
Jason Giedymin
MemberAlso, I had to put into my bb-config.php the below so that logging in via bbpress will allow login to wpmu admin page.
// Not defining below will not create /wp-admin cookie in current bbpress 1.0. Required for SSL.
// Guess this could be another bug as well.
$bb->wp_admin_cookie_path=’/wp-admin’;
July 6, 2009 at 2:39 am #75390In reply to: Wierd problems installing bbPress
oakad
MemberIt’s not my “home” machine, so to say.
It’s a test server running quite a few things and sitting on a local domain with working dns.
Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8h mod_auth_kerb/5.4 mod_python/3.3.1 Python/2.6.2 SVN/1.6.1 PHP/5.2.9-pl2-gentoo with Suhosin-Patch configured
Platform is gentoo-amd64.
July 6, 2009 at 2:37 am #75352In reply to: bbPress 1.0 released
Jason Giedymin
MemberTrac Submission and patch for 2.7.1 if you demand SSL. Requires patch to integration plugin as well.
July 6, 2009 at 2:26 am #75434In reply to: Adding an image to a topic?
chrishajer
ParticipantI don’t believe the Allow Images plugin works with 1.0 right now. Here’s the plugin:
https://bbpress.org/plugins/topic/allow-images/page/4/
I just read through the comments there that someone posted a fix, but it looks like it completely bypassed security.
July 6, 2009 at 2:03 am #75530In reply to: bbPress Codex
johnhiler
MemberSam mentioned that he’d be making an official bbPress Codex the week after 1.0 came out… so maybe we’ll get an official one soon.
July 6, 2009 at 2:02 am #75351In reply to: bbPress 1.0 released
Jason Giedymin
MemberI found the bug. Trac ticket submitted. Dang hard one to find.
I have SSL working back and forth, forth and back etc…………
Track patch + integration patch required.
I have wasted my weekend on this one.
– Jason Giedymin
July 6, 2009 at 1:58 am #75529In reply to: bbPress Codex
_ck_
ParticipantSimply installing wiki software does not a codex make.
It’s been tried a few times before and no one has taken any time to do documentation, especially on a slow 3rd party server that can disappear at any time.
It took WordPress a few years and only after 2.0 did volunteers finally get some documentation done, I expect it will be the same for bbPress.
July 6, 2009 at 1:01 am #75350In reply to: bbPress 1.0 released
Jason Giedymin
MemberProposed Patch for integration plugin:
function bbpress_integration_set_bb_cookies( $uri, $expire = false, $expiration = ”, $user_id = ” )
{
if ( !$uri_parsed = @parse_url( $uri ) ) {
return false;
}
$secure = false; //Default no auth
if ( force_ssl_login() || force_ssl_admin() )
{
$secure = true; //Will create secure flagged cookies
}
…
(I’m still going through my debug)
July 6, 2009 at 12:54 am #75244In reply to: BBPRess friends plugin
rich! @ etiviti
MembervBulletin allows you to have a simple “Buddy List” which links to a user’s profile. I think this would be a nice simple plug-in.
July 5, 2009 at 11:46 pm #15157Topic: Adding an image to a topic?
in forum Troubleshootingthekmen
MemberHi all, using bbPress 1.0, how do I add an image to a topic?
Using <img src=”path_to_image” /> just displays that code on the topic.
-
AuthorSearch Results