Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 4,051 through 4,075 (of 26,873 total)
  • Author
    Search Results
  • Robin W
    Moderator

    Start with

    1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings/general is fred@gmail.comthen it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
    2. Just bbpress?
    Then you need to see if this is wordpress wide or just bbpress.
    Try https://wordpress.org/plugins/check-email/
    3. Some people have fixed it with this plugin https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    #188371
    Robin W
    Moderator
    upatil
    Participant

    I am having issues with my bbPress forum to perform the following things :
    1. Send emails to the Forum Admin when a new user “Subscribes” to the forum
    2. Send email to the user who just “Subscribed” to a forum
    3. Send email to the all the admins/moderators when a new forum is created.

    Versions:
    WordPress 4.8.3, bbPress 2.5.14
    Link : http://www.gettheslice.com

    Please advice if is this is an out of the box functionality of bbPress or if I am missing something in settings?

    If this is not a default behavior, can you let me know what other plugin I can use to get this working on my forum. I appreciate all the help and suggestion.

    Thanks,
    Usha Patil

    #188338
    Robin W
    Moderator

    I don’t know what “clean theme” means, however.

    sorry lazy writing – just means a wordpress default theme with no changes – eg twentyseventeen. The ones released by wordpress are tested against bbpress.

    I’ll contact you again via email.

    #188335
    Jason
    Participant

    I installed and activated twentyseventeen theme and the problem persists with my installation of WordPress. I don’t know what “clean theme” means, however.

    I understand that it is very difficult (or next to impossible) to troubleshoot unless someone else can duplicate the problem. I am isolating this to bbpress, though, since pagination in WordPress posts work perfectly. And, bbpress was the only plugin active when using a WordPress.org-designed theme. Perhaps my database has been corrupted. Who knows.

    I appreciate your efforts to help me troubleshoot.

    #188334
    Justin
    Participant

    I tried 2.6Rc3 and it did more, but still getting the same error along with a lot of others:

    Import Finished
    17: No threaded replies to import
    16: No anonymous reply authors to import
    WordPress database error: [Table 'db507177147.Comment' doesn't exist]
    SELECT convert(Comment.CommentID USING "utf8mb4") AS CommentID,convert(Comment.DiscussionID USING "utf8mb4") AS DiscussionID,convert(Comment.InsertIPAddress USING "utf8mb4") AS InsertIPAddress,convert(Comment.InsertUserID USING "utf8mb4") AS InsertUserID,convert(Comment.Body USING "utf8mb4") AS Body,convert(Comment.DateInserted USING "utf8mb4") AS DateInserted,convert(Comment.DateUpdated USING "utf8mb4") AS DateUpdated FROM Comment AS Comment WHERE Format != "Deleted" LIMIT 0, 100
    15: No replies to import
    14: No favorites to import
    13: No topic subscriptions to import
    WordPress database error: [Table 'db507177147.TagDiscussion' doesn't exist]
    SELECT convert(TagDiscussion.DiscussionID USING "utf8mb4") AS DiscussionID,convert(TagDiscussion.TagID USING "utf8mb4") AS TagID,convert(Tag.Name USING "utf8mb4") AS Name FROM TagDiscussion AS TagDiscussion INNER JOIN Tag AS Tag USING (tagid) LIMIT 0, 100
    12: No topic tags to import
    11: No closed topics to close
    Continuing Import
    Import Stopped (by User)
    10: No super stickies to stick
    9: No stickies to stick
    8: No anonymous topic authors to import
    WordPress database error: [Table 'db507177147.Discussion' doesn't exist]
    SELECT convert(Discussion.DiscussionID USING "utf8mb4") AS DiscussionID,convert(Discussion.CountComments USING "utf8mb4") AS CountComments,convert(Discussion.CategoryID USING "utf8mb4") AS CategoryID,convert(Discussion.InsertUserID USING "utf8mb4") AS InsertUserID,convert(Discussion.Name USING "utf8mb4") AS Name,convert(Discussion.Body USING "utf8mb4") AS Body,convert(Discussion.closed USING "utf8mb4") AS closed,convert(Discussion.InsertIPAddress USING "utf8mb4") AS InsertIPAddress,convert(Discussion.Announce USING "utf8mb4") AS Announce,convert(Discussion.DateInserted USING "utf8mb4") AS DateInserted,convert(Discussion.DateUpdated USING "utf8mb4") AS DateUpdated,convert(Discussion.DateLastComment USING "utf8mb4") AS DateLastComment FROM Discussion AS Discussion WHERE Format != "Deleted" LIMIT 0, 100
    7: No topics to import
    6: No forum subscriptions to import
    5: No forum parents to import
    WordPress database error: [Table 'db507177147.Category' doesn't exist]
    SELECT convert(Category.CategoryID USING "utf8mb4") AS CategoryID,convert(Category.ParentCategoryID USING "utf8mb4") AS ParentCategoryID,convert(Category.CountDiscussions USING "utf8mb4") AS CountDiscussions,convert(Category.CountComments USING "utf8mb4") AS CountComments,convert(Category.Name USING "utf8mb4") AS Name,convert(Category.Description USING "utf8mb4") AS Description,convert(Category.Sort USING "utf8mb4") AS Sort,convert(Category.DateInserted USING "utf8mb4") AS DateInserted,convert(Category.DateUpdated USING "utf8mb4") AS DateUpdated FROM Category AS Category WHERE Category.CategoryID > 0 LIMIT 0, 100
    4: No forums to import
    3: No passwords to clear
    WordPress database error: [Table 'db507177147.User' doesn't exist]
    SELECT convert(User.UserID USING "utf8mb4") AS UserID,convert(User.Password USING "utf8mb4") AS Password,convert(User.Name USING "utf8mb4") AS Name,convert(User.Email USING "utf8mb4") AS Email,convert(User.DateInserted USING "utf8mb4") AS DateInserted FROM User AS User WHERE Deleted !=1 LIMIT 0, 100
    2: No users to import
    1: Skipping sync-table clean-up
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE GcuHRqrGbbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(191) null, meta_value varchar(191) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
    Starting Import
    Ready to go.

    Any suggestions? Is my database not allowing writes? I am using 1and1 as my web and database host.

    #188312
    tkdoherty
    Participant

    I’d like to remove the date stamp from topics and responses. I found a couple of code suggestions trough Google searches but I haven’t gotten any to work. As a work around, I simply changed the wordpress general settings for date and time to Custom, and then left the custom field blank. This almost worked. The date/time stamp changed from, for instance, “11/25/2017 at 7:03 am” to just ” at “. My trouble is that “at”. I’ve been sniffing through the wordpress and theme php files to remove it or change it to a space, but cannot figure out where the “at” is. Can anyone tell me how I can change or remove it?

    #188311
    jomo
    Participant

    I hear it’s used on wordpress.org and here…
    I’m using it but on a smaller site and not using the new features and haven’t noticed any problems.
    Note the RC5 package doesn’t include .min version of some files which will be needed if you are not running in debug.

    #188286
    DragoWeb
    Participant

    Hi, I have this error message

    “There was a problem cropping your profile photo.”

    when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :

    “You have selected an image that is smaller than recommended. For best results, upload a picture larger than 150 x 150 pixels.”

    So, I suppose this problem doesn’t come from a setting option somewhere.

    The problem is the same when I switch to the default theme Twenty Fifteen and I have no other plugin activated (except HideMySite). Cover image works without problem.

    Config:
    Wordpress (new install) v4.9
    Buddypress 2.9.2
    php 5.6
    GD enabled

    Thanks.

    #188272
    Robin W
    Moderator

    There is a plugin that does private groups – hiding anything and everything as needed, with controls on who can see and who can post and when.

    Private groups

    #188265
    Justin
    Participant

    I keep running into the following error when trying to import my Vanilla 2.x forum database. I’m using WordPress 4.9 and bbpress 2.5.14.

    Repair any missing information: Continue
    WordPress database error: [Specified key was too long; max key length is 1000 bytes]
    CREATE TABLE GcuHRqrGbbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default '0', meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    No data to cleanStarting Conversion

    Any ideas on what I need to do to get this error resolved?

    #188263

    In reply to: Closed topics

    Robin W
    Moderator

    Private groups

    and look at the topic permissions

    This will allow you to set users to be able to create topics, but not reply

    #188259
    Jason
    Participant

    Update… if I go to Settings > Reading and change the value in “Blog pages show at most” to 2, I can access the 2nd page link (…page/2), but not the 3rd page. If I change the value in “Blog pages show at most” to 1, I can access all 3 pages. I only have 3 pages of topics, so I am not able to test higher page number navigation links.

    It’s worth noting that regardless of the setting, I can always access the URL that ends in page2 and page3 (without the inbetween slash “/”). And, it appears that WordPress itself displays the page navigation links just fine. This pagination problem seems to be isolated to the bbpress plugin.

    #188257
    Robin W
    Moderator

    not totally sure if this will help but

    Private groups

    #188255
    Roed
    Participant

    Hi guys.
    On my current site I have exported forums, topics and replies via the WordPress built in export to XML function.
    Then I am uploading these files to a new site with the same BBPress version and it looks like all goes well. When I go to Forums I can see all forums and how many topics they’ve got. But at the frontend the forums are empty when entering them.

    I have run all the tools recount etc. and then every forum says 0 topics. I did map all users to existing users which I move prior to BBPress so I do not understand how this recount can reset all forums.

    Any advice?

    Thanks!

    #188214
    J.Parra
    Participant

    Hello everyone. I am using BBpress 2.5.14 with Buddypress 2.9.2 in a WordPress 4.9 and I have the following question.

    On my website I have both entries and discussions marked as “downloads” and I would like to know if I can combine both formats on the same page or entry, of wordpress.
    That is to say, when accessing a page, the entries with the category “Downloads” are listed and on the same page the forum “Downloads” with the debates.

    Listing entries is not a problem, the problem is whether I can include the forum “downloads” on the same page.

    Thanks and regards.

    #188206
    Robin W
    Moderator

    try

    bbp style pack

    to do some styling

    #188199

    Topic: Fatal Error

    in forum Installation
    nickmesquiti
    Participant

    This is the error I am getting when clicking on a forum topic.
    Fatal error: Uncaught Error: Call to undefined function op_update_option() in /home/jjcohenm/public_html/wp-content/plugins/op-bbpress-fix-master/op-bbpress-fix.php:39 Stack trace: #0 /home/jjcohenm/public_html/wp-includes/class-wp-hook.php(286): op_allow_bbforum(”) #1 /home/jjcohenm/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/jjcohenm/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/jjcohenm/public_html/wp-settings.php(450): do_action(‘init’) #4 /home/jjcohenm/public_html/wp-config.php(91): require_once(‘/home/jjcohenm/…’) #5 /home/jjcohenm/public_html/wp-load.php(37): require_once(‘/home/jjcohenm/…’) #6 /home/jjcohenm/public_html/wp-blog-header.php(13): require_once(‘/home/jjcohenm/…’) #7 /home/jjcohenm/public_html/index.php(17): require(‘/home/jjcohenm/…’) #8 {main} thrown in /home/jjcohenm/public_html/wp-content/plugins/op-bbpress-fix-master/op-bbpress-fix.php on line 39

    We are using the twenty seventeen theme and building pages using Optimizepress and building a forum using BBPress. We are also using a plugin for OptimizePress bbPress fix to Allow rendering of forums on OptimizePress blog, however we are not building a blog; but a webpage for a forum using wordpress.

    Wordpress V4.9
    BBPres v2.0-rc-3

    JJCohenMembership.com

    Currently we are still building and do not have it public and therefore no way to get to the forum page except thru the direct link:

    JMEMBERS FORUM PAGE

    Help please.

    Nick

    cold-designer34
    Participant

    bbpress version 2.5.13
    wordpress version 4.8
    theme Avada

    Hi

    I’ve looked around support forum here and also carefully through my localhost installation (where my bbpress forum is currently installed for test purposes) and I’m dashed if I can work out how to use .htaccess to password protect the entire forum.

    I’m aware that there are other ways to authenticate users but some of my clients website visitors are young people and we are keen to ensure that access to the website forum is restricted most severely. By this I mean we wanted to place the forum in its own directory and then place .htaccess and .htpasswd in that directory to limit access to individuals who had personally been handed a note of what the username and password were.

    Might I ask if I’ve missed something simple? Any help would be greatly appreciated.
    Have a great day
    Gav

    #188168

    In reply to: Sidebar Messed Up

    Robin W
    Moderator

    I somehow broke the page layout of my topic index and topic pages.

    you have done something – the right sidebar is wrapped within the left hand stuff.

    Since I don’t know what you have don to muck it up, it’s hard to suggest what to do to fix it.

    If you haven’t directly edited anything, then something you have done within wordpress/theme/plugins/updates.

    #188149

    In reply to: feeds bug

    DAM
    Participant

    https://bbpress.trac.wordpress.org/ticket/2961
    we have the same bug again after the update

    #188148
    Robin W
    Moderator

    I go to login to my forum and it redirects me to the user dashboard of WooCommerce.

    just tried it and it seemed fine – is woocommerce active?

    Plus the BBPress toolbar no longer will appear at the top so people can’t see the links to their profile and forums.

    not sure quite what you mean by the bbpress toolcar – do you mean the wordpress one?

    #188145
    Mauro
    Participant

    I found the pieces and bits necessary to make this happen.

    
    // ALTER TinyMCE INIT FOR VISUAL EDITOR ON FORUM TOPICS AND REPLIES
    // SOURCE: https://bbpress.org/forums/topic/alter-mceinit-for-visual-editor-on-topics/
    
    // Enable visual editor on tinymce in bbPress
    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
    
    // Enable TinyMCE paste plugin
    function bbp_add_paste_plugin($args) {
      $args[] = 'paste';
      return $args;
    }
    add_filter( 'teeny_mce_plugins', 'bbp_add_paste_plugin');
    
    // ADDS A JQUERY PASTE PREPROCESSOR TO REMOVE DISALLOWED TAGS WHILE PASTING
    // SOURCE https://jonathannicol.com/blog/2015/02/19/clean-pasted-text-in-wordpress/
    function configure_tinymce($in) {
      $in['paste_preprocess'] = "function(plugin, args){
        // Strip all HTML tags except those we have whitelisted
        var whitelist = 'a,p,span,b,strong,i,em,h3,h4,h5,h6,ul,li,ol';
        var stripped = jQuery('<div>' + args.content + '</div>');
        var els = stripped.find('*').not(whitelist);
        for (var i = els.length - 1; i >= 0; i--) {
          var e = els[i];
          jQuery(e).replaceWith(e.innerHTML);
        }
        // Strip all class and id attributes
        stripped.find('*').removeAttr('id').removeAttr('class');
        // Return the clean HTML
        args.content = stripped.html();
      }";
      return $in;
    }
    add_filter('teeny_mce_before_init','configure_tinymce', 99999999999);
    
    #188141
    #188140

    Topic: Widget help

    in forum Installation
    carzpk
    Participant

    Need help pleass
    I have installed the bbpress plugin and but its not showing in widget section like i cant add widget to it
    Also in the forum everything is white like these buttons where you can post a topic
    I am latest wordpress and using premium theme

    Thankyou

Viewing 25 results - 4,051 through 4,075 (of 26,873 total)
Skip to toolbar