Search Results for '+.+default+.+'
-
Search Results
-
I have a navigation button on my website linking to a bbPress forum, which works fine in IE, but won’t work in Firefox. Apparently it is a security issue.
My host Support has advised that changing the bbPress URL from https protocol to http will resolve the issue, but I’m wondering why https is the default protocol when you install bbPress?
I am aware that https ensures security for exchange of credit card info etc, but in the case of my forum, there won’t be any such security issues as far as I know. The forum is just a place for students to post research proposals and the like, and feedback to each other, and for their lecturers to do likewise.
Does anyone know, please, if there is any reason I should NOT change the forum URL from https to http?
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_idint(10) NOT NULL auto_increment,forum_namevarchar(150) NOT NULL default ”,forum_slugvarchar(255) NOT NULL default ”,forum_desctext NOT NULL,forum_parentint(10) NOT NULL default 0,forum_orderint(10) NOT NULL default 0,topicsbigint(20) NOT NULL default 0,postsbigint(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_idbigint(20) NOT NULL auto_increment,object_typevarchar(16) NOT NULL default ‘bb_option’,object_idbigint(20) NOT NULL default 0,meta_keyvarchar(255) default NULL,meta_valuelongtext 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.