JJJ: Thanks. Is there a roadmap for 2.0?
No. As far as I know the 1.1 will be the last standalone version. bbPress will soon automagically turned in a WordPress plugin.
JJJ: Thanks. Is there a roadmap for 2.0?
No. As far as I know the 1.1 will be the last standalone version. bbPress will soon automagically turned in a WordPress plugin.
and Buddypress
bbPress isn’t compatible with BuddyPress.
and Buddypress
bbPress isn’t compatible with BuddyPress.
i saw someone else had posted on the forum the ‘No header ‘ problme but no one had answered them.
That’s not true. I have answered this particular question at least 10 times.
bbPress it’s not a WordPress plugin so it cannot be installed from the plugin area. There’s a plugin version but it’s in beta stage and can be downloaded only from the repository.
i saw someone else had posted on the forum the ‘No header ‘ problme but no one had answered them.
That’s not true. I have answered this particular question at least 10 times.
bbPress it’s not a WordPress plugin so it cannot be installed from the plugin area. There’s a plugin version but it’s in beta stage and can be downloaded only from the repository.
i can not inistall bbpress on subdomain.
please help me
JJJ: Thanks. Is there a roadmap for 2.0?
JJJ: Thanks. Is there a roadmap for 2.0?
is there anywhere else to get this now that the main page is closed?
I have put the unzipped bbPress file in a folder called forums
when I go to jollysquirrel.com/forums it just shows an index with the bbPress zip file to download, and I am not greeted with the installation process the installing directions talk about. Not quite sure what I’m doing wrong here.
I have put the unzipped bbPress file in a folder called forums
when I go to jollysquirrel.com/forums it just shows an index with the bbPress zip file to download, and I am not greeted with the installation process the installing directions talk about. Not quite sure what I’m doing wrong here.
sorry for my english, how can i accses to my admin, i cant found it, when i go to my http://www.musicaurbana.co/foro it say error, if i go by http://www.musicaurbana.co/bbpress i cant IN to the account, what can i do, help please
Hey.
When i tried Easy Video Embed i had alot of problems with all IE versions.
Now i added the new <iframe> from youtube in it. Also i updated the old code and made that for IE only, cause they dont support html5. I cant contact or add the new files so maybe sombody else wants to?
O yeah it works on 1.0.3 of course
here is the new code:
<br />
function ae_detect_ie()<br />
{<br />
if (isset($_SERVER['HTTP_USER_AGENT']) &&<br />
(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))<br />
return true;<br />
else<br />
return false;<br />
}</p>
<p>...............................(60 lines of code)</p>
<p>if (ae_detect_ie())
{$post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', ' <object width="640" height="510"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/\2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="510"></embed></object>',$post_text); }
else
{ $post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', '<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/v/\2"frameborder="0" allowfullscreen></iframe>',$post_text);<br />
} </p>
<p>
test it here:
http://www.fstube.org/forums/bbpress/topic/touch-and-go
Maybe there is a way to use the forums but pull all the information for roles, etc, from WordPress? I don’t know alot about php.. Just a shot in the dark lol!
Maybe there is a way to use the forums but pull all the information for roles, etc, from WordPress? I don’t know alot about php.. Just a shot in the dark lol!
I couldn’t resolve the Login page, page title issue. However, I’ve encountered more issues, but this time it locks out my site and gives me a redirection issue. I’ll explain below:
1. I can access the backend of wordpress and make any changes.
2. When I close down the browser and try to go back to the backend, I get a problem with the site loading as it has lots of redirection issues.
3. The only way for me to go back into the backend was to login via FTP and delete the bbpress plugin and my site is then up and running.
4. I’ve tried deactivating all of my plugins and only enable the bbpress plugin, but the same thing happens. Cannot load the site at all.
Can anyone explain why this is happening?
How long have you had this installation?
I just installed bbpress a few days ago from the latest trunk files. I’m running on WP 3.1.
You’ll want to contact the authors of those plugins to get better support. Plugins are responsible for telling bbPress where they live and how they are accessed. Sounds like those plugins need to be updated or are just malfunctioning.
You’ll want to contact the authors of those plugins to get better support. Plugins are responsible for telling bbPress where they live and how they are accessed. Sounds like those plugins need to be updated or are just malfunctioning.
Hi Doug,
1.1 is in /trunk/ and is the most recent stand-alone code. You could use it the same as you use 1.0.2/1.0.3 right now and shouldn’t have any issues.
2.0 is in /branches/plugin/ and nothing has been specifically built to make the two talk to each other yet. Every effort has been made to make sure they don’t conflict though, so they shouldn’t get in each others way either.
Hi Doug,
1.1 is in /trunk/ and is the most recent stand-alone code. You could use it the same as you use 1.0.2/1.0.3 right now and shouldn’t have any issues.
2.0 is in /branches/plugin/ and nothing has been specifically built to make the two talk to each other yet. Every effort has been made to make sure they don’t conflict though, so they shouldn’t get in each others way either.