Search Results for 'bbpress'
-
AuthorSearch Results
-
September 6, 2009 at 4:30 am #78274
In reply to: Weird IE problem with bbpress
rameshjmenon
Memberreinstalled bbpress completely….fixed the integration issue but still IE isssue is pending….all other browsers are A OK!
September 6, 2009 at 1:35 am #78273In reply to: Weird IE problem with bbpress
rameshjmenon
Memberany ideas any one…i am struggling with this. i dont want to put index.php ahead of my url
September 6, 2009 at 12:48 am #78326gerikg
Memberashfame, what about the cookie path… and the wordpress intergration option on bbpress dashboard?
September 6, 2009 at 12:44 am #78592In reply to: Need to fix a couple of things in theme
gerikg
MemberKawauso, you just said the same thing I did.
If hes trying to generate this page (go to the link and look) https://bbpress.org/forums/?new=1
then he’s missing the bottom half of the front-page.php
that is why I said look at :
look at line 84-88
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/front-page.php
the same line you just brought up.
September 5, 2009 at 11:03 pm #78671In reply to: canonical URLs for bbPress 1.02?
Olaf Lederer
Participanthow about canonical links like suggested by Google?
http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
September 5, 2009 at 9:42 pm #78644In reply to: If BBpress then, else
Adam Harley (Kawauso)
MemberAssuming you’re talking about deep integration of bbPress, you should be able to use one of the constants defined in the settings of WordPress MU / BuddPress to determine if bbPress is embedded or not.
September 5, 2009 at 9:02 pm #31639Topic: If BBpress then, else
in forum Installationgerikg
MemberWPMU+BuddyPress+BBpress
How do you write the php code to say
if in a bbpress side
do this
if wordpress (or else) do that.
?
September 5, 2009 at 7:40 pm #78589In reply to: Need to fix a couple of things in theme
gerikg
Memberashfame,
Is this what you’re trying to generate? https://bbpress.org/forums/?new=1
Then continue reading.
The template file is front-page.php that does the “new?=1”
look at line 84-88
https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/front-page.php
September 5, 2009 at 7:02 pm #76765In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 released
chandersbs
MemberI didn’t upgrade mine yet, so scared that some plugins won’t work anymore.
September 5, 2009 at 6:40 pm #78587In reply to: Need to fix a couple of things in theme
Ashish Kumar (Ashfame)
ParticipantMine post-form.php is exactly the same as that of Kakumei.
I can trace the problem to an unclosed anchor tag
<a>which is inbbcrumbDIV.Where does this code comes from? I mean which file?
Username:demo
Password:demo
I don’t get any of what you are trying to tel me. Probably you misunderstood my question.
September 5, 2009 at 5:50 pm #78272In reply to: Weird IE problem with bbpress
rameshjmenon
Memberash,
thanks for the link. my target audience is only IE6 and above. my laptop has IE6 and thats as low as i am willing to get….
September 5, 2009 at 5:42 pm #78271In reply to: Weird IE problem with bbpress
rameshjmenon
Memberby the way, thanks for the upgrade tip, was getting an error while doing auto upgrade, googled it and fixed the error and now my wpmu is 2.8.4a
September 5, 2009 at 5:36 pm #78270In reply to: Weird IE problem with bbpress
Ashish Kumar (Ashfame)
ParticipantTook a while to load but it loads on IE 8 for me. If you need to look at various IE versions, then take a look at this http://blog.ashfame.com/2009/06/check-webdesign-different-versions-ie/
Its worth the effort if majority of your target audience is using IE.
September 5, 2009 at 5:35 pm #78325Ashish Kumar (Ashfame)
ParticipantTry integrating as per this tutorial of mine on a test install : http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Just follow closely and you should be fine.
September 5, 2009 at 4:56 pm #78269In reply to: Weird IE problem with bbpress
rameshjmenon
Memberjust a quick question….did you guys find the same problem with IE? or is it just me missing something?
September 5, 2009 at 4:46 pm #76764In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 released
LargeCell
MemberIt is compatible with WordPress 2.8.4? Thanks.
September 5, 2009 at 4:18 pm #78324gerikg
MemberOkay I found a few things. I don’t know if it matters but I just try to mimic what I had. I’m not an expert.
I don’t know if this was a factor: You didn’t have enough keys (Salts weren’t used)
You got your keys from here: https://api.wordpress.org/secret-key/1.1/
I got my keys from here: https://api.wordpress.org/secret-key/1.1/salt
I added the new keys to both files.
You had the COOKIEPATH in wp-config but not in bb-config (again I don’t know if it matters but I do it anyway) I copied it onto bb-config. I also moved that line to the top before anything else, just in case.
And that was that.
I notice you had the wrong URL to the forums (/bb-press/ instead of /bbpress/) but that was to get the cookie path and it didn’t matter either way.
September 5, 2009 at 4:01 pm #78268In reply to: Weird IE problem with bbpress
Ashish Kumar (Ashfame)
ParticipantAFAIK directory index doesn’t depend on browser. Its really a weird issue in my opinion.
September 5, 2009 at 3:46 pm #73176In reply to: target _blank
Fernando Tellado
ParticipantGreat idea!
I’ve applied this way and works fine …
<?php/*
Plugin Name: Target Blank
Plugin URI: https://bbpress.org/forums/topic/target-_blank
Description: Abre los enlaces del foro en nueva ventana. Nada que configurar, lo activas y funciona. Creado desde una idea de _ck_.
*/
function bb_target_blank( $text ) {
$text = preg_replace('||i', '', $text);
return $text;
}
add_filter('post_text', 'bb_target_blank',255);
?>
Thanks _ck_
September 5, 2009 at 3:30 pm #78267In reply to: Weird IE problem with bbpress
Adam Harley (Kawauso)
MemberUsing IE on it doesn’t work at all for me. How weird… http://www.oraclepronet.com/techzone/index.php loads fine though on first try, so it might be something to do with how the server is handling the directory index rather than bbPress. Your version of WordPress has security holes by the way, you might want to upgrade.
September 5, 2009 at 3:23 pm #78658In reply to: Connecting Facebook group to BBPress ?
Adam Harley (Kawauso)
MemberI’m afraid I didn’t make it, so I can’t help you too much there, sorry. You used the full ID after
http://www.facebook.com/group.php?gid=right?September 5, 2009 at 3:16 pm #78670In reply to: canonical URLs for bbPress 1.02?
Tomcraft1980
MemberAhhh…. this worked for me:
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/forum/$1 [L,R=301]
Thx for the hint!
kind regards
Tom
September 5, 2009 at 3:07 pm #78669In reply to: canonical URLs for bbPress 1.02?
Fernando Tellado
ParticipantYou may do it by .htaccess …
From www to no-www
Options +FollowSymLinksRewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www.myforums.com.com
RewriteRule (.*) myforums.com/$1 [R=301,L]
and the opposite …
Options +FollowSymLinksRewriteEngine on
RewriteCond %{HTTP_HOST} ^myforums.com [NC]
RewriteRule ^(.*)$ http://www.myforums.com/$1 [L,R=301]
September 5, 2009 at 2:56 pm #31646Topic: canonical URLs for bbPress 1.02?
in forum TroubleshootingTomcraft1980
MemberHi there,
is there a way to build canonical URLs like WordPress does? WordPress automatically redirects http://domain.tld to http://www.domain.tld and I would like bbPress to do so too.
This is needed to prevent duplicate content on your site.
kind regards
Tom
September 5, 2009 at 2:54 pm #78657In reply to: Connecting Facebook group to BBPress ?
Marius-
MemberKawuso, that seemed like something I could use. But it didnt work. I entered the group ID, and it didnt find it.
-
AuthorSearch Results