Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 26,276 through 26,300 (of 26,811 total)
  • Author
    Search Results
  • #53469
    startribe
    Member

    Hmmm… I am going to have to dig into this a bit later. It looks like it is going to take some work. I am actually trying to integrate product advertisements that I have set up in wordpress to be pulled into my forum template. Not exactly sure how to do it. At first I imagined that I would create another directory in the root that both WP and bbP could share from, but I will have to check into this later.

    It would be awesome if WP and bbPress could share includes seamlessly.

    Anyhow, I have to get back to building the actual forum before I get caught up and miss our goal.

    If any other ideas or etc. come up, please share.

    Thanks Trent!

    Orion

    #52898
    mozey
    Member

    On my setup, (different system, same concept),

    i used a centralized mysql table which contains a mesh of all of the variables of all systems!. The reason wy i did that is, some of these usertables contain information which would change the bahaviour of the software, such as roll, last login etc. SO its not a mater of authentication and session ONLY. You also need the other stuff!!!.

    i ALSO used a single portal for signup/signin. THIS SHOULD NOT BE SCARY (assuming that thinking does’nt hurt your brain). A good IDE will get everything done for you (search replace globally, find all instances of a function etc).

    I reccomend http://www.eclipse.org/downloads/ as an editor, and use PHP IDE as an ide ontop of eclipse. Be patiant, if you have’nt installed before, it could be a bit strang, but do take a better part of a weekend to figure out hw it works. TRUST ME, php will be your bizatch afterwards ;)

    #52897
    Nate
    Member

    Spencer, was just hoping for a quick clarification on all this: Did you use the same MySQL database for everything? In the thread here you use terms like “MediaWiki database” and “WP database,” but I’m wondering whether that actually just means the MediaWiki tables and the WP tables, all contained in one MySQL database. Do tell. :)

    Thanks,

    Nate

    #53241

    In reply to: tag.php access issue

    startribe
    Member

    mdawaffe,

    I’m sorry, I just saw your request today, so I was not able to give your suggestion a try, but it looks like the issue was resolved.

    I have been focusing on our templates for our WordPress site the last 2 weeks, but now I am back in the mix to get our forum up and running.

    Its good to be back @ bbPress.

    All the Best,

    Orion

    #1222
    startribe
    Member

    Hey Community,

    I am trying to link to an image in the “my-templates” directory for my bbpress template. When editing templates in WordPress I used:

    <?php bloginfo('stylesheet_directory'); ?>

    Is there something similar that I can use for bbPress?

    I tried:

    <?php bb_stylesheet_uri(); ?>

    & it didn’t work.

    Anyhow, any help would be greatly appreciated.

    Thanks,

    Orion

    #51960
    Staffan
    Member

    Yeah, I’ve got that. Seems like this might be something to add to the next version of that plugin.

    Anyway, thanks again Atsutane for your great plugin and the fast updates!

    #51959
    Atsutane
    Member
    #51958
    Staffan
    Member

    Alright. I’ve done some investigations and I think I know why I get a blank space: when a new user registers through bbPress it seems like he’s not given any “display name”.

    #53416
    Trent Adams
    Member

    $bb->path = '/bbpress/';

    I am also assuming that you don’t want to integrate the logins with WP then as you don’t have your wordpress information for integration.

    Trent

    #53414
    freelantz
    Member

    Thanks, I was just about to give up.

    <?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

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

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

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://ward3brighton.ca&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/forums/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘The Street’;

    // This must be set before running the install script.

    $bb->admin_email = ‘######@ward3brighton.ca’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

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

    $bb->page_topics = 20;

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

    $bb->edit_lock = 30;

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

    $bb->gmt_offset = -4;

    // 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: ‘0123456789ab’

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

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

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

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

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

    /* Stop editing */

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

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

    ?>

    #1242
    freelantz
    Member

    I’m able to successfully install the bbpress. I’m installing it in a subdirectory of my PUBLIC_HTML

    directory. So I have:

    public_html/bbpress

    public_html/wp-content

    public_html/wp-admin

    etc.

    I run domain.com/bbpress/bb-admin/install.php

    Everything seems okay. Then I log in at domain.com/forums and bam!… nothing but Error 404 – Not Found.

    I find it strange after I login I’m directed right to my WordPress template with the 404 error. Initially I tried integrating with WordPress, but now I’m trying to get this running very simply: no mod_rewrite, no integration, disabled any plugins that might be interfering (home page control), etc.

    I uninstalled (dropped all bb_ tables) and reinstalled several times but same result.

    Any advice?

    #51957
    Atsutane
    Member

    Correct me if i wrong .. by default when a user is regis. WP will set the “display name” equal to “username”. I try the code already and i dont get a blank name :) Anyway maybe i will change the code to do a double check.

    #50380
    larmir
    Member

    No, we haven’t. Chrishajer’s (Chris) been graciously helping me off the forum since I’m working with a private forum. He’s spent quite a bit of time on this and hasn’t found a solution. He had some great ideas, they just didn’t work. My next step is to contact my host and talk with them. They host WordPress so perhaps they know something indepth about bbPress. If I find a solution, I’ll let you know.

    I do want to thank Chris for all the time and effort he’s put into this for me. Thank you, Chris.

    #51956
    Staffan
    Member

    Great. Thank you! There’s only one little problem: if the user haven’t entered a nickname no name at all is shown. I guess it should be written so that if the user has a nick name – show nick name; if the user dosen’t – show username.

    #51955
    Atsutane
    Member

    I update the plugin already .. Now it gonna show “display name” instead of “username” like before. Tell me how it going :)

    #53390
    bbolman
    Participant

    Yeah, I think the localhost bit might be your problem. I’m hoping soon bbPress will get an automatic installer like the newer WordPress has. That would save everyone a ton of support questions effort I feel.

    #1238
    aircow33
    Member

    Hi all, I am trying to install bbpress with my wordpress blog. I get a 500 Internal Server Error was encountered everytime i try to run the install.php. My config.php looks like the following

    ?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘mysql’); // 99% chance you won’t need to change this value

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

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

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://prosperworldloans.com&#8217;;

    $bb->path = ‘/blog/bbpress/’;

    // What are you going to call me?

    $bb->name = ‘New bbPress Site’;

    // This must be set before running the install script.

    $bb->admin_email = ‘admin@prosperworldloans.com’;

    // Set to true if you want 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 = false; // Example: ‘0123456789ab’

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

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

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_siteurl = ‘http://www.prosperworldloans.com&#8217;;

    /* Stop editing */

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

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

    require_once(‘../wp-config.php’);

    ?>

    #51954
    Staffan
    Member

    Does anybody know how to combine this great little plugin with the Use display name plugin? I want the it to show my nickname instead of my username.

    #53378

    In reply to: Calendar?

    bbolman
    Participant

    who knows…maybe CalendarPress will be coming soon. I joke, but really, I would try integrating wordpress and bbpress, and then using the event calendar plugin for wordpress. It is not full-screen unfortunately, but it is a very good calendar for keeping track of events.

    #53377

    In reply to: Calendar?

    Trent Adams
    Member

    Searching hotscripts brings up 261 results! ! ! Not sure (as I have never used one before) which one would be best for you, but until someone gets you on the straight and arrow it is a place to start searching!

    http://www.hotscripts.com/search/13664700.html

    As well, sometimes they have these kinds of discussions on WP.org forums:

    https://wordpress.org/search/calendar+application?forums=1

    Trent

    #1232

    I just installed bbpress and went through all the steps to integrate it with WordPress and so far everything is fine except that the times are screwed up. For example, the freshness of all posts is -1 (that’s negative 1) even though the posting times are perfect. That seems to be it and I can’t fix it. Any ideas?

    #51926

    In reply to: Language

    If some strings are not translated it’s cause they are missing to be included nto the internationalization functions, and this is a bug, You can open a ticket on trac about untraslated strings so they will be corrects annd included into pot. file.

    For info about internationalizion and stuff you can refer to WordPress COdex searching for internationalizazion and localization, the info you will find there arcan be applied to bbpress also.

    #1231
    JzL
    Member

    I have an existent wordpress install. I successfully installed bbpress and have the db pulling from wp install for the users. Now I want to try and wrap my wp around bbpress utilizing my existent header and footer in wordpress.

    bbpress – v0.74

    wordpress – 2.0.6

    I have been searching everywhere looking where to start but alot say I need to set ('WP_BB', true); in the (bbpress) config.php. In this version of bbpress, it’s not in there. Am I missing something?

    #53219
    mouse8b
    Member

    In the default template’s register.php, I replaced the registration form with a message and link and it seems to have worked just fine. ( http://www.bandtr.com/wordpress/bbpress/ ). If there are some other factors at work that I am not aware of and need to know about, please let me know.

    #53259
    Trent Adams
    Member

    Nope….bbpress-integration goes in WP and wordpress-integration goes in bbPress! ;)

    Trent

Viewing 25 results - 26,276 through 26,300 (of 26,811 total)
Skip to toolbar