Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 5,901 through 5,925 (of 6,788 total)
  • Author
    Search Results
  • #70992
    slambert1971
    Member

    Unfortunately the only way I have found to do this is to edit the “content.php” and “content-posts.php” files in the bb-admin folder and edit line 9 in each file as follows:

    content.php: Change ‘topic_status’ => 1 to ‘topic_status’ => ‘all’

    content-posts.php: Change ‘post_status’ => 1 to ‘post_status’ => ‘all’

    I hate to modify core code, but I don’t see any other way to change this as it is hard coded in the files. Perhaps an option could be added under “General Settings”, but this would need to be done in the core code. It wouldn’t be that hard to do, I would think.

    #4755
    pschena
    Participant

    Super noobie to bbpress, and currently setting up an install for a client at: http://brainwave.org.au/forum

    Got most things working to a point where I am semi happy with to start with, but having a couple of problems that need help with.

    1. When logging out of a topic or forum page, I get taken to a default page. Would like to get back to the forum landing page – any ideas how to do that?
    2. Same as point 1 when using Terms of Service plugin and tick box not ticked. Looks like all error pages use the same template – can this be changed?
    3. Client wants a private, locked down forum, and needs to ask more questions at registration time. Is it just a process of adding fields to the form and database? Which file should I be editing?

    These would set me well on the way to appeasing the client.

    Thanks in advance for any help!

    Cheers,

    Paul

    #71521

    In reply to: Adding Theme Pages

    slambert1971
    Member

    So am I to assume there is no way to add pages to bbPress? Oly the default pages can be used? Darn, might have to look for something else. :(

    #71432
    mzimmers
    Member

    Here’s a first approximation of a right sidebar.

    http://scopedin.com/bbpress/

    As you can see, I need just a little more room on the right than I’m getting with the current defaults for the theme. I tried altering the width parameters in style.css, but that quickly became a rat’s nest. I concluded I wasn’t approaching it correctly.

    It’s really preferable (from my perspective) to shrink the width of the tags and/or discussions sections, so the right sidebar can fit. That way, the right sidebar can remain consistent between the forums and the blog.

    Chris: I was unaware of the wealth of other themes available; thanks for the link. Do you have any idea whether some of those might be more flexible?

    #71429
    mzimmers
    Member

    Well…I’m running into some difficulties with this. It seems that the default theme (kakumei) doesn’t like to be compressed into any less (horizontal) space than it currently uses.

    Any opinions on whether my right sidebar should be typed under main or outside of it? If I do it within, I need to chase down some width definitions, both explicit and otherwise.

    #4734
    deadlyhifi
    Participant

    When editing a profile (your own or others) the ‘website’ field does not update.

    First name, Last name, Location, Occupation, Interests, work fine.

    If I put in a website during registration it is added. However, if I try and edit this after registration the field goes blank again.

    This in version 1.06a

    I’ve also tried it in the latest version (using subversion), with default themes and my own, but no joy.

    #4733
    deadlyhifi
    Participant

    I would like to modify the bb_list_tags to show who the author of that tag was (to moderators)

    So I created a functions.php in my theme and have copied function bb_list_tags from functions.bb-templates.php file. And done the following (note the changes to the function have not yet been made)

    <?php
    // to override bb_list_tags to show tag author

    remove_filter('bb_list_tags', 'bb_list_tag');

    function bb_list_tag( $args = null ) {
    $defaults = array(
    'tags' => false,
    'format' => 'list',
    'topic' => 0,
    'list_id' => 'tags-list'
    );

    $args = wp_parse_args( $args, $defaults );
    extract( $args, EXTR_SKIP );

    if ( !$topic = get_topic( get_topic_id( $topic ) ) )
    return false;

    if ( !is_array($tags) )
    $tags = bb_get_topic_tags( $topic->topic_id );

    if ( !$tags )
    return false;

    $list_id = attribute_escape( $list_id );

    $r = '';
    switch ( strtolower($format) ) :
    case 'table' :
    break;
    case 'list' :
    default :
    $args['format'] = 'list';
    $r .= "<ul id='$list_id' class='tags-list list:tag'>n";
    foreach ( $tags as $tag )
    $r .= _bb_list_tag_item( $tag, $args );
    $r .= "</ul>";
    endswitch;
    echo $r;
    }

    add_filter('bb_list_tags', 'bb_list_tag');

    ?>

    Is this the correct way to change a core function? Changing anything within it doesn’t appear to override the original function.

    #71525
    slambert1971
    Member

    WordPress uses Magpie for doing RSS and by default will cache the feeds for 1 hour. To change this, you can add a line to your wp-config file like:

    define(‘MAGPIE_CACHE_AGE’, TIME);

    Replace the word ‘TIME’ with the length of time in seconds to cache. You can also turn off the Magpie cache with:

    define(‘MAGPIE_CACHE_ON’, false);

    Hope that helps.

    #71306
    brad_langdon
    Member

    You will have to excuse my ignorance but I have no idea what that means.

    I just use normal ftp to edit the site, I am guessing sftp is secure ftp but would that really matter as I am only uploading files with it…once they are live is when they get hacked is that not right?

    Clear text passwords?

    You mean on the database? I just use whatever default settings bbpress operates with.

    Sorry for all of the questions, I am investigating this on my own as well so I dont nag you guys too much.

    Also not sure what ssh is.

    #4716
    Andrew
    Member

    I am upgrading an old .83 bbpress installation to Alpha 1.0r6.

    I have about 6k posts in the .83 database.

    After upgrading the database I’ve noticed the following problems. Several of the posts in the database were made by users no longer in the database. If a topic containing posts by these now ‘anonymous’ users is displayed, I get the following error at the top of the screen.

    DB Error in wp_users::append_meta: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '32) /* WP_Users::append_meta */' at line 1

    SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1,,32) /* WP_Users::append_meta */

    If I delete the anonymous posts in the thread, the problem goes away. Using PHPAdmin I checked the user ID’s assigned to the posts and there are no users with those user ID’s in wp_users. (I have an integrated installation).

    I thought the problem was a result of an upgrade, so I created a new user, made some posts, and then deleted that user. The problem still exists. I have not tried this on a clean install and it would be useful if someone could try that.

    I am running the default Kak. Blue theme.

    I believe I tracked the problem request to a backpress file.

    bb-includes/backpress/class.wp-users.php:

    if ( $metas = $this->db->get_results("SELECT $meta_field, meta_key, meta_value FROM {$this->db->$meta_table} WHERE $meta_field IN ($ids) /* WP_Users::append_meta */") ) {

    I am not a SQL sleuth but I believe the $ids field is being populated with nulls associated with deleted users.

    #71492

    In reply to: Hot Tags not updating

    chrishajer
    Participant

    Looks like the function bb_tag_heat_map takes some parameters. In your tags.php template file, you will find something like this:

    <?php bb_tag_heat_map( 9, 38, 'pt', 80 ); ?>

    That calls this function:

    function bb_tag_heat_map( $args = '' ) {

    $defaults = array( 'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'limit' => 45, 'format' => 'flat' );

    So, the smallest is 9pt, largest is 38pt, UOM is pt (points) and the limit, at least in my template, is to return 80 tags. That much you can control from just calling the function with different parameters. As far as most recent tags, I am uncertain how to do that, but it sounds like it would be a good plugin (not sure if this does what you want: I don’t think so):

    https://bbpress.org/plugins/topic/enhanced-tag-heat-map/

    The information is stored in the database when something is tagged, so I’m pretty sure you could grab the latest N tags by date, DESC and display them as Recent Tags.

    yokima
    Member

    Hello,

    I would like to have bbPress in two languages, using the same forum DB. So when viewing in language 1, the forum’s interface would be in language 1 with all the postings listed, and in language 2, the interface would be in language 2 with the same postings listed.

    I plan on achieving this with bbPress theme switcher ( http://bbpress.org/plugins/topic/bbpress-theme-switcher/ ) and the link to switch between the themes/languages would be /bbpress/?bbtheme=lang1 and /bbpress/?bbtheme=lang2

    I would also like to set up a php page at the root of the web domain to auto-detect and forward to the appropriate mediawiki language page based on

    1) user’s browser language preferences if this is a first time visit

    2) last connection’s languages preferences, which would be saved in the form of bbPress’s theme preference cookie.

    with a file structure of

    /blog

    /blog/bbpress

    /blog/wiki

    /langdetect.php

    My code so far is:

    ?php

    /* langdetect.php */

    $defaultlang = ‘en’

    $lang = $defaultlang;

    /* bbPress theme cookie detection */

    if cookie exists {

    (read cookie and set $lang to either en or ko.. bla bla)

    }

    /* WordPress and/or MediaWiki last visit language detection */

    elseif previous visit info exists {

    (i’ll figure this out later)

    }

    /* detect in-browser lang pref … modified from http://kaldung.com/en/php_detectbrowserlanguage.html */

    else {

    $langlist = explode(‘,’, $_SERVER);

    foreach($langlist as $curLang) {

    $curLang = explode(‘;’, $curLang);

    /* use regular expression for language detection */

    if (preg_match(‘/(ko|en)-?.*/’, $curLang[0], $reg)) {

    $lang = $reg[1];

    break;

    }

    }

    }

    /* redirect */

    if ( $lang==’ko’ ) { header( ‘Location: http://ENGLISHPAGE&#8217; ) ; }

    else { header( ‘Location: http://ENGLISHPAGE&#8217; ) ; }

    ?>

    How can I read the bbPress cookie that contains the Theme Switcher theme preference?

    #71126
    ernohannink
    Member

    Chris, the Approve User Registration plugin gives an fatal error with the 1.0-alpha-2 version.

    “Fatal error: Class ‘BB_User’ not found in …/bb-plugins/approve-user-registration/approve-user-registration.php on line 58”

    #4700
    Ryan Hellyer
    Participant

    Hi,

    I’m trying to setup a demo forum of bbPress (Version 1.0-alpha-6 ) to allow users to create their own bbPress themes. The template generator itself is powered by WordPress, and bar the occasional bug seems to work fine. The bbPress themes it exports seem to be working okay too bar a few code gremlins which I intend to iron out once I get the system up and running.

    What should happen, is that you should be able to go to the following URL, make as many modifications as you want, click submit and bam! a new design for your bbPress forum should be shown. However for some reason, whenever the bbPress forum loads it kills the session variables which store all of the data relating to the current design :(

    http://pixopoint.com/demo/bbpress/?generator=on

    When you go back to the WordPress version (http://pixopoint.com/?generator=on) the original design is gone and it reverts back to the default :(

    Any ideas?

    As a temporary measure I plan to create a WordPress Page with the same HTML as would be in the bbPress forum so that users can see their design as they’re modifying it. But it would make a lot more sense if they could modify it within a real live bbPress forum.

    #71365
    chrishajer
    Participant

    I think the answer is to find what’s different between the theme you installed and the default theme, and fix that. I can’t say what the difference is off-hand, but if this works properly with the default theme, then there’s something wrong with the theme you’re using.

    #71364

    Nothing happens when I try to do it. It just refreshed without changing. I installed the 1.0 Alpha version (understand it’s still being developed) and integrated it with WP 2.7

    The profile update appears to be working with the default theme, which I hate, so the question is how do I make it work with the theme that I like?

    #64642
    chrishajer
    Participant

    It is included in the 1.0-alpha already. It’s not there by default in the 0.9.x version.

    #71357
    chrishajer
    Participant

    /bbpress/bb-admin/includes/defaults.bb-schema.php

    is where the table names are all set. But changing the names there is only going to change the name of the tables that are created. You would need to change every reference to a table to this new uppercase name. I can’t imagine how difficult that would be or what would happen with any plugin you install or what happens when it’s time for an upgrade.

    What host is this that changes the table names (not the database name) to uppercase? I’ve never heard of such a thing. Is there a page on their site or an email from support describing their policy?

    It’s ok to have a database name in uppercase, since you only reference that once, but tables names being restricted to uppercase sounds like a very strange thing to me.

    #64641
    kirpiit
    Member

    I humbly suggest that a search field and its css couterpart is included in the default theme for future releases.

    It is far easier for many to comment out a few lines as opposed to figure out how and where to place new pieces of code.

    Thanks.

    #71266

    I turned off all plugins and flipped to default theme to verify. Okay, three of us means it’s TRAC TIME!

    #1033

    #70181
    Burt Adsit
    Member

    This is to clear up this issue. Frankly I had forgotten about this post after solving the problem. Whoops. Sorry.

    I was trying to fire up xmlrpc access from wpmu to bbpress. Your bbpress_live plugin wasn’t working. buddypress’s group forums weren’t working. Surprise, it uses the bbpress_live classes.

    Turns out the wp http api lib uses the curl lib as the default transport mechanism. It goes out and gets the requested url using curl by default if it’s installed. It’s installed everywhere and on everything except my kitchen toaster. So, curl resolves ip addresses by first looking at your /etc/hosts file. Then it goes to dns for resolution.

    The /etc/hosts file and linux are happy with hosts defaulting to 127.0.0.1 for mysite.org. I live in apache all day long and don’t care what’s in my hosts file. I should have. :)

    Changed /etc/hosts to have the actual ip address to my domain and xmlrpc, bbpress_live, buddypress and the rest of the universe are happy.

    Thanks for the quick response Sam!

    #71193
    Sam Bauers
    Participant

    When you load WordPress inside bbPress, it is detected and all WordPress filters are cleared, including default filters. This means that most of what wp_head() usually does won’t happen. It’s the wrong thing to do in any case as the wrong RSS and XML-RPC links will get inserted for a start.

    Having said that, using a plugin in bbPress you can easily add filters back in to wp_head().

    #71162
    mzimmers
    Member

    Well, I tried…it validated, but it doesn’t seem to be doing anything. The file in question is:

    http://www.scopedin.com/.htaccess

    the contents are:

    # Use PHP5CGI as default

    AddHandler fcgid-script .php

    Redirect 301 /bbpress/my-templates/my-kakumei/register.php /wordpress/wp-login.php?action=register

    Do I need an absolute pathname for the last parameter? Both of these are relative off of my public_html directory.

    #4619
    supreme87
    Member

    Hi all,

    I have a problem with localization of forum.

    /**

    * 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’, ‘it_IT’);

    I have edited the bb-config.php and made the directory called “my-languages” in the root directory of bbpress with inside my languages file, but i didn’t see any change.

    I have make a deep integration with wp 2.7

    Thanks

    #71125
    chrishajer
    Participant

    How about the “Approve User Registration” plugin:

    https://bbpress.org/plugins/topic/approve-user-registration/

Viewing 25 results - 5,901 through 5,925 (of 6,788 total)
Skip to toolbar