Search Results for '+.+default+.+'
-
Search Results
-
Hello,
i want to add in my css an image of the /wp-content folder of my blog, like:
background: url(“<?php $_SERVER ?>/wp-content/themes/default/images/background.gif”) repeat-x top;
but doesn’t work. why ?
bye,
Fred
Topic: Error with the W3C validator
I think the default theme have a problem:
Conflict between Mime Type and Document Type
The document is being served with the text/html Mime Type which is not a registered media type for the XHTML 1.1 Document Type. The recommended media type for this document is: application/xhtml+xml
This is the error when i try to validate it for the w3c validator.
Why?
Fred
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.