Search Results for 'test'
-
Search Results
-
I am using bbPress 1.0-alpha 6 and the bbpress-forum theme (same as the one used on these forums).
I have forums and subforums and have hidden the subforums on the main page, so that only the parent forums and latest topics are showing.
The challenge is that the parent forums are showing 0 topics and 0 posts, even when their subforums do have topics and posts.
How can I get the number of subforum posts and topics included in the parent forums’ count on the main page.
Thanks in advance.
may not be helping if the user is already logged in before the status was changed from Member to Blocked. I have the Online status plugin and I still see a few blocked users in there, who had logged in before their status was changed. Any info on this?
I have the database relation in bbPress set to if WP Contributor = then bbPress Blocked ; if WP Author = then bbPress Member
At times the way our site works some users in WP are moved from “Authors” to “Contributors”. Will bbPress automatically move the status of that user from “Member” to “Blocked” or will we have to manually convert the status of the user in both WP and bbPress. We though did try testing a few and found that in WP if we changed the user from ‘Author’ to ‘Contributor’, there was no change of bbPress user status (they still remained ‘Member’ though they should have ‘Blocked’)
Topic: Forum could not be created!
Hi, just tried to install bbpress 1.0-RC3. Step 1-3 was no problem but after step 4 I got the following info:
“Your installation completed with some minor errors. See the error log below for more specific information.”
“Show installation messages”
Installation errors: “Forum could not be created!”
Is there anybody who knows how I can solve that problem? I’ve no idea why it could not be created…
Installation log:
Referrer is OK, beginning installation…
Step 1 – Creating database tables
>>> Database is already installed!!!
Step 2 – WordPress integration (optional)
>>> Integration not enabled (I made this before….thats not the problem I know where to find keys and how copy/paste works)
Step 3 – Site settings
Site name: page1
>>> Site address (URL): http://ssssss.com/
>>> From email address: dxd@dffff.com
>>> Key master created
>>>>>> Username: admin
>>>>>> Email address: dxd@dffff.com
>>>>>> Password:
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Key master email sent
There were some errors encountered during installation!
I use latest wp mu version and latest buddypress version.
My forum names(main themes) are locations where forum is held.
I want to replace post counts in the column at the latest discussion with the forum names(mine is locations) so that they will be able to know where the topic is posted.
Can anybody teach me how to do that?
front-page.php line52
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> “><?php topic_title(); ?></td>
<td class=”num”><?php topic_posts(); ?></td> <!– I want to replace here with something like forum_names –>
<td class=”num”><?php topic_author(); ?></td>
<td class=”num”>“><?php topic_time(); ?></td>
</tr>
<?php endforeach; endif; // $topics ?>
Hi,
I’ve been searching this forums yet but could’nt find any explanation to my problem so here it goes:
I’m a newbie at developping for bbpress, and trying to customize it for my needs.
First, I’m running bbPress 0.9.4; I’m also using a copy of the default theme that i’m modifying (located in my-templates/mysite).
I’ve attached a hook to the action ‘bb_index.php_pre_db’ which is ran on bbpress/index.php; My goal is to display only forums (without latest discussions and sticky topics) so i’ve copied the content of index.php and removed calls to latest discussions and sticky topics:
add_action('bb_index.php_pre_db', 'home');
function home(){
$forums = get_forums(); // Comment to hide forums
do_action( ‘bb_index.php’, ” );
bb_load_template( ‘front-page.php’);
exit();
}
The problem is that once in the file front-page.php, the $forums variable doesnt exists anymore. Actually i tried to print it out in the bb_load_template as well and the variable is empty too. It seems that because i’m using a hook (called by do_action), globals variable do not exists anymore in this context. I might be wrong but i’m actually stuck to this point and can’t really move forward. Any tips?
Cheers.
Hi ya’ll I had something so weird happen that I need help. Using simplescripts,, I installed bbpress on my blog @ http://www.thewordonthewordoffaithblog.com/forum
This is what happens when I try to log in,,, it does not login and it adds my address to the URL. Like this http://www.thewordonthewordoffaithblog.com/forum/16022%20spinaker/bb-login.php
I don’t know how the hell that happened. I did get to login once and just browsed around. I don’t think I changed anything that should have made it add my address. Which I have no idea how that happened as I only entered my address when I first signed up for my hosting account.
I was just testing the install at this site,,, I am starting a wpMU/buddypress/bbpress site and I have a developer that is going to do the installs for me. When I asked about the bbpress install he said,,,,,
“If you don’t mind, please don’t install bbpress, as it’s a bit hard to configure properly; i had one install that required 1 full day of php-in to make the compatibility and integration, as the two versions were not fully compatible.”
He quoted me a price for the wpMU/buddypress install and I told him I was going to do the bbpress install myself,,,,,, because I had read in this forum and in other places that as soon as WP2.8 come out that the install/integration should be pretty seamless. Plus I had found simple scripts and thought,,, why should I pay him if I can auto-install and it go smooth,,, well as you see it did not.
I have seen several videos that show more than one way to do a manual install,, It seems the install goes easily for some and not for others.
SO should the install/integration go smooth now that I am running WP2.8?
AND does the integration plugin that I seen around here work well?
I know this info is around here somewhere to be found,,, if I dig again. I am just stressed from over a weeks research,, and suffering from information overload,,,can ya’ll help?
Any information would to help me get this installed would be great,, AND if anyone could explain to me how the heck it adds my address to the url,,, I would really appreciate that,,, cause either I am NUTZZZZZ,,, or my computer is possessed. LOL
Thanks ya’ll, damon