Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 5,051 through 5,075 (of 6,780 total)
  • Author
    Search Results
  • Pomy
    Participant

    I’m searching a method to customize some forums and Sub-forums separately.

    Something like WordPress Template Hierarchy. Which says,

    In the case of categories, the hierarchy is fairly simple. For instance, suppose the slug of the Category in question is default and the Category ID is 6. The Template Hierarchy specifies that WordPress will use the first Template file it finds in your current Theme’s directory from the following list:

    category-slug.php (Note: available with Version 2.9)

    category-ID.php

    category.php

    archive.php

    index.php

    That is, if you do not have a category-slug.php (lets say category-news.php), WordPress will check for a category-ID.php (like category-6.php), and so on.

    Did bbPress have this function? How can I get this?

    Can I make a separate template file for a separate forum?

    Thanks

    #64033
    RoyalManG
    Member

    I have followed the procedure in the readme.txt, default avatar is displayed in the post and in profile, but I can not change it when I click the Upload Avatar, so I diverted to the home page forum :-( (translate by google tranaslate O :-))

    #94969

    Original post updated with progress on various parts.

    @luminis – bbPress should follow the language that your WordPress installation is, however there currently aren’t any language packs that I know of. To change the various things in your theme, you’ll want to create a new theme that you can modify safely. The easiest way to do that is to copy the bbp-twentyten folder out of /bbp-themes and into your /wp-content/themes/ folder, rename it, and edit the name of your new theme in style.css so that you don’t get the two confused. Your # 3 can be found in form-bbp_topic.php, and # 4 would require a helper plugin to hook into ‘bbp_is_user_subscribed’ and adjust the default value.

    #94968
    luminis
    Member

    Hello, thanks for this great plugin! Really the one I was looking for after trying every forum software there.

    I’ve got some questions if you could help me :

    1. How can I add bbpress plugin to this plugin ? Is it possible ?

    2. How can I change the language ?

    3. When the user isn’t logged in, he will get that message after the forums : “Sorry! You must be logged in to create new topics.”

    How can I change this text ? I’d like to tell the user “You can register here” instead.

    4. Last, how to make the option “Notify me of follow-ups via email” it checked by default ?

    Thanks!

    #94967
    qprints
    Member

    Jumping the gun a little here but…

    When/if the default theme for the bbpress plugin is setup, can it be more like here or the wordpress forum and absolutly nothing like the buddypress forum? (please!!)

    #96040

    In reply to: bb Mystique Theme v1.0

    Adrienkb
    Member

    Issue with your theme.

    if you have:

    Main forum

    Sub forum A

    Sum form of A (B)

    going into either of those sub forums you dont see any of the post and topics that belong to those forums, you only see them if you go to the mian forum that shows an over view of all the topics

    Switching back to the default theme fixes this.

    #101140

    In reply to: bb Mystique Theme v1.0

    Adrienkb
    Member

    Issue with your theme.

    if you have:

    Main forum

    Sub forum A

    Sum form of A (B)

    going into either of those sub forums you dont see any of the post and topics that belong to those forums, you only see them if you go to the mian forum that shows an over view of all the topics

    Switching back to the default theme fixes this.

    #99182

    In reply to: WPMimic V.1

    Adrienkb
    Member

    Sorry for the bump but they took away the edit button >_<

    Your registratiuon page does nothing.

    Upon registiring for a new account using this theme, I dont get any message and the admin side shows that I do not have a new user, switching back to the default theme this is fixed.

    #104282

    In reply to: WPMimic V.1

    Adrienkb
    Member

    Sorry for the bump but they took away the edit button >_<

    Your registratiuon page does nothing.

    Upon registiring for a new account using this theme, I dont get any message and the admin side shows that I do not have a new user, switching back to the default theme this is fixed.

    #94950

    @willabee – This is fixed now. Subforums were still defaulting to 5 instead of adhering to the setting.

    @ch8rt – How about removing the plugin entirely, and reinstalling it?

    @alanchrishughes – Development has sped up in the past 2 months, and we’ve been able to get a lot more features in as a result.

    #37433

    Topic: Upload An Avatar

    in forum Installation

    ~The bbpress application was available through my hosting package and so I installed from cpanel. Adding a theme was straightforward too after reading through this forum. However thereafter it got a bit weird.

    I was surprised that you cannot upload or link an avatar icon but I found the plugin to do that here. I spent hours trying to follow the seemingly simply directions to get it installed but to no avail. After unzipping it, it looks like this:

    <AVATAR-UPLOAD.0.8.3>

    <AVATAR-UPLOAD>

    bb-avatar-upload.php

    identicon.php

    readme.txt

    unsharpmask.php

    <ADDITIONAL-FILES>

    avatar-upload.php

    <AVATARS>

    default.png

    <MY-TEMPLATES>

    avatar.php

    With just seven files to handle, how can it be so complicated to find out where to put these files. The guides I have read seem to conflict.

    I found the same thing with the PM plugin, there is not much clear guidance as to where the files actually go.

    Has anyone got the avatar pic plugin working and can spare a few minutes to tell me where to put these, I would be grateful. My bbpress structure looks like this:

    <BBPRESS>

    <BB-ADMIN>

    <AVATARS>

    default.png

    <BB-INCLUDES>

    <BB-PLUGINS>

    bb-avatar-upload.php

    <BB-TEMPLATES>

    <TRIPRESS> (<—theme)

    <MY-LANGUAGES>

    <MY-PLUGINS>

    avatar-upload.php

    identicon.php

    unsharpmask.php

    Many thanks to anyone who can take a look at this and instantly can see what I have done wrong.

    #37425
    Crynix
    Member

    Okay so my forum is androidtalk.us and I was to have a large amount of categories (one for each phone and each phone will have sub-categories), but I have noticed that a large amount of sub-categories does not play nice with the user’s scrolling experience with bbPress. Is there some sort of plugin that I could install to make it so all my sub-categories are collapsed and they can expand them to their own will?

    PS: Is there a way to do this with the default theme?

    #99295
    ELundby45
    Member

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

    #104395
    ELundby45
    Member

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

    #37384
    lepardman
    Member

    Hello guys!

    Im running bbPress 1.0.2 and I’ve changed the default language to Swedish, like this:

    define( 'BB_LANG', 'sv_SE' );

    And a folder “my-languages” with the .mo/.po-files in bbPress root. Working excellent.

    I’m wondering if it’s possible to switch between Swedish and English with a front-end link? So the user him-/herself can change to preferred language.

    Cheers and thank you!

    Edit: This would be obvious but just to clarify – Don’t mind the language of the topics/posts. The topics are set in respectively language. I’m just looking for a way to translate the static text.

    #68058
    gfsymon
    Member

    I am taken back to the main forum page as well, when I use this plugin. The template/default image, works etc., but I cannot set an image for the avatar.

    I’m just setting up BBPress, as a first ever bulletin board and am beginning to think that this software is waaaayyy to complex/geeky. No Avatars on a web-forum software???

    Grant

    #98849
    Raam Dev
    Member

    If you’re getting a message that says bbPress is already installed, make sure you’ve done the following:

    • Deleted all bbPress files on your site
    • Deleted the bbPress database or related tables (likely prefixed with bb_)

    Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.

    Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the wp-config.php file).

    Step 2: Check all three boxes and fill in the necessary details:

    • Add integration settings
    • (no options)

    • Add cookie integration settings
    • Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.

    • Add user database integration settings
    • If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.

    • Show advanced database settings
    • (Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.

    Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.

    Configuring WordPress

    To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).

    Also, make sure you add this line to the top of your wp-config.php file, just below <?php:

    define( 'COOKIEPATH', '/' );

    If you’ve done everything I explained here, single-login should work as expected.

    #103949
    Raam Dev
    Member

    If you’re getting a message that says bbPress is already installed, make sure you’ve done the following:

    • Deleted all bbPress files on your site
    • Deleted the bbPress database or related tables (likely prefixed with bb_)

    Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.

    Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the wp-config.php file).

    Step 2: Check all three boxes and fill in the necessary details:

    • Add integration settings
    • (no options)

    • Add cookie integration settings
    • Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.

    • Add user database integration settings
    • If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.

    • Show advanced database settings
    • (Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.

    Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.

    Configuring WordPress

    To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).

    Also, make sure you add this line to the top of your wp-config.php file, just below <?php:

    define( 'COOKIEPATH', '/' );

    If you’ve done everything I explained here, single-login should work as expected.

    #37334
    Lightheaded
    Member

    Hello!

    I’m trying to get BBPress to run in my language, but as of now I’m stuck.. Here’s what I did:

    1. Download the .mo file from here: http://svn.automattic.com/bbpress-i18n/et_EE/branches/0.9/

    2. Upload it (et_EE.po) to bbpress-root-dir/my-languages

    3. Edit out the “define( ‘BB_LANG’, ‘et_EE’ );” line.

    4. Expect it to work.

    Point 4. seems to be the problem in my case, because the expected result doesn’t match the reality..

    The bbpress site in question: http://lightheaded.eu/bethelp/forum/

    (Sorry for the foreign language)

    I’m using the default Kakumei template with deep integration.

    #99224

    In reply to: bbpress AND buddypress

    jwindhall
    Member

    I’ve used “an existing installation”. Am I inccorect in saying that the above would only give me the default ONE BIG FORUM and not the full bbpress?

    #104324

    In reply to: bbpress AND buddypress

    jwindhall
    Member

    I’ve used “an existing installation”. Am I inccorect in saying that the above would only give me the default ONE BIG FORUM and not the full bbpress?

    #37314

    Topic: Forum resize

    in forum Troubleshooting
    zamajeni
    Member

    I want a code that automaticly resize a form to the maximum width to any user and his monitor resolution. Something like there are no marines. Any code for that??

    Im using Kakumei theme (default).

    #98974

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages&#8217; );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #104074

    Oops – sorry here info extracted from the WordPress directory bb-config.php:

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ‘nl_NL’ );

    define( ‘WP_LANG’, ‘nl_NL’ );

    define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages&#8217; );

    ********************************************************************

    The referenced directory contains nl_NL.mo with 644 file permisisons

    #87360

    I still use old theme, I need some help to upgrade my Bbp engine.

Viewing 25 results - 5,051 through 5,075 (of 6,780 total)
Skip to toolbar