Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 6,726 through 6,750 (of 26,877 total)
  • Author
    Search Results
  • #166631

    In reply to: I can not see this….

    IkerMB
    Participant

    I forgot to ask one think, when i want to access to my control panel in my blog, WordPress User and pasword, in this area appeare “LOGIN WITH”.. and logos of facebook, twitter and google.

    But i do not want to appeare there, because it is only when I login in my control panel. I want to put on the page of my blog.

    The thinking is that, at first when i made a test with the plugins, i could to put, and see the login in the page, but desinstaled and reinstaled and now it is imposible to see. (EVEN IF I PUT OTHER LOGIN PLUGIN).

    I delete the cache already.

    #166622
    KeithAdv
    Participant

    Thanks for responding, Stephen!

    Yeah, I agree that the converter is a pain! I was excited because I had gotten past that step (I think). My unexpected brickwall is between BuddyPress and bbPress.

    The complete process I used is one that I originally documented here: https://wordpress.org/support/topic/how-i-got-import-from-ning-to-work-for-me

    tl/dr answer: I used BuddyPress 1.6.1 and the latest version of bbPress. I installed only BuddyPress during the Ning migration. After that was complete and looked good, I let BuddyPress update to its latest version and installed the latest version of bbPress. All topics AND replies existed at that point. I did the final migration from BuddyPress to bbPress and all replies disappeared.

    I don’t know either of these two plugins well yet but the only clue I have is the wp_bb_terms error message. Perhaps the migration is failing at that point and causing the replies to become disconnected. I just don’t know.

    It’s so frustrating to be THIS close!

    #166611

    @robkk: I might just do that and add it to members’ WordPress profile. Thanks for the advice on this.

    #166610
    Robkk
    Moderator

    Sounds kind of neat for threaded replies, make a feature request in the bbPress trac.

    Login and create a ticket.

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

    #166606
    Robkk
    Moderator

    Subscriber makes sense for a default WordPress role since WordPress was just for blogs, so the default registrant role would be a subscriber to see your blog posts.

    https://codex.wordpress.org/Roles_and_Capabilities

    Try creating a test user by manually doing so with an additional email you may have in the WordPress Register form. Then see what the forum role is. If it is blank still, make a test forum post to see if it changes.

    You can also try some troubleshooting if something is messing with the forum role being set.

    Troubleshooting

    #166596
    regeisle
    Participant

    I’m having all sorts of html code show up as part of bbpress email notifications. Worst when the text is pasted in from other webpages or emails, but that’s unavoidable with lots of people using a forum.

    Even random   characters when someone types directly in the editor.

    I’m using wordpress’s built in mce editor with only visual mode available. Latest versions of wp and bb. Are there any solutions to fix this?

    Example:

    Thanks in advance! Rich

    #166593
    Robkk
    Moderator

    This does not have to do with bbPress…but.

    If Drupal was your first CMS read this guide.

    https://codex.wordpress.org/Importing_Content#Drupal

    You may need to hire a developer again if you had more customizations created then just migrating from one CMS to another.

    Contact the WordPress support team for any WordPress specific help..

    Support Forums

    mminoli
    Participant

    Hi all, is there any way to restrict that email notifications in a topic only apply to 2nd level replies to my reply? And not for other users replies on the same topic.

    I don’t want to receive notifications of other replies in the topic I have replied.

    Running:
    – WordPress 4.1.5
    – bbPress: 2.5.6

    Thanks in advance!

    #166574
    IkerMB
    Participant

    Nothing, it is imposible, I see that checkbox that say Forum is checked. ok.

    now I go to foro (in the screen menu on the left) and click in the area Forum my three forum and i click “add menu” well, if I make this, I see in the menu the three options individual too.

    If I do not have in the menu one options that put FORUM, how can wordpress know that I want in the menu one windows that put forum.

    If i selecc the three forums in forum (for example, sport,football, rugby) I see in the menu sport,football and rugby) because inside the menu there aren´t a windows forum.

    #166572

    In reply to: forum link in admin

    mihirpatel7410
    Participant

    sorry for trouble
    still i can’t see the link of (forum,topic,reply)
    i saw in woocommerce after login in wordpress backend
    thanks

    #166571

    In reply to: forum link in admin

    Robkk
    Moderator

    Login and look under the woocommerce menu items in the WordPress backend.

    #166530
    rebabaskett
    Participant

    I have asked for help twice and this has been deleted. I have read through the forum, searched the help files, and followed all requests. Please let me know what I am doing wrong but I need help with this.

    Divi Theme latest version
    Wordpress 4.3
    bb press 2.5.8
    Links:
    mysite.com/horizon/
    mysite.com/ims/

    I have to create multiple pages like the ones above. I have created the forums for each page which include: parents, teachers, students but the problem comes with the post into a board. I had to remove breadcrumbs since it took them back to the forum home with all the boards. I am going to have many more pages like above. Is there a way to have when they post go back to the page they came from?

    Right now after they submit they see this with no way to get back to say this page mysite.com/ims/
    submit form

    #166565

    In reply to: Member counter

    Robkk
    Moderator

    Sorry for the late reply, but I couldn’t find a soltution to find a specific user with the ID of 1000.

    This shows recently registered users but you would have to keep track of who is the 1000th user.

    https://wordpress.org/plugins/new-user-dashboard/

    Other than that it may be custom development and you may need to hire a developer.

    #166563
    Robkk
    Moderator

    Sorry for the late reply.

    CAn you create me an account so I could see the issue first hand, and possibly see what is causing the issue.

    You can send me the login information to my email.

    Contact

    #166562
    Robkk
    Moderator

    Sorry for the late reply. I hate this issue you have, because I cannot really find a resolution without straight up guessing to try to find something.

    I do see that you have removed it though. But you do not need to remove it with CSS or it will hide the other notices too.

    You can try this PHP function instead.

    add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' );
    add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' );
    function ja_return_blank() {
        return '';
    }

    If you want you can contact me so I can just see what could be causing the issue.

    Contact

    #166559

    In reply to: Problem with my theme

    Robkk
    Moderator

    It is just like customizing a regular WordPress theme.

    Just copy the bbpress.css file into your child theme in a folder called css then edit it to your liking.

    Theme Compatibility

    bbPress Styling Crib

    #166558
    Robkk
    Moderator

    Try any of the steps in the Internal Server Error part.

    https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error

    #166553
    Robkk
    Moderator

    It is weird that when I check the teststudents blog in the dashboard, I can see users listed as Participant as their site role, while it should be Subscriber.

    The WordPress backend menu is all off when I hover over menu items. I do not know what is causing that. Also some bbPress tools in the Tools section, seem to have their own menu items also, which I do not know why.

    There also seems to be forums on some blogs with the same content too??

    This is one for example.

    http://theglobalschool.net/science/tilliemcr/forums/topic/hello-world/

    You can probably find more by visiting the site, and adding /forums at the end of the url.

    If you haven’t already try some troubleshooting to see what is causing all of this.

    Troubleshooting

    #166547

    In reply to: forum link in admin

    Robkk
    Moderator

    Thanks, remember to try not to post login information on the forums though.

    Contact me using the email listed below.

    Contact

    #166546
    Robkk
    Moderator

    That is a really old topic that used bbPress v1 standalone, which is entirely different software than what you have now. So I would recommend not using any code from topics about 3 or more years old.

    You may need to install a Find and Replace plugin to remove the tt tags, or just change back to break tags.

    To add mutiple line breaks you may need to read this, maybe install the mentioned plugin, and maybe also active TinyMCE in bbPress using the bbPress Enable TinyMCE plugin.

    http://www.wpbeginner.com/beginners-guide/how-to-add-single-double-line-spacing-in-wordpress/

    #166543
    Robkk
    Moderator

    Thanks for finding that bug. I will create a trac ticket for this.

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

    Robkk
    Moderator

    You can use the default registration forms in WordPress instead. The bbPress register shortcode is not really complete in functionality. The login shortcode should work decent enough though.

    #166524
    aikichick2012
    Participant

    no ideas, anyone? 🙁

    (ps: forgot to say: i am using the latest version of bbpress and wordpress.)

    #166522
    KeithAdv
    Participant

    I’m going through the odious task of importing a Ning forum to bbPress. The hard part (or so I thought) is done. I was able to get about everything from Ning into BuddyPress.

    However, when I get to the last phase–BuddyPress to bbPress migration–which I thought would be easy-peasy, I lose all the replies to the forum topics! I’m following the migration process exactly (as far as I know) but it always fails. Here are the details:

    I’m currently on a local server using XAMPP.
    WordPress 4.2.4
    BuddyPress 2.3.3 (using the default theme)
    bbPress 2.5.8

    The only other plugins I have installed are The Events Calendar (which you kind of need for the Ning conversion) and BackupBuddy, so that I can restore/reset after every unsuccessful attempt.

    I have a smallish forum of fewer than 100 people and 4 groups.

    At the time of this writing, I’ve restored the site to its last successful state:
    – All data successfully imported into BuddyPress
    – bbPress is installed and activated
    – Final migration has not yet been attempted.

    So, you can see all forums and replies, etc., in the BuddyPress theme on the site. The bbPress forums section in the admin menu is empty, as expected.

    Now my typical next step, which always fails, is to follow the codex on migrating forums from BuddyPress to bbPress. I’ve been following it to the letter:

    Migrating from old forums to bbPress 2.2+

    Unfortunately, during Step 5, the actual import step, I get the following error message:


    WordPress database error: [Table 'foo.wp_bb_terms' doesn't exist]

    SELECT convert(term_relationships.object_id USING "utf8mb4") AS object_id,convert(term_taxonomy.term_taxonomy_id USING "utf8mb4") AS term_taxonomy_id,convert(terms.name USING "utf8mb4") AS name,convert(terms.slug USING "utf8mb4") AS slug FROM wp_bb_term_relationships AS term_relationships INNER JOIN wp_bb_term_taxonomy AS term_taxonomy USING (term_taxonomy_id) INNER JOIN wp_bb_terms AS terms USING (term_id) LIMIT 0, 100

    I can’t tell if it is just complaining or if the import has actually failed at that point. Nevertheless, I finish all the steps. At that point, the groups have become forums in bbPress and the topics have transferred but only the first post in each. All replies are gone and I haven’t found any way to restore them.

    One additional detail–I don’t know if it’s relevant. In order to do the Ning conversion, it’s best if you use BuddyPress v1.6, which I did. Afterward, I updated to the latest version. (Is that why wp_bb_terms didn’t get created?)

    I’d greatly appreciate any insight on this. I’m so happy to be getting away from Ning–I can’t believe I’m getting tripped up on the WP side! 🙂

    #166516
    tkse
    Participant

    I created a WordPress page with the name “Diskusjon” and changed the root of bbPress to be this in the settings. Now bbp-single-forum shortcode won’t work. It just shows the forum index, something I tried to avoid by creating this standalone page as root. Any tips?

Viewing 25 results - 6,726 through 6,750 (of 26,877 total)
Skip to toolbar