Forum Replies Created
-
In reply to: bbPress 2.0 – Theme Compatibility
Finally got a bbPress child theme working. Just wanted to make a slight clarification, in case someone ran into the same stumbling block.
Make sure when you copy files from /bbpress/bbp-themes/bbp-twentyten that you maintain the subfolder structure as well (e.g. css, js, bbpress). I was copying all files into the root of my custom wordpress theme (wp-content/themes/mytheme) without maintaining the directory structure and I was getting some strange behavior.
Hope this helps someone who might be having trouble!
In reply to: bbPress 2.0 – FAQI have WordPress installed on my server in a directory “wordpress.” My users can access this installation by going to http://website.com/blog
I would like to have the same effect happen for the bb-press plugin when someone accesses http://website.com/forums
How can I set this up?
In reply to: bbPress 2.0 – FAQI have WordPress installed on my server in a directory “wordpress.” My users can access this installation by going to http://website.com/blog
I would like to have the same effect happen for the bb-press plugin when someone accesses http://website.com/forums
How can I set this up?
In reply to: bbPress 2.0 – FAQCongrats on the stable release! I myself have been waiting to download it until all the kinks have been worked out. Downloaded this morning, and everything is better than I expected. GREAT JOB!
Quick question – sorry if it was already covered. I am currently using BBPress (standalone) version 1.1 and WordPress 3.2.1. I wanted to start using the BBpress plug-in. Are there any migration tools that allow an import from the standalone software to the plug-in?
Thanks for any information!
In reply to: bbPress 2.0 – FAQCongrats on the stable release! I myself have been waiting to download it until all the kinks have been worked out. Downloaded this morning, and everything is better than I expected. GREAT JOB!
Quick question – sorry if it was already covered. I am currently using BBPress (standalone) version 1.1 and WordPress 3.2.1. I wanted to start using the BBpress plug-in. Are there any migration tools that allow an import from the standalone software to the plug-in?
Thanks for any information!
In reply to: Open Links in new windowStill not working
The code is coming through differently in my email, so I posted a link to it making sure I have the syntax right: http://pastie.org/2362857
Internal links are still ok; external links look like this in Firebug:
https://picasaweb.google.com/lh/photo/Px6V4Z7PfKk6Gpv5x_Uh4Q?feat=directlink
In reply to: Open Links in new windowHi @_ck_
Thanks for the help. I tried what you posted, but it’s still not working.
It fixed the broken URLs, but strips the target=”_blank” and rel=”nofollow” attributes. It looks like the second function (for external links) isn’t firing off.
Will keep working on it and post an update if I figure it out.
I really appreciate your help!
In reply to: Open Links in new window@_ck_, Nevermind my earlier post. It is already working on sub-domains. Sorry for the confusion.
However, I am having the same problem as @cwdnow. Internal links are working as expected: they open in same window with “nofollow” tag removed.
The code is broken when it deals with external links, though. It adds the attributes target=”_blank” and rel=”nofollow” but the URL is broken. I haven’t dug too deep yet, but I think the reg ex is too broad (selecting too much).
Here is the code that I’m using:
Here is what it is outputting:
https://picasaweb.google.com/lh/photo/Px6V4Z7PfKk6Gpv5x_Uh4Q?feat=directlink
I will post an update if I figure out what it is. In the meantime, do you happen to know what is causing this?
In reply to: Open Links in new window@_ck_, I am using your code to open external links in a new window and add the attribute “nofollow”
My site also has sub-domains, so I wanted to add a case for that. My reg ex skills are not that great. Do you know how I could do that?
Code I’m using:
Thanks for your help!!
In reply to: bbPress 2.0 – UpdatesI am moving my forum over from a Drupal 6 install to a WordPress 3 install.
Taking a look at this thread, it seems as if the bbpress plug-in is still being tested? Would you recommend this plug-in for a production site yet?