Search Results for '+.+default+.+'
-
Search Results
-
Topic: Integrate PM by default
What do you think about integrate the private message by default?
I think it is important to have a memberlist in a forum, so, why don’t integrate the plugin by default?
see: http://faq.rayd.org/memberlist/
bye
Topic: Author link in posts page
Hello,
in the default theme, i see the link for the profile is on the title “admin”, etc.. but this is correct? i think no! I think it is more normal to have the link of the profile on the name of author, no?
How to change that?
bye
During step 3 of the installation process, I accidentally inputted the wrong URL for my forum.
It asked me for the Site address (URL), which was defaulted to:
http://mysite.com/wp-content/plugins/bbpress/
I changed this to
Now I can’t access the forums at all, and I can’t figure out how to change the URL back. I looked at bb-config.php, but didn’t see any way to fix this.
I’m not good with PHP and I’m new to WordPress in general, so any novice advice would be much appreciated!
Hello,
with the last installation of bbpress revision 1595, i have sql errors:
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_forums
(forum_id
int(10) NOT NULL auto_increment,forum_name
varchar(150) NOT NULL default ”,forum_slug
varchar(255) NOT NULL default ”,forum_desc
text NOT NULL,forum_parent
int(10) NOT NULL default 0,forum_order
int(10) NOT NULL default 0,topics
bigint(20) NOT NULL default 0,posts
bigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id
),KEY
forum_slug
(forum_slug
)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ”;
>>>>>> Unknown collation: ”
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_meta
(meta_id
bigint(20) NOT NULL auto_increment,object_type
varchar(16) NOT NULL default ‘bb_option’,object_id
bigint(20) NOT NULL default 0,meta_key
varchar(255) default NULL,meta_value
longtext default NULL,PRIMARY KEY (
meta_id
),KEY
object_type__meta_key
(object_type
,meta_key
),KEY
object_type__object_id__meta_key
(object_type
,object_id
,meta_key
)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ”;
>>>>>> Unknown collation: ”
SQL ERROR!
etc, etc…
why?
bye
Topic: using bb_get_profile_link
By popular request here is “The Hybrid”
download:
http://bbshowcase.org/themes/the-hybrid.zip
demo:
http://bbshowcase.org/forums/?bbtheme=the-hybrid
Essentially it’s a mash-up between the bbPress support forum theme here and Kakumei, with a few tweaks.
Requires the Topic Views plugin to be installed.
It’s older work and not as pretty as “FutureKind” (I won’t be releasing that one this year) and you can forget about “validation” unless you want to work on it quite a bit yourself, but it’s a nice alternative to the defaults.
Let me know if you get any errors or other problems.
I’ll try to fix it up some more as I have time.
By default, when a user creates a new topic, it becomes the first post in that topic. At the top of each topic is the area where the title, last poster, add to favorites, etc.. are. I want to add that first post into that area. How do I do this or where is the place to get the initial post.
In this case, there would be no replies when the topic is first created. How do I make it so that if there are no replies, it would say “Be the first to reply”?
Thank You.
Topic: Database error
When trying to post I get this message:
bbPress database error: [Unknown column ‘post_title’ in ‘field list’]
UPDATE bb_posts SET post_title=’Testy mctest test’ WHERE post_id=’11
I am using the wordpress database (different prefix for bb stuff) but there doesn’t seem to be a post_title column, here’s the output from mysql:
mysql> describe bb_posts;
+
+
+
+
+
+
+| Field | Type | Null | Key | Default | Extra |
+
+
+
+
+
+
+| post_id | bigint(20) | NO | PRI | NULL | auto_increment |
| forum_id | int(10) | NO | | 1 | |
| topic_id | bigint(20) | NO | MUL | 1 | |
| poster_id | int(10) | NO | MUL | 0 | |
| post_text | text | NO | MUL | | |
| post_time | datetime | NO | MUL | 0000-00-00 00:00:00 | |
| poster_ip | varchar(15) | NO | | | |
| post_status | tinyint(1) | NO | | 0 | |
| post_position | bigint(20) | NO | | 0 | |
+
+
+
+
+
+
+9 rows in set (0.00 sec)
I have looked around, but can’t seem to find anything about it on here. The forum/topic actually shows up when I go back to the page, but this is rather inconvenient. Thanks to anyone willing to help out with this.
WP version = 2.51
MySQL version = Server version: 5.0.45-Debian_1ubuntu3.3-log Debian etch distribution
bbPress version = latest (just got it 3 or 4 days ago) so 0.9.0.2
Thanks,
-Scott.