Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 8,901 through 8,925 (of 26,865 total)
  • Author
    Search Results
  • #151741
    CSutherland88
    Participant

    @netweb cool! Yeah, I wish the plugin had worked for me but I guess that’s what happens when you customize too much — stuff starts conflicting with other stuff. I wish I knew more about programming and WordPress to really get in there and do things correctly but for now, my “hit it until it works” approach seems to suffice lol.

    #151715
    #151706
    pyrobon
    Participant

    Hello guys,
    I’m using the latest version of WordPress and BBpress to date.
    I don’t know if this is expected default behavior but in the front page of my forum, the total topic counts only show in the categories and not next to each forum.

    I would like the categories NOT to have any count, and for the counts only to show next to the forums.
    Any idea of what I could do?

    Thanks!

    #151697

    In reply to: Delete Topic Function

    Stephen Edgar
    Keymaster

    This sounds like we need to fix bbPress core, feel free to create a ticket on Trac and we can take a closer look https://bbpress.trac.wordpress.org

    Edit: https://bbpress.trac.wordpress.org/ticket/2685

    #151694
    Stephen Edgar
    Keymaster

    Thanks for adding this to a GitHub repo, I’ll take a closer look later.

    The issue with the permalinks on ru.forums.wordpress.org is indeed known, details are here:
    https://meta.trac.wordpress.org/ticket/121

    Most likely rather than fix this in bbPress 1.x we will look to add your plugin (if needed) when we upgrade all the international forums to bbPress 2.x.

    #151692

    In reply to: Slow to Post

    Stephen Edgar
    Keymaster

    Firstly, a quick breakdown via pingdom, quite a delay in getting your JavaScript files, I’d get these into your Amazon CDN.

    As you stated above “ive eliminated all the points you’ve made above, and the site only chokes when users are submitting posts in the forum, so I’m confident i’ve isolated the issue.”

    • What happens when you deactivate either/or “Go to first unread” & “Unread posts” plugins you’re using and submit a reply to an affected topic?
    • Another test, this time with the ‘Quotes’ plugin disabled submit a reply to an affected topic.
    • Another, what code and/or plugin are you using to show the user registration in each reply e.g. Join Date: Mar 2009
    • And another, what code and/or plugin are you using for the counts shown next to the username in each reply e.g Posts: 4529

    Can you run the following two queries in phpMyAdmin, it will give me an idea of the state of the data in your database, it is the topic and three replies (two imported replies and one new bbPress reply) from the ~10k topic you have:

    
    SELECT ID, post_author, post_parent, menu_order, post_type
    FROM  wp_posts
    WHERE  ID
    IN ( 490979, 831628, 837704, 1031603 ) 
    

    and

    
    SELECT * 
    FROM  wp_postmeta
    WHERE  post_id
    IN ( 490979, 831628, 837704, 1031603 ) 
    

    Once you have the results of each (they don’t show any ‘sensitive’ data) click the “Print View” and copy and paste them to a text file, a Gist or to pastebin for me to checkout please.

    Over the weekend I had to reinstall everything here locally (and my online servers for a different reason) as something was up with my database, I’ve created a topic here locally with ~10,000 replies today (similar in size to your second most popular topic) and it takes ~1.6 seconds to post a reply to this topic. To time the queries, install the following plugin and of course only have it activated whilst your debugging this stuff https://wordpress.org/plugins/query-monitor/

    #151682
    msteinberg09
    Participant

    Hello, my website uses wordpress 3.9.2 and bbPress 2.5.4.

    I searched the troubleshooting forum for someone else who has this issue, but I can’t find anything. In the posts on the forum, if a the writer tries to make a space (for example, between paragraphs) by using the ‘return’ key a space doesn’t show up when the post or comment is posted. Here’s an example http://dailyfantasywinners.com/forums/topic/is-qb-more-important-on-fanduel-than-draftkings/, I pressed return after the first paragraph but when I posted there is no space between the paragraph and the word “Thoughts?”

    Any help is appreciated!

    #151679
    Nicolas Korobochkin
    Participant

    BTW, issue with cyrillic links also on ru.forums.wordpress.org. And all time then I copy link I can’t send it in twitter or with message on facebook. Ok. Some browsers encode cyrilic letters:

    original:
    https://ru.forums.wordpress.org/topic/Пустая-страница-1?replies=3
    
    encoded:
    https://ru.forums.wordpress.org/topic/%D0%9D%D0%B5%D1%80%D0%B0%D0%B1%D0%BE%D1%87%D0%B8%D0%B5-%D1%81%D1%81%D1%8B%D0%BB%D0%BA%D0%B8-%D0%BD%D0%B0-ruforumswordpressorg

    but not Safari.

    #151675
    Shohag
    Participant

    1st problem:
    I add bbpress in my wordpress site. Then I post a welcome topic in forum. But it not show in forum root page, but is show in “recent topic” widget!
    What’s the problem here?

    forum link: http://blog.imaginativeworld.org/forums/

    #151663
    David_PR
    Participant

    I’m running WP 3.9.2 and bbPress 2.5.4.
    I have created several forums and populated some with Topics and Replies.
    I wish to display the list of forums at wordpress/forums.

    I followed the instructions in ‘Step by step guide to setting up a bbPress forum – Part 1.
    I tried Method 1 (created a page titled ‘forums’ and added it to the main menu), and Method 2 (shortcode in page)…neither worked for me. When I use the menu to go to wordpress/forums I don’t see the forums but, instead, a list of old posts.
    I am using the plugin ‘bbPress Topics for Posts’ and it works…I have forums displaying as expected at the bottom of pages.

    I’m stumped. Any suggestions would be appreciated.

    David

    #151654
    obatron
    Participant

    Versions: WordPress 3.9.2, bbpress 2.5.4, bbpress WP Tweaks 1.3.1
    Site: http://www.obatron.com/forums
    Theme: TwentyEleven

    I have a child theme: twentyeleven-child with a style.css file in it, no customizations to it. I added a folder under it called css and copied the bbpress.css from the plugins tree to it to change the colors only (still working on colors so pardon if there are issues). I copied the sidebar-page.php file to bbpress into this folder.

    My Forum page is blank, just titled Forums with a Permalink named http://www.obatron.com/forums/ and a template set as Default.

    The problem: Forum index works fine, but when you go to a forum, the sidebar and the forum display overlap. I’ve tried various combinations of removing/moving the bbpress.php file to no avail. I also tried without the tweaks plugin, without the child template, and so on…

    I tried going with just a full page and just use pages with the proper tags for login, etc, but then the forum index looks odd because it continues to use the sidebar template no matter what.

    If I change the theme options to put the sidebar on the right, the forum index continues to work, but the forum page sidebar now appears below the forum…

    Now, I’ve searched for this and see others occasionally complaining about similar, but have not seen an answer that works…

    #151649
    Sam Rohn
    Participant

    these 3 wordpress plugins are very effective in eliminating spambots and other spammers on wordpress/bbpress site

    i use all 3 with no apparent problems, but read the notes for each plugin, all need to be properly configured and stop spammer reg can be very aggressive and may deny some of your legit visitors access if not properly configured

    https://wordpress.org/plugins/bad-behavior/

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    https://wordpress.org/plugins/wangguard/

    #151648
    Sam Rohn
    Participant

    these 3 wordpress plugins are very effective in eliminating spambots and other spammers on wordpress/bbpress site

    i use all 3 with no apparent problems, but read the notes for each plugin, all need to be properly configured and stop spammer reg can be very aggressive and may deny some of your legit visitors access if not properly configured

    https://wordpress.org/plugins/bad-behavior/

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    https://wordpress.org/plugins/wangguard/

    CSutherland88
    Participant

    Hey there,

    I know I’m probably late to the party but I’ve been searching for a way to allow pagination WITH threaded replies in BBpress for the past 3 days now with no luck. The closest I got to having it work was with the BBPress Threaded Replies plugin by Jennifer Dodd but it didn’t work as expected (I think because I am using a custom loop and also some custom functions may be messing with it). Every time I activated it and tried to enable threaded replies it would remove my formatting toolbar from the text editor (which I need) and it would only show the same reply for all pages. So I decided to try and come up with a way to mimic pagination and I think I have solved my issue. I wanted to post it here for anyone else having trouble with pagination and threaded replies.

    Basically, it’s a jQuery Pagination Imitation script that hides items in a list and only shows the number you specify at a time. It also creates links that change the items being displayed to simulate different pages. I applied this to the site I am working on and it worked like a charm. The major difference with this script and actual REAL pagination is with the script, you are still having to load all the results on one page. You just hide the extras so it doesn’t look so clustered. Other than that, it does exactly what I need it for, reducing the number of replies visible at a time. Here is a link to the JSFiddle if anyone is interested. Hopefully, this will save someone some headaches.

    vegas778
    Participant

    Hi All,

    I would like to create a link in a wordpress widget that redirects the logged in user to his user forum profile page but I cannot manage… I dont know what code should I use.

    Example : it should redirects to the page : http://www.example.org/forums/user/admin/

    Thanks in advance

    Regards,

    #151628
    Anonymous User 9493778
    Inactive

    Thanks Robin.

    It worked a little too well in my case. On the front end the WordPress Toolbar was also hidden for Administrators. At least in my case.

    Here is a code snippet that lets only Administrators see the WordPress Toolbar on the front end of a site. The toolbar is hidden for all other users.
    https://support.woothemes.com/hc/en-us/articles/203107607-Hide-WordPress-Admin-Bar-for-Users

    add_action(‘after_setup_theme’, ‘remove_admin_bar’);

    function remove_admin_bar() {
    if (!current_user_can(‘administrator’) && !is_admin()) {
    show_admin_bar(false);
    }
    }

    Thanks for your help. This can be added into the documentation overhaul.

    #151618
    Robin W
    Moderator

    Can anyone explain how to best do this?

    I’m not sure that your approach is really a good one, or indeed how you would 301 each topic in a forum – sounds like a terrible headache.

    Why not just export/import using wordpress, and then point your forum menu item at the subdomains forum?

    #151617
    Robin W
    Moderator

    Not sure if this is a forum related question or breadcrumbs from your wordpress theme?

    Can you show
    What the title is
    What the permalink is
    what the breadcrumb says currently
    what you would like it to say

    #151614
    Robin W
    Moderator

    The way profiles are shown requires some coding – would a menu item do you?

    Layout and functionality – Examples you can use

    #151611
    Anonymous User 9493778
    Inactive

    Hi,

    been working with bbpress, read through all the documentation and a lot of googling, and need to know how to hide the WordPress User bar when the user is logged in. bbpress is being used along with WooCommerce. The goal is to have a single login for members to have access to the forums.

    Included is a screen shot.
    https://www.dropbox.com/s/i6p1bsd9m6i1jlr/remove_bar.jpg?dl=0

    Thanks,
    Kevin

    #151585
    Robkk
    Moderator

    now added buddypress notification count bubble

    wordpress profile dropdown in the admin bar vs mine.

    wordpress profile dropdown vs mine

    #151581
    Rasteri
    Participant

    Hey, how i can disable this option in bbpress forum settings; Disallow editing after x minutes, if i type 0 or leacve it blank, it still uses default setup (5 minutes)?

    WordPress version 3.9.2–fi
    bbPress Version 2.5.4
    My site

    #151574

    In reply to: Importing from phpbb

    Tom Dyer
    Participant

    I had a similar issue when running a migrate with a large amount of posts. I believe it’s usually related to a session timeout in WordPress.

    When it starts happening, click ‘Stop’ on the importer, then refresh the page and click ‘Start’ again (after you’ve ensured all the database and conversion settings are correct first). The importer should carry on from where it left off as long as you DON’T tick the ‘start a fresh import’ or ‘purge failed import’ options.

    If that doesn’t seem to work, another way (which is a little tedious, but worked for me) is to keep a separate WordPress admin page open (not the one your running the import on) and refresh that every few minutes to make sure the session doesn’t expire.

    #151573
    archiseek
    Participant

    Phpbb installation – Total posts 113266 • Total topics 7052 • Total members 10711
    All versions wordpress and phpbb current.

    Just hanging at posts 70299 and displaying
    ———– etc adding a – every couple of minutes

    #151562
    vipnt
    Participant

    Wordpress version : 3.9.2
    bbPress version:2.5.4

Viewing 25 results - 8,901 through 8,925 (of 26,865 total)
Skip to toolbar