Published on April 6th, 2011 by sprintersports
Hi
I am new to bbPress and cant get off start.
I got the plugin installed but when I clicked ‘activate’ it said “No header exists” (or something like that).
So then I try to re-install it it says the folder for the plugin already exists.
i saw someone else had posted on the forum the ‘No header ‘ problme but no one had answered them.
Can someone please advise. Thanks.
All the best
David
Published on April 6th, 2011 by silasje1
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('##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('##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
Published on April 6th, 2011 by maf_9000
how to make a private forum
we are a a small company we need a forum to communicate better than mail groups
i suggested to use a forum
but we don’t want any others to see what we are doing
i need to
1. prevent user registration
2. make the forum private
is there is plug-ins for the ?
what other simple foruming systems if there isn;t plug-ins
Published on April 6th, 2011 by Syrinxie
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.
Published on April 5th, 2011 by arnodevries
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).
Published on April 5th, 2011 by Doug
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
Published on April 5th, 2011 by flasht2
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
Published on April 5th, 2011 by Enej Bajgorić
Hi
I am new to bb-press and I am trying to integrate bb-press and WordPress.
What is the most streight forward way do that?
I have tried this.
Upload the downloaded bb press to a folder inside the WordPress directory called forum.
Then go to the url http://sitename/forum and configure my bb-config.php file
and the database settings.
I also add the line to the wp-config.php
define( ‘COOKIEPATH’, ‘/’ );
I also add
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
to the bb-config.php file.
After completing this set up I am logged in when I go to the http://sitename/forum page as admin. but for whatever reason I am not able to go to the
any bb-admin pages. like http://sitename/forum/bb-admin/options-wordpress.php
Any help would be greatly appreciated.
Cheers Enej
Published on April 4th, 2011 by liliace
Hi guys,
I’ve just installed worpress using softaculous but ater finished installation i can’t open the admin page (yoursite.com/wp-admin), it’s just not loading.
Any ideas?
Published on April 4th, 2011 by AdminDePajas
I need to have access to all the emails or export them.