Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 8,151 through 8,175 (of 26,864 total)
  • Author
    Search Results
  • #157221

    In reply to: bbPress Moderation

    Robin W
    Moderator

    ok, that isn’t really that helpful.

    Presume the error only occurs with the moderation plugin?

    If so try their support site

    https://wordpress.org/support/plugin/bbpressmoderation

    although it looks as though someone has already posted that problem

    #157203
    Robin W
    Moderator
    #157201
    wewillc
    Participant

    Wordpress 4.1 // bbPress 2.5.3 // bbPress SubScriptions 0.4dev // GD bbPress Attachments 2.0

    I see where the data is being prepared before use of send_email():
    self::$handler->send_mail($user_ids, $subject, $text, compact(‘topic_id’, ‘reply_author_name’));

    Where I am stuck is what to include in send_email() so that the GD image file (d4p_attachment[]) is included in the reply email, as well as the reply post.

    All thoughts and ideas appreciated.

    Thanks.

    #157200
    cbalke
    Participant

    How do I go about getting into and editing the coding for the “img” button?

    Currently the code that is applied is (img src=”xxxxxxxx” alt=”ffs” /) with the ( ) being < > and the xxx’s being the images URL.

    I want to change the coding to (url=xxxxx)(img)xxxxx(/img)(/url) with the parentheses replaced with square brackets and xxxxx with the photo’s url.

    By doing so, the images can be clicked which would open a lightbox

    Thanks in advance for the help.
    Wordpress 4.1
    bbPress 2.5.4-5380

    #157196
    spespam
    Participant

    Hello Stephen,

    I’m trying to convert my punbb forum into WordPress 4.1, and I have a problem.

    I used the integrated punbb converter inside WordPress 4.1, and it imports everything but the members’ posts are all assigned to me !

    When I try to import the users, the users are not imported at all.

    Can you help ?

    Touda
    Participant

    After some tests, I tried to deactivate one-by-one the last plugins I’ve installed. And after deactivating Google Anlytics by Yoast, it made the trick!

    Forums are back now! All are listed. Widget is back on all the pages, I can reply and create topics… I hope this helps other people. This plugin seems to be incompatible with bbPress plugin!

    #157149
    Robin W
    Moderator
    #157146
    UgoDimma
    Participant

    I want to add ShareThis sharing button at the top and bottom of every posts, but I dont know which file to edit and where exactly to add the code. Please someone guide me through. Am using bbpress 2.5.4 wordpress 4.1

    you can have a look at this screenshot to understand what I really need,
    http://s1382.photobucket.com/albums/ah248agbams/?action=view&current=sharethis_zps1df4998b.png

    #157137
    Robin W
    Moderator

    This is a wordpress question rather than bbpress. bbpress just uses wordpress and allocates a role on first login.

    so google something like

    ‘wordpress user registration plugin’

    I did and got, and plenty of other references

    20+ WordPress Plugins for Improved User Login and Registration

    #157135

    Hi there,

    I’m looking for an option to hold new topics by non-admin users in moderation for approval before they are visible. I’ve tried looking at this plugin: https://wordpress.org/plugins/bbpressmoderation/ but it deals with topics and replies together- you have to moderate both or not moderate both. I’m not interested in moderating replies, just topic starters.
    Could anybody by any chance suggest a different plugin, a code snippet to use etc. to work around this issue?
    (I’m running the latest versions on WordPress, BuddyPress and bbPress).
    Thank you very much!

    #157131
    Stagger Lee
    Participant

    I do it with this snippet. For WordPress and bbPress together. Local links are opened normally, only extern are target blank. Dont forget to change your domain line.

    // Make URL Clickable In WordPress, bbPress (plus target=”_blank”)
    add_filter( 'the_content', 'make_clickable');
    
    function autoblank($text) {
    $myurl = 'http://your-domain.com';
    $external = str_replace('href=', 'target="_blank" href=', $text);
    $external = str_replace('target="_blank" href="'.$myurl, 'href="'.$myurl, $external);
    $external = str_replace('target="_blank" href="#', 'href="#', $external);
    $external = str_replace('target = "_blank">', '>', $external);
    return $external;
    }
    add_filter('the_content', 'autoblank');
    add_filter('bbp_get_topic_content', 'autoblank',255);
    add_filter('bbp_get_reply_content', 'autoblank',255);

    Remove nofollow if you need to !

    function mtn_weekly_fix_rel_follow( $content ) {
        // Find rel="nofollow", replace with empty space.
        $content = preg_replace( '/rel="nofollow"/', ' ', $content);
        return $content;
    }
    add_filter( 'the_content', 'mtn_weekly_fix_rel_follow', 20 );
    add_filter('bbp_get_topic_content', 'mtn_weekly_fix_rel_follow',255);
    add_filter('bbp_get_reply_content', 'mtn_weekly_fix_rel_follow',255);
    
    #157103

    In reply to: Permissions Problems

    Ben Hansen
    Participant

    yes actually the problem finally went away I’m trying to remember what it was that fixed it…
    it was either an upgrade or this thing i think:

    https://wordpress.org/plugins/bbp-capabilities/

    Novadrake1111
    Participant

    I am using a wordpress skin that integrates BBPress very nicely. One thing I am looking to do, however is make the bbpress forums have a hierarchy like any other software out there currently. I am not that amazing at coding and would appreciate if someone could explain in an easy to understand way. If it’s something that I would have to code completely over, i’d be willing to pay someone to help me code that.

    Thank You

    #157086
    Carl Fox
    Participant

    @robkk

    why would you want to import the newest version of a bbPress posts into WordPress when they should already show up fine, like a regular bbPress install??

    The above makes no sense to me, anyone else? Did you read what I wtrote, or just the headline?

    I am trying to import an entire forum (forums/topics/replies) from one WordPress install to another.

    This should be simple, as Stephen Edgar wrote, it should be a standard option on the ‘Import Forums’ tab under ‘Tools’, but it’s not.

    He also wrote that it would soon be implemented and really should be a simple process…. months ago!


    @robin-w

    Apologies Robin if I wasn’t clear.

    I have a forum on a WordPress 4.1 install located on a live test server.
    (oxymoron? – I know, but that’s how I develop, consider it a sandlot)

    I am running version 2.5.4 of bbpress, and am trying to move it to a different WordPress installation, also 4.1.

    I did not do:
    Dashboard>tools>forums>export from the WP 4.1/bbPress 2.5.4 because there is no such option

    I did do:
    As advised on this forum and elsewhere, Dashboard>Tools>Export-Forums/Topic/Replies individually.(I did also try them all together, but this didn’t work at all..)

    Then I imported them individually in order Forums/Topic/Replies.

    This imports everything to the backend perfectly fine, but nothing shows on the front end.

    I then followed the Forum repair procedures in many different forms (e.g.: one at a time/different order/all together) and still nothing shows on the front end.

    As I said, I have tried this entire procedure in many ways now, both to standalone single site WP installs, Multisite setups, local WP installs and subdomains/subfolders, and regardless of how I do it, I never see anything on the Front End of the site I import to – but everything is perfectly visible and editable on the back end.

    As for the ‘four months’, it has taken me that long, on and off, to follow all the various scraps of advice from around this forum on importing/migrating bbPress to different locations/installs, there are a lot of threads here covering many scenarios, and I tried most of them.

    It is my experience that this is best practice on a support forum, otherwise I would rightly be told not to post about something that has already been discussed/solved.

    I can now confidently inform you that there is no solution on this forum for my particular issue and would greatly appreciate your advice/help in finding a solution.

    May I suggest two things though, which I feel would solve this issue for anyone going forward.

    1) Please do develop the promised import option for bbPress 2.x forums in the Tools>Import Forums tab.

    2) Please also post a step-by-step guide for manually adding bbPress tables via phpMyAdmin

    Can you help me ?

    #157072
    omigosh
    Participant

    Using WordPresss 4.1 and bbPress 2.4.5-5380

    The Subscribe link doesn’t seem to work. There is no response when I hover over it and I certainly don’t get emails when a new post is created.

    Any help appreciated

    #157065
    Robkk
    Moderator

    @carl-fox

    why would you want to import the newest version of a bbPress posts into WordPress when they should already show up fine, like a regular bbPress install??

    i understand importing the standalone version of bbPress which is 1.0x and to import that into the newer version so that it could work better with WordPress.

    are you trying covert topics to actual blog posts?? or something to that nature??

    Is bbPress dead now?

    no its not dead , consider it in the shadows ….like Batman haha

    #157064
    Carl Fox
    Participant

    I have tried EVERYTHING!

    Nothing works!

    All forums/topics/replies/users are imported, nothing shows up anywhere on the front end.

    All forum repair tools do NOTHING.

    I have tried this on single site, multisite and local site, I have rebuilt everything from scratch and tried it, I have rolled back the original forum (also WP 4.1/ bbPress 2.5.4) and reinstalled it’s backup, then tried exporting/importing again, NOTHING WORKS!

    As you can guess, I’m pretty fed up.

    I started trying this in October, still trying. Followed all the threads here, most of which trail off with no solutions, or end with ‘I got it to work!’, and ‘We’re glad you solved it.’ type postings – which is really infuriating.

    Stephen posted months ago that an import option for bbPress 2 would be easy to implement and quickly done, no sign of it – or Stephen anymore.

    Is bbPress dead now?

    Seriously, most of the documentatation relates to ancient WordPress versions, and bbPress 1.

    Really, I’m not kidding, have you guys read the bbPress installation guide lately?

    Anyway, I know I’m ranting, but I am extremely pee’d off. I’m no novice, all I want is correct documetation. A guide that finishes maybe? How about a proper step-by-step guide on how to manually do an importation via phpMyAdmin – as none of the current tools manage to work.

    Somebody, for the love of all mankind, please help!!!

    #157062
    Robkk
    Moderator

    @fatbat

    as an alternative of going to the plugins section in bbpress.org you can just go to the WordPress plugin repository and search bbpress/bbp and you should find some bbpress plugins.

    also just going through any plugins tagged bbpress should do it too.

    https://wordpress.org/plugins/tags/bbpress

    #157055
    Robkk
    Moderator

    you could also just activate the visual editor too.

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    #157054
    Robkk
    Moderator

    @discdemo

    remove Dougs code and see if just using this will fix it. it does the same thing.

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    also see if deactivating wp-edit will fix the problem , i tried it awhile ago with the visual editor code and it was kind of buggy.

    #157053
    Robkk
    Moderator

    there are tons of plugins that add this kind of feature, some with custom login and registration forms and other features too.

    this plugin does just like you want.

    https://wordpress.org/plugins/dm-confirm-email/

    you should also do a google search for other plugins if you want to find something different.

    #157045
    ttquocviet90
    Participant

    I use wordpress 4.0, but the new register, do not send mail activation. Please help me
    my website :

    LeighLG
    Participant

    Hi, I’m having an issue with posting topics on my BBPress Installation and I’m wondering if anyone can help.

    I’ve logged into an account with ‘Keymaster’ permissions but whenever I try and create a new topic on the installation on http://members.coachingmen.org/forum/, I get the notification: ERROR: You do not have permission to create new topics.

    This is only a recent development and the only thing that’s changed is that I’ve upgraded to WordPress 4.1.

    Has anyone been able to solve this issue and post new topics? Is so, how did you make it work?

    Any advice is much appreciated.

    Thanks in advance,

    Leigh

    #157017
    palmdoc
    Participant

    This works for me :

    1) Add this to function.php in your child theme

    via http://bavotasan.com/2014/add-media-upload-button-to-bbpress/

    Open up your functions.php file and add the following snippet to get it working:

    add_filter( 'bbp_after_get_the_content_parse_args', 'bavotasan_bbpress_upload_media' );
    /**
     * Allow upload media in bbPress
     *
     * This function is attached to the 'bbp_after_get_the_content_parse_args' filter hook.
     */
    function bavotasan_bbpress_upload_media( $args ) {
    	$args['media_buttons'] = true;
    
    	return $args;
    }
    

    So now you have the Add Media button in the posting

    2) What you need now is to fine tune the user capabilities so that not only administrators but normal users can upload media direct to the form post using the Add Media button

    I am using the Capability Manager Enhanced plugin

    https://wordpress.org/plugins/capability-manager-enhanced

    I guess you could use a Custom user type (e.g. clone the normal participants) to experiment. Later on you could edit all your users and convert them to this Custom user type

    Check the ability to:

    a) Upload files
    b) Unfiltered HTML

    for this Custom user type

    I guess it comes with risks but it has the benefits of direct Media upload to the bbPress forum

    It’s not only images but other media e.g. PDF (which works nicely with thhe Google Doc Embedder Plugin

    #157011
    jamesdoesdesign
    Participant

    I know this is a tad bit old however I happened to stumble on this post while I was looking for a way to increase both the page to 100 posts and the parent page to show all 100 posts as well. The solution above adding to the functions page did not work for me even upon changing it to the proper code.

    I did however find the same solution as jameswordpress did but there are multiple lines.
    to edit so that both the parent forum and the selected forum page to show more than 50 forums.

    To do this edit template.php located in:
    /bbpress/includes/forums/template.php

    Change line 135:
    'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),

    to:
    'posts_per_page' => get_option( '_bbp_forums_per_page', 100 ),

    ———-

    Also changing line 708 should effect the parent page (at least it did for myself):
    'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),

    to:
    'posts_per_page' => get_option( '_bbp_forums_per_page', 100 ),

    You can change the value of 50 to whatever you desire.

Viewing 25 results - 8,151 through 8,175 (of 26,864 total)
Skip to toolbar