Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 42,201 through 42,225 (of 64,522 total)
  • Author
    Search Results
  • #34997
    thomasfals
    Member

    I have installed wordpress 3.0.1 and bbpress 1.0 inside the wordpress folder. They share the same database.

    I have added the following lines to the wp-config before the mysql strings:

    define( 'COOKIEHASH', 'd1f7eec6931cdc9bcabcda54b479078e' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    And these longer down:

    define('AUTH_KEY',         'Lut=fA6L$vvH;jt+<3$.Uu;-x$SScbTh}>I0$G7d8<code></code>%H]/%F<eFY

    )NM6tMw_2ao’);

    define(‘SECURE_AUTH_KEY’, ‘Q0e8f|n[NN-7-}w-:9-}s-Yt5UjbM-_E>]88/j|cgG d++%q7m%kx+Y*|Vn&c{)8’);

    define(‘LOGGED_IN_KEY’, ‘YhYj/aHOg>(D|2C({PUGC {QCh?<^y-8-[EGp-]{IYKz{o.XtwLLp3z|i5>x&&’);

    define(‘NONCE_KEY’, ‘-t%dnVN}E?2lFeXbl!Kqaaa@o3|u8|%I5cUMlZ:Kwj$dX,*V(ilrFokuF]w9$h??’);

    define(‘AUTH_SALT’, ‘^B-eC)mvb?-Swa!0V[W,; -FwUNW^-;Rqc-+GrHmlw64Qaa7w:.fUceuEqv;Na(/’);

    define(‘SECURE_AUTH_SALT’, ‘Hyv|rxFT^1it2pfXQ|S-KAwIL$Q[D^+-Pv=9XAW.V}r}H&cXZ@%=F*ds8Em:Q`8M’);

    define(‘LOGGED_IN_SALT’, ‘b#A_A2wBKz-):+EVBE$ZpOZ]k!fEFYh(K@ZJP+y W/casO0aP8nx|b/)O*p~M_OK’);

    define(‘NONCE_SALT’, ‘~Il&]x.h,Pl0g2ac{jSZ]XEAU –kn{Hw;@&B`dZ[#/uaNyQ+z9K)YWfWhmX +

    M7′);

    These have been added to the bb-config.php before the mysql strings:

    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    And these longer down:

    define('BB_AUTH_KEY',         'Lut=fA6L$vvH;jt+<3$.Uu;-x$SScbTh}>I0$G7d8<code></code>%H]/%F<eFY

    )NM6tMw_2ao’);

    define(‘BB_SECURE_AUTH_KEY’, ‘Q0e8f|n[NN-7-}w-:9-}s-Yt5UjbM-_E>]88/j|cgG d++%q7m%kx+Y*|Vn&c{)8’);

    define(‘BB_LOGGED_IN_KEY’, ‘YhYj/aHOg>(D|2C({PUGC {QCh?<^y-8-[EGp-]{IYKz{o.XtwLLp3z|i5>x&&’);

    define(‘BB_NONCE_KEY’, ‘-t%dnVN}E?2lFeXbl!Kqaaa@o3|u8|%I5cUMlZ:Kwj$dX,*V(ilrFokuF]w9$h??’);

    define(‘BB_AUTH_SALT’, ‘^B-eC)mvb?-Swa!0V[W,; -FwUNW^-;Rqc-+GrHmlw64Qaa7w:.fUceuEqv;Na(/’);

    define(‘BB_SECURE_AUTH_SALT’, ‘Hyv|rxFT^1it2pfXQ|S-KAwIL$Q[D^+-Pv=9XAW.V}r}H&cXZ@%=F*ds8Em:Q`8M’);

    define(‘BB_LOGGED_IN_SALT’, ‘b#A_A2wBKz-):+EVBE$ZpOZ]k!fEFYh(K@ZJP+y W/casO0aP8nx|b/)O*p~M_OK’);

    define(‘BB_NONCE_SALT’, ‘~Il&]x.h,Pl0g2ac{jSZ]XEAU –kn{Hw;@&B`dZ[#/uaNyQ+z9K)YWfWhmX +M7’);

    In the wordpress integration plugin I checked that the table prefix is set to wp_. Also the “auth”, “secure auth” and “logged in” cookies are locked as they have been matched.

    The wordpress url is set correct and the bbpress integration plugin has been added and the bbpress url is set. I have deleted all cookies, but regardless I am not logged into bbpress when I log into wordpress.

    I have mapped the users as key, moderator, member, member, member. Any ideas what I am doing wrong?

    I have been tasked with integrating a forum whit an existing site of private community of members already in existence.

    I selected bbpress because I like its simplicity and its similarities with wordpress so I am somewhat familiar with it on the surface and to a lesser extent its inner workings. This integration needs to be seamless in both appearance and function.

    Geting it visually integrated was easy as I was able to wrap my existing webpage class in a bb template by doing all my setup in head.php and my rendering in footer.php. wrapping my webpage class also inherently provided me with blocking pages and showing the login page if the user wasn’t authenticated to the existing site. so far so good.

    Now onto the problem. I need users logged into the site to be able to post and have all the perks of registered users but NOT actually be a user because they will not control their user info from bbpress. avatars names email addresses etc are to be controlled from an existing interface that i have no control over. With that said inserting and updating entires in the bbuesrs table is undesirable for me and I would much rather a plugin be be abel to instantiate the bb_user class using $_SESSION data instead of entries in the database.

    I have been able to get this working by hacking the actual bb_user class in combination with a hacked anonymous posting plugin, but I want to be able to update bbpress in the future without breaking it or having to go re-hack so I am hoping to find a pluggable solution.

    any ideas?

    While I have never needed to administrate 100 bbpress installs I have had the need to administrate 3 and it was a pain having to keep each one up to date with plugins etc.

    I’m not sure what exactly OP means when he says “administrate”, but if all that is required is the ability to run multiple forums from one set of core/plugins/templates the solution I came up with was to hack the wordpress virtual multiblog plugin to work with bbpress. It was fairly easy as bbpress and wordpress cores are quite similar.

    each forum has its own database and VMB simply loads a different config file for each forum.

    #92358

    In reply to: Theme Problem

    chrishajer
    Participant

    The files are not where bbPress expected to see them. If they were, this would come up fine:

    http://lookwhatwecando.freehostingcloud.com/my-templates/static-blue/style.css

    So, please take a screenshot of the location of the folders in relationship to the bb-templates folder.

    It could also be something weird related to the free hosting account, but I don’t think so. I just don’t think the files are where they need to be.

    Something like this:

    http://chrishajer.com/bbpress/bb-file-locations.jpg

    #92357

    In reply to: Theme Problem

    robo51
    Member

    Sorry about that, the themes dont even appear, and the folders are:

    root: /bbPress/my-templates/crazydark

    root: /bbPress/my-templates/static-blue

    I hope this helps.

    #34991
    mohdumar
    Member

    i installed bbpress and after some time the general forum disapered

    i created 4 forums and a category and then hey disappered too!

    i had also installed lot of plugins..

    but the stats on admin dashboard show 5 forums but i can see any!

    http://umar.hostjiffy.com/forum/

    help me!

    #92367

    My guess is that your box doesn’t support PHP mail. I had the same problem, but I integrated users with my WordPress install so I got in with my admin account.

    There is an SMTP plugin floating around but I haven’t gotten it to work, and it doesn’t support SSL. For now I’ve simply replaced the register link on bbpress with the link to my WP register page. (WP has a host of smtp plugins that work great).

    That’s probably more than you needed to know but maybe I was able to preempt a few issues you might run into.

    #92385
    chrishajer
    Participant

    The .alt replies (the class is generated and added automatically by bbPress) are being formatted improperly. Try with the default theme and see if they look correct. If they do, figure out what you did wrong when modifying the theme. It looks to be something in the CSS.

    #92338
    chrishajer
    Participant

    Hmm, not really clear what the resolution was here but the error is the same:

    Who can shed some light here?

    It’s almost like one of the template files is missing from the template folder or has the wrong permissions or something. post.php is missing?

    Where did the file go if it WAS working?

    This should give some output (or at least a blank screen), not a 404:

    http://infusion5.com/forum/bb-templates/kakumei/post.php

    So, I think there is something wrong with your template. Try uploading another copy of the default kakumei theme (and kakumei-blue to be safe.) You could be missing other files as well, so might want to check for others or just re-upload. Looks like everything is already installed in the database.

    #92403
    zaerl
    Participant
    #34987
    Rose
    Member

    I’m creating a website with WordPress and bbPress that needs a section where someone can fill out an application form (from a WordPress page) and that will create a new topic in bbPress with the info they filled in.

    We decided that the easiest way would be to have the form data submitted straight into the bbPress database.

    I experimented with phpmyadmin by adding new records with the correct info in bbposts, increased the post counts in bbtopics and finally used the post time I’d set in bbposts (post_time) with topic_time to update the ‘freshness’. I used phpmyadmin’s default date/time selector to replicate the records’ formatting correctly.

    While the new post showed up perfectly and the post counts were correct, the freshness came up as being “-1 years”

    I changed the code in front-page.php to the following as outlined by _ck_ :

    <td class="num">" title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></td>

    so that I could see what it was coming up with as the posted date and time. The results were… ‘interesting’ –

    On mousing over the -1 years, I got the correct date and time.

    On mousing over the correct freshness times of other posts I had made the same day, I got a date and time that seems to be 12 hours behind.

    Here are the links to images outlining this:

    -1 years freshness but correct date/time image

    ‘Normal’ freshness time but with wrong date/time image

    Can someone please explain what is going wrong and if possible how to fix it or get around this problem with adding topics directly to the database. I’m starting to /facedesk so help would be much appreciated!! :)

    #34986
    chang
    Member

    Hi,

    The default bbpress post doesn’t have the Reply function… is there any plugins that have this feature?

    I tried easy mention but it didn’t work at all =(

    Thank you!

    #34975
    infusion5
    Member

    Hi. So, I’m a new bbPress user. I’ve been browsing around the forums and learning a lot the past couple weeks. I had a smooth time installing bbPress last week (haven’t integrated with WordPress, yet). The day after I launched our forum, and having added a couple topics, I started getting these errors on the topic pages:

    ____

    Warning: include() [function.include]: Filename cannot be empty in /home4/zwfilmco/public_html/infusion5/forum/bb-includes/functions.bb-template.php on line 45

    Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home4/zwfilmco/public_html/infusion5/forum/bb-includes/functions.bb-template.php on line 45

    ____

    I’m clearly not familiar enough with bbPress yet to understand what’s going on. But I also don’t understand why it was working in the first place, and then after a day began to give these errors.

    The only changes that I’ve made to any of the bbPress source files was the footer.php in the theme folder, to which I added a Google Analytics tracking script. Since having this error, I have replaced the footer.php file with the original.

    Here’s one of the two topics currently on the forum: http://infusion5.com/forum/topic/businesses-in-colorado-springs-co

    Thanks in advance for your support and guidance!

    -Zach

    #92316
    notApro
    Member

    Thank you..

    I also found this site,

    http://wpbbpthemes.org/integration/

    Now i’m gonna try to complete my installations of that tutorial (WordPress is okay)

    But somehow the bbPress will always get an error.

    #34984

    A look at the recently committed WordPress admin color scheme, included in the bbPress plugin.

    Feedback encouraged.

    Ben L.
    Member

    https://plugins-dev.bbpress.org/changeset/3022

    On the settings page, there is a new section where you can send a private message to every user on the forum. You automatically unsubscribe from the threads after they are created and inbox size restrictions do not apply.

    Download the .zip here.

    #34977
    sanction
    Member

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in C:Program FilesVertrigoServwwwwordpressbbpressbb-includesbackpressclass.bp-sql-schema-parser.php on line 170

    OS XP Pro

    Vertrigoserv running Apache, Mysql, Php

    I did not receive this error when installing WordPress.

    I am using the WordPress database for the bbpress installation.

    anyone run into this error before? And if so how did you fix it?

    Thanks in advance!

    Standing by…

    pagal
    Participant

    In case of if this information is required then,

    I’m using latest wp, bbpress 1.0.2

    Not deep integration,

    Just Share Database and Shared Users.

    Not – Cookies Integration.

    pagal
    Participant

    Thanks citizenkeith,

    But I don’t think this information is required.

    I wish if this functionality could be added in bbPress standalone version.

    And this will be an extra option in bbPM plugin.

    citizenkeith
    Participant

    Are you using integration with WP? Deep? What version of bbPress are you using?

    I don’t have answers for you, but if anybody is going to help you, they will need that information.

    #92328

    In reply to: [help] integration

    bbpress and WordPress are two separate entites.

    They can share a database, and tehy can share logins.

    If you want to hack and force “deep integration” into your bbPress install then you should follow this guide:

    http://wpbbpthemes.org/integration/

    #34972
    Brian
    Member

    I just set up a bbPress forum with WordPress MU. However, after setting up the Role Maps and then enabled User integration, I got logged out and when I logged in with my WordPress Admin account, I noticed this account was not Keymaster.

    Right now, I have no access to the bbPress admin section.

    I tried this with three clean installations of bbPress and the same thing happened. I’m certain that the Role Map was set up correctly.

    The Role Map database table says the following:

    a:5:{s:13:”administrator”;s:9:”keymaster”;s:6:”editor”;s:9:”moderator”;s:6:”author”;s:6:”member”;s:11:”contributor”;s:6:”member”;s:10:”subscriber”;s:6:”member”;}

    #34971

    Topic: [help] integration

    in forum Plugins
    kikko088
    Member

    Hi at all, i have a little question, how can integrate bbpress on wp?

    to put wp_footer or wp_sidebar on forum page no problem, but for put the the forum page or last topic or…. i don’t know how to do it.

    Any idea

    kikko088

    #92220

    In reply to: Make a new login page

    pedagog
    Member

    Thanks zaerl

    I tried what you suggested and it just brought up the bbpress login page – not the front page, the login page.

    What I want is just two text fields and a button to log me in. I don’t want to see anything else on the page.

    Is it possible? If it is how do I do it?

    Thanks

    #34949
Viewing 25 results - 42,201 through 42,225 (of 64,522 total)
Skip to toolbar