Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 28,476 through 28,500 (of 64,518 total)
  • Author
    Search Results
  • #121165
    DonnZhou
    Participant

    Hey guys,
    I was installing bbpress but then I get an error saying that bbpress tried to allocate more memory but failed.
    Any help?

    Thanks.

    #121162
    MumblingFumbler
    Participant

    Ever heard of Sorcerer’s Apprentice? It is a poem by Goethe, set to music by Paul Dukas, and visualized by Walt Disney in the Movie ‘Fantasia’. (See: http://www.youtube.com/watch?v=XChxLGnIwCU)
    In the movie, Mickey Mouse, the apprentice, dons the Sorcerer’s cap to animate a broom so that it will do Mickey’s chores for him. The broom soon gets out of control, and Mickey is forced to hack up the broom with an axe. But then each of the splinters of the broom become a broom, and Mickey’s troubles intensify.

    What does this have to do with bbPress? An interesting bug. The subscribe (and Favorites) toggle don’t work properly in Topics. Click once, good, state and text go to ‘unsubscribe’. Click again, good, state and text go back to ‘subscribe’. Click again, and nothing *appears* to happen. I’m new to bbPress, but I thought I’d take a shot at troubleshooting. The implementation uses javascript, jquery, ajax, and a wordpress jquery plugin called wpList. In the bbpress file topic.js, the function subsLinkSetup() is passed as an event handler for a click on the ‘Subscribe’/’Unsubscribe’ link. But every time this event handler is called, it ‘delegates’ a new instance of itself, and each new instance delegates a new instance, and so on…
    For each click, the number of event handlers grows as follows:
    Click # of Event Handlers
    1 1
    2 2
    3 4
    4 8
    5 16
    6 32
    n 2^(n-1)
    So after the second click, there are two event handlers.
    On the 3rd click, the two event handlers each delegate a new event handler(now there are 4), each toggle the subscription state, (essentially canceling each other out) and the state appears unchanged. Since the number of event handlers is always even, their collective execution will always return the subscription state to the same state as that before they were executed.

    Example: 3rd click, 4 event handlers, state: subscribed, Event handlers result in the following state chain: unsubscribed->subscribed->unsubscribed->subscribed, and were are right back where we started from.
    This is a dangerous bug, because when nothing happens, users tend to click again and again, and 10 clicks (for example) = 2^9=512 event handlers.

    A fix that works, but might not be the correct one, because it breaks the encapsulation of wpList (we must peer inside wpList to know that the event handler is bound to the subscription link via .delegate()) is to do the following:
    In topic.js, function ubsLinkSetup(), replace the line
    subscriptionToggle.get(0).wpList.process( subscriptionToggle );
    with
    subscriptionToggle.get(0).wpList.process( subscriptionToggle.undelegate() );
    This removes the event handler before adding it back.
    Parallel fix for favorites.

    Hoping to see some fix in the next release

    Mumbling

    #121160
    Hesi
    Participant

    Hi there !

    I installed the plugin bbPress, everything goes well, but I have the following problem:

    1. TinyMCE is not available in Visual and in HTML no buttons are available.

    2. In the headlines I often had multiple words, such as “Private: Private: Forum headline”(like this http://www.timewalks.de/projekte/probe/probe_02/forum2.jpg)

    3. When I “Create New Topic” or answers a post I get an error message appears:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘sc_save_post’ not found or invalid function name in /home/www/web468/html/wordpress/wp-includes/plugin.php on line 403

    Warning: Cannot modify header information – headers already sent by (output started at /home/www/web468/html/wordpress/wp-includes/plugin.php:403) in /home/www/web468/html/wordpress/wp-includes/pluggable.php on line 881

    When I go back and update the page, the text is available

    I assume this has something to do with my theme, because in the theme “eleventwelv” there have been no problems. Can someone help me to get the theme compatible? Thank you!

    The free theme is from antistar: http://www.screets.com/gp/projects/antistar_theme.html

    #121159
    Stephen Edgar
    Keymaster

    ‘Hierarchical replies’ or ‘Threaded Replies’ depending on what you want to call them are indeed coming to a future version of bbPress. ‘Quoting’ is also on the ‘todo’ list.

    #121155
    apet083
    Participant

    Hi I have the same problem! I used bbConverter! Anyone have any ideas??

    Thanks

    #121152
    wpmhweb
    Participant

    No I don’t. Never had to for other plugins and the very first time I installed bbPress didn’t have to either.
    So is it a requirement do deactivate all plugins?

    Thanks,

    #121148
    kannued
    Participant

    Do you deactivate ALL your plugins before updating?

    #121147
    ninjaface
    Participant

    Is that a plugin that is a viable solution to quote replies, or reply to other people who have replied? I am using bbpress 2.1.2, have tried the bbpress quotes but it has not been updated to work properly with this version.

    I would think this is a must have for most people using forums, how are you guys implementing this feature with bbpress?

    #121146
    ninjaface
    Participant

    I have tried bbpress polls and wp-polls but these have not been updated in a long time nor to do they work with 2.1. What poll solution is there for bbpress?

    #121133
    Stephen Edgar
    Keymaster

    @rbrightly As per this link, the latest version of the Pagelines Plugin is 2.0.2.

    The last version is 2.0.2 , you should update it from my plugins section in the pagelines store inside the wordpress admin panel

    If you do want to revert to a previous version you can find them here.

    #121131

    In reply to: bbPress permalinks

    andrewjag
    Participant

    so will not be any replies ?

    #121130

    In reply to: disabling breadcrumbs

    fiero_alleaten
    Participant

    When I add the function to functions.php I get a php error 🙁 Does it work with bbpress 2.2.2?

    #121126
    wpmhweb
    Participant

    Hi,

    I just want to note that since 2.0.3 release of bbPress (that’s when I actually started using the plugin) every time I update to the latest version I get the 500 server error, and the problem always gets resolved by rolling back to the the version that worked or when I overwrite the child theme I created with bbPress in the Theme folder with the latest theme in the bbPress update.
    Is this a known issue or it is just only me? There anything I have to change in the child theme before updating to the latest bbPress?

    Thanks,

    #121125
    fiero_alleaten
    Participant
    #121123

    Topic: User roles

    in forum Troubleshooting
    rmohney
    Participant

    I have a the latest wordpress installed and I am using a theme from themeforest called bounce.
    BBPress 2.2 and Buddypress 1.6.1

    The question I have is about user roles. I have a user that is set up as a keymaster for the site as well as the forum. When logged in the edit member shows up in the admin bar at the top while viewing a members profile page.

    When I click on edit profile or edit avatar or edit capability I get a sorry page not found. If I change the users site role from keymaster to admin all the above links work. The permalinks are the same when I roll over the edit links so I am confused as to why they show a page not found. If its being redirected because of the user rolls thats fine I just need a way to change it so a keymaster can edit a user. I would like a moderator or keymaster to be able to block a user and edit them without having admin rights.

    Hope you understand what I am trying to do. Im a pretty much new to all of this.

    I tried the user role editor plugin but was unable to get it to work.

    I have a another post with another issue concerning the users replies created pages I could use help on also.

    http://www.mohneyswebdesigns.com/billsdirtlatemodels

    I would be grateful for any help on either of these issues.

    #121122
    rbrightly
    Participant

    I have the same problem. Just upgraded to bbpress 2.2.2 with Pagelines 2.3.6, WP 3.4.2, and the bbpress for Pagelines plugin 1.0.6. Latest versions of everything, and all I get is a blank page: http://eversmartapp.com/forums/

    bbpress worked fine before the upgrade to 2.2.2. Any thoughts on where to find help? I’d like to downgrade back to 2.1 in the meantime if possible! Thanks.

    jujiso
    Participant

    I have installed Buddypress and bbpress in a single WP instalation and I don’t get to see the Aministration controls of bbpress in the dashboard. Both plugins are activated.

    Any ideas?

    Regards,

    Julio

    Timothy Couckuyt
    Participant

    Hey guys,

    Same goes with one setup of mine. I’ve tried updating both WP core permalinks and bbPress permalinks but nothing helped. I don’t recall setting any custom roles to my users apart from extra custom fields, but I think that doesn’t really trigger the issue.

    Any ideas? I’ve reverted to the old version in the meantime…

    #121117
    Stephen Edgar
    Keymaster

    Just add /feed/ to the end of the URL:

    eg. A specific forum eg. example.com/forums/myforum/feed/

    eg. A topic  example.com/forums/topic/this-is-my-topic/feed/

    eg. This topic here at bbpress.org
    https://bbpress.org/forums/topic/subscribe-to-entire-forum-or-rss-feed-of-entire-forum/feed/

    #121115

    In reply to: GD bbPress Tools

    remike
    Participant

    There is a problem with quoting function. I have got quoting enabled for all the roles. However, if I am logged in as a standard user (participant) I can ONLY quote my own posts and the topic header. Just like here: http://img820.imageshack.us/img820/757/quoteproblem2.png

    Is there any way of fixing it? It was mentioned a while back in the support forums, with no reply left…

    #121114
    fiero_alleaten
    Participant

    Hi, I’m having some issues with /forums/ page. It seems not formatted, and I don’t know how to modify it: http://taccuinodigaleazzo.altervista.org/forums/:
    All other subforums seem to work properly (example: http://taccuinodigaleazzo.altervista.org/forums/forum/prova-2/)

    Is there any way to fix this? I’m using wordpress 3.4.2 and bbpress 2.2.2

    #121112
    auco
    Participant

    Thank you OC2PS!
    That looks like it’s indeed the same issue I’m having using query_posts() in my theme which apparently became a bad thing to do during the past years 🙂

    That was really helpful, thank you so much for your hint.

    #121110
    SK
    Participant

    Been asked, answered https://bbpress.org/forums/topic/bbpress-2-2-2-released/
    (jump to my question)

    #121109
    auco
    Participant

    Hi,

    apparently, there were some major changes in the bbPress version 2.2 update (from 2.1). I’m having massive problems to get bbPress 2.2 to work with my custom theme. It used to work nice with bbPress 2.1 (and it still does if I’m reverting to 2.1), but there’s just no more output from bbPress 2.2.

    Custom plugins don’t seem the cause, can’t see any difference in activating or deactivating them.

    The strange thing is, that there is no output from bbpress, so it’s not a question of style but a question of how to trigger bbpress output if not through content() ?

    I know that it’s a theme issue because it runs fine with the twentyeleven and the WPTouch theme.
    I already tried inspecting if it’s an excerpt() issue (it’s not) and checked the page for is_bbPress() to no avail.

    Is there a document that describes theming and theme integration for bbPress 2.2 or how to migrate from 2.1 to 2.2?

    Or has anyone else had this issue with your custom themes?
    I already checked this, but it didn’t help either: http://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/

    Cheers!

    #121107
    sunflyer
    Participant

    how can I fix this when it wont work in my theme ?

Viewing 25 results - 28,476 through 28,500 (of 64,518 total)
Skip to toolbar