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.
Role maps were working fine. But then I installed User Role Editor by Vladimir Garagulya and when it failed to produce the results I wanted, I hit reset, deactivated it, and uninstalled/deleted it.
WordPress users are “Members” and bbPress users are “Inactive (no role)”.
I can’t change them as one anymore.
I use: bbPress 1.0.3, WordPress 3.1.1. , and Buddypress.
I installed two plugins (BBvideo en EasyVideoEmbed). Both are activated and visible in the Dashboard.
But when I click on the plugin name I get this error message:
“There is no administration page at the requested address. Please check the address you entered and try again”.
I uploaded both plugins in the my-plugins/ directory
/my-plugins/bbvideo and
/my-plugins/easy-video-embed
All files are CHMOD 755. Both dirs contain all files, including admin.php.
My BBpress is integrated with a WordPress installation. My role is key master.
Other plugins work well (support-forums).
Will these next point releases mark the start of the “bbPress as a plugin” releases? I have a couple of projects in the works that are waiting on this next level of bbPress & BuddyPress integration.
If this is addressed elesewhere, please point me to a link. I looked on the bbP & BP blogs and forums, but did not find an answer to the question.
Thanks,
Doug
Hi.
There are 2 bugs.
First with WP integration – after logging in from WP 3.1, everything seems to be fine, I can access forum, can even write posts or delete them, but can’t access to bb-admin – it redirects me back to forum main page. When i logout and login from bbpress, it works fine.
Second bug is that list of unanswered topics is always empty. Even when there are unanswered ones.
Best regards,
FlashT
Is there a way of utilising the hook transition_post_status only when it’s in reference to a topic or reply? Or is there a function for this already?
I’m looking to only call a function when a user posts a topic or reply, possibly when a post gets spammed or trashed.
You can use the hooks bbp_trashed_topic, bbp_trashed_reply, bbp_spammed_topic, bbp_spammed_reply. All those supply you with the reply or topic id.
I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.
No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.
I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.
Does anyone know where WordPress is told to use this particular URI structure?
How long have you had this installation?
Adding to the question above:
I found out that when I type in /blog/forum/test-forum I’m not redirected but just shown the 404 page. All other combinations ends in a redirect back to the front page.
I can see in the posts table that WP saved the permalink as http://localhost.localdomain/?post_type=forum&p=8053. Requesting this URL just results in the redirect.
I already tried saving permalinks settings a number of times. I also tried each of the custom structure combinations mentioned in here such as /%post-type%/%post-name%/etc., and I tried disabling “neat” permalinks all together. Nothing seems to work.
I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.
No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.
I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.
Does anyone know where WordPress is told to use this particular URI structure?