Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,401 through 3,425 (of 26,880 total)
  • Author
    Search Results
  • #197342
    simjohna
    Participant

    Log into your WordPress back-end.
    Go to Plugins > Installed Plugins .
    Scroll down until you see bbPress and click Deactivate.
    After the page reloads , scroll back down to the bbPress plugin , now click the red Delete link.

    #197341
    simjohna
    Participant

    If you have a WordPress.com account, then you can use that or you can create a free account. Once you have connected Jetpack to WordPress.com, you need to visit Appearance » Widgets. Drag and drop Blog Subscriptions (Jetpack) widget to a sidebar and then click on Save button store your widget settings.

    #197199

    In reply to: Registration Fail

    Robin W
    Moderator

    bbpress just uses wordpress, so not really a bbpress issue

    try

    Check Email

    #197190
    tapiohuuhaa
    Participant
    #197189
    tapiohuuhaa
    Participant

    Seems that if the link is an independent paragraph, WordPress makes conversion. See:https://www.sanaristikkofoorumi.net/wordpress/forums/topic/foorumin-ulkoasusta-ym/

    #197176
    tapiohuuhaa
    Participant

    When pasting some texts, TinyMCE show some HTML (DIV and SPAN tags)
    as you can see https://www.sanaristikkofoorumi.net/wordpress/forums/topic/suomen-kuvalehti-50-2018/#post-8740

    I put an additional function in order to parse that off, but it did not work. I installed bbp Style pack and seems that using this plugin I don’t get unwanded HTML tags.

    But I would like also get automatic transforming www-addresses using the title of the page instead showing the www-address itself.

    I didn’t find how to accomplish that.

    #197168
    Robin W
    Moderator

    It is not necessary under GDPR to prevent people form publishing their personal data if they wish. For instance if x wants to put their personal phone number on a public forum, that is up to x, and the site is under no obligation to remove it or advise x.

    However if you want to create a ticket like system, then I presume you tried my private groups plugin mentioned in the other thread which does just what you want if I understand you correctly.

    Private groups

    Robin W
    Moderator

    topic counts are in

    bbp topic count

    #197155
    tapiohuuhaa
    Participant

    Well this works better than by adding some extra function to the functions.php

    The problem was that pasting text add unwanted HTML:

    Suomen Kuvalehti 50/2018

    I tested using this plugin. I didn’t get unwanted HTML. so in his plugin this issue has been solved.

    But I would like to get transforming http://… into format, which has been used in my previous post. Can that be achieved with this plugin?

    #197147
    tapiohuuhaa
    Participant

    You can answer this question also in my own forum. I have written now in Finnish, but also answers in English are OK.
    https://www.sanaristikkofoorumi.net/wordpress/forums/topic/ongelmia-visuaalisen-editorin-kanssa/

    #197146
    tapiohuuhaa
    Participant

    BTW. How to get http…. transformed as before so that editor automatic would use the name of page and not http….

    I have seen that in https://www.matkapuhelinfoorumi.fi/threads/yleistä-keskustelua-tableteista.128744/page-2

    but I don’t in WordPress sites before this situation.

    #197145
    tapiohuuhaa
    Participant

    Enable Visual Editor

    “In some cases, text pasted into the visual editor will bring along unwanted styles and HTML markup. You can use another function to force pasted text to be cleaned up. ”

    I added the function, but it does not work. See

    Suomen Kuvalehti 50/2018

    Do I need some plugin for TinyMCE

    #197125
    jaykaybee
    Participant

    I’m new to wordpress and bbPress. I found a post that described the problem I am having, but a “keymaster” closed the thread… I don’t see how to solve this problem.

    The original thread was:
    https://bbpress.org/forums/topic/breadcrumb-and-forum-index-issues/

    Here is my restatement of the issue:

    I am new to WordPress and BBpress, using Astra theme. I have read some forum topics on the problem I am having, but some are now closed and did not provide answers in remedial enough fashion! (I’m not a coder.)
    Here is how I am experiencing the problem, you can follow along on the links below (I used BBP stylepack to remove the “home” link)
    1. I navigate to https://devgo.jeffbelkora.com/forums/. This presents a blank page.
    2. As suggested in a prior forum here, I set up a WordPress page called forums with a bbpress shortcode [bbp-forum-index]. Still, the URL /forums/ presents a blank page.
    3. Bizarrely (to me), I can see this forum index only if I change the URL to Forums/ with a capital F. Huh? Now this page displays a list of forums, namely one I created called “Resource Messages”. Very confused as to how the uppercase F came to display the right index. I stumbled on that accidentally.
    4. I click on “Resource Messages” This takes me to /forums/forum/resource-messages/. The URL now has a lowercase f in forums. This will be a problem in a minute!
    5. Now I click on “Resource Message 2” link and I’m taken to /forums/topic/20181219-resource-message-2/. Incidentally, I am working on an entire project to strip down the forum into a one-way bulletin board… but this post is just about the forum breadcrumbs.
    6. Now the problem arises where I click on the breadcrumb for forums, whose link is /forums/. As seen in item 1, this presents a blank page.
    Now, other posters pointed to BBP StylePack “breadcrumbs” setting. And I have tried to insert my forum page (with the shortcode [bbp-forum-index]) URL (/forums/) into their “override” box. But instead of showing the forum index, it shows a blank page.
    Help! I am so confused. I would really appreciate any tips or links to further resources, in very remedial terms.

    #197114
    spaceman_qc
    Participant

    I have the latest WordPress (5.0.2) and latest BBPress. I enabled the visual editor with the bbPress tweak plugin and then every time I tried to edit a reply it will not let me submit it again. The page would just like reload and my text was gone. No error in the console but saw thing flashed there.

    But if I login, logout, return to bbPress and uses the text editor and kept the visual editor in the back, everything worked ok. So I disabled it and since then no more bugs.

    Is there other WYSIWYG editor that I can use? Is there something I can do to make it work correctly?

    #197083
    jaykaybee
    Participant

    I am trying to configure bbpress for one way announcements to an audience of members in my website. Meaning I as the author am posting topics in chronological order, with no possibility of replies. So not a normal forum.

    This has meant removing a lot of extraneous information normally displayed: I don’t need or want author, freshness, voices, etc.

    I am new to WordPress, BBpress, and I am not a coder. I have proceeded, through trial and error, to “inspect” the pages and use custom CSS to hide objects that I don’t want (display: none !important), and to look at the php files such as content-single-topic-lead.php and remove any references to author (e.g. bbp-topic-author).

    Without understanding much of what I’m doing, I’m getting very close to achieving the intended effect. Now I’m stuck because when someone clicks in Resource Messages (the “forum” name) on an actual topic, they see an indented display of content, because the author column (which normally displays author name and avatar etc, which I hid using CSS display: none !important) is still present (if empty).

    Please see https://devgo.jeffbelkora.com/square/topic/20181219-resource-message-2/

    So my questions are:
    1. Can anyone instruct me on how to remove that first author/avatar column?
    2. How to resize column 2, or otherwise adapt it so each topic’s content displays as a left-justified text?

    Please be very remedial in any tips you can give me. I have created a “bbpress” subfolder inside my “astra” child theme via “files” in my cpanel. I am deleting code in php files there adding custom css inside the astra child theme “customizer”.

    If you are going to suggest changing files, could you please specify how I need to place them in my child theme to make this futureproof to updates etc.?

    Thank you!

    #197061

    In reply to: Forum URL

    Robin W
    Moderator

    I should say that I am not the plugin author, just an experienced user.

    bbpress just uses wordpress custom posts, so in most cases having the forums within the main site would be no problem. Of course I don’t know your site, so cannot recommend, but most sites just have it within. If the main site is down, chances are that most will not access the forums directly, but rather via the main site, so the forums would ‘appear’ to be down as well.

    It is an option to uncheck the box, it is not a recommendation (the box I quoted in settings recommends that you do display the prefix, but I think this is just for clarity in the url).

    unticking the box would achieve https://forums.X.com/ and putting the forums in your main site would achieve https://X.com/forums/

    #197052
    tapiohuuhaa
    Participant

    How does it differs from my existing visual editor:

    1. Sanaristikot

    that needs TinyMCE installed.

    #197051
    Robin W
    Moderator

    visual editor available on my plugin

    bbp style pack

    tapiohuuhaa
    Participant

    Hi

    Why bbPress could use visual editor without chaning the function.php of themes.

    When thems needs to be updated, it would need every time alter that function.

    In my mind bbPress should support better visual editor. Otherwise bbPress seems to be a little bit too much self-made solution. Not like professional XenForo, which supports visual editor without tricks.

    I got it work in https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/

    but I was not happy searching how to do it.

    #196986
    wpturk
    Participant
    Robin W
    Moderator
    #196980
    Robin W
    Moderator
    #196973
    alicesmith23
    Blocked

    Other question, assigning a forum moderator to a forum (subforum not category) doesn’t seem to work. I assigned a user by his WordPress Username.

    #196970
    Robin W
    Moderator

    bbpress with private groups

    Private groups

    will let you do that

    #196895
    seanrowe
    Participant

    So I work as a web developer using wordpress, however I do not use bbPress on any of my sites currently. However I am a member of a forum that I really enjoy, however it severely lacks some elements of responsive design for mobile phones. I cannot say for sure it’s something directly related to bbPress, however being that bbPress is such a large platform I have to assume there is a solution.

    The problem:

    The problem is related to multiple quotes inside of a post. When a person quotes a reply that was also quoting a previous reply we get multple “quote” section before the new content. The result on a mobile phone is that the quotes get squished into single character per line so it looks

    l
    i
    k
    e

    t
    h
    i
    s

    Is there a solution to making the previous quotes either hidden in a spoiler tag by default or simply show only the 1 quote per post on mobile?

    Here is a screenshot of what I’m talking about: https://drive.google.com/open?id=1DbJjmuCinBhP1yhprZXcNC_ZMz4gj-cT

    P.S. I am not a developer on this website, but I thought I’d present a solution to the owner to help him out 🙂

    P.P.S. I noticed he uses elementor as well, so not sure if that has any relation.

Viewing 25 results - 3,401 through 3,425 (of 26,880 total)
Skip to toolbar