Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 15,351 through 15,375 (of 26,846 total)
  • Author
    Search Results
  • #107809
    #108436

    In reply to: bbPress 2.0 plugins?

    I’ve been told all bbPress 2 plugins are hosted on WordPress.org in the plugin repository.

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

    #108170

    Regarding: 2, bbPress allows for easy customizing of its slugs, so you can prevent them from colliding. Admin > Settings > Forums

    Regarding: 3, Site Tracking is only visible on Network Activated installations of BuddyPress. Otherwise it is on by default.

    #108502

    Since WangGaurd is for bbPress 2.0, it should be in the WordPress plugin repository so bbPress 2.0 users can download it via the WordPress dashboard.

    #106079

    Everything in bbPress and BuddyPress is coded using the WordPress actions API. There is absolutely no reason to modify any core files to do what you want to do. There are plenty of examples on how to accomplish what you need on the WordPress codex, and even in the bbPress code itself.

    Before you start chopping out pieces of core code, try to understand why it’s there. If you have questions on a specific piece of code in bbPress, open a new topic and I’m happy to explain why it’s there.

    #108169
    enderandrew
    Participant

    1. Install Buddypress 1.5 beta.

    2. Turn off the built-in forums in Buddypress or the two will fight over the “forums” slug.

    3. Turn on Buddypress Site Tracking component. This is specifically how Buddypress sees bbPress posts.

    4. Install bbpress 2.0

    That should be it.

    #108168

    So what does one doofo make Buddypress and bbpress 2 speak to each other?

    Let’s assume were using Buddypress’s default theme.

    #106077
    enderandrew
    Participant

    @woodwardmatt At the moment, I’m primarily interested in color changes, so that would work. However, with all the plugins I’m using in WordPress and Buddypress, each page load is calling tons of CSS files. I’m trying to cut down on page loading time and all the http get requests. I’d prefer not to load one CSS file, just to load another to overwrite it.

    #106076
    woodwardmatt
    Member

    @enderandrew – If it helps at all, all I did was leave the default setup in place, having installed the bbpress 2.0 plugin. Then include a new custom css file (in the directory of my wordpress theme) and link to this beneath the call to the wp_head() function in the wordpress theme (e.g. in my header.php) – to ensure the custom css file overrides the css included by bbpress.

    I simply them overrode any of the styles that I wanted to change from the default. This is a fairly old-school approach to re-branding, but is perhaps one of the least invasive. This wont allow you to change very much of the layout but will allow you to change some of the styling to more closely match your brand and will give you a certain amount of protection against change as the plugin gets updated.

    Hope that helps :)

    #107144

    Would not be difficult to turn on WordPress’s existing oEmbed functionality.

    #108524
    jabbamonkey
    Member

    I did a search in PLUGINS on this site, and didn’t see a BuddyPress plugin. So, I did a web search for it. Is BuddyPress the social networking WordPress plugin? Does it tie in to BBPress 2.0 easily? Or is it something extremely difficult to do? Do the bbpress short codes (for creating a register page) still work with BuddyPress?

    Also, the required or optional option is good. Is there a way to make fields that are HIDDEN from the public?

    #39751
    #39749
    netlogged
    Member

    I have installed bbpress as a plugin.

    How can i switch to different theme. Right now bbpress is using my wordpress active theme.

    i have also downloaded and put a theme in my-templates directory but cant activate it

    any suggestions?

    #39748
    Jose Conti
    Participant

    Hi to all,

    I have a problem for reply on WangGuard plugin page: http://bbpress.org/plugins/topic/wangguard/ and I can not answer the questions.

    I’m the WangGuard Developer.

    WangGuard ONLY works on bbPress 2.0+, WangGuard DO NOT work on bbPress 1.x

    bbPress 2.0 is a WordPress plugin.

    bbPress 2.0 is a WordPress plugin and use the WordPress registration page. That means bbPress 2.0 will fight with sploggers software. The Captchas or reCAPTCHAs not work with this splogger softwares because they jump or crack Captchas and reCAPTCHAS.

    Really, only WangGuard will help you with that sploggers or unwanted users. If you don’t use WangGuard, your database will become bigger and bigger.

    Now, concerning questions on the plugin page:

    @miracleren : Thanks a lot

    @Yosemite : You are installing WangGuard on bbPress 1.x and only works on bbPress 2.0+

    @iPad 2 kopen : really low people with bbPress use WangGuard, but on WordPress there are more tha 5.000 sites with WangGuard installed. WangGuard is 5 month old and has stopped more than 740.000 (148.000/month) unwanted users. when all bbPress users will upgrade to bbPress 2.0 may use WangGuard.

    @PS Vita Forum : WangGuard works like Akismet but for users. Akismet filter the comments on WordPress and the Topics on bbPress. WangGuard filter the users on the registration page. If a user is a Splogger or a unwanted user, WangGuard will block the registration. Too, with WangGuard you can look for a splogger or unwanted user on you database, if WangGuard find a splogger or unwanted user, it will be marked as splogger and spam user and you may delete from the database, that works with a wizard.

    Regards

    #107861
    Jose Conti
    Participant

    Hi John James Jacoby,

    WangGuard only works with bbPress 2.0+ (plugin) because bbPress is a WordPress Plugin.

    WangGuard DO NOT work with bbPress 1.x

    sutiejsk has installed WangGuard on bbPress 1.x.

    On WangGuard bbPress plugin page (https://bbpress.org/plugins/topic/wangguard/) you can read “Requires bbPress Version: 2.0 Alpha or higher”

    #106072
    woodwardmatt
    Member

    That would make sense. I think the key message is for myself (or anyone else reading this afterwards) is that the templating for bbpress is not intended to follow the same structure / approach as wordpress – that’s definitely where my confusion started to creep in.

    For the time being I’m likely to opt for overriding the CSS to provide the branding I require and stick with the current layouts in the default theme until the plugin’s had chance to settle in and some of the examples you mention have had chance to come about. I’d be interested to see more on the “bbPress Pack” approach in good time :)

    Thanks for all the insight, most useful!

    #106069

    @woodwardmatt: Thanks for the kudos. :)

    The theme layer is complicated because there is no easy way to create a new type of content in WordPress without the theme supporting it.

    Originally you *had* to use a bbPress theme (bbp-twentyten) but that was only so I could build something out of nothing. Once I had a theme, I made shortcodes that use individual template parts so things could live anywhere and still look the way the theme looks. Lastly, I built the whole abstraction layer that used the shortcodes to output content where it belongs without you needing to do anything about it.

    The thing is, there is only one bbPress 2.0 theme in the world right now, and it’s the one that comes with bbPress 2.0. I’m not opposed to including more theme’s in core, but I think it’s someone else’s turn to make the next one.

    To your request: Currently impossible. :) Plugin updates delete the parent folder and recreate it with new contents. No way to avoid it getting wiped out. :/

    To your reason: Makes sense, and if we want to make more bbPress themes for core, we can. Then you can pick which “style” of bbPress you want inside your existing theme. Advanced developers still get the flexibility they desire. Win/Win.

    Payment: Delicious :)

    #108409

    In reply to: permalinks?

    Link me to your site. The breadcrumb is designed to avoid duplicates, so it shouldn’t be happening like that.

    The permalinks are working the way that WordPress is designed to make them work. This is actually the same way that bbPress 1.0 has worked since the very beginning.

    #108497
    #106068
    woodwardmatt
    Member

    @John – First of all, can I say what an awesome move to having bbpress as a plugin is! For the average user wishing to get forums up and running, you couldn’t ask for better! Nicely done!

    On more of a developer level I, the same as many of the guys posting, are probably a little thrown on the templating side of things. Just to clarify, I’ve joyfully created my fair share of wordpress themes and was looking forwarding to getting to grips with bbpress to do similar. At this point I can’t help but feel the templating side of things seems a little crazy (read awkward and unintuitive) unless i’m misunderstanding.

    By means of throwing my two pence into the discussion, I’d love to see the same approach for bbpress as was undertaken for wordpress. Namely the opposite of the following:

    DO NOT put any custom themes in “/bbpress/bbp-themes/” as they will get wiped out when you update bbPress.

    I love that bbpress has picked up the overall theme from wordpress but having the theme for the bbpress UI elements self-contained and separate from the wordpress theme would most likely clear up a fair bit of the confusion / frustrations. I know such a comment is easily made outside of understanding the full intricacies of the platform and that making such a change would no doubt have greater implications. However and to be honest, that was the approach I was expecting – most likely given the approach I was used to with wordpress. I know a similar comment has already been made, I’d just like to tip my hat to it, and raise it again for your consideration.

    Request: Custom bbpress themes to reside in “/bbpress/bbp-themes/” without risk of removal upon updates.

    Reason: To retain better / cleaner organisation of theme files and reduce complexity of theme development. (The replies / questions above are testimony to this)

    Payment: Pizza of your choice! ;)

    Once again awesome job, and hugely appreciate all the hard work!

    #39744
    rayv
    Member

    hi there guys,

    i’m using a rockettheme wordpress template and seem to be having issues with the beta 2 profile pages. whenever i click a username on the forums to visit the bbpress profile page of that user, it is a completely unformatted page consisting of:

    >

    Home

    About Us

    Page 3

    Page 4

    Forums

    Logout

    Fatal error: Call to undefined function get_query_type() in /wp-content/plugins/gantry/core/gantrybodylayout.class.php on line 94

    I don’t know what to do. That’s all that appears on the page. That first “>” is indicating to me that there’s something wrong in a code somewhere, maybe thats an extra “>” or there’s another missing “>” or something. im not too experienced with php or wordpress, but im comfortable editing it if given instructions. if anybody could help me on this issue, i would be extremely grateful – i’ve been trying to fix it for a few days now.

    thanks, i hope somebody can lend a helping hand!

    (by the way, this exact same thing happens, with the same error too, when i click ‘EDIT’ to edit a post other than the first post in a topic.)

    #108492
    thomseddon
    Member

    War82, the answer depends on your theme.

    Most likely, your theme will generate the links in the menu bar automatically from your pages.

    In this case, the easiest solution for you would be to add a simple redirection plugin such as this: https://wordpress.org/extend/plugins/redirection/screenshots/ (first result if you search ‘redirect’ from the ‘add new’ plugin page in your wordpress installation)

    Then you would just create the page “Community Forum”, copy the URL of the page (e.g. http://www.yourblog.com/community-forum)

    With the plugin installed and the page created you would just go into the redirection plugin setting menu and add a redirect from the community forum url to your forum url (www.yourblog.com/forums by default)

    Good luck

    #39743
    War82
    Member

    Im new to both wordpress and bbPress forum, however i got it to work and both the website and forum are up and running.

    The only problem i have is: I cant seem to figure out how to link my forum to one of the menu bar buttons. Lets say i have a menu button called ” Community Forum “, when someone klicks that menu button i want the forum to show.

    How do i link the forum page to the Community Forum menu bar button? Ive pulled my hair for hours trying to figure this out. :D

    Oh, one more thing. What file should i edit to fix the background and text on the forum?

    Thats all, thanks for a lovely plugin!

    I find it astonishing that there are a hundred template files with no explanation as to what any of them do.

    I installed bbPress on top of WordPress. Can somebody help me out here? I’m trying to separate postings (space them apart so their not so close to each other) by using my CSS file, but for the life of me I can’t get it to work, although I am able to make other alterations.

    Any suggestions?

    Test board:

    http://webmasterfaqs.org/forums/topic/another-topic/#post-159

    #108466
    Gautam Gupta
    Participant

    This can be easily done with plugins which do it for WordPress like this one. :)

Viewing 25 results - 15,351 through 15,375 (of 26,846 total)
Skip to toolbar