Search Results for 'code'
-
Search Results
-
Hi there,
First of all, thank you for this amazingly powerfull forum software. With the right modifications, it does exactly what i wanted!
However, iam using this forum on 2 websites with modded versions of Kakumei and Misty theme. In theste themes it shows a recent discussions tab above fora. What it doesnt do however, is show where these discussions are taking place! Is there a code/plugin for this? I wasnt able to find one. So iam looking for sumpthing that creates a extra column (called forum or wathever) were the location of the discussion is mentioned.
Any help with this will be greatly appreciated!
Regards,
Ruben
you know, some people are not ashamed posting spam on this opensource community making or lovely forums dirty!
Whenever I see one, I tag it “spam”, I hope there’s an automated process that puts spam-taged posts in a freez-mode until reviewed by admin.
A function/system that allows bbpress.org forums users to contribute in fighting spam would be really appreciated.. I’ll be the first one to use it
Got thru installation procedure, but one error when tried to create ‘bb_allposts’ table. Error seems to be syntax error??? How do I fix or how do I re-install? If I have to re-install, do I need to remove anything first?
Hope you can help
Regards
S
SQL ERROR!
>>> Database: seoirse_eg_wordpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_allposts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
Key master email not sent!
I created this template:
<?php
/**
* Template Name: bbPress - Topics Created
*
* @package bbPress
* @subpackage Theme
*/
// Begin Template
get_header(); ?>
<div id="container">
<div id="content" role="main">
<?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
</div><!-- #content -->
</div><!-- #container -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>And placed it in the
bbp-twntyten/directoryBut all I get is:
This user has not created any topics.Any suggestions?
(and I’m logged in as admin).
Hi,
So I’m trying to display the latest topic of a forum on the home page with a link to that forum.
How do I go about limiting the output to 40 characters?
Currently I’m using this code
<td class="num"><?php echo "<a href='"; topic_last_post_link(forum_last_topic_id()); echo "'>"; topic_title(forum_last_topic_id()); echo "</a>"; ?></td>Any help appreciated.
Thanks,
Ash
I used to run v1.0.3 then I decied to go plugin version..
I did an import but since my forums contains arabic topics; some topics didn’t make into the new version, also, even if they show in my forums when you click on a topic title to view it, it leads you to 404 page.
I noticed articles contains characters such as; ! , ? are not handled by the WordPress importer.
another thing is the search field provided in the twenty ten theme: it doesn’t search inside the forum but inside the blog -how to enable forum searching?
Thanx for the great work and keep on moving

PS. you can compare Arabic and Latin written topics on my forum here: http://forumcine.ma/forums/forum/forum-general/koi-d-9/
It’s a plugin for WordPress + bbpress 2.0.
It allows users to ignore other users by way of hiding their posts and topics.
It’d be great if anyone with spare time could test and give feedback

This happened:
bbPress Standalone Importer
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in <removed for privacy>/wp-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 668
Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-admin/admin-header.php:35) in <removed for privacy>/bad-behavior/bad-behavior/screener.inc.php on line 8
Importing Users
We’re in the process of migrating your users...
Renamed the wp_users and wp_usermeta tables to bb_wp_users_tmp and bb_wp_usermeta_tmp respectively.
WordPress database error: [Table '<removed for privacy>.bb_users' doesn't exist]
CREATE TABLE wp_users ( <code>ID</code> BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, <code>user_activation_key</code> VARCHAR( 60 ) NOT NULL DEFAULT '', KEY ( <code>user_login</code> ), KEY( <code>user_nicename</code> ) ) SELECT * FROM bb_users ORDER BY <code>ID</code>
There was a problem duplicating the table bb_users to wp_users. Please check and re-run the script or duplicate the table yourself.After that I only got:
WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'
WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'
Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-includes/wp-db.php:940) in <removed for privacy>/wp-includes/pluggable.php on line 934I delete the tables bb_wp_usermeta_tmp and bb_wp_users_tmp trying to fix this problem: stupid of course …
Topic: bbpress in buddypress
After trying out bbpress with buddypress i really think that bbpress as it is now works so much better. I just didn’t like how it worked in bbpress. This does everything and more than quite alot of forums out there and i hope it stays this way
Topic: bbp_is_forum (bbpress 2.0)
Hi, trying to integrate in my template BBP, but i need to made some special changes in sidebar.php when the user are in forum’s.
to initial check i write in the sidebar.php
<?php if( bbp_is_forum() ) { echo "iam_forum";
}
?>
but the echo is visible in every page/post not only in the forum… what’s wrong?
hey guys, i’v installed and integrated these two friends.
BBPress is recognizing wpmu users and allow to login but when i login with my super user in BBPress, i dont have any administration ability,
i set the rules for wordpress super user in bbpress settings, but its not working, and i cant in anyway go to bb-admin and change any setting

any suggestion ?
thanks.
How to get topics first 100 or 150 characters in post link title (in front page) ?
is possible to Gettting posts index while hovering post link?
tried post_text, in frontpage.php but didn’t work:
<a href="<?php topic_link(); ?>" title="<?php post_text(); ?>"><?php topic_title(); ?></a>