Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 11,501 through 11,525 (of 26,869 total)
  • Author
    Search Results
  • Unsal Korkmaz
    Participant

    FirmaSite 1.1.15 Released!
    http://theme.firmasite.com/firmasite-1-1-15-released/
    Color switch option for site title and taxonomy colors!

    Live Demo:
    http://demo.theme.firmasite.com
    Download & Official WordPress.Org page:

    FirmaSite

    #135564
    Jason
    Participant

    I’ve got a couple thousand users that I’ve signed up as WordPress subscribers using Gravity Forms User Registration addon. So none of these users have an actual “Forum Role” assigned.

    I’ve been using bbPress 2.2.4 for awhile now and after updating to bbPress 2.3.4, any of these users trying to view a forum get the 404 error page. I can fix the issue for an individual user by manually giving them a “Participant” Forum Role. Or if I put my site back to bbPress 2.2.4, forums come back for everyone.

    Also, what’s interesting is that forums come up fine if a user isn’t logged in at all. But after they login, 404 errors.

    Is this some sort of bug in the updated version, or did something change in this regard I should be aware of?

    =====

    And I’m not sure if this is relevant, but this is on a multisite network using Multisite User Management plugin.

    fmpweb
    Participant

    Hi – I’m having the same problem on a fresh install using Headway Themes: public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 308

    I created a new parent so that group forums aren’t added to the Forum Root.

    This is using bbPress 2.3.2, Buddypress 1.8, Headway 3.5.5 and WordPress 3.5.2.

    Thanks.

    Rachel Biel
    Participant

    @dani-girl, I got it to work! Whew!

    I did a lot of different things, including installing an older version of bbPress, but I don’t know if that matters. Actually, it probably does, because I was then able to see the forums on the backend again.

    What did seem to make a difference was downloading the Members Plugin and changing the roles for Administrator. A bunch of them were not checked, including the role of a Participant. I checked everything and was able to post again.

    https://wordpress.org/plugins/members/

    I hope that it doesn’t do this again. A major pain!

    #135531
    Tecca
    Participant

    At the moment, the only way to get a hierarchy is to do it with template edits. I haven’t gotten there since I’m working on WordPress, bbPress and BuddyPress all at once, so I can’t help you out there. There is a trac about it here, though: https://bbpress.trac.wordpress.org/ticket/1958

    Looks like it’s coming in bbPress 2.5, if there’s time.

    How did you go about getting the title for the freshness link? I was actually going to do that last night, but I haven’t gotten around to it — so a quick heads up there would be awesome.

    Oh, and a couple of examples of bbPress forums I’ve seen with a hierarchy (in case you’d like to see it live):

    http://tamrielfoundry.com/forums/
    http://www.dev4press.com/forums/

    #135527
    gezginrocker
    Participant

    I know this is an old topic, but here is my recent solution to this problem. You can see it live here.

    First install Collapse-O-Matic plugin.

    Then create a new page/post. And add the code below & save. I hope this helps.

    [expand title=”Add New Topic”][bbp-topic-form][/expand]
    [bbp-topic-index]

    #135504
    stuudio
    Participant

    This is actually a bbPress bug 🙂
    Please see http://bpsocialnetwork.wordpress.com/2013/07/21/spun-theme-compatibility/

    mkocher
    Participant
    craig
    Participant
    #135485
    Techknowledgic
    Participant

    Hey

    I am looking for forum to install on my wordpress CMS website and was wondering if I install bbpress plugin will it look like this forum ( bbpress.org) on my website or what?

    and what’s the difference between bbpress and buddypress?

    ty

    #135483
    dcleeds
    Participant

    Hi,

    I have searched but cannot find a plugin that works as a widget – it lists your latest topics, along with a thumbnail of the featured image you’ve added to the topic. The widget can be used in your main WordPress powered blog to promote the forum.

    Does anyone know if there’s such a plugin out there?

    Darren

    #135479
    isparchitecture
    Participant

    Hi. I’ve recently installed the bbpress plugin on my WordPress site along with BuddyPress. I’ve managed to setup groups and forums as well as topics, but when you click on a topic (as a normal web user) you are directed to a blank white page with <br> in the browser’s tab. Anyone have any ideas about what the error is and how to resolve it? Any help is much appreciated!

    Website is here – isparchitecture.com – if you care to take a look.

    #135474
    mottonr
    Participant

    Dedicated to SMEs, entrepreneurs. WordPress 3.5.2 + bbPress 2.3.2 and Turkish language. Updated weekly.

    http://www.kobiturkticaret.com/forumlar/

    Thank you.

    #135471
    peter-hamilton
    Participant

    Hello BB’s

    I am an beginner when it comes to wordpress/bbpress and have been playing around with it for a little while now.

    I am trying to create separate forums on my homepage, seperated by a unique forum/parent/category title like in this image.

    http://imageshack.com/scaled/large/853/p8hr.jpg

    Does anyone know how/if this is possible.

    I am trying (like a lot of you) to make bbpress a bit more like VBulletin and IPBoard, and this is/would be a major layout improvement.

    Thanks in advance

    P.H.

    marketmynovel
    Participant

    I am extremely frustrated with a recent install of bbPress and BuddyPress.

    My understanding is that, when you create a forums page with the same name as the bbPress forum slug, this page will show the list of forums.

    Mine did not. I finally used a short code on a new page and it gave me a list of forums – though the formatting leaves a lot to be desired.

    Unfortunately, every time you click a forum link on the page, it takes you to the listing of forums. You can never access the individual forums to post questions or comments.

    Thoughts on how to fix this?

    bbPress 2.3.2
    BuddyPress 1.8
    WordPress 3.5.2
    Responsive theme

    http://dev.brownfieldagnews.com/

    dbungard
    Participant

    There must be a way to do this. I am in includes/common/template-tags.php

    I see:

    /** URLs **********************************************************************/
    
    /**
     * Ouput the forum URL
     *
     * @since bbPress (r3979)
     *
     * @uses bbp_get_forums_url() To get the forums URL
     * @param string $path Additional path with leading slash
     */
    function bbp_forums_url( $path = '/' ) {
    	echo bbp_get_forums_url( $path );
    }
    	/**
    	 * Return the forum URL
    	 *
    	 * @since bbPress (r3979)
    	 *
    	 * @uses home_url() To get the home URL
    	 * @uses bbp_get_root_slug() To get the forum root location
    	 * @param string $path Additional path with leading slash
    	 */
    	function bbp_get_forums_url( $path = '/' ) {
    		return home_url( bbp_get_root_slug() . $path );
    	}
    
    /**
     * Ouput the forum URL
     *
     * @since bbPress (r3979)
     *
     * @uses bbp_get_topics_url() To get the topics URL
     * @param string $path Additional path with leading slash
     */
    function bbp_topics_url( $path = '/' ) {
    	echo bbp_get_topics_url( $path );
    }
    	/**
    	 * Return the forum URL
    	 *
    	 * @since bbPress (r3979)
    	 *
    	 * @uses home_url() To get the home URL
    	 * @uses bbp_get_topic_archive_slug() To get the topics archive location
    	 * @param string $path Additional path with leading slash
    	 * @return The URL to the topics archive
    	 */
    	function bbp_get_topics_url( $path = '/' ) {
    		return home_url( bbp_get_topic_archive_slug() . $path );
    	}

    I figure there MUST be a way to add the forum to the topics URL. I’m doing this because I have a action based upon the URL string and need to have all things on that forum associated with that at a URL level. I’m more of the design end than the development end of things and though I see it there I cannot seem to bridge the gap.

    I was also reading: https://bbpress.trac.wordpress.org/ticket/2258 – has there been any progress here?

    Customizing this has taken much longer than expected & I’d like to resolve this. Any thoughts would be appreciated.
    TY

    prikid
    Participant

    just installed fresh copy and have same issue. You can check on: http://ersi.stig.al/wp/
    login & pass: test

    Wordpress is in Russian, but the plugins are in English

    #135448
    pssawhney
    Participant

    Thank you

    #135447
    Tecca
    Participant

    I think the best place to ask would be in the support section for that specific plugin. And if you can’t seem to get it working with/without support, possibly try Yoast’s SEO plugin — I honestly believe it’s the best one around for WordPress.

    #135446
    pssawhney
    Participant

    I updated to the latest version of WordPress SEO and when I open my forums none of my threads populate and when I open a topic the most recent thread shows up but no user info or replies populate. I would like to continue using WordPress SEO as a lot of work has been done on it and afraid I will have to change to Ultimate SEO.

    Any suggestions would be appreciated. I am currently using wordpress 3.4.2 and bbpress 2.02

    #135432
    penny777
    Participant

    I am using the latest versions of wordpress and bbpress. After I installed my bbpress, created categories and forum and created a link to the index it won’t move up or down. I click on the link and it takes my to a page that doesn’t have a bbpress sidebar but it has a wordpress sidebar. I can’t move up or down in my forum. I read somewhere that my theme may not be compatible with bbpress WP Tweaks. Also, not all of my forum is showing. Where it say freshness is being squeezed to the left of my screen. How can I get all of my forum to show up on one page,how can I get my forum to move up and down and is there a way to have my forum show up in a separate window or page. In otherwords, I don’t want my wordpress sidebar to show up on my bbpress forum page.

    #135426
    Rachel Biel
    Participant

    BBpress has reduced the text editor to a minimal one that is really sub-par, in my opinion. I would really like to use something like a TinyMCE version that works for all of the users. There is this one, set up for bbpress, but only authors and above see it: http://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    We are an arts org and we need to have good ways to share visual content. I loaded GD BBPress Attachments which is fine for uploading images and docs, but you can’t insert them into the text: http://www.dev4press.com/plugin/gd-bbpress-attachments/

    I found this one: http://premiumsoftware.net/CLEditor/Index, but it’s not as nice as the TinyMCE ones that I’ve used and it shows the bbpress one (the minimal one) right above it, so that is confusing, too. Do you have any recommendations of what would work well for us?

    Site: http://www.tafaforum.com/
    We’re using the latest updates of bbPress, etc.

    I’m pretty savvy (even though I don’t write code) and I don’t even know what “ol” means, much less the other artists who are using our forum…

    #135423
    scr33ner
    Participant

    hi there. the problems seems to be not a normal behaviour. dont know why, but on a testpage i have no problems.

    i think thats this behaviour has nothing to do with my theme. perhaps with the following:
    – wordpress with german language file
    – many plugins installed

    someone can help me? do you need more information?

    #135413
    januzi
    Participant

    Hi

    I’ve got a problem with custom functions. I would like to modify tag link, but I can’t find proper file to put add_filter in. I tried functions.php in the:
    template directory, bbpress/, bbp-themes-compat/, bbp-themes/, bbp-twentyten/, but with no luck. I also created my-plugins/plugin.php but where do I find that plugin in the wordpress admin menu?

    Second question: is that bbp_get_tag_link or something else? I can’t find proper documentation for that.

    #135407
    shaimart
    Participant

    Hi, how can I remove the sidebar from my forum page? I’m trying to get a full width page for the forums. I’m using the 2012 default WordPress theme, http://goo.gl/kC0X2

    Kindly advise.

    Thanks!

Viewing 25 results - 11,501 through 11,525 (of 26,869 total)
Skip to toolbar