Search Results for 'code'
-
Search Results
-
Hi guys.
I want to add postgreSQL support for bbpress. But i don’t know php. The only thing that i can do is to provide a sql script containing postgreSQL table configuration.
is it possible to add postgreSQL support or it is not in your developing road map?
if yes which file contains table configuration in source code? i have searched but i didn’t find.
Hello,
I’m looking to tack bbPress onto one of my non-WordPress sites. The site was hand coded in php and is a very basic static site. I’d like to use the bbPress login throughout the entire site to enable commenting and a few other social features.
Are there any resources out there that have to do with integration on a non-WordPress site? I’m just looking for a place to start.
Thanks!
….I really tried to look for documentation and plugins for this, but no luck. could you guys help me out with some code to do this?
PROBLEM: I want to show the forums with the 4 most recent topics in each on the front page
like this….
forum 1
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
forum 2
– forum 2 topic 1 — paul — feb 10th
– forum 2 topic 2 — mike — feb 9th
– forum 2 topic 3 — rob — jan 20th
– forum 2 topic 4 — hank — jan 5th
NOT SOLUTION: i tried writing this code, but it shows the most recent topics over all
<?php if ( bb_forums() ) : ?>
<!-- <h2><?php _e('Forums'); ?></h2> //-->
<table id="forumlist">
<?php while ( bb_forum() ) : ?>
<tr class="titletext titlebar">
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
</tr>
<?php if ( $topics ) : ?>
<tr>
<td colspan="3">
<table class="small">
<?php
$i = 0;
foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
<td class="num"><?php topic_posts(); ?></td>
<!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
<td class="num"><?php topic_last_poster(); ?></td>
<td class="num"><a>"><?php topic_time(); ?></a></td>
</tr>
<?php
$i++;
if($i>4) break;
endforeach;?>
</table>
<?php endif; ?>
<?php endwhile; ?>it displays….
forum 1
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
forum 2
– forum 1 topic 1 — willie — jan 12th
– forum 1 topic 2 — bob — jan 4th
– forum 1 topic 3 — sue — jan 2nd
– forum 1 topic 4 — matt — jan 1st
Thank you in advance for any help. Even pointing me to template tags reference point!
I’m going to be honest: I tried other forum technologies before this one. Every website I saw with bbPress looked so drastically simple that it turned me away for the longest time. I tried many different popular forums but none of them worked, nor integrated, the way I wanted them to.
I decided to give bbPress a whirl. When I first set it up, I almost gave up because none of the features I truly wanted were there, or at least not in place. That’s when I decided to look up the coding itself. Talk about flexibility!
Anywho, after days of work and editing, I think I finally have a functional gaming-related forum to go along with my newly-created gaming-related website. I’m fairly proud of what I’ve accomplished thus far, but I wanted to hear from you guys, the forum that I have visited more than any others the past week. Take a look after the jump below!
Oh, and sign-up on the main website if you like games!
More forum features are well on their way!Topic: piano black bbpress theme
can someone tell me how to add the piano black theme to bbpress?? I’m a newb and dont know how to code…
my site: http://www.tgxn.net/pw (/forum)
if that isn’t easy then I would like to know how to add links to the bbpress navigation bar…
Topic: Mystique Theme Port
Hello,
Just wanted to tell that I have just ported Mystique theme to bbPress – I would be soon releasing it. Till then you can check out the live demo of it here:
http://www.cubetripods.com/forum/
Some notes:
- It currently doesn’t have a settings page but some settings can be set by editing the PHP files
- Requires avatars to be active
- Right now only works with trunk version of bbPress (didn’t check on 1.0, but it should work fine there except a few things which would be fairly easy to fix).
Thanks!
Topic: Problem with integration
Hi,
I’m trying to instal bbpress and so far I managed to instal but I fail to integrate with WordPress
So I have WP in http://www.sitename.com/wpfolder, then inside wpfolder i added new one so my BBPress is instaled in http://www.sitename.com/wpfolder/bbfolder
And now I don’t know how to integrade
I’m getting this msg
Deep Integration With WordPress Required
It appears your WordPress installation isn't deeply integrated which is required for iBlogPro Forum to work correctly (it needs access to WP functions).
Please see Deep Integration With WordPressso everytime when I call BBPress http://www.sitename.com/wpfolder/bbfolder I can’t see dashboard only this msg.
So I know that I need to add
Functions (optional)
bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. This integration step is also known as “deep” integration, it is a totally optional part of integration and is not required to get shared cookies and logins working. In order to do it, you need to put require_once(dirname(__FILE__) . '/path/to/wp-load.php'); in bbPress’ bb-config.php (wp-load.php is in the same directory as WordPress’ wp-config.php file, so if your bbPress folder is directly inside your WordPress folder, the command becomes require_once(dirname(__FILE__) . '/../wp-load.php')
.but I don’t know where to add, I tried in bb-config.php but I get some errors, to be hones and don’t know where to past code
require_once(dirname(__FILE__) . '/../wp-load.php');so can somebody help me, or link me to some resources with answers?
Thanks in advance!
I get these strange errors after trying to install bbPress
Forum could not be created!
Key master email not sent!Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 - Creating database tables
>>> Database is already installed!!!
Step 2 - WordPress integration (optional)
>>> WordPress address (URL): http://nightheaven.co.cc/
>>> Blog address (URL): http://nightheaven.co.cc/
>>> WordPress cookie keys set.
>>> WordPress "auth" cookie salt set from input.
>>> WordPress "secure auth" cookie salt set from input.
>>> WordPress "logged in" cookie salt set from input.
>>> User database table prefix: main_
>>> WordPress MU primary blog ID: 1
Step 3 - Site settings
>>> Site name: forums
>>> Site address (URL): http://forum.nightheaven.co.cc/
>>> From email address: address@yahoo.com
>>> Key master role assigned to existing user
>>>>>> Username: username
>>>>>> Email address: me@yahoo.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum could not be created!
>>> Key master email not sent!
There were some errors encountered during installation!