Search Results for 'test'
-
Search Results
-
I noticed today, that the profile page, in the section Recent Replies, that the links are actually to the topics and not the posts itself.
How do I make this go directly to the post?
Also, in the search.php, when you search for something, it gives you the actual topic, but not the post which has the information you’re searching for.
I noticed a missing “page id” in the search results, for example:
A link in the search result will look like domain/topic.php?id=823#post-32876
EVEN THOUGH the actual post might be located at
Domain/topic.php?id=823&page=12#post-32876
I tested the same thing on this website, BBPRESS.ORG, I think it has the same problem. The posts in the search results page is not taking you to the exact post, but just the topic.
How do I change it into the exact post?
I have been going through ashfame’s plugin, but it didn’t make me much wiser.
Seriously! You cannot call v1.0.2 beckett stable! Before you even get to step 1…that’s right…BEFORE you get to step one it errors out! Let me repeat that. Where is it erroring out? Uh-huh, it gives errors at STEP ZERO! See screenshot:
http://www.flickr.com/photos/16731818@N00/3971382000/sizes/o/
You get the error messages as soon as you enter http://example.com/bbpress to start the install script.
You get five errors before you even think about pushing button to go to step 1. And the fact you all try to hide it (the error messages) is pretty bogus too. White text on white background? Puhleeze!
Does anyone even test stuff before putting it out there to the public? Yes, this is a rant. Why? Well because over a week ago I posted a reply and have not gotten any answers and neither has anyone else who are having the same issue and reported it before me.
Where the hell is Beau Lebens? You all need to let him know about this, HE will fix it in a jiffy if you tell him. Please refer to this thread for screenshots and content:
Thanks
Topic: Theme issue in Firefox
Hi there,
My bbpress theme works fine in the latest versions of ie, safari, chrome and opera but the main content area shifts out of position when viewed in firefox. I would be grateful if somebody have a quick look at it please and offer any suggestions as to why this is happening.
http://www.pctbc.com/web/forum/
TIA
AlanM04
Topic: Can't get to admin
Hey everyone,
Just started with bbpress.
I have been trying to do an integration with WP, but as soon as I set it all up and saved it…
I visited the test ‘forum’ and logged in (with WP log in info) and now I can’t figure out how to reach the forum admin,. It’s disappeared.
What’s going on?
Hi,
With the help of a lot of posts about this topic on this forum I was able to come to a point where I have useres between Wp and BB integrated and I also started the deep integration of WP template and BB press on a test site here:
http://www.itouchaudio.com/forum
I added code to my bbpress config to be able to call wordpress functions. Then I copied over the Wp header.php from my wordpress theme into the bbpress theme folder (hope that was right). Now what you see on the above link is the result so far. still got quite a bit of problems I guess. The CSS of the forum seems to be not available so ….
I am wondering this: What do i do with the CSS files… At the moment I am loading the CSS file from wordpress theme but also the CSS file from the bb press theme…. Of course that doesn’t work 100% as you can see but what should i do? How can you have the CSS for both the Wp and BB theme integrated to work together?
BTW: In case this is important I am using the bbpress forum theme (the one that mimics the look of the bbpress forum, the one right here).
I know this goes a bit already into a CSS problem, not specifically BB press anymore but I was hoping some of you might be able to point me into the right direction looking at what I got so far.
Thanks for any help.
I have developed an ajaxed chat plugin, which uses phpfreechat.net script. That script has multiple themes, multiple languages, and multiple features.
There is also a settings page in which you can save various parameters/config for the script.
There can be 2 types of storages – mysql & file, default is mysql, it automatically uses the bbPress db you are using and makes
tableprefixajaxed_chat
table.You can see the various commands that can be used in chat, and the FAQ at phpfreechat.net
There are 2 ways you can call the chat:
http://yoursite.com/?chat
or by placing this code anywhere in your template:
<?php if (function_exists('ajaxed_chat_load')) ajaxed_chat_load(); ?>
Live Demo (At my test forums): http://forum.gaut.am/ (inside template) or http://forum.gaut.am/?chat (full screen)
Download Link – http://gaut.am/uploads/ajaxed-chat-1.0-beta.zip
Note – It is beta version, not a release (for now)
I still need to work on the admin settings page, but still its not too bad for now.
Comments, feedback & suggestions are welcomed!