Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,651 through 45,675 (of 64,511 total)
  • Author
    Search Results
  • The way this would be handled is that plugins can hook into other plugins. Actions / Filters still work the same between plugins as they do between core.

    johnhiler
    Member

    That’s a great point Chris!

    Maybe that’s why bbPress doesn’t have native support for full post deletion… cleaning up the meta data would be a pain!

    #85149
    Alex Luft
    Participant

    Thanks for your answer chris!

    But that’s very strange. I have it activated in my-plugins.

    And for some reason, that link goes to the blog (hosted in root) as opposed to a bbpress not found page.

    Really don’t know what to do at this point :(

    #85145
    usdavid
    Member

    Thank you, but I have an existing install of WordPress 2.9.2, with all the defaults including database names. I am trying to add bbPress 1.0.2. I have followed the instructions on the bbPress site for integrating, some hints I received on the WordPress forum referring me to How To Integrate BBPress with WP (http://www.bestwpthemez.com/wordpress/how-to-integrate-bbpress-with-wordpress-mu-2062/), and finally your tutorial. Your tutorial was a little out of the problem as it is an instruction set for clean installs. I followed the link on your page to “Integrate bbpress forum with your wordpress setup” and attempted the Fix Admin Access plugin, no go. Where is the wp_usermeta table located?

    I still have the same problem.

    Thanks,

    David

    #85111
    paulhawke
    Member

    I’ve put up a diagram of the current (1.0.2) database schema – http://devt.caffeinatedbliss.com/bbpress/bbpress-data-model – and I plan as a next step to dig deep into the bb_meta and bb_user_meta tables as there’s a goldmine of important details tucked into them that isnt immediately obvious.

    #85087
    staticfrost
    Member

    How can I get my bbpress theme to look the same as my actual wordpress site? and how do I make my page link stright to the forums?

    Steven Hodson
    Participant

    @Gautam .. I did manage to find one of the things that was causing a problem. It has to do as I suspected with the PHP $_SERVER[“DOCUMENT_ROOT”] variable. It doesn’t exist in an PHP install on IIS.

    Now I have found a work-around that <gasp> works and when tested returns the proper path (eg: C:/Domains/winextra.com/bb-attachments/ – which from what I can tell in the “instructions” is exactly how it is suppose to be)

    But when I try to upload a file (text/image) I get the following two errors and I was hoping that maybe you could help figure out what might be causing them


    Warning: filesize() [function.filesize]: stat failed for 83def462ed888db6e1ad898505ea40b6 in C:Domainswinextra.comwwwrootforumsmy-pluginsbb-attachmentsbb-attachments.php on line 342

    Warning: Cannot modify header information – headers already sent by (output started at C:Domainswinextra.comwwwrootforumsmy-pluginsbb-attachmentsbb-attachments.php:342) in C:Domainswinextra.comwwwrootforumsbb-includesfunctions.bb-pluggable.php on line 228


    any help (from anyone :) ) would be greatly appreciated as this is the last real big complaint my members have.

    EDIT: The files are getting uploaded but to the root folder and they are not being entered into the bb-attachments table – http://screencast.com/t/Y2UyZGQ4

    #85144

    Are you sharing user tables too?

    If both the installations are fresh, I would say integrate them as per my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    #33173
    Cyndy Otty
    Participant

    Well this is an odd thing, I’m running a BuddyPress site at http://guide-dogs.org and I just finished integrating bbPress into it. On the surface things are spiffy, when logged in I can post and comment and all the other user type stuff.

    However, if I, as the admin, log in via the main part of the website, when I try to visit the admin panel for bbPress, I just get redirected back to the forums. (I can SEE the “Admin” link and all, so it seems to recognize that I’m the “key master/administrator.”) Even more strange is if I log in via the forums this isn’t an issue and I can access both admin panels (WP and bbPress).

    I’m pretty sure it’s not supposed to work like that.

    Steven Hodson
    Participant

    @Gautam I gave your ‘fixed’ plugin a shot but it still isn’t wanting to play nice with my set-up (PHP / IIS) as you can see from the screenshot – http://screencast.com/t/MTQ1NDFl

    back the to hair-pulling I guess :)

    #85141
    #83066
    Steven Hodson
    Participant

    @navjotjsingh – much apologies but I’ve had my head down recently in both work and another side project which has kind of delayed my posting about the experience. Hopefully I will be able to get back on track at some point next week and pull all my notes together and get the posts written.

    #85064
    Taeo
    Member

    Did I say Dan? o.O It was late. I meant to thank Tom! lol

    #85140

    Hi flowiesowieso,

    Deprecated errors:

    This is a common error with WAMP runing PHP 5.3.

    You should go to the WAMP homepage > addons > PHP > 5.2.x (latest one)

    Download, Install and then next time you start WAMP, you can click the menu-bar option (bottom right of the screen) and change the PHP version it’s running.

    This issue has been fixed for the next release of bbPress, so it’s only a small issue.

    Cannot determine:

    This is an upgrade issue.

    The easiest way is to head into phpmyadmin and look through your meta table and see if you see anything weird or blank. I know that’s kind of vague (sorry), but there’s a good chance you’ll see your URL slightly wrong in one of the fields (no http, or no localhost or something).

    let us know what you find.

    #85109

    I suppose what I might not have put across well is that I don’t want bbPress to become the monster that some of the other boards out there are. I’m very cool with lightweight and fast, it’s more that… bbPress has never had a “fixit” release y’know.

    • 0.8 added some new functionality while removing alot of the hardcoded stuff (remember when you HAD to set the time displayed to the time zone you server was physically located in?).
    • 0.9 added loads of new functionality
    • 1.0 added backPress and new admin section.
    • 1.1 is adding Anon posting and Email notification.

    For me, having things like https://trac.bbpress.org/changeset/2377 sitting in trac (for the 2nd time btw) for over 5 months is crazy. Why do we have to have a year between releases?

    I guess the way i’d put it is that there’s a difference between “basic” features and “standard” features in terms of forums. Simleys, BBcode, private messaging are fairly standard these days. I can absolutely live with them being a plugin. But the ability to delete a user from the backend inside the ‘3 click rule’ is a “basic” feature (why isn’t it one click?).

    There’s a whole lot of places, especially in the backend, where there is legacy code or integrated plugin code that’s just made to work with 1.0. Take editing your forums placement, it uses an old AJAX routine from 0.8 to send to a page that’s not actually part of the current admin set up, and has no hooks/actions/filters/triggers. No plugin can interact with it. (I’m not against AJAX or the use of javascript, but there’s only 1 place in the whole admin area where there’s no actual posting back of info, and it just so happens to also be the one place where there’s hooks/action/fiters).

    In my opinion, at some stage someone more intelligent than myself (not difficult) needs to have a look at bbPress on the whole, not in terms of X bits of code, but more in terms of the coding philosophy behind it. Not to make radical changes, but to make sure that it’s all going in the same direction.

    ==========================================================

    @johnhiler

    Thanks, i’d be very keen to know how you got round that particular issue, i personally got round it by writing a plugin after abandoning _ck_’s approach in her plugin.

    Finally,

    That said, please don’t (even jokingly) refer to anyone as an idiot!

    You’re right of course, apologises to anyone i did offend there. I write on these forums at about 3-4am my time as that’s the busiest time for the rest of [the board], and sometimes i forget to edit myself. I am sorry :)

    #76470
    johnhiler
    Member

    Do you have any programming resources or budget available? It’d be a pretty straightforward effort to upgrade the plugins to work with the latest bbPress version…

    #76469
    gruff1927
    Member

    This is currently a problem for me as well. Like nonegiven above, I need dual language WordPress/bbPress integration, i.e. I need the facility to be able to switch the language of the bbPress forum interface from within the forum interface. Ideally this could tie in to the user’s stated language preference, or the language of the referring webpage.

    However, I can only currently change the interface language by changing the settings in the bb_config.php file. This changes the language of the interface globally, which.

    Like nonegiven, I’ve tried the bbPress Language Switcher plugin by _ck_ as well as User Languages and these don’t seem to work on v1.

    Unfortunately, this undermines the usefulness of bbPress for multilingual websites. :(

    Any chance that this will be on the roadmap for the future?

    #33172
    Meraj Chhaya
    Member

    Hi there!

    I’m planning to create a device spec site using bbPress.

    I’ve got sketches with layout and functionality done, now I need someone who has PHP knowledge, who can play with bbPress themes and plugins.

    Please email me, or reply here.

    merajchhaya .at. gmail.com dot. com

    #85139
    Gautam
    Member

    Which PHP version are you using?

    #79855

    In my bbpress the polls plugin work only for Administrator.

    I set “participate” in who can add polls but nothing showing when I login as Normal User.

    What can I do ?

    #85063
    Taeo
    Member

    Thanks for all the compliments!

    And thank you Dan for pointing out my mistake! Doh! I’m sure there are a few other things I’ve missed along the way.

    Btw, less than 48 hours since it has been live and I’ve already seen over 1,400 unique visitors :-P

    #85062
    ipunkbali
    Member

    nice, its the best bbpress forum i’ve seen so far.

    #33170
    Alex Luft
    Participant

    Having some problem with the TinyMCE plugin.

    I uploaded to my-plugins, activated, but it doesn’t show up. It’s the only plugin activated. The header is set up properly as per another (old) thread here. Here’s the URL http://leaf-age.com/forum/

    Funny thing is, I have the exact same theme running on another bbPress forum, and TinyMCE works just fine!!!! Here’s the URL to that one – http://techsnack.tv/forum/

    Please help!

    #85061
    chandersbs
    Member

    wow – amazing, i’d never thought it was bbPress powered….. great job

    #85060
    johnhiler
    Member

    Seriously, this is a fantastic design!!!

    I also hacked bbPress to power a gallery… but my design wasn’t nearly as gorgeous as yours. Congrats on an awesome theme!!

Viewing 25 results - 45,651 through 45,675 (of 64,511 total)
Skip to toolbar