Forum Replies Created
-
In reply to: WordPress/BBPress Single Sign On
Pretty excited to see if you can find another topic to paste that link into.
In reply to: Where can I activate bbPress plugins?You might want to give this one a try:
In reply to: bbPress 2.0 – Updates@7i7GRiFFiN – bbPress 2.x is still in beta. It’s perfectly normal that it has ‘problems’, that’s the risk of running beta software.
In reply to: bbPress 2.0 – Updates@7i7GRiFFiN – bbPress 2.x is still in beta. It’s perfectly normal that it has ‘problems’, that’s the risk of running beta software.
In reply to: Where can I activate bbPress plugins?Are you sure the plugins are made for bbPress 2.x? Otherwise you’ll be spending a lot of time looking into it without any result in the end
In reply to: Where can I activate bbPress plugins?Plugins for bbPress (2.x) work just like other WordPress plugins.
So install them like any other WordPress plugin, you don’t need to make a directory in the bbpress directory and put em there or anything.
Make sure they’re compatible with bbPress 2.x though.
In reply to: Cannot do anything on siteThis site is about bbPress not about BuddyPress, you might want to try http://www.buddypress.org
If you delete or rename the buddypress folder in wp-content/plugins/ you disable the plugin.
In reply to: Testing how it worksI wasn’t asking, I was telling the topic starter
Anyway, is that link to the plugin on the download page new?
In reply to: Testing how it worksJust to be sure: This forum runs the stand-alone version of bbPress NOT the WordPress plugin.
In reply to: Editing topics and replies in bbPress 2.0The ones I listed above are the only files I have in my theme. I always thought the less, the better, because of upgrades
In reply to: Editing topics and replies in bbPress 2.0Final addition, I’m giving up on this for now:
I run a child theme of bp-default.
I have files for archive.php, comments.php, footer.php, functions.php, header.php, index.php, page.php, search.php, single.php and type.php in my theme dir. That’s it.
Everything seems to work aside from the editing of topics. I tried copying single-reply-edit.php and single-topic-edit.php to my theme dir, but that didn’t help either.
With this info, any ideas now? Like I said, I’m giving up. I pretty much tried anything I could think of by now. Sorry to bother you with this
In reply to: White LineIsn’t this line in the CSS:
content fieldset.bbp-form, #container fieldset.bbp-form, #wrapper fieldset.bbp-form
Try something like this:
content fieldset.bbp-form, #container fieldset.bbp-form, #wrapper fieldset.bbp-form {
border:0;
}
You might want to try border:0 !important; if it doesn’t work.
I didn’t test it by the way.
In reply to: Editing topics and replies in bbPress 2.0Just trying all kinds of stuff now. Disabling BuddyPress didn’t help either.
Is there any way I can see what file WordPress is looking for before it re-directs? Or in what file the re-direct takes place? (I know this question is not really bbPress related, but maybe you know the answer anyway).
In reply to: BBPress 2.0 in wide pageThat does work too, but when the forum-single.php gets upgraded and you want to stay up date with your theme files you’ll have to re-do the change(s).
In reply to: Editing topics and replies in bbPress 2.0Yeah I tried that a couple of times already, because I remembered that being a problem in the beginning.
I have a custom structure with “/%category%/%postname%/” at common settings. And the optional fields are blank.
I’ll probably have to look into the WordPress & Buddypress files to see where they do a 301 re-direct. Because when I installed httpfox and did record a session I saw the browser getting a 301 re-direct.
This is in my htaccess file by the way:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
And this from the W3 Total Cache plugin too:
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*/)?w3tc_rewrite_test$ $1?w3tc_rewrite_test=1 [L]
RewriteCond %{HTTP_USER_AGENT} (2.0 mmp|240x320|alcatel|amoi|asus|au-mic|audiovox|avantgo|benq|bird|blackberry|blazer|cdm|cellphone|danger|ddipocket|docomo|dopod|elaine/3.0|ericsson|eudoraweb|fly|haier|hiptop|hp.ipaq|htc|huawei|i-mobile|iemobile|j-phone|kddi|konka|kwc|kyocera/wx310k|lenovo|lg|lg/u990|lge vx|midp|midp-2.0|mmef20|mmp|mobilephone|mot-v|motorola|netfront|newgen|newt|nintendo ds|nintendo wii|nitro|nokia|novarra|o2|openweb|opera mobi|opera.mobi|palm|panasonic|pantech|pdxgw|pg|philips|phone|playstation portable|portalmmm|bppcb|proxinet|psp|qtek|sagem|samsung|sanyo|sch|sec|sendo|sgh|sharp|sharp-tq-gx10|small|smartphone|softbank|sonyericsson|sph|symbian|symbian os|symbianos|toshiba|treo|ts21i-10|up.browser|up.link|uts|vertu|vodafone|wap|willcome|windows ce|windows.ce|winwap|xda|zte) [NC]
RewriteRule .* - [E=W3TC_UA:_low]
RewriteCond %{HTTP_USER_AGENT} (acer s100|android|archos5|blackberry9500|blackberry9530|blackberry9550|blackberry 9800|cupcake|docomo ht-03a|dream|htc hero|htc magic|htc_dream|htc_magic|incognito|ipad|iphone|ipod|kindle|lg-gw620|liquid build|maemo|mot-mb200|mot-mb300|nexus one|opera mini|samsung-s8000|series60.*webkit|series60/5.0|sonyericssone10|sonyericssonu20|sonyericssonx10|t-mobile mytouch 3g|t-mobile opal|tattoo|webmate|webos) [NC]
RewriteRule .* - [E=W3TC_UA:_high]
RewriteCond %{HTTP_COOKIE} w3tc_referrer=.*(google.com|yahoo.com|bing.com|ask.com|msn.com) [NC]
RewriteRule .* - [E=W3TC_REF:_search_engines]
RewriteCond %{HTTPS} =on
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{SERVER_PORT} =443
RewriteRule .* - [E=W3TC_SSL:_ssl]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* - [E=W3TC_ENC:.gzip]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{REQUEST_URI} /$ [OR]
RewriteCond %{REQUEST_URI} (sitemap.xml(.gz)?) [NC]
RewriteCond %{REQUEST_URI} !(/wp-admin/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|wp-.*.php|index.php) [NC,OR]
RewriteCond %{REQUEST_URI} (wp-comments-popup.php|wp-links-opml.php|wp-locations.php) [NC]
RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|wordpress_[a-f0-9]+|wordpress_logged_in) [NC]
RewriteCond %{HTTP_USER_AGENT} !(W3 Total Cache/0.9.2.3) [NC]
RewriteCond "%{DOCUMENT_ROOT}/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" [L]
</IfModule>
# END W3TC Page Cache core
But taking that out (the W3TC stuff) doesn’t change anything, so the problem isn’t in there.
In reply to: Editing topics and replies in bbPress 2.0Thanks for looking into it! Guess I’ll need to dig a bit deeper in this then. I don’t use any custom bbPress template files by the way. (I do run buddyPress and custom post types, maybe something strange is going on in there).
Guess I need to find out what page is being loaded / looked for when it re-directs from /edit/ to the topic.
Edit: Seems it’s loading /mytheme/page.php (a child-theme copy of bp-default/page.php), but the re-direction happens before loading that page…
Edit2: Disabling all plugins (aside from buddypress & bbpress) and the stuff in functions.php didn’t help either.
In reply to: How to enable search in bbPress pluginIn my search.php I only return the title & excerpt. And that works perfectly, until I add the the code above and one of the results is a topic / reply. I assume that’s when bbPress takes over the entire output?
The first result has the breadcrumbs, “This topic has 1 voice, contains 0 replies, and was last updated by.” line, the style of a topic and a reply form. Pretty much just the whole viewtopic page. The results after that (both replies, topics AND blog posts) only display the content (with HTML in it). No titles on either the first or the replies after that. That’s expected behaviour?
As for that appending:
You mean http://www.domain.com/?ts=test or http://www.domain.com/?rs=test? That doesn’t seem to work for me.
I might want to go the Google search way, but for whatever reason I never liked it when sites implemented that. I can’t really say why though haha.
That’s the risk when you run software that didn’t have a proper release yet
Proper documentation will come in time, I have no doubt about that.
If you were running the plugin that’s in the wordpress repository at the moment (beta2b or something) you might want to change that with the one in trac (https://bbpress.trac.wordpress.org/browser/branches/plugin) that has some fixes in it.
I don’t know if they’ll fix your problem though. I never had to add any code to my functions.php to make it work and while I do have a message in my dashboard “Theme does not natively support bbPress”, it works pretty good
In reply to: bbPress 2.0 – FeedbackDidn’t run into anything with the page templates or multisite (don’t use that), but here’s something about the other two:
Search
I like a site wide search results, but maybe an option in the settings is an idea? Something like “Search scope: Don’t search forums / Site wide / forum only” or something. I don’t know how that would work out coding wise for you.
What I ran into when I enabled searching through the forums was the fact that the first result included a reply form and everything, if it could have kept basic styling (like the other results) it would be perfect.
Settings
I don’t think there’s too many settings yet. You could break em up into several pages (with tabs), but that means users have to click more and some options will be harder to find (maybe you want that with some options).
Some settings I would like to see added (just throwing it in here):
- Enable / disable time limit on editing.
- The search scope function mentioned above
- Avatar size
- (Just because I stripped it out and don’t use it) Tag functionality: Enable / disable
In reply to: registration pageThis has been asked a couple of times already, try to search for it.
domain/wp-login.php?action=register should do the trick.
There are shortcodes for the following though, so you might be able to make your own register page (I’m running bbPress in combination with BuddyPress so I don’t need it):
[bbp-login]
[bbp-register]
[bbp-lost-pass]
In reply to: How to enable search in bbPress pluginI tried doing this too. And it worked, in a way. But with that code (I think it was that code I used at least) it enables searching in the forums, but for whatever reason the first result showed up in complete view topic style, including a reply form etc. Which is not really what I wanted for search results.
Probably something on my end, so I disabled that feature for now.
Any ideas JJJ?
In reply to: Step by step guideThat documentation etc will be made once the plugin has had a stable release.
Did you try making a page and putting one of the shortcodes in there?
In reply to: WordPress-bbpress Integration 'Fatal Error'The plugin version of bbpress is integrated with WordPress out of the box, so you could give that a try?
In reply to: WordPress-bbpress Integration 'Fatal Error'The plugin version of bbpress is integrated with WordPress out of the box, so you could give that a try?