Search Results for 'test'
-
Search Results
-
Topic: Plugin: Indicate New Posts
It REQUIRES the Simple Onlinelist plugin by Thomas Klaiber, whose work this is largely based on.
The plugin should not highlight posts which the user made, since obviously those have already been seen. Please tell me if it does otherwise.
The only testing I have done is on my 1.0-alpha build, so I would be very grateful if people could test the plugin and tell me if it works!
Grab it here.
Topic: localhost installs
I recently did my first bbpress install on localhost and it went miserably. I used the latest download from today.
Checking on this forum I had the same path seperator issues and stylesheet issues others had, etc.
My $bb->domain and $bb->path were fine. The fresh install just didn’t work properly under xampp and then again a retry on easyPHP.
This is the solution and findings I found:
1. The first issue is because in config.php and bb-load.php dirname(__FILE__) is used to get the base path for BBPATH. This is not a good thing on localhost Windows based installs.
2. There are a number of attempted workarounds to this that I’ve read about in this forum. All of them that I saw didn’t work. Focusing on the issue with the stylesheet href not being correct I noticed that there was logic in the bb_get_active_theme_folder() function.
By default, the installer does NOT create an option entry ‘bb_active_theme’ in the database table topicmeta. The code logic doesn’t make the correct uri.
To fix this, do an install and then add a database field bb_active_theme in the topicmeta table.
For example, I set mine to:
Playing regular expression games to change x: and in general is not worth it. This seemed to be simple and worked right out of the box.
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 37Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 37Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 162What 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
(((
Forgot to update the readme file.