Forum Replies Created
-
In reply to: bbPress 中文(chinese website)
johnhiler, you are awesome. that is exactly what he is asking.
In reply to: Using BadBehavior and bbPressawesome. Will give a try tonight. hopefully that helps to get rid of all spamers.
btw, anybody know a better and quick way to mark user as bozos?
In reply to: bbpress smilies plugin questionsthanks, _ck_, I tried do_actiion, but still no luck.
as you suggested, I move this post to the thread you recommend.
In reply to: Emoticons For bbPress?as _ck_ suggested, I move my issue here:
Just upgrade bbpress to 1.0 version, after active the bbpress smilies plugin I found an issue for previous post-form.php (previously I am using v0.8 and that plugin works.
The issue is at post-form.php, in my custom template directory.
<label for=”post_content”><?php _e(‘Post:’); ?>
<?php do_action(‘bb_grins’); ?>
<textarea name=”post_content” cols=”50″ rows=”8″ id=”post_content” tabindex=”3″>
<?php bb_quote_message(); ?>
</textarea>
</label>
Clearly <?php do_action(‘bb_grins’); ?> does not work anymore, because at the top of post form user can not see the smilies as before.
any idea? thanks.
Yes, what I mentioned above is the reason to cause upgrade fail. I update the user_nicename with user_loginname, which is unique key, and the upgrade goes ok.
I tried to understand the new database structure by checking the upgrade-schema.php. I found one thing could cause problem:
$bb_queries = “CREATE TABLE IF NOT EXISTS
$bbdb->users
(ID
bigint(20) unsigned NOT NULL auto_increment,user_login
varchar(60) NOT NULL default ”,user_pass
varchar(64) NOT NULL default ”,user_nicename
varchar(50) NOT NULL default ”,user_email
varchar(100) NOT NULL default ”,user_url
varchar(100) NOT NULL default ”,user_registered
datetime NOT NULL default ‘0000-00-00 00:00:00’,user_status
int(11) NOT NULL default 0,display_name
varchar(250) NOT NULL default ”,PRIMARY KEY (
ID
),UNIQUE KEY
user_login
(user_login
),UNIQUE KEY
user_nicename
(user_nicename
));”;
my old database table bb_users the user_nicename does not have unique key on it, but now upgrade try to setup as unique key. will it be the reason for the upgrade timeout?
Unfortunately for my cpanel host I could not access the mysql log, but please help me solve this. any inputs are welcome.
thanks.
I follow the steps. After extract the new bbpress files and rename the config.php (v0. to bb-config.php, I could see all my previous posts.
However, when I login to the Admin, it displays:
It looks like your database is out-of-date.
You can update it here.
After click the Upgrade Database button, after a few seconds, the http://www.travelsuperlink.com/forum/bb-admin/upgrade.php page just display a blank webpage (timeout?)
I am stuck here, please help.
In reply to: Unable to add Mutibyte Character Tagsmdawaffe,
sorry I just saw this post. I try it in this forum here, and it works perfect. However I knew it is not working in my personal forum. I will try it as in your tickets 585 and report to you the debugging code.
thanks, and happy chinese new year to everyone.
Franky
In reply to: Unable to add Mutibyte Character TagsThis issue, which we can add Mutibyte Character Tags but ca not search by Mutibyte Character Tags is not solved in version 0.8. Does anybody have any patch/hack for this? many thanks.
Trent, confirmed. The first time I just loging as a moderator.
thanks a lot for your help and hard work.
In reply to: Please Help!so10, I had the same issue as suleiman. I download your recent plugin from above link you gave, and upload to my-plugins, but the issue is still there.
Fatal error: Call to undefined function: topic_resolved() in /home/travels/public_html/forum/my-templates/mybbpress/topic.php on line 15
Could you help to take a look?
thanks.
In reply to: deleting posts in FirefoxI found I cannot delete the post too, in both IE6 or firefox.
in firefox, every time I try to delete, it shows the message: “Something odd happened.”
in IE6, when I try to delete, it shows the message: “Processing Data…” but with the error on page, click it shows:
“
Line: 362
Char: 2
Error: ‘new Thread’ is null or not an object
Code: 0
URL: http://www.travelsuperlink.com/forum/topic.php?id=44&replies=1
“
anybody could give some hints what’s wrong, which files I need to copy again? Thanks.
In reply to: How to upgrade to bbpress 0.72mdswaffe,
many thanks. you guys did an awesome job. I wish more and more people join the bbpress. :
Franky
In reply to: How to upgrade to bbpress 0.72so mdawaffe, all the database structure are keeping same as the version I download? I just need to follow up the normal installation procedure?
In reply to: How to upgrade to bbpress 0.72mdawaffe,
thanks for your quick reply. the date I were downloading is about March 7 2006.
Franky