Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,551 through 24,575 (of 26,827 total)
  • Author
    Search Results
  • #2828

    Topic: TalkPress

    fel64
    Member

    Not sure who reads the WP feeds, so here’s an interesting snippet:

    Mullenweg says he’ll use the new cash to fund more projects, including a new forums product. Called TalkPress, he said it will be “smaller, lighter, with fewer features but a richer customization API.”

    In other words, it will work a lot like WordPress, which is a basic framework upon which users add the features they really need. Mullenweg some time ago created a forum program, BBPress, and the TalkPress service will be built on that.

    “I spend a lot of time on forums, and they drive me crazy,” he said. “They haven’t changed in 10 years.”

    http://blogs.chron.com/techblog/archives/2008/01/the_importance_of_being_matt.html

    #62393
    Beau Lebens
    Participant

    @starnet – The best way is to have it in an auto-load WPMU plugin, which means stick it in a file called “no-404s.php” or something in wp-content/mu-plugins/.

    #62314
    rslater
    Member

    I am trying to think if there is a work around // using what works .. I.E wordpress. Since the passwords would be the same for both.. Maybe there is an angle I can take there.. Sign them up in wordpress and dump the new users into bbpress to edit profile/ or add the additional bbpress profile fieldsto wordpress profile edit.. Just thinking out loud..

    #61674

    In reply to: User Registration

    rslater
    Member

    I have tried all different ways of entering email addresses. I am baffled. The only thing I can think is the following:

    bbpress resides in folder one up from Word press. I am wondering if there is a file permission issue for that folder. But again the odd thing is.. the favorites notification works just fine and it is in the same plugin folder as the plugin Sam had me upload. I do not know. I hope Sam may have more ideas.

    None of this makes sense. It has to be a BBpress email php coding issue.. But why is it so different from wordpress and the bpress plugin “favorites notification” that work fine.

    #62549
    fel64
    Member

    You need to have wordpress and bbpress more fully integrated, that is, require wordpress before bbpress is run in bb’s config.php file. I think all that is in that link, under the last section.

    #54859

    In reply to: file attachments….

    tomimaila
    Member

    This is a feature I’d need as well. If someone is interested in writing such an extension, I suggest starting with WordPress wp-admin/upload.php as the basis for the extension. This file is resposible for the file attachment uploads in WordPress administrator intefrace and I don’t see any reason reinventing the wheel. It used for example by WordPress wp-admin/post-new.php as an Iframe inclusion.

    #62571
    Trent Adams
    Member

    The spam post isn’t under moderation, but spam posts that are well written in WP are not either as they display immediately. I can tell you this though, on wordpress.com support forums there are very few “spambot” posts that make it past akismet. I have a couple small forums myself, but I have never had a post get past akismet except posts that don’t have any bad words or links which really “could be” real user posts. Even that number is pretty low. I have more problems with spam registrations, but livibetter’s “enhanced registration” plugin took care of that :)

    Trent

    #54861
    Göran
    Member

    I inserted your code:

    Code:
    include_once(BBPATH . BBINC . ‘streams.php’);
    include_once(BBPATH . BBINC . ‘gettext.php’);

    in ‘bb-settings.php’ but it did not quite work. My blog http://www.goranlin.se/blogg/wordpress/ is slower and website adm disappeared. And my forum http://www.goranlin.se/blogg/wordpress/bbpress/

    still do not show the posts from the blog which was planned. I use bbSync to try to get that, but no success so far.

    #61261
    Trent Adams
    Member

    I have found that as long as you change your Site Admin => Options and tell WPMU not to use the blog name of your forum in the signup process, you can use the normal bbPress .htaccess method. It works fine for me on http://onvertigo.com anyways.

    Trent

    #62553
    Trent Adams
    Member

    In addition, did you fill out all the fields in config.php with the URL of your wordpress install and database prefix? They are in the same database right?

    Trent

    #62564
    Trent Adams
    Member

    If you search in https://wordpress.org/extend/plugins/ there is actually a plugin to do this for wordpress if I am not mistaken as well, but I use the way that chrishajer suggests myself as RSS feeds are easy to change and doesn’t require bbPress be in the same database ;)

    Trent

    #54860
    Göran
    Member

    I seems to have the same problem. I get

    Fatal error: Cannot redeclare class streamreader in /mnt/home/_g/goranlin/www.goranlin.se/blogg/wordpress/bbpress/bb-includes/streams.php on line 26

    I want both wp and bbpress to be translate so maybe I can put your code into ‘bb-settings.php’. Would that work?

    #62563
    chrishajer
    Participant

    How about using a WordPress plugin to display items from the Latest Discussion RSS feed from your forum?

    https://wordpress.org/extend/plugins/tags/syndication

    or

    http://wp-plugins.net/category/Feed_Syndication/

    #62548
    Göran
    Member

    Thanks for help. I am moving forward. I deleted both WP and bbPress and started again and made progress. The blog and the forum are integrated but I cannot get bbSync to work. Both work by temselves and I can log in with same id and password but cannot get posts into forum.

    Installation:

    Blog at http://www.goranlin.se/blogg/wordpress/

    Forum at http://www.goranlin.se/blogg/wordpress/bbpress/

    WordPress 2.3.2 installed 22 january 2008

    theme WordPress Default 1.6 changed colors in head with panel

    bbPress 0.8.3.1 installed 22 january 2008

    sv_SE.mo for WP installed 22 january 2008

    sv_SE.mo for bbPress installed 22 january 2008

    bbSync version 0.94 installed 22 january 2008

    bbSync gave message “It needs your config!:)

    I did that! succesfully I thought.

    But when trying to write new post in blog:

    Fatal error: Cannot redeclare class streamreader in /mnt/home/_g/goranlin/www.goranlin.se/blogg/wordpress/bbpress/bb-includes/streams.php on line 26

    but going back to blog the new post is there but still not in Forum

    line 24-26 in streams.php is:

    // Simple class to wrap file streams, string streams, etc.

    // seek is essential, and it should be byte stream

    class StreamReader {

    // should return a string [FIXME: perhaps return array of bytes?]

    function read($bytes) {

    return false;

    I have no clue how to do anything about this! All help is welcome!

    #62566
    Olaf Lederer
    Participant

    I have more than 1000 registrations now, I’m not sure what happens if some but will start to register fake accounts. If this becomes a problem you need to something else.

    bbpress works with akismet and this works fine on wordpress

    #62547
    fel64
    Member

    You do need a localisation file, but if one doesn’t come with the topic it’s typically the sort of thing you can do for yourself.

    Some wp themes let you set the colour scheme in the admin panel (Mandigo for one), but it’s a fairly simple task to open the style.css file and change the hex colour-codes (once you understand what they are).

    Having bb as a subdirectory of wp is a good start but it’s not necessary as far as I know. My wp install is in a folder /wordpress/, while bb is in the forums subdomain. This should be everything you need to know on integration: https://bbpress.org/documentation/integration-with-wordpress/

    #62545
    Göran
    Member

    Thank you for your answer. Localization demands that there is a translated .mo-file for the theme to work, does it not?

    I like the WP-K2beta2 theme but I am unsure how to change color scheme. Some wp-themes are easier to change color for than others I think, is that correct?

    I think what I want to achieve can be done with the wp plugin bbsync but wp and bbpress are supposed to be integrated for that and I do not know how to do that. Is it a good start to first create a folder called blog and place wp in there and them create a new folder within that called bbpress and place bbpress in there?

    All suggestion and advice are most welcome, this is my first attempts with WordPress and bbPress.

    #62544
    fel64
    Member

    It doesn’t matter what theme you use, you can localise your installs of bbpress and wordpress to translate everything to Swedish. Sandbox is a commonly used theme starting point but I’d just start with whatever looks most similar to the end-effect you want to achieve.

    Do you have any questions about what you’re trying to do?

    #2815
    bssncn
    Member

    I’m using bbpress & WordPress together, I cannot log in my froum with the correct user name and pass after I install the forum, and it does not show I logged fail also.

    why?

    #2813
    Göran
    Member

    I want to create a WordPress blog and integrate it with a discussion forum in bbPress, They are said to work well together. Every new post in the blog should generate a new discussion thread in the forum. If possible I would also like to have a more static first page in the blog where new posts occupy perhaps half of the area. I would also like to have some space for short forms of RSS-feeds from other websites and blogs.

    I like to do all of it in Swedish and want to do it as easily as possible. It is then practical to use a theme that is already translated into Swedish, right? I think K2 looks clean and is translated and ready for many plugins. It is supposed to be easy to customize so changing the color scheme into someting like I have in my present blog is hopefully easy? (Görans digitaltips http://gorandig.blogspot.com)

    I post this in both WP and bbPress forum since it concerns both.

    All advice is gratefully recieved! Address to blogs and forums doing similar things are most welcome!

    #62529
    sayremedia
    Member

    …one thing that bugs me in particular is that there are two signups on the site: one for bbPress and another for the blog post notification. I would love to integrate these two things. Any pointers on how to do so would be appreciated.

    The one aspect I found a little confusing was the links to the blog and forum. Perhaps if you make the point size larger, or add text coloring, those words would pop out. The tabbed color coding is fine, it’s just that the point size does not stand out from the rest of the text on the page. Overall, though, I like the look and feel of your site. Well done!

    In regards to your question, have you read this page on the bbPress site?

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

    Scroll down to where it says “Registration”. I hope that helps.

    #2810
    tibberous
    Member

    I am integrating bbPress and WordPress, and have them both in the root folder. I renamed the index.php that comes with press to board.php, but the message board keeps trying to go to the main site URL, thinking it is board.php.

    Is there any easy fix for this?

    #61260

    Oops, take that back. Thanks anyway!

    #61259

    Just what I was looking for, thanks!

    #62528
    Erica Kapoor
    Member

    Thank you!

Viewing 25 results - 24,551 through 24,575 (of 26,827 total)
Skip to toolbar