Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 15,451 through 15,475 (of 26,879 total)
  • Author
    Search Results
  • #39649
    vladoa
    Member

    I have installed bbPress as plugin to WordPress – everything works fine but when I am accessing a topic page the comment form is still visible. However this is not the case when displaying the forum page.

    Does anyone know how to disable the comment form on forums topic page?

    #108056
    Stephanie Leary
    Participant

    OK, changeset #3450 only partially fixes this problem. Even with a ‘bbp_user_register_redirect_to’ filter, the redirect_to hidden field still gets stomped by the first if() in bbp_redirect_to_field() — line 741.

    I tested this on my multisite install. With that first if() commented out, the redirect_to field is set correctly — but even so, I get redirected to the main site’s wp-signup.php.

    ETA: OH! I think we’re seeing two different problems here.

    On Jared’s single-site install, I suspect what’s happening is that the page containing the registration shortcode just isn’t doing anything with the checkemail query arg. So, it would be fine to have the user redirected back to that page, as long as the query arg generated the proper “check your email” notice.

    What I’m seeing on multisite actually looks like this bug in WP itself.

    #106973
    EddieG
    Member

    Thank you for this. I didn’t know I could block by IP at all, any way at all, without a plugin.

    Testing “Spam Free WordPress” now. At first glance it is effortless, automatic and accurate. I may soon test it on bbPress. :-)

    #39630
    Gustav820
    Member

    Hi!

    I’ve installed the BBpress 2.0 RC3 plugin for WordPress and it works fine. Sorry for a newbie question but how do you add a link to my forum on my homepage menu? I have Twenty Eleven theme and would like a link called “forum”.

    Can I also have like mysite.com/FORUM?

    Thanks! :)

    #107927

    @sureshdrim

    Facebook for Websites: Social Plugins for Your Blog and Business

    facebook-social-plugins

    140Share

    Facebook offers webmasters and bloggers a lot of options for integrating their platform onto websites. Consider the number of users that are logging into Facebook on a daily basis and staying logged in throughout the day while perusing the Internet.

    facebook for webistes infographic

    It makes sense that website owners would want to take advantage of the power of Facebook on their own sites, especially since Facebook is the most used identity when it comes to people signing into sites, as shown in the infographic above.

    The best part is that Facebook offers several social plugins that you can implement onto virtually any website, some with very little coding knowledge required. Let’s look at these plugins, and the reason why you would want to have a few of them on your site.

    Like Button

    The Like Button is probably the most well known and recognized of the Facebook social plugins. Like buttons can be placed on any page of your website and can be targeted to like the page that the button is on, or a URL that you specify. For example, you can have a Like button on every page of your site that, when clicked, will create a Like to your homepage.

    To get the code for the Like Button, simply visit the developer’s page, enter the URL you want visitors to like and then customize the other features such as layout style, showing faces of people who have liked it, width, wording (Like or Recommend), font, and color then get the code.

    If you want to incorporate the Like Button on a WordPress theme (say in your single post templates to work with each of your posts), you can use the following code in place of the URL:

    <iframe src=”http://www.facebook.com/plugins/like.php?href=&lt;?php echo rawurlencode(get_permalink()); ?>&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=21″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:100px; height:21px;” allowTransparency=”true”></iframe>

    #108167
    ArcadeBB.com
    Member

    I have the same configuration. Under “BuddyPress Component Setup”, I disabled bbPress forum.

    bb-config.php is only for standalone bbPress and not bbPress v2.0 plugin for WordPress.

    #108007

    @Anthony – bbPress 2.0 is a plugin for WordPress. Please don’t answer questions that you don’t know the answers to.

    #108095
    #108153

    You can try making topics hierarchical, but that might make things goofy in other places.

    You might need to buckle down and write your own custom rules to overload the ones that WordPress generates with the custom post type.

    #108181

    In reply to: Cannot access admin

    Made some progress. It appears I do not have the right syntax for: require_once(dirname(__FILE__) . ‘/../wp-load.php’)

    my site is located in the httpdocs folder and my bbpress is located in a folder (named forum) located in the httpdocs folder along with my wordpress install.

    Please advise…

    #106971
    EddieG
    Member

    OK. For the time being Akismet is out and Spam Free WordPress is in. Spammer Blocker is sidelined.

    – It offers unattended removal of machine-generated spam

    – It offers an IP blacklist

    If It works for Comments I’ll turn bbPress back on.

    I’ll let you know what happens.

    #108176
    Gautam Gupta
    Participant

    Oh oh, you’re talking about the new bbPress plugin. You’ve to put the language file in /bbpress/bbp-languages folder and if your WordPress blog is already Swedish, then the translations would get activated automagically. :)

    #39638
    Gustav820
    Member

    Hi!

    I have downloaded and installed BBPress 2.0 rc3 with WordPress and it works fine. I would like to change to Swedish so I have uploaded the two language files (.po and .mo) to /bbpress/my-languages/. But I wont get Swedish. What am I doing wrong? Someone told me to edit the settings.php in /bbpress/ but I cant find it?

    Thanks for helping me!

    #95718
    pavelevap
    Participant

    Hi, is there any chance to change Freshness values for localization purposes? Now, there is for example “5 days” and I need changing it to “5 days ago” due to localization problem (see https://core.trac.wordpress.org/ticket/18495 ). Thank you for your help…

    #95733
    pavelevap
    Participant

    Hi, is there any chance to change Freshness values for localization purposes? Now, there is for example “5 days” and I need changing it to “5 days ago” due to localization problem (see https://core.trac.wordpress.org/ticket/18495 ). Thank you for your help…

    #106970
    manager2
    Member

    My website caches all spam after updating bbpress plugin for wordpress(I am not talking about independent bbpress).

    I had to click spam on posts like you say before I updated, but now it works briliant.

    #39637
    LTR Admin
    Member

    I know this is probably an easy answer, but I couldn’t find a thread that explained it fully. I’m trying to install to a subdomain in my WordPress site. I add the folder to my “WP-Content>Plugin” folder, then activate it. However I don’t know how to make it point to my subdomain. I created the subdomain yesterday, so it should be active, I just don’t know if there’s a config file, or where in the WordPress settings I need to make the change. I’m installing bbpress ver 2.0, my main site is http://letterstoreason.com and the subdomain is http://forum.letterstoreason.com if that helps. I know it’s gotta be staring me in the face, I’ve just been Googling and can’t find the damn answer :S any help would be GREATLY appreciated.

    #39635
    honski
    Member

    Hello!

    Is it possible to get bbPress working in a WordPress multisite manner? I’d like to have users of my site to create own forums, preferably with own subdomains.

    If this isn’t currently possible, can the WP Multisite users create each an own forum under their multisite account? Is it possible to create the forum automatically for each new user?

    If these are not possible now, are you planning to create support for this kind of functionality in the future. I could be also able to write some simple hacks by myself, or a new plugin :)

    Couldn’t find an exact answer to this in the previous threads.

    #39634
    Billy Bryant
    Member

    Ok, I am setting up a new configuration and here is what I have:

    WordPress v3.2.1

    bbPress Plugin for WordPress v2.0-rc-3

    BuddyPress Plugin for WordPress v1.2.9

    I am going through the setup of BuddyPress and on the section “BuddyPress > Forums Setup” you are presented with two options.

    “Setup a new bbPress installation”, which from previous experience seems to install bbPress with ONLY group functionality no categories, and “Use an Existing bbPress Installation”, which is what I’m trying to use.

    The configuration issue I’m coming to is the next step is to define the path to the bb-config.php file; however, when using the bbPress plugin, bb-config.php is not created as it uses wp-config for all of its standard settings (auth salts/keys, database connections, etc).

    So how do i continue with my current setup and have fully integrated WP + BP + bbP without sacrificing on bbPress features by installing it from within BP and without having to install the standalone bbPress (I’d prefer to only have one admin interface)?

    Any assistance from the pros would be greatly appreciated!

    #108006
    Anthony
    Member

    Simply install bbpress into a directory on your web server. and add a link to the forum in your wordpress site menu. Do you need help installing bbpress?

    #108005
    ezat2020
    Member

    i am trying to make a forum for my wordpress website.

    the question is how to install bbpress in wordpress?

    #106060

    Can someone take a look at my forum page and let me know some reasons as to why my forum isn’t showing up?

    I’ve followed all instructions to a “T” and I’m obviously moving in the right direction because my “Theme natively supports bbPress” as stated in the dashboard admin panel and on my forum page, it’s at least labeled at the top in the breadcrumbs section that it’s a forum but that’s pretty much it.

    Also I know that things are installed properly with the plugin because when I switch theme to default it works as is.

    I just want to know if I’m missing something. I’ve moved all relevant files into my theme folder, and like I said before I’ve followed instructions to a “t” and I’m pretty knowledgeable with wordpress and theme customization but can’t figure this out at the moment.

    Any suggestions?

    Forum page is located here: http://theurbantwist.com/community/

    #108155

    You’d probably just need a plugin like you have for WordPress to upload avatars like https://wordpress.org/extend/plugins/add-local-avatar/

    You may need to fiddle with your theme, depending on how the plugin works, but as bbPress runs via CPTs it should just pull it in.

    #108123
    adv_user
    Member

    In fact, if you see my posts, two years ago, I sought it, at the time that the integration with WordPress was difficult:

    https://bbpress.org/forums/topic/sub-subforum-change-css

    Now bbPress has evolved a lot, because it has become plugin an easily integrated with the WordPress and BuddyPress.

    So I’m sure that soon this will be improved organization of categories.

    @anointed:

    https://bbpress.org/forums/topic/sub-sub-forums#post-11762

    Joining the contents of these two topics that I passed the link, you can get what they want (as you yourself said, tks), but let’s be honest…

    It is not easy for those who are only user

    (not even a beginning programmer)

    In other forums it is ready. Simply create categories and forums by default that the organization already does this separation. It should also be standard in bbPress.

    If you do not want the separation of categories, will not do it, but it uses different categories is because you want to be separated for better organization.

    So it is ideal to be implemented this improvement, and as you mentioned, many other features (as plugins).

    And preferably, as plugins for WordPress, which can be installed and automatically updated directly by the panel without having to use FTP, as are separate plugins bbPress.

    Suggestion:

    is that all plugins from bbPress and BuddyPress, stay in the WordPress directory, thus it will be much easier to use them.

    #108157
    pimarts
    Participant

    Since bbpress 2.x hasn’t had a proper stable release yet (the beta and release candidates so far have been good though!) there are not too many plugins yet.

    Plugins for bbpress 2.x can be found in the WordPress repository, just search for bbpress:

    https://wordpress.org/extend/plugins/search.php?q=bbpress&sort=new

    As for a text editor, you might want to try this:

    https://wordpress.org/extend/plugins/bbpress-post-toolbar/

Viewing 25 results - 15,451 through 15,475 (of 26,879 total)
Skip to toolbar