Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 13,926 through 13,950 (of 26,880 total)
  • Author
    Search Results
  • I’ve followed bbPress’ development off and on since it first came out (aww, when it was a wee thing). It’s made many, many functional improvements since (good job, everyone!), but it’s lacking in the documentation department, and documentation is what has always made WordPress so great and accessible. For bbPress to really become a part of WordPress, even just as a plugin, the documentation needs to be better.

    After so many years in development, I expected there to be more documentation when I gave bbPress a try this time around. Instead, there was a lot of teeth grinding and guesswork on my part, mainly because there’s so much conflicting information about how things work, not to mention all the old information that’s no longer relevant. But I did figure it out (screenshot of my work to prove it!).

    I know bbPress 2.1 is in development and (may be) coming out soon with many new bells and whistles in regard to themes, but I feel for anyone struggling to get the current version to work. As such, I wrote some documentation. Which may or may not be placed in the wrong location of the Codex because there were no instructions for it, either, that I could see. (Sorry, admins!)

    bbPress is still geared to the web-savvy at the best of times, I’d say, so I didn’t try to go into minute detail with all my instructions; rather, I tried to make it clear what should be done for the current version. I hope it helps someone!

    #113817
    DarwinsDream
    Member

    Thank you Key Master :) Wish I was the damn gate keeper cause then i would understand what’s going on here. lmao!!!!

    Here is my issue at hand and then I guess I will have to decide whether or not to move forward. I am trying to make a media sharing site that is merely a “forum” of my site ( http://www.soundhampton.com/the_knowledge_forum ) to lead traffic back to my business site ( http://www.soundhampton.com ).

    I was going to use bbpress for the forum side but the more I try and implement it the deeper I get into issues that take me months to figure out. Every issue I have been able to handle except this one.

    John I totally under stand why shortcodes are not allowed. It makes complete sense. I read up on the security issue post you wrote about from day one of this media player issue and did not take your advice :P now…. here I am.

    To be honest I kind of always knew that even if I did get the shortcodes to work. I would have to make changes in the future to secure my forums from shortcodes.

    so, moving forward :)

    Can you guys suggest a proper media sharing community plugin / addition to wordpress I can even point the URL to a different folder. Now Im just rambling.

    I have no clue how to build a plugin :P

    If you’re using the bbPress plugin for WordPress, it will put its data in the same database tables as your WordPress installation.

    There is an “uninstaller” in development, but I suspect most people won’t ever want to completely destroy all of their data.

    The only security concerns would be the ones you create, like allowing them to be Editors or Admins. The default user role prevents Subscribers from doing anything malicious.

    wpmhweb
    Participant

    Hi,

    I am really looking forward to include bbPress in my WordPress site, but I have these questions that right now is stopping me from doing it: Is safe to install bbPress in the same database that WordPress is running on? There is a clean way to automatically uninstall bbPress in case something goes wrong? Is there any security concern letting visitors register right into WordPress?

    Thanks,

    #113816
    DarwinsDream
    Member

    wordpress 3.3.1

    with sliding door theme

    bbpress 2.0.2 as plugin

    default theme

    Clearly links that don’t function isn’t normal; if everyone had this issue, 200k other bbPress users wouldn’t be using bbPress. Sorry if bbPress didn’t do what you expected, but it’s working great for many others.

    Overall, it sounds like your theme is the culprit, and that you don’t like the way it looks. That’s a design decision; one that you will need to solve on your own if you don’t like the default styling.

    bbPress has never tried to be exactly like “all the other forum software.” The philosophy is to be the smallest and simplest to use, and I think it accomplishes that pretty well inside of WordPress. If it’s missing things you wanted or expected, you are free to build those things yourself.

    Thanks for the feedback.

    #113814

    What version of bbPress/WordPress are you using?

    #113811
    DarwinsDream
    Member

    nope nothing man. I have longtail looking at this issue too, but something tells me they are going to blame bbpress which is crap but we know the way plugin developers are.(no offense to you at all Jared)

    longtail was like have you tried disabling bbpress yet ?

    *palm to face and shakes head*

    I don’t think they get it….

    such a weird issue, is there a way to just load the plugin in bbpress and make the plugin think it is wordpress?

    #113808
    DarwinsDream
    Member

    k, I switched to twentyeleven theme and disabled all my plugins except bbpress and jwplayer for wordpress. I verified the div of the bbpress content box with firefox inspect element and put extra code in my functions.php to compensate for missed div tag code in the functions.php. here is what i put on top on functions.php as an injected php script within functions.php

    <?php

    add_action( ‘bbp_reply_content’, ‘do_shortcode’);

    add_action( ‘entry_content’, ‘do_shortcode’);

    add_action( ‘bbp-reply-content’, ‘do_shortcode’);

    add_action( ‘entry-content’, ‘do_shortcode’);

    ?>

    <?php

    /**

    * slidingdoor functions and definitions

    blah blah blah php blah blah blah

    then also a double attack at the end of fuctions.php is here

    }

    endif;

    add_action( ‘bbp_reply_content’, ‘do_shortcode’);

    add_action( ‘entry_content’, ‘do_shortcode’);

    add_action( ‘bbp-reply-content’, ‘do_shortcode’);

    add_action( ‘entry-content’, ‘do_shortcode’);

    —funtions.php ends here–

    -I see other plugins intereacting fine with short codes ie [video] in my bbpress forum but not [jwplayer] can i attach this in css ?

    -Is there a very messy way to go about this and edit every file in my bbpress plugin folder?

    -Am i better off installing bbpress as stand alone instead of plugin?

    -I’m I going about creating a media based user interactive site the wrong way when choosing wordpress w/ bbpress?

    I’ve literally spent 90% of my time just trying to get what I want to work and edit it so its all tight. This issue is a brick wall and everything is stopped until this issue is resolved. So really am i just going nuts trying to reinvent the wheel?

    Thanks guys…..

    The fix it for payment offer always stands until its fixed. That goes for everyone not you Jared :) But feel free lol

    #45150
    Antonio
    Participant

    Is it correct that when the request is ?post_type=forum WordPress loads (through the function bbp_template_include_theme_supports()) the file page.php? It should not load archive.php or (better) archive-forum.php? Why this happens?

    #109929
    big_ham
    Member

    There is nothing to work out IMHO. mjpg (posted above) has provided the ideal “Work Around” that I think is perfect. Use another plugin to augment this one and provide even MORE flexibility to your permissions.

    Don’t ask the bbPress developers to take their time to reinvent the wheel when someone else has already done it. The Drupal community is excellent at referring to each others modules as “dependencies” for certain functionality.

    WordPress has a ways to go in this respect, but I have to admit bbPress is better than any of the Drupal offerings when combined with a nice $40 theme purchased online. The phpBB –> bbPress transfer tools are also both quite useful. I just switched to bbPress and plan to be using it for a long time to come so keep it coming guys! Great work!

    #113857
    briggsy326
    Member

    Sorry it took me so long to get back to you on that. I did exactly what you suggested, redrudolf, but all that did was create another ‘bbPress (Twenty Ten) 1.2 by WordPress and bbPress teams’ theme. Thanks anyway.

    I have been trying other things too but can’t seem to work out what I should be doing – I think I need someone to walk me through it step by step. lol

    #45149
    briggsy326
    Member

    I’m something of a novice when it comes to bbPress, sorry to say. And although I have spent a fair amount of time searching for how to do what I want to achieve I can not find a way that I can follow!

    I am using WordPress and have installed the bbpress (version 2.0.2) plugin and I want to alter the layout of it.

    I was looking at this link: http://wp.smashingmagazine.com/2011/11/15/getting-started-with-bbpress/

    and currently the layout I see very much looks like this:

    http://media.smashingmagazine.com/wp-content/uploads/2011/10/sm-bbpress-forums.png

    but I very much want it to resemble this (not exactly):

    http://media.smashingmagazine.com/wp-content/uploads/2011/10/sm-bbpress-dropbox.png

    Sorry if this seems like such an obvious thing to do, but I really am at a loss of where to start.

    Thank you kindly in anticipation of any help. :)

    injua
    Participant

    This code is a little unsafe. It doesn’t filter out posts in hidden or private forums. Is this possible?

    #106935

    In reply to: bbPress Plugin install

    Installation
    Member

    i have one xml sitemap wordpress plugin for transposh. but that plug in showing some style missing and include error, is the same style work for bbpress?

    #113732

    In reply to: WordPress comments

    Installation
    Member

    I was also searching for this plugin.

    #45135
    Jeaz
    Participant

    Hey,

    In 2.1 bbPress can now parse YouTube links and embed them directly into the posts, which is a great feature.

    However, I’ve come across one problem, the width of the videos.

    The videos default to 640 width which is too wide for my content. In wordpress media settings I’ve entered that the content shouldn’t be wider than 500px but bbPress do not adhere to that setting.

    Also, since the embed add width and height inline, I can’t change it with CSS.

    The only workaround right now is to add &w=500 at the end of the YouTube link, but that’s not ideal for many reasons. First, it makes more complicated for my users to add video. And also, it means that if I ever change width of the forum in the future, 500 might not be the ideal width and I’d have to go over and change it all again.

    Not sure if I should put this as a bug in the trac. I certainly don’t mind doing that but don’t want to flood it unnecessarily.

    #113828
    blogher8
    Participant

    Okay, and just to make matters weirder, I could log into my WordPress install (same account/password but for some reason you have to login again when you go over to bbpress) on the same iPhone.

    AND I could log into the bbpress side on a different iPhone (borrowed one from somebody). But on my own iPhone I suddenly can’t. And I’ve been doing it successfully for years.

    #113731

    In reply to: WordPress comments

    sofineo
    Member

    And did you found something ?

    An idea ?

    Txs

    andrea.ressell
    Participant

    Hi there.

    I desperately need threaded discussion and I have installed the plugin for this, but it’s not displaying correctly :-( The reply links for each post are there, but there’s no indentation.

    I’m using WordPress 3.3.2 with BuddyPress and the Frisco theme, which is a child theme of BuddyPress Default 1.5.5.

    Any suggestions?

    Nicola
    Member

    Update:”I was then able to select the new forum page as the forum in buddypress and remove the notice.” – sorry this is wrong.

    It was still causing the redirect problem so I had to select the buddypress page as ‘none’.

    Which means I’m still getting the notice of “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums”.

    Nicola
    Member

    I installed BBpress via Buddypress – site wide forums.

    I then set up up the slugs and the forum was working fine. I have a theme that already includes styling in the style.css file so customising colours and such wasn’t a problem. However I wanted to have the ability to add other content to the page which I couldn’t as the forum page didn’t actually exist in my wordpress pages.

    I then noticed a message saying “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums”. After I created the page named forum and associate it with the forums, it stops working in the front end when navigating to my site and redirected to the homepage. So within the created Forum page I added this shortcode

    [bbp-forum-index]

    I was then able to select the new forum page as the forum in buddypress and remove the notice.

    The forum is now still located at mysite.com/forum which is great. I prefer this method I want to have the ability to add content to the created forum page as I said above.

    But now the forum page seems to have added in the share and twitter plugins and I’ve no idea how to fix this! please help.

    http://stylereaction.com/forum

    #113730

    In reply to: WordPress comments

    clarck adam
    Member

    yes, i searched for new plugins that help me to keep my previous as well as new comments.

    #113803

    Pull up the functions.php in you *WordPress* theme (not bbPress theme) – place that snippet at the very bottom. Right before ?> if your file has it.

    :)

    #113774
    Stephen Edgar
    Keymaster

    bbPress out of the box will not support [shortcodes] so JW Player will not work in forum posts.

    If you want to enable [shortcodes] in bbPress topics & replies then give this a try.

    https://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/

    And then install a ‘whitelist supported’ video player eg.

    https://wordpress.org/extend/plugins/vipers-video-quicktags/

Viewing 25 results - 13,926 through 13,950 (of 26,880 total)
Skip to toolbar