Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,026 through 59,050 (of 64,401 total)
  • Author
    Search Results
  • #62015
    Sam Bauers
    Participant

    I believe the theme for this forum is available for download somewhere, it might even be Trent’s theme?

    The GPL doesn’t work that way. The idea of “linking” is very compiler specific terminology, it doesn’t really apply to php scripts calling other php scripts.

    Changing GPL code is OK and you can’t be forced to redistribute it (hand over source), but if you do, the source must be made available and the licensing must remain the same GPL license.

    #62014
    livibetter
    Member

    I think all bbPress themes are protected by GPL since they must call bbPress functions.

    By GPL, you can modify, redistribute, or even almost change nothing to re-release as long as you don’t claim yourself is the only one copyright holder if you are not. Just don’t replace “Copyright YEAR HOLDERS”, but append new one with your name. Moreover, If someone asks for the source, you have no reasons to refuse the request.

    PS. I am not sure I am totally correct.

    #2704
    talbina
    Member

    Hello,

    Lets say you were making a bbpress, or another site, like a job board or a social networking site.

    If would it be ok if i used the same header/menu, and background?

    Thanks.

    talbina
    Member

    Hello people,

    It’s been a while since i posted here.

    I just had this great idea, and im over excited at the moment.

    A Social Network using bbpress/wordpress mu.

    THE BIG Q – Can it be done?

    Im not a developer or designer or anything. But look here.

    What do i mean by a social network? It would be more of a “professional” one. You can view examples here http://www.cafemom.com/ and http://www.gooruze.com/.

    The 2 biggest sections are forums and blogs. Each member would have a blog, and there would be a forum for everyone.

    So here:

    [1] Each person has a blog. This is using wordpress mu.

    [2] Forums. This is using bbpress.

    [3] Profile picture is your avatar. But can i have some of the avatars of the members on the front page like this http://microblogr.com/ and http://www.gooruze.com/ ?

    [4] A recent activity section, where it shows all the recent activities of all the members, ie; blog posts, forum posts, and comments on blogs. Can this be done?

    [6] The biggest question is this – Can the same login be used for all this? Is this what you call wordpress integration with bbpress?

    [7] Private messaging. This can be done with bbpress.

    [8] Groups. Can this be done?

    [9] AND THE BIGGEST OF ALL – Can “friends” be made for a member, where you click his/her profile and friends are listed?

    Would you think this would be overtly expensive? How much do you think it can be done for, with a nice clean simple design like this http://dfckr.com/?

    ***OR***

    Or, shall forget about all this and get a free social network like this http://www.adgabber.com/ from http://www.ning.com ?

    It just seems too bulky, and i won’t be able to customize it(i mean me pay someone do it). Only the theme would be customizable.

    Thanks a lot everyone.

    #60817
    anasohbet
    Member

    thanks mdawaffe…

    #61988
    anasohbet
    Member

    Thanks refueled! Perfect bbPres theme

    #61964
    Sam Bauers
    Participant

    user_nicename isn’t what you are after. You want the display_name column. user_nicename in WordPress is a URL safe version of the username. Future versions of bbPress will utilise this field for that purpose too.

    #61999
    hishamabu
    Member

    This has now been fixed. Again, thank you livibetter.

    #61998
    hishamabu
    Member

    Thank you so much for your response livibetter, but I’m not getting this at all. I’m not a programmer/coder by any stretch of the imagination. My abilities go no further than copy & pasting code.

    With regards to Unix sockets, I’m on a Dreamhost hosting package if that helps at all.

    Can you please tell me how the trac thing work?

    Thank you again.

    #61997
    livibetter
    Member
    #2700
    hishamabu
    Member

    Hello,

    I am trying to install bbPress onto the same Database I have installed WordPress. But I keep getting an error (see below).

    As far as I’m aware I have filled in the appropriate config.php information. With the same information that I’ve got on the WordPress wd_config.php.

    But still no luck. Both WordPress and bbPress have been downloaded from the official websites merely a few days back.

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /home/.stinkybutt/vault21/ibnmuslim.com/abdi/forums/bb-includes/db-mysqli.php on line 80

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/.stinkybutt/vault21/ibnmuslim.com/abdi/forums/bb-includes/db-mysqli.php on line 80

    I really do appreciate any and all help with regards to this matter.

    Kindest regards

    Hisham

    #61987
    refueled
    Member

    Thanks Trent! I have more bbPress themes on the way!

    #61986
    Trent Adams
    Member

    That is a beauty! I really like that one and might have to come up with a use for it ;)

    Trent

    #61949
    Trent Adams
    Member

    bbPress and WP are easily integrated so that bbPress uses the wp_users table in the database, so what you are trying to accomplish is very easy to do. As for embedding gallery into WP, from personal experience it works fine and permalinks are configurable. I would check https://wordpress.org/support/ for more data on that though, but integrating the 3 should be pretty easy and straight forward! Integration is covered in the “FAQ” link of this forum!

    Trent

    #2699
    refueled
    Member

    I have just released my latest bbPress theme: Misty Morning.

    Demo

    Download

    I also have a matching WordPress theme:

    Demo

    Download

    Let me know what you think!

    #61970
    toxicshocktv
    Member

    I actually already tried that. Here’s my config as of now:

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘toxicsho_bbpress’); // The name of the database

    define(‘BBDB_USER’, ‘toxicsho_****’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘******’); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // The full URL of your bbPress install

    $bb->uri = ‘http://www.toxicshock.tv/board/&#8217;;

    // What are you going to call me?

    $bb->name = ‘Toxic Shock TV Forum’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘toxicshocktv@gmail.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = ‘false’;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = 0;

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

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ”; // Example: ’64f1b30caafe’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ”; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ”; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    #61960
    jamwol
    Member

    anybody? I want to only show the user_nicename field everywhere on bbpress not user_login.

    #61921

    In reply to: Replace word in Post

    livibetter
    Member

    I just finished uploading talkPress 002: A Simple bbPress Plugin – Bad Words Filter. You can watch this here.

    The code mentioned in video is:

    <?php
    /*
    Plugin Name: Bad Words Filter
    Plugin URI: http://www.livibetter.com/
    Description: Removing bad words from post content
    Author: Yu-Jie Lin
    Author URI: http://www.livibetter.com/
    Version: 0.1
    */

    function BadWordsFilter($post_text) {
    // $post_text = str_ireplace('bad', '*****', $post_text);

    $bad_words = array('bad', 'topic', 'cialis');
    foreach($bad_words as $bad)
    // $post_text = str_ireplace($bad, '*****', $post_text);
    $post_text = preg_replace("/\b$bad\b/i", '*****', $post_text);

    return $post_text;
    }

    add_filter('post_text', 'BadWordsFilter');
    ?>

    #61969
    chrishajer
    Participant

    The quick and easy solution is to turn off permalinks in the config until you get the rewrite rules sorted out.

    Would this solution that someone posted today be of use?

    https://bbpress.org/forums/topic/problems-with-navigation-to-profile-page-and-posting?replies=4#post-12589

    #61965
    chrishajer
    Participant
    #2697
    #2696

    Profile links in bbPress are setup off the username of the user. However, if that username has a space or two in it, the profile doesn’t show.

    Example: http://www.smart-kit.com/social/profile/Dr.%20R.L.%20Kaplan

    Is there a way to fix that without editing all the profile usernames?

    #61954

    In reply to: Website links…

    ichimanako
    Member

    Also, _ck_ and fel64 i have another problem. Subforums are showing on the front page, no matter if i put

    if( !$forum->forum_parent )

    on front-page.php

    ( https://bbpress.org/forums/topic/subforums-and-markup?replies=12 )

    #2695
    #61952

    In reply to: i need …

    العاب
    Member

    chrishajer,Thank you!

    1.the FCK wysiwyg editor is very Nice … but how i can install it in my BBpress ?

    2.This sitemap : http://boakes.org/download/bbpress_sitemap.txt

    not working whith 0.8.3

    3.I will try to add this code .

    Thank you agin … By.

Viewing 25 results - 59,026 through 59,050 (of 64,401 total)
Skip to toolbar