Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,601 through 17,625 (of 26,846 total)
  • Author
    Search Results
  • I had this issue (with single user however) and it turned out I was missing the WordPress plugin for bbPress integration.

    chrishajer
    Participant

    Log out of WordPress and then access bbPress and log in there. You might also have to clear your cookies.

    More explanation:

    https://bbpress.org/forums/topic/login-integration-issues-bbpress-and-wordpress-mu#post-71940

    #35018
    notApro
    Member

    Okay,

    WordPress is to big, i can’t see where i’m searching..

    What i’m looking for is a plugin that adds Avatars to my WordPress site and bbPress site/forum.

    I have deep Integration so it would be cool if the avatars would match or sync together.

    If some member post a comment on the homepage in a blog-section it would be cool if he has the same avatar that he is using inside the forum.

    Only thing is,

    – I don’t want anybody to upload files.

    It would be nice if they could use an external url (http://www.domain.com/folder/image1.jpg) to include there avatars.

    Is it possible because i was looking at the WordPress site and i can’t get the search function working.

    If i search for avatar there is a very big list of plugins but if i want to list them down by rated or most download then it deletes my “avatar” search word. and i get plugins like, contact form 7 and Google SEO on top of the list as a result.

    simple_gpr
    Member

    To add to the list of potential solutions to the Fatal errors for require_once people are encountering whilst completing deep integration of BBpress into WordPress.

    If in your error log something similar to this:

    PHP Fatal error: require_once() [function.require]: Failed opening required ‘/var/www/vhost<domain>/httpdocs/wp-load.php’ (include_path=’.:’) in /var/www/vhost/<domain>/forum/httpdocs/bb-config.php on line

    16

    and you have tried using absolute paths instead of relative paths and the other various solutions people have suggested don’t work. Then you will need to change your php.ini file and add the directory for your wordpress installation to the open_basedir variable.

    i.e. open_basedir = /var/www/vhost/<domain>/httpdocs

    The other option is to turn off open_basedir altogether.

    If you are on a sharedhost and do not have access to php.ini your webhost will have a vhost.conf or similar file which will allow you to send directives to Apache for your particular domain. In this case you will need to have this within your vhost.conf file.

    <Directory “/var/www/vhosts/<domain>/forum/httpdocs”>

    php_admin_value open_basedir “/var/www/vhosts/<domain>/httpdocs:/tmp”

    php_admin_value include_path “.:”

    </Directory>

    I hope this helps those having issues with deep integration whitepages / require_once fatal errors and saves people some time.

    #91122
    DigitalGdn
    Participant

    @Josh – Thanks for posting this. Massively useful, I was unaware of a the conversion script.

    @Sincever – I think the script will convert the SMF/phpBB users to bbPress users. You could then move all the tables into a single database, but that in itself wouldn’t change which table bbPress uses for users. This answers your question, but if you’re referring more to WordPress users vs bbPress users and reconciling that, I can’t comment as I’ve not tried the integration before.

    #92452
    thomasfals
    Member

    Let me just add that it is the shared login that does not work. The deep integration is working and I am using the wordpress menu inside the bbpress theme without any problems.

    #92451
    thomasfals
    Member

    Hi Kevin

    Thanks for the tip. However, I have already followed the guide once and I just did it again to double check.

    All keys match in both config files. The bb press once has BB_ added in front of the key names. The cookie paths has been set, users mapped, and even the wp-load.php has been set. Keys are correct as they appear locked in the “wordpress integration” section of bbpress – also the table_prefix is set to wp_ as it should. Basically I think everything has been set up as it should.

    I am testing this using mamp pro and the bbpress folder is inside the wordpress folder. I am beginning to think it has something to do with my setup. I have been trying to figure it out for days now.

    #92188

    In reply to: Spam

    korti
    Member

    @pagal Thanks, I will certainly try out the plug ins.

    @kevinjohngallagher I’m not going to argue with you, not enough time unless I turn on my dragon… akismet works spectacular on wordpress and needs some love on bbpress. If I was a programmer i would be on it. I only need this to work on one site.

    yes, for real I have a lot of sites (stopped counting at 70) and you will always find me here at my pc. I have made a living on the internet since 1997. Friends at Google, seo professional and just learning the css stuff loving wordpress.

    I love bbpress and do not use any captcha for anything but my email forms, and the people who are not using it are are not getting a lot of traffic. if I didnt have captcha on my sites for email forms it would be game over. I get maybe 1-2 human spams a week if that. And my sales are going up up and up.

    BBpress was hard enough to learn how to install it and then get all the spam.

    and ya know I may have something goofed up in one of my files causing askimet to not work. I have two forums going and one gets only 3 spams a day the other gets 20. Then again the one that gets 20 I think was just indexed and has a lot of content.

    the other was just a test site. I will reinstall and see what happens.

    I just wont be able to handle it with one site that it is in the top 5 for many major keywords and we get 50 questions(emails) a day. I know the forum would be a smash instantly as they are using the feed back comments like mad.

    I will try a few thing s and see what works. This site makes me way to much money to have it not work. I am still debating on moving it over to wordpress.

    Lots of pros and cons to everything these days! Anyways, I have been dong this a long long time, so far my system is definitely working for me. I just have one small hurdle. If I did only have one or two sites it would be a piece of cake. As a SEO professional, I’m like a kid in a candy store. And every day I find an easier way and that is what is all about. That and to learn from one another.

    meanwhile imagine bbpress with no forum… and they just got emails all day asking how to do this or how to do that…. that is where I am at.

    so all in all i guess it depends on what you are doing on the net and how you are making your money..

    captcha has never slowed me down but I type extremely fast to. I forget about the two finger typers.

    I can say this, one time I forgot to put a captcha code on one website and wow what a mess 500 spams a day! I have also used every site builder under the sun and they all recommend it. To me it is like a seat belt law, you hate to put it on, but you know it is for the smart thing to do.

    Thanks again sorry for typos, sleepy! 240 am here in Texas.

    Erlend
    Participant

    Thanks for that. It’s a nice way to know they’re active, but that’s about it. What I’m really looking for is a way to realize:

    “aha, they’re designing those features right now, so maybe I could help by making these suggestions and illustrating these example/past/future use cases related to those features.”

    But hey, small as it may be, this is a start:

    https://bbpress.org/forums/topic/green-wordpress-admin-color-scheme

    =)

    #35007
    notApro
    Member

    Hi..

    I was wondering..

    When i’am ready with my WordPress/bbPress designs. what will happen when i change my language to Dutch in the wp-config.php en bb-config.php files?

    Will my entire site be in Dutch language and what will happen to my plugins?

    If a plugin doesn’t support Dutch language, will it crash or just work in English?

    #92400
    Erlend
    Participant

    Quite nice, and I especially like seeing the forum getting all comfortable-like in the admin panel ;)

    Not sure about the strongest green though. Might I suggest an ‘avocado’ theme? Here are some examples:

    http://kuler.adobe.com/#themes/search?term=avocado

    There’s one there quite similar to what you’ve already got:

    http://kuler.adobe.com/#themeID/300652

    (looks like a spam-tag snuck in. check the slimex one)

    Erlend
    Participant

    So a couple weeks back now there was a small rush of activity with concerns to various “what now”s when bbPress-as-plugin was made official. It’s been two weeks since there was any activity on bbdevel.wordpress.com, same goes for developer meetups and blog updates.

    When will the community get to participate in the future of bbPress?

    I know I could easily be throwing in feature requests at will, but it would be a lot easier to make relevant suggestions and inquiries if I knew what was going on in terms of design and code right now.

    #92474

    I’ve now asked about these in two other bbPress forums (subsections of WP forums)

    I’d not waste my time there. The WP.org forums are really great for WordPress stuff (if you now the right terminology), but quite useless for bbPress.

    Post Notification

    Since I started using RSS (which most email clients and phone now handle nicely), I’ve never had a need for this.

    It’s a fairly simple one to code though (with pitfalls), if there was a big enough need for it.

    Subscribe To Topic

    Yeah, that won’t work, and isn’t being worked on.

    Matt annouced in December that it was going to be part of 1.1, but then ran away when people disagreed with him (can you believe a moderator actually asked him a question – sacrilege) and started telling people not to use bbpress while he was making KeyNote speeches at WordCamps.

    It should be working in the trunk version of 1.1, which will be the last version of bbPress to be released.

    After The Deadline

    I typed “after the deadline bbpress” into google and this came up:

    http://gaut.am/2010/06/after-the-deadline-v1-point-7-released/

    Whether it will work with the plugin by a different author i’ve no idea. In honesty, IE7’s the only browser I have that doesn’t have a spell check built in natively, and its got it via an addon; so i’ve never really seen the need for this. Clearly others have though.

    Someone said that part of the reason they haven’t been updated is because the authors are waiting for the new ‘plugin’ version of bbPress to be released

    Sadly the WordPress (small p dangit) plugin will eradacate all code/plugins/themes/support from the current version. Nothing will be compatible.

    A large part of why things aren’t updated is because bbPress looked like it was dying. The decision to rewrite a large chunk of code and go with BackPress made the majority of plugins not work overnight, and the initial thrust of 1.0 made it not worthwhile to upgrade them.

    If we assumed they worked once, and all they’re not doing now is the notification part, you’d think that wouldn’t be very difficult to fix.

    Awesome, i look forward to you coding them and releasing them. Thanks for offering Joe :)

    #92450

    I’ve never had to define the “COOKIEHASH” before.

    The wordpress integration plugin is quite useless, its really only there to give you the cookiepath as “/”.

    9/10 I find the solution can be found by going through this step by step guide:

    http://wpbbpthemes.org/integration/

    #91120
    zaerl
    Participant

    BBpress don’t use a wordpress database with the wordpress users?

    https://bbpress.org/documentation/integration-with-wordpress/

    “bbPress can share user data with an existing WordPress installation. All you need to do is specify the location of that database on installation or afterwards in the “WordPress Integration” section of the “Settings” area in your bbPress admin”

    #91119
    Sincever
    Member

    Hi!!

    Question: BBpress don’t use a wordpress database with the wordpress users?

    #34996
    pagal
    Participant

    No doubt its a really good plugin for wordpress

    http://wordpress.org/extend/plugins/wp-super-cache/

    But it not works with bbPress.

    When I activate this plugin then wp works but I’m getting a blank screen for my forums,

    Nothing in forums, nor in source code simple white page.

    and my error log for bbPress

    /path/to/wp/wp-includes/cache.php on line 93<br />
    [05-Aug-2010 17:17:08] PHP Fatal error: Call to a member function get() on a non-object in /path/to/wp/wp-includes/cache.php on line 93<br />
    [05-Aug-2010 17:17:14] PHP Fatal error: Call to a member function get() on a non

    So, Simply I want to stop this plugin to work with forums.

    I’m using

    Wordpress 3.0.1

    bbPress 1.0.2

    Deep integration.

    If you could help, I would greatly appreciate it.

    Thanks,

    P.

    #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?

    #92376
    tludi
    Member

    http://www.pagelines.com/forum/

    We are not using any plugins to restrict access and we are integrated with WordPress.

    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.

    #92398
    Rich Pedley
    Member

    Nice ;)

    #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.

    #34989
    sanction
    Member

    How can I add a menu link back to WordPress from the

    “Welcome, user | Admin | Log Out” menu?

    I looked everywhere!

    Been noobafied… :(

    #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!! :)

Viewing 25 results - 17,601 through 17,625 (of 26,846 total)
Skip to toolbar