Hi guys –
What is the section of code that I need to past into my .htaccess if my webserver cannot support +multiviews? I tried saving the whole file as .htaccess, but it didn’t work. Any ideas would be great, thanks!
Hi guys –
What is the section of code that I need to past into my .htaccess if my webserver cannot support +multiviews? I tried saving the whole file as .htaccess, but it didn’t work. Any ideas would be great, thanks!
First off, an example can be found here. Download the bbPress YouTube plugin! Now the disclaimer…….
This plugin will only Key Masters and Administrators to put YouTube videos into posts. Why only those two groups you might ask? Well, because this plugin right now allows ALL embeds and objects out there to be put into your forum posts and I thought this might be a bit much for the general public! This plugin was started by myself and then mdawaffe finished it off for me. Nothing special, but the next version will have the code to only only YouTube videos in an easy way, but for now you need the entire embed code from YouTube, like this:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/lh5316fcit0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/lh5316fcit0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
If you decide to take out the conditional for adminstrators, do so at your own risk! It is nothing special, but at least will do until we can get a better version!
Enjoy!
Trent
For some reason, any time a member posts a reply to a topic, the page they go to after posting tells them that the topic is closed. It doesn’t actually close the topic, so I can’t figure out what’s going on.
Any help would be appreciated. Thanks!
Is there any way to add a “Remember me” check box like the one on the WordPress login page?
Now available in the latest build in subversion.
Get permalinks like this:
http://www.example.org/forum/my-cool-forum
…and this…
http://www.example.org/topic/मैं-काँच-खा-सकता-हूँ
…and this…
http://www.example.org/profile/sambauers
All with the flick of a variable…
bb->mod_rewrite = 'slugs'
…set in config.php
Hi,
following problem: i have no php-knowledge!
What i want:
I have a cold-fusion-application, this application send the username and the md5-password (encrypted!) to an other server, where the bbpress-forum is in use.
On this server, i decrypt the password so that i have the md5-password and the username. now the user should automaticaly log in.
The second what i need:
i need a logout-page where the user gets logged out and is then redirect to a page of my coldfusion.application. SOmething like logout.php?url=http://…..
Can anybody help me? I hope you understand my bad english
Thanks
Vermeer
I’d like to stick some things in the sidebar (under or over hot tags) – how do I do this?
Hello,
After installing bbPress, I am starting to get annoyed in clicking “Not Spam” every time I make a post. It actually took me an hour to realize that was the problem in causing no posts to be displayed on my board.
Is there anyway I can just post without having to press “Not Spam” for each post I make? Not only that, but for my members as well.
Thanks.
So I installed the latest version of bbpress 0.8.1 and wordpress 2.1.2. I followed the instructions on this website: http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/
There are a few CSS problems which i’m sure i’ll be able to iron out but the worrying thing is when i try to post any information – a new tag, new post, new topic; I get the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/pjqkug/public_html/forum/config.php:3) in /home/pjqkug/public_html/wp-includes/pluggable.php on line 275
Anyone think they can have a gander and help?
http://testteachtuition.com/forum/
username: test
password: test
cheers,
Steven
Hello,
It’s quite odd how I put the bbpress in a directory such as /board and when when checking http://buufdesigns.com/board , it gives me a 404 error.
My .htcaccess for the website itself is:
‘# Friendly URLs
RewriteEngine on
RewriteRule ^([A-Za-z0-9_]+)/?$ /$1.php’
404 error:
‘Not Found
The requested URL /board.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.’
I notice that the .htcaccess is directing ‘everything’ with a .php which the board.php is invalid, however /board/index.php is not.
So, is there any specific way to make .htcaccess recognize as a /board not a /board.php?
Thanks.