Search Results for 'test'
-
Search Results
-
Topic: Login unsuccessful
I have my forum installed on my localhost and it works, but when i upload it and try to login appears the following error:
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 162
What i have to do?
I’m not sure if I should ask this here or over at WordPress.org, but perhaps this is more of a bbPress question in the end.
I have the latest bbPress and WordPress installations, and both are running fine. The user databases are integrated, and I have also managed to get bbPress to use my WordPress theme after some poking around.
What I actually did with the theme integration was that I made bbPress to call the WordPress header and footer files instead of the bbPress ones, having in turn modified the WordPress files in a way that everything except for the page-specific content is in those two files. This way, the forum shows up where the WordPress content (posts, pages, etc.) would otherwise go. Life is good.
My problem now is that I would like WordPress to recognize bbPress when it is serving a bbPress page. In other words, I would like to have something like an “if” condition for example in my WordPress header that checks whether the page currently being shown is a bbPress page. If I could do that, then I could do something like “if bbPress then echo bbPress headers, else echo WordPress headers”.
The most basic solution that I could come up with was the following: before having a bbPress page call the WordPress header, introduce a variable like “$forumpage” and set it to “true”. Then simply include a check in the WordPress header that checks whether $forumpage is “true”. For some reason, however, this doesn’t work as the variable seems to get erased.
I also tried something like using the condition if($forums) in the WordPress header, which I saw was in bbPress, but that gave no results, either.
There probably is a(n easy) solution to all this, so I would really appreciate it if someone could point me to the right direction. I’ve spent most of the evening working on this, and have tried just about everything that I can think of and have read about on these forums and over at WordPress.org, but alas without the desired results.
Thanks for reading!
Topic: Some links do not work
Hello,
I just installed BBPress but some links appear to be broken. I tried to make new posts in order to test the forum but they would not show up either
My forum is located here:
Does anyone knw where this could be coming from?
thank you very much
I’m having an odd problem with posts. Hyperlinks are being stripped.
This:
<a href="http://foo.com">foo</a>
Is being stripped down to:
<a>foo</a>
Any ideas? I’m running latest svn build, the .8.1 patch plugin, and a few other plugins.
1.0 Alpha checked out March 25, 2007.
I just noticed in my admin panel that there are four normal looking entries in “Recently Moderated” and then the last one just shows this:
Topic title started by .
The source shows this:
<li>Topic titled <a href="http://www.example.com/forum/
topic.php?id&page&replies&view=all"></a> started by <a
href="http://www.example.com/forum/profile.php?id=1"></a>.</li>[edit – I added line breaks there since the code overflow was not displaying]
So, some of it is in the source, but there’s no topic title and there’s no topic starter name (which should be admin based on the id). It’s also missing the topic id, the page id, replies, etc.
Any thoughts?
I did change the name of the Key Master to “Admin” in bb-includes/capabilities.php if that matters.
I am using the following plugins if it matters:
allow-images.php
js_quicktags.js
bb-emoticons.php
notification.php
bb-limit-latest-discussion.php
onlinelist.php
bb-memberlist.php
since-last-visit.php
comment_qt_4_bbpress.php
wordpress-integration.php
Thanks. ( I imagine I can get rid of bb-memberlist since user management seems to be integrated into the admin panel now. )