Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 9,301 through 9,325 (of 26,874 total)
  • Author
    Search Results
  • #148749

    In reply to: Content Not Showing

    Michael Bryner
    Participant

    I noticed that I don’t have this in my WordPress dashboard (Dashboard -> Settings -> bbPress).

    Would that have anything to do with this? I read a post in these trouble shooting threads about someone asking the guy about checking that, and I don’t even have that at all.

    #148734
    Robin W
    Moderator
    #148731
    AlvaroFG
    Participant

    Hi,

    This is my current settings

    mydomain.com/ <– a Q2A site
    mydomain.com/blog <– WordPress

    I want bbpress to be

    mydomain.com/forums <– Desired Uri

    yet I installed bbpress as a via the plugin section in wordpress and I’m getting

    mydomain.com/blog/forums/forum/

    is there a way to change this to my desired uri?

    Thanks

    website: http://respuestas.ca/
    (Just imported my current vanilla forum )
    WordPress 3.9.1
    bbPress Version 2.5.4

    #148725
    Stephen Edgar
    Keymaster

    Yes, it should NOT go there, you should add it to your child themes functions.php file.

    Remove it from where you added it.

    See https://codex.wordpress.org/Child_Themes on creating a child theme.

    And this is where you add that code https://codex.wordpress.org/Child_Themes#Using_functions.php

    #148708
    lyhiz
    Participant
    #148703
    Leonyipa
    Participant
    #148698
    Stephen Edgar
    Keymaster

    Probably the best ‘step by step’ guide I know of at the moment is this one, though sssshhh, it’s not quite ready to published to the world and is still getting a few tweaks and updates 😉

    https://make.wordpress.org/training/modules-in-progress/child-theme-module/

    #148690
    Stephen Edgar
    Keymaster

    Do it the same way you would for WordPress and use the bbPress custom post types, forum, topic, and reply.

    #148689
    Stephen Edgar
    Keymaster

    I don’t see anything wrong in either the code you added above or in your post you linked to.

    I see that long lines of solid text do not ‘wrap’ but this isn’t really a WordPress/bbPress issue, if you need to support code/content like that you should look at adding a plugin that will format this type of text for you.

    Maybe Crayon Syntax Highlighter….

    #148687
    Stephen Edgar
    Keymaster

    Go and do a search of the plugin repo https://bbpress.org/plugins/ https://wordpress.org/plugins/

    #148685
    noirdesign
    Participant

    hej,

    When someone enters example XML in an anser like:
    <Binary>0E02800001000000000000000B0004C003010000000000000000000000082D0000000000000000004EFF140000000000FFFFFFFF0600000058000000000000000000061208000010000000003C0000000000000000000000803A011480FAFFFF0000000000000000B09B741280FAFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</Binary>

    There are no more line breaks and the sidebar seems to go over the content area.

    or within the code tag:

    <Binary>0E02800001000000000000000B0004C003010000000000000000000000082D0000000000000000004EFF140000000000FFFFFFFF0600000058000000000000000000061208000010000000003C0000000000000000000000803A011480FAFFFF0000000000000000B09B741280FAFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</Binary>
    

    it alters somehow the html structure of the page.
    Can I somehow fix that?

    You can see the falty Topic and answer here:
    http://www.apw-wiegand.de/support-forum/topic/apw-und-windows-7/

    I’m using bbPress Version 2.5.4 on WordPress 3.9.1

    Thanks in advance,
    Eric

    #148683
    yoshimitsu1234
    Participant

    Normal WordPress posts allow to set an image as featured image so that when i share that post on social networks that featured image will show as post image.
    How can i do similar thing with bbpress topics? There is no option to set featured image in new topic.
    I want featured image only in post meta and not in post itself, so that it will appear only when a post is shared on Facebook etc.

    Rescue Themes
    Participant

    Fix is here if you’d like to manually change the current version (works for me):

    https://bbpress.trac.wordpress.org/attachment/ticket/2620/2620.patch

    Rescue Themes
    Participant

    Found the trac ticket for this error:

    https://bbpress.trac.wordpress.org/ticket/2620

    Looks like the fix is going into the bbpress 2.6 release.

    #148662
    sebgates
    Participant

    OK, thanks for the reply. I am looking at my options at the moment. I may suggest to the charity they leave the forum in Drupal on a sub domain and let me build their website in WordPress. I will come back to you when I spoke to someone at the organisation.

    #148648
    Robin W
    Moderator

    Yes,

    If you have a forum page ie a wordpress page that has [bbp-forum-index] in it, (ie you’ve use method 2 rather than method 1 in this link

    Step by step guide to setting up a bbPress forum – Part 1

    then go into edit on your forum page

    Switch to text from visual and put

    Create a new topic before the [bbp-forum-index] to get it at the top or after it to put it at the bottom.

    or you could use

    [bbp-topic-form] after the [bbp-forum-index]

    or

    [bbp-topic-form forum_id=$forum_id] to display a single forum topic form.

    Lots of possibilities.

    If you don’t have a set wordpress forum page, then you can create one, see method 2 in the link above

    #148640
    Stephen Edgar
    Keymaster

    Just add the bbPress plugin to your WordPress install would be my tip 🙂

    #148638
    Stephen Edgar
    Keymaster

    There is two parts to this:

    1. The ‘moderator’ role cannot be currently set to only disable moving topics to another forum currently, to change this though a couple of tweaks to the form-topic.php template would achieve this end result.

    2. There is also a bug where moderators can move a topic to a group forum that they are not a member of that we are looking into in #2639

    #148637

    In reply to: phpBB Import Error(s)

    Stephen Edgar
    Keymaster

    Thanks extra sets of eyes with all of this ‘import’ stuff is always handy, boat loads of data all just starts to look the same after a while 😉

    Indeed, ‘Reset Forums’ will remove everything bbPress, as long as you also check the ‘Delete Imported Users’ they will also be removed.

    The wp_bbp_converter_translator is not explicitly required, if your site can create this table bbPress uses it as part of the import process, if not it will just use the ‘out of the box’ WordPress database tables. It also gets deleted when resetting the forums. It also relates to the bugs I found yesterday that I am working on fixing and as I stated above I am pretty sure your imports are not using wp_bbp_converter_translator as if you were you wouldn’t have had any stickies.

    As to redirects you shouldn’t need that table for those, depending on your old phpBB permalinks
    some simple right up to some advanced .htaccess will get you what you want.

    A week or so back whilst messing about with splitting and merging topics I happened upon a WordPress feature for 301 redirection of old URL’s to new URL’s. I am yet to try this as it has only popped into my head as I wrote the previous paragraph that this may be something that could work so that imported topics and replies include full redirect support.

    So much so I just gave it a whirl, if I store and old topic slug e.g. viewtopic.php?f=3&t=9 I can query on the fly that topics new post ID and 301 redirect to it’s new permalink e.g. phpbb-v3-standard-topic 😉

    It still doesn’t quite work though due to some URL weirdness presumably with one or a combination of the .php, ? and & characters, I am quite sure we can do something here though 🙂

    #148625

    In reply to: Resizing Avatars

    Rescue Themes
    Participant

    I was able to locate bbp_single_user_details_avatar_size in bbpress/templates/default/bbpress/user-details.php which eventually lead me to the following function that accomplishes what I needed (resizing the avatar):

    
    function my_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
        $author_avatar = '';
        if ($size == 14) {
            $size = 24;
        }
        if ($size == 80) {
            $size = 110;
        }
        $topic_id = bbp_get_topic_id( $topic_id );
        if ( !empty( $topic_id ) ) {
            if ( !bbp_is_topic_anonymous( $topic_id ) ) {
                $author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size );
            } else {
                $author_avatar = get_avatar( get_post_meta( $topic_id, '_bbp_anonymous_email', true ), $size );
            }
        }
        return $author_avatar;
    }
    
    /* Add priority (default=10) and number of arguments */
    add_filter('bbp_get_topic_author_avatar', 'my_bbp_change_avatar_size', 20, 3);
    add_filter('bbp_get_reply_author_avatar', 'my_bbp_change_avatar_size', 20, 3);
    add_filter('bbp_get_current_user_avatar', 'my_bbp_change_avatar_size', 20, 3);
    

    Increase avatar size in bbpress

    #148613
    Robin W
    Moderator

    ok try

    Deactivate bbpress tweaks
    Dashboard>plugins>bbpress tweaks>deactivate

    Go into widgets
    Dashboard>appearance>widgets

    And look at the bottom of the left hand side. You’ll see an “inactive sidebar”, with your entries on
    Below this is an “inactive widgets”
    Drag all the entries from the inactive sidebar to the inactive widgets area.
    This then allows wordpress to delete the sidebar
    I normally log out and in again at this stage – probably not needed, but I’ve never bothered to check
    Then basically reverse the above
    Re-enable bbpress tweaks
    You see the bbpress sidebar returns
    Drag the entries back from the inactive widgets area to the sidebar

    As soon as you’ve got the site vaguely going again, you need to STOP !!!! YES STOP!!!!!!!!!!

    Then take a breath, and create a test site – you cannot continue to develop your site in live, and you need a child theme. So you’ll need to read.

    Functions files and child themes – explained !


    https://codex.bbpress.org/creating-a-test-site/

    Once you have a test site, you can change things there first and then when you are happy put it into live.

    #148608
    dutchpuzzle
    Participant

    WordPress 3.8.3 running Headway theme 2.0.15
    bbPress Version 2.5.4

    Link: http://www.herefordequestrian.co.uk/forums/

    I tried following your instructions: “In dashboard>pages, go to add new page. Call this ‘Forums’ or whatever you want your menu item to be. Then in the content section, you may want to have some introductory words “welcome to the forum” etc. then add the following bbpress short code [bbp-forum-index]
    Save this page.”……. but it didn’t make any difference, so I deleted the page.

    I can’t work out what template my current pages with sidebar are called.
    I therefore can’t work out how to add the sidebar to the page.
    Can you advise?
    Thanks

    #148601
    Leonyipa
    Participant

    i have participant (bbpress)
    and subscriber (wordpress)

    #148596
    Stephen Edgar
    Keymaster

    What WordPress role does the user have?
    What bbPress role does the user have?

    #148588

    In reply to: Widget Questions

    Type Historian
    Participant

    I *need* a plug-in for my bbPress-driven forums site that lists/links topics with the most recent replies [Hottest Topics]. For this purpose, I have tried both the “Recent Replies” widget and the “Recent Topics” widget configured to display/link “Topics with Recent Replies” selected from the drop-down menu.

    First I tried the Recent Replies widget. It worked perfectly for several months, successfully weathering upgrades of both WordPress and bbPress to the latest versions. Suddenly [outta Nowhere!], it broke the visitor experience: Content of the main navigation sidebar following the first “hot topic” disappeared, and a second [variable] sidebar disappeared completely.

    Even worse, admin access to replies went nuts [more below]. When I disabled the “Recent Replies” plug-in, the problem disappeared instantly.

    Next I tried some “third-party” plug-ins that either didn’t work or required coding beyond my experience.

    Then I tried the Recent Topics widget configured to list only “topics with recent replies.” This solution worked [with reservations, more below] for several weeks until July 1. Just as suddenly, this choice created some of the same problems experienced with the “Recent Replies” widget.

    So I’m trying the Recent Replies widget again.

    When I use it now, the visitor front-end works as it should.
    However, admin access to replies has the same problems as before:

    The dashboard link to this function is
    http://forums.typeheritage.com/wp-admin/edit.php?post_type=reply

    When I click it, this is what I see:
    https://dl.dropboxusercontent.com/u/78278455/bbPress/Replies-01.png

    Note that the “Filter” button has disappeared. By selecting June 2014 and clicking the “Apply” button instead, I can view all replies PUBLISHED last month.

    What I CANNOT view:

    ALL replies regardless of publication date or status
    Complete lists of replies published in months before June 2014
    Private replies including my own input in progress
    Drafts
    ____

    In terms prioritizing visitor experience vs admin control, it seems safer to use the Recent Topics widget configured to list “Topics With Recent Replies” selected from the drop-down menu. My complaint with this option is that it lists/links to brand-new topics with NO responses.

    Is there a way to tweak either the Recent Replies or Recent Topics With Replies plug-ins to do the job?

    Many thanks for your help, Anna

Viewing 25 results - 9,301 through 9,325 (of 26,874 total)
Skip to toolbar