Hey.
Usually it only displays the freshness of my forum’s post, but when using the search function it also shows the date the post was created.
Unfortunately it show the year 1970.
Here’s the link:
http://www.cmscentral.de/content/forum/search.php?q=Family
Does anyone know how to fix this?
Thanks in advance!
To install my bbpress do i need to create a new database?
I would integrate in my wordpress using same users.
Hey.
I would like to insert a Search Function into my theme, but I couldn’t find the right code anywhere.
Does anyone know the php-call to insert into my template?
I can’t seem to log in to my forums or blog. What troubles me is that another blog on a different domain refuses to let me log in also, and all three of them are on the same server.
When I click the register link, it tells me that I’m already logged in.
Edit: I seem to be logged in when I use a page that has a php extention.
what do i need to do that?
<?php
/*
Page Name: Highest rated
2007-11-29 14:47:26
*/
$sidebar_area = "forum";
// $sidebar_ibox = "topic";
require_once('./bb-load.php');
bb_get_header();
?>
<div id="content" class="narrowcolumn">
<h2>Most highly rated topics</h2>
<?php
// Display top rated
bb_top_topics();
?>
</div>
<?php
bb_get_footer();
?>
Cant display topics so something is missing..
Is there a way to have the bbpress forum show within one of the wordpress pages. I dont want my users to go from one site to another that looks different. I want them to stay on my blog yet do everything in the forum while still staying on the blog. is that possible?
I have wordpress installed in my main directory kicksonfire.com
I have installed bbpress at http://kicksonfire.com/beta/
for some reason when i click anything it takes me to teh 404 error page of my wordpress blog… wat can be wrong?
Is there a plugin that will allow me to grab an RSS feed and “post” each news item as a separate thread?
DHOUU sorry… i got it…
Hi All
Is there any way of making one important post stay on top all the time?! so it is always the first one displayed – and then the others can sort after last edited….
it’s because i have some rules for posting in my forum and i would like people to see this post (where i wrote the rules) every time they go into the forum.
any ideas?!
DHOUU sorry… i got it…
Hi,
I thought there already was a plugin for this, but I can’t find it.
What I am looking for is a way so the admin can put the forum in undercontruction-mode. Visitors will see a default underconstruction-page until the admin removes it again (with a selection option in the admin?). Very handy when updating a forum.
_Null