Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,951 through 36,975 (of 64,515 total)
  • Author
    Search Results
  • #106860
    master5o1
    Participant
    #106859
    master5o1
    Participant

    Ok, I’ve enhanced the extra-bar deletion JS so that it finds them all and deletes all except the last one. Because, assuming that the post form is at the bottom and such….

    But it’s still dependant on the above action.

    Not sure how to get past that yet without more code reading…

    (The whole JS thing is really just a hack until I do find out where to hook it into properly).

    Will update the zip file in a moment.

    #106858
    master5o1
    Participant

    Yeah, I need to figure out some stuff about that. It’s because I’ve hooked it into this:

    add_action( 'bbp_template_notices' , array('bbp_5o1_toolbar', 'post_form_toolbar_bar') );

    I then delete it using javascript if the bbp-reply-form or bbp-topic-form textarea elements aren’t on the page.

    I’ll look for a way to fix it in a moment.

    #106857
    selise
    Participant

    thank you for this plugin! i’ve installed it to test (on my very slightly modified twenty ten them) and the one problem i have is that the tool bar shows up at the top of the page and not just in the add topic/reply box.

    master5o1
    Participant

    Oh. Just noticed that’s really just a place holder one.

    If you had the buddypress bundled forums set up then it would be in root dir of WordPress. Don’t need to delete anything if the buddypress bundled forums aren’t set up.

    master5o1
    Participant

    and buddyPress plugin, latest version. (bbpress forum component is disactivated,

    because I dont know where to find the bb-config.php file in a bbpress plugin install ???)

    ./wp-content/plugins/buddypress/bp-forums/bb-config.php

    idk about the rest of your post.

    #106872
    John Conners
    Participant

    Sounds like you want to check something like this:

    <?php if( bbp_is_forum() || bbp_is_topic() || bbp_is_reply() ) {
    echo "iam_forum";
    }
    ?>

    #38859
    caneblu
    Participant

    Hi, trying to integrate in my template BBP, but i need to made some special changes in sidebar.php when the user are in forum’s.

    to initial check i write in the sidebar.php

    <?php if( bbp_is_forum() ) { echo "iam_forum";

    }

    ?>

    but the echo is visible in every page/post not only in the forum… what’s wrong?

    #38858
    payamb
    Member

    hey guys, i’v installed and integrated these two friends.

    BBPress is recognizing wpmu users and allow to login but when i login with my super user in BBPress, i dont have any administration ability,

    i set the rules for wordpress super user in bbpress settings, but its not working, and i cant in anyway go to bb-admin and change any setting :(

    any suggestion ?

    thanks.

    #106856
    caneblu
    Participant

    Nice!

    #38856
    adjin
    Member

    Hi

    Trying to install bbpress PLUGIN + buddypress …

    Buddypress aks for the path to bb-config.php file …

    But I think this file doesnt’ exist anymore in the plugin version ?

    Can’t find it.

    So I cannot activate the Forums component of buddypress.

    Any help appreciated.

    adjin
    Member

    a Strange bug here :

    I have bbpress as a plugin in WordPress ; both upadated to the most recent versions.

    I also have S2Member plugin running (compatible with bbpress 2 plugin)

    and buddyPress plugin, latest version. (bbpress forum component is disactivated,

    because I dont know where to find the bb-config.php file in a bbpress plugin install ???)

    My theme is Dynamix, (it is buddypress and bbpress compatible)

    Now here is the problem :

    I created all My forums and categories.

    I’m happy with it, the tree is looking good, and I can navigate it !

    BUT as soon as I post a New Topic, I can no longer navigate the Forums …

    The URL in the browser’s adress bar is changing accordingly to my moves

    BUT the only thing I can see is this topic that i posted !! …

    If I clic a link back to the BLOG area of wordpress, I can see my posts correctly and navigate.

    But if I clic again (or type an URL) on any of my Forums links, I am presented again with this TOPIC !!

    Also … I have a link to my FAQ page (which is a normal wordpress PAGE)

    and this link also brings me back to my infamous Topic (instead of displaying my FAQs) …

    (although the URL is the FAQs URL …)

    Now if I try to create more Topics, I will see only the first one I wrote …

    And if I delete all Topics, everything is back to normal …

    and I can see my Forums Navigation tree again (my FAQs as well) !

    How crazy is that ?

    Any Help appreciated.

    #106830
    master5o1
    Participant

    Assuming you have name based permalinks on you WP+BBP or bbPress-standalone installation:

    On a standalone bbPress install a user’s profile is: /profile/master5o1

    E.g. https://bbpress.org/forums/profile/master5o1

    For bbPress 2.0 (the WP plugin) the user profiles at default are: /forums/users/master5o1/

    Also perhaps /users/master5o1/, depending on settings.

    E.g. http://dump.master5o1.com/wpbb/users/admin/

    /wpbb/ = install directory for my WordPress + bbPress 2.0 testing site.

    Basically, clicking the “member”/”key master”/etc link on standalone bbPress or the user’s username of bbPress 2.0 appears to take you to their profile.

    #38853
    master5o1
    Participant

    I’ve just made a post toolbar that works with bbPress 2.0, and extends a bit of kses in WP (adds <span style=""> and image posting support).

    Link to zip: http://dump.master5o1.com/files/bbpress-post-toolbar.zip

    The toolbar looks like this with the Link panel open:

    http://dump.master5o1.com/files/images/toolbar.png

    (the Bold button in the screenshot has the :hover css applied)

    Under help, one can reach an ‘About bbPress Post Toolbar’ panel which states the version of the and that I made it (but no link).

    The extending of kses to allow <span style=””> in the allowable tags is necessary for the font sizing, colouring, underlining, strike-through, and text alignment.

    The options page in WP Admin has the following:

    Use customised smilies?

    Yes No (default)

    Allow embedding of Youtube videos?

    Yes (default) No

    Allow text-alignment buttons?

    Yes No(default)

    Allow images to be posted?

    Yes No(default)

    Link to zip: http://dump.master5o1.com/files/bbpress-post-toolbar.zip

    I have requested plugin hosting for WordPress Plugin Directory and I’m waiting for it to be approved, etc.

    In the mean time, any comments and feedback from testing, etc would be help.

    #100668

    In reply to: bbPress 2.0 – FAQ

    packzap
    Participant

    Yes, what is the migration path from bbPress 0.9.x installs to bbPress 2?

    #105768

    In reply to: bbPress 2.0 – FAQ

    packzap
    Participant

    Yes, what is the migration path from bbPress 0.9.x installs to bbPress 2?

    littlealex
    Member

    Hi, I am new to bbpress and relatively new to WordPress. I haveBBPress 1.0.3 installed and integrated with WordPress 3.1.2 but what now?! I know it’s integrated as I can add a user in bbpress and it appears in the Users area of WordPress as I believe it is meant to. The only thing is that when I look at my bbpress install here:

    http://andrewsoames.com/footballdads/wp-content/plugins/bbpress-1.0.3/bbpress/

    I don’t know what to do next!

    All I see is the following with the bbpress logo:

    “Just another bbPress community

    Welcome, admin | Admin | Log Out

    Search:

    Hot Tags”

    If I click on Admin I just get a blank page come up – there must be something wrong with the confihuration but I’ve no idea where to start – any ideas anyone? I should add that I’ve had a good look at previous threads and googled this but had no luck so far…Help!

    Thanks in advance…

    #106829
    jdowen
    Member

    Where are they located? Can anyone view profiles?

    #38849
    janoochen
    Member

    I’m not sure if there is a bug in my bbPress installation (running bbPress 2.0 beta 2) or it is not included.

    If not, what’s the easiest way of adding a tag cloud for topics?

    #38845
    CoryOBrien
    Member

    I was able to successfully get bbPress installed: http://brewreview.com/forums but it’s pulling in the sidebar from my blog. Inside of a topic, it then pushes the sidebar down below the forum: http://brewreview.com/forum/general/beer-talk. Is there an easy way to just remove the sidebar?

    #106530
    svedman
    Member

    The live example looks fine to you, or the code in a newer version than bbPress 2.0-beta-3 looks fine to you?

    The live example clearly says:

    “Dette forumet inneholder 0 topics og 0 replies.”

    “topics” and “replies” are English words and should be translatable. They aren’t.

    #95558

    Anyone know how to make the forum tab on the navigation is highlighted when the forum page (including topics) displayed? I’ve tried both themes bp-default and Twenty Ten but it did not happen.

    #106827

    In reply to: Optional Avatars

    mystifier
    Member

    Ah, thanks, I don’t use comments and assumed that avatars was a BBPress addition because there is no option to upload one in WordPress User Profile.

    I also got rid of the “You may use…” with a list of html tags messages, that are more untidy than useful, which I could probably have also turned off somewhere as well then ?!

    #106741
    Erlend
    Participant

    From where I’m standing, your opinion seems swayed in our favor already :D Anyhow, stay swayable!

    I of course agree, there is an abundance of fun ideas when threaded comments are added to the mix.

    I can run another cool use-case by you: I’ve always had big plans for DJPaul’s Achievements plugin. The one feature keeping me from implementing it in my community site is the lack of a visible in-forum reward, as we rely on BP’s forums much more so than the activity stream. With comments, the Achievements plugin could post awarded achievements as comments to the “instigating” post.

    As for nested comments in the average forum, I actually see it as a positive evolution. Yes, the goal is linear conversation, but anyone who’s spent some time on a forum knows that linearity is a fragile thing. Over the years, moderators have been given some good tools to stand their ground in the name of good practice, such as splitting, merging, and deleting of individual posts. I believe (single-level) nested comments are a fine addition to these tools, especially if moderators were given the ability to convert posts into comments, and vice versa.

    Lastly, though maybe you’ll think me odd for wanting to make this separation, I for one commonly make two-sided posts: “A personal gesture” + “Down to business”. In the case of this thread, I for one would not have minded entering my first paragraph as a mere comment to your post, and then make the rest of this post the actual on-topic reply. Actually, I think there’s a way of going about that without it seeming weird. I’ll try mock something up.

    Edit:

    Alright, here’s a mockup of my idea:

    https://i.imgur.com/sBzHj.png

    Call it like you see it ;)

    #95557
    tooltrainer
    Member

    OK, whew… not something on my end that managed to corrupt all those files. Had me worried since nobody else seemed to mention them!

    Jonathan

Viewing 25 results - 36,951 through 36,975 (of 64,515 total)
Skip to toolbar