Search Results for '+.+default+.+'
-
Search Results
-
Hello
I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default
The site is running Buddypress
Challenge:
The Forum navigation menus are still in English
Please tell me how I can ensure bbPress Forum is presented in Dutch?
Thanks in advance
Phil
P.S. I have searched this forum without success for a solution.
Hello
I have domain domainnameDOTcom/
My WordPress directory is domainnameDOTcom/wordpress/
Installed BuddyPress Default 1.2.7 with WordPress 3.0.4
With BB-Press Forum
When I select any tab that is not created in WP then the FULL url including the WP install directory is evident
How can I ensure this WP directory remains “hidden” from the users perspective
I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.
That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/
Here is the code I found on this site and tested:
code:
<?php
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);
?>
I look forward to hearing feedback
Phil
Topic: Can't install
I have uploaded all of the files to my web server and then went to my admin centre of my website, and I still didn’t see any changes. I am running the Twenty Ten WordPress Theme (default). Do you have any idea why this isn’t working?
A few people have expressed concerns about the growing number of template files included with the bbp-twentyten theme. Not counting CSS/JS/Images, we’re up to 32 individual template files to handle forums, topics, replies, loops, forms, users, and pagination. These concerns are totally valid, but mostly unavoidable.
The goal for bbp-twentyten is for it to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation, and it uses functions that are new to WordPress as of 3.0, but I’m confident it’s the best way to go.
When I think back to my beginning days of learning WordPress, a lot of what I did was butcher Kubrick and make my own frankentheme. I’m trying to keep that in mind here. Since the first place people naturally make changes is on the front end of their site, this theme should make that really easy to do.
We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.
I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.
i have integrated wp/bb following the instructions. the Guangzhou theme works well enouvh in wp. it SAYS it’s ‘compat with bb 1.0+’ but when i copy the theme over to bb, it makes the site 500. deleting the dir doesn’t force the site to “oops” back to the default theme. i have to change the theme entry in the db back to the default to get the site to behave again.
is this the way wp/bb ‘compatible’ themes actually work? i wouldn’t really expect it to work like that.
I have made my second attempt at installing bbPRess in the web/content/forum directory – and integrating the databases.
Last time I believe I left the User Table Prefix as ‘bb_’.
The install ‘worked’ but I could not add new topic, reply, etc. with any user.
This time I entered it as ‘wp_’ and I have installation errors –
My error report:
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_posts
ADD COLUMNpost_id
bigint(20) NOT NULL auto_increment;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_posts
DROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_posts
ADD PRIMARY KEY (post_id
);>>>>>> Key column ‘post_id’ doesn’t exist in table
SQL ERROR!
>>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> ALTER TABLE
wp_posts
ADD FULLTEXT KEYpost_text
(post_text
);>>>>>> The used table type doesn’t support FULLTEXT indexes
the log:
Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)
>>>>>> Table: wp_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_posts
>>>>>>>>> Adding column: post_id
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding column: forum_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: topic_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: poster_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_text
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: poster_ip
>>>>>>>>>>>> Done
>>>>>>>>> Setting default on column: post_status
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: post_status
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: post_position
>>>>>>>>>>>> Done
>>>>>>>>> Dropping index: PRIMARY
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding index: PRIMARY
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>>>>> Adding index: topic_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: poster_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: post_time
>>>>>>>>>>>> Done
>>>>>>>>> Adding index: post_text
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>> Table: wp_terms
>>>>>>>>> Changing column: term_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: name
>>>>>>>>>>>> Done
>>>>>> Table: wp_term_relationships
>>>>>>>>> Changing column: object_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: term_taxonomy_id
>>>>>>>>>>>> Done
>>>>>>>>> Adding column: user_id
>>>>>>>>>>>> Done
>>>>>> Table: wp_term_taxonomy
>>>>>>>>> Changing column: term_taxonomy_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: term_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: parent
>>>>>>>>>>>> Done
>>>>>> Table: wp_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.norcalmilsim.com/
>>> Blog address (URL): http://www.norcalmilsim.com/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “secure auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: NorCalMilSim Forum
>>> Site address (URL): http://www.norcalmilsim.com/forum/
>>> From email address: xxxxxx@gmail.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: xxxxx@gmail.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum name: MilSim Rules
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Making plugin directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-plugins/.
>>> Making theme directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-templates/.
>>> Key master email sent
There were some errors encountered during installation!
****
I can enter new topics (last time I could not – attempting so would give me a page ‘topic closed’) BUT I cannot read the topic.
Also, a ‘user’ named ‘anonymous’ made a post 40 years ago…
What’s going on??
Topic: BBpress on Blogger Platform
Im new to blogging as well as to making websites. I have a blog hosted on blogger.com of google. I am planning to buy it a domain as i believe i can change the default example.blogspot.com into your own domain name. My question is it is possible to integrate BBpress into blogger?
Topic: Avatar upload 0.8.3
Recently installed bbpress 1.0.2 and avatar upload 0.8.3
Followed the inst. instruction as follows :
5 Upload the files in the “additional-files” directory to the following locations.
avatars/ – directory to the location specified on the admin page, rename if neccesary
admim page: /avatars/ so I created avatars dir. on bbpress root,writable DONE
avatars/default.png – default avatar image into the directory created above.
DONE
avatar-upload.php – bbPress root directory.
MOVED bb-avatar-upload.php T ROOT DIRECTORY
my-templates/avatar.php – your my-templates/my-template-name/ (or bb-templates/kakumei/) directory.
MOVED TO bb-templates/kakumei/ DONE
Upload the plugin files.
bb-avatar-upload.php – your my-plugins/ directory (and activate it).
DONE
identicon.php – your my-plugins/ directory (it is automatically included).
EXISTS
unsharpmask.php – your my-plugins/ directory (it is automatically included).
EXISTS
I dont see the avatar load button on the profile.
I’m confused, is the filename bb-avatar-upload.php or avatar-upload.php ?
What am I doing wrong ? ( a novice admin )