Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 4,701 through 4,725 (of 26,877 total)
  • Author
    Search Results
  • #182099
    parmaker
    Participant

    I posted a similar issue with this today, and found this topic. I spent several days to figure out what happens to the reply edit box. I didn’t do any customising thing, but just clean install WordPress, and bbpress and tinymce advance. Also put new reply.js under the child theme dir and exactly sent it to browser. Checked it at browser to pick the correct version.

    1. created a topic
    2. created a reply by using the editor already popped up
    3. repeated 2. a couple times
    4. now I clicked one of the reply link on reply admin links
    5. ok re-reply editor sit beautifully, and re-reply created correctly.
    6. I clicked the reply link of the reply i created at 5., i.e. i tried re-re-reply, but not yet done i changed mind to click the reply link of topic admin links, without clicking “Send” button
    7. Then bbpress could not target the one that it belongs, so reply did not go under the lead topic, but previously pointed one.
    8 at this situation, no way to reply to the lead topic until get out of the topic and come into the topic again.

    When clicking a topic from the loop-topics, href=”#new-post” of reply link of topic admin links picks up /forums/topic/2nd-topic/ as url, but the reply link of reply admin links has like this /forums/topic/2nd-topic/?bbp_reply_to=21&_wpnonce=7f844b58aa#new-post”. The query “bbp_rply_to” is looked at. So click the link, uri is changed, and the href=”#new-post” of topic admin link gets meaning totally different ball park.

    When mouse to the “a href=”#new-post” of topic admin links, firefox debugger shows /forums/topic/2nd-topic/?bbp_reply_to=21&_wpnonce=7f844b58aa#new-post, NOT /forums/topic/2nd-topic/#new-post

    So, I created a reply form just under the lead topic but on top of the first reply. Named it uniquely, and put style=”display:none;” initially. I meant, when clicking the reply link of topic admin links, my own toggler js shows/hides. That is, one reply form was dedicated to the lead topic only.

    Looks great, but the following tiny thingy has no tools and text area but visual/text tabs and tag and Send.

    I tried again to every topics and replies have its own editor under reply/topic content. forms are in there but no tools no text area.

    js, i went away 17 yrs ago, makes me sick.

    Suggestion to BBPRESS : what if make every topics/replies has its own reply form ? so just toggle it when clicking reply links. If it’s a matter of ‘bites’, well, this time is Giga,terra, isn’t it ?

    #182096
    Robin W
    Moderator
    #182083

    In reply to: Sharing a link

    Robin W
    Moderator
    #182042
    phil49
    Participant

    Hello Robin,

    Don’t know if you could find something to help me, but I keep you informed of the progress on my side.

    I’ve installed a virtual machine with the same WordPress version, twenty seventeen theme and almost all the plugins.

    I’m now more comfortable “playing” with different themes and child themes, this is the positive side of the situation, I even corrected a mistake I initially made by creating my child theme inside the Twenty seventeen theme instead of at the same level as it !

    Now it turns up in the theme section, I can activate it, but basically, it doesn’t make any difference !

    Your code for the page width is still working on ALL pages as expected, therefore the CSS is bieng applied, BUT the code doesn’t apply to the “page.php” template used by the forums ! 🙁

    I even tried simultaneously to find out a solution for a request from our site members, that’s a background gradient.
    It doesn’t apply at all !

    In fact, taking a closer look at the wysiwig panel in the Appearance section of the theme, I noticed that the gradient is applied but ONLY on the homepage and behind the image and NOT on the body of all the other pages of the site !

    Trying to paste the code in the custom code or straight in the style.css file in the theme child produces the same result…

    This is so incredible that nobody in the world can find a solution or has ever tried to customize these elements !

    Hope is what makes us live…

    Regards

    Philippe

    #182040
    .:DDoS:.
    Participant

    I want to receive notifications from WordPress Toolbar and emails without BuddyPress.

      New Topics & Replies
      @Mentions (Topics & Replies)

    How? Please help me. I’m not good at coding. Thank you!

    #182031
    kiwi3685
    Participant

    I have a couple of issues with my dashboard widget “Right now on forums”:

    1 – It is not displaying the links to topics, replies, or tags. The link is there but it is empty.

    2 – The count of forums excludes my single “hidden” (set to private) forum. As “private” means show only to registered users I don’t see why it would be excluded for the dashboard.

    Attached image shows what I mean.
    I have run the repair tool (all options) but no change.

    (WordPress 4.7.2; bbPress 2.5.12-6148)

    screenshot

    #181996
    Robin W
    Moderator
    #181972
    Brandon Allen
    Participant

    @padrenola I’ve added a reply on your ticket, but I wanted to post here as well.

    The issue you are seeing is related to your theme, so you will want to get in touch with their support to get an official fix. You can send them to the ticket for background. https://bbpress.trac.wordpress.org/ticket/3059

    In the meantime, adding the below code to the bottom of your theme’s/child theme’s functions.php file should give you some relief.

    remove_filter( 'bbp_get_forum_topic_count_int', 'x_bbpress_filter_forum_topic_count' );
    remove_filter( 'bbp_get_forum_reply_count_int', 'x_bbpress_filter_forum_reply_count' );
    remove_filter( 'bbp_get_forum_post_count_int',  'x_bbpress_filter_forum_post_count' );
    #181946
    aadarsh17
    Participant

    I am planning to use bbPress plugin for WordPress. My current forums is built using https://invisionpower.com/ IPS. Is there any way to migrate forums data from IPS to bbPress?

    #181944

    In reply to: Upload Gifs

    Fuskeduske
    Participant
    #181928
    mktunicus
    Participant

    Hi Support,

    I am not able to view my topics contents on forum section but I can view replies.

    Below are my version detail :
    WordPress 4.7.2
    bbpress Version 2.5.12

    Website Link:
    http://wavestrategy.azurewebsites.net/forums/topic/kotak-mahindra-bank-is-important-top-in-place/

    Please do the needful at the earliest.

    Regards,
    Manjusha

    #181871
    u_Oi
    Participant

    Thanks for the answer @benklocek

    I am still looking for the right code, I will post here once I got it 😉

    I was thinking what could be the best way…

    1.-Create a custom role and then use the name of role to translate it. (I am doing this.)
    2.-Give to spectator role the participant´s capabilities and then translate it.

    I need two participant roles, with differents name. Just to make more fun the forum style. Just like the ticket about “Add CSS class for user roles in topics and replies”.

    Regards,

    #181823
    Pascal Casier
    Moderator

    Hi,
    Plugin is on https://wordpress.org/plugins/bbp-api/ but let me see to copy the code to GitHub this weekend.

    @jpvanmuijen
    on 2 of my forums it seems to give stats, but we should have that discussion at the support forum for bbp-api 🙂
    Pascal.

    jcuti
    Participant

    Hi, thanks for your reply but it did not work for me. I have only activated the pluguin bbpress and I activated the theme twentyfifteen.
    Any other options? I have also proven it with a clean wordpress install. 🙁

    #181780
    Robin W
    Moderator

    sorry, missed that you were using wp tweaks which adds this sidebar. This plugin has no support, and doesn’t work with several themes by the look of it.

    suggest you try

    https://en-gb.wordpress.org/plugins/widget-logic/

    the logic for forum pages is

    is_bbpress()

    for a widget to only show on forum pages

    and to exclude from forum pages is

    !is_bbpress()

    #181776
    Robin W
    Moderator

    If I understand you correctly, you should use the style pack plugin

    https://wordpress.org/plugins/bbp-style-pack/

    and look at both the forum template and forum display tabs in the settings

    #181763
    mpnuu
    Participant

    I’m new with the WordPress and building my first webpage. I have installed bbPress and bbPress WP Tweaks plugin and created Forum page. Forum appears on forum page, but login sidebar widget does not. bbPress sidebar area is showing on Widgets settings and I have added login widget to it. Still sidebar is not showing on Forum page. If I add login widget to main sidebar widget area, then login widget will show on every page. Why bbPress sidebar widget area is not working? Is this a bug? I have tried this with many WordPress themes with no luck.

    I’m currently using WordPress 4.7.2 with Twenty Twelve theme and bbPress 2.5.12-6148.
    My website is not yet public.

    #181755
    phil49
    Participant

    Hello Robin,

    Thanks for the reply again.

    I pasted the code in the additional Custom CSS section in WordPress, indeed I immediately noticed that page width was wider by about 1/5.

    However, the “bbpress.php” template was… not affected ! 🙁

    I tried copying the code in the style.css in the child theme previously created, but same thing no wide page again !

    As I noticed since the beginning, ALL the site pages, I mean the one managed by this epoymous section in WordPress ARE affected by any additional CSS code, BUT NO page in the forum section with the “bbpress.page” Template are concerned by any modification !

    It’s as if so long as there’s no modification on the bbpress.php code or it’s CSS, nothing could happen !

    Yet, as mentioned earlier, in the child theme I’ve created, I added as explained in this forum : http://www.designbombs.com/master-twenty-seventeen-wordpress-theme/ , the following files :

    1 style.css file
    1 page-full-width.php
    1 function.php

    Was there any other operation I should have done ?

    For instance, should I try something with the Bbpress-style-pack I’ve installed a few weeks ago for another purpose but that includes a CSS section ?

    I don’t really understand what I’m supposed to do, the explanation is not quite clear to me !

    It’s explained that it will create a “bspstyle.css” file but what will be the impact on the whole site as I just want to alter page width ONLY on the forum pages, the other pages have the adequate width !

    Kind regards,

    Philippe

    #181743
    dropshot
    Participant

    Any one? Please…

    How do I create a custom index page that is actually a bbpress-page and NOT an ordinary wordpress page that happens to have bbpress-content in it?

    The problem with the suggestion that Robin offers is that his own plugin (bbp style pack) won’t recognize the custom page as a bbpress page.

    If I’m being stupid and missing something obvious please let me know.

    Cheers!

    #181713
    phil49
    Participant

    Hi Robin,

    Don’t know where your’re in the progress of your tests, but I noticed that the “What the file” plugin I couldn’t see for more than a day just turned up today but on another profile I’ve created for my friend that will take care of the site once all the issues with the forum part are solved!

    Really weird!?

    Yet it doesn’t display in my admin profile !!!

    Anyway, I could find out thanks to this plugin that this is the “page.php” template which is being used on the page listing all the forums and the “bbpress.php” for each forum !

    Yet, when I select it through this plugin, changes I made on the model in the theme child I had created are present :

    <div class=”wrap page-full-width“>
    <div id=”primary” class=”content-area-wide“>
    <main id=”main” class=”site-main” role=”main”>

    <?php

    But I guess this has more to do with Twenty seventeen subtleties or the CSS!!??

    FYI, here’s the site I followed step by step in order to get this fuc… full width page to work properly and the closest to the theme Twenty seventeen :

    http://www.designbombs.com/master-twenty-seventeen-wordpress-theme/

    Regards,

    Philippe

    #181704
    Fuskeduske
    Participant

    Hi Wiisonca,

    I used to have a lot of registration spammers, this plugin solved it for me:

    https://da.wordpress.org/plugins/wp-spamshield/

    I haven’t had an occurence in over 6 months.

    You can also go for the paid option, which also worked for me a couple of months before using wp-spamshield: https://da.wordpress.org/plugins/cleantalk-spam-protect/

    As a side note, deactivating bbpress does not remove data.

    #181697
    Robin W
    Moderator

    best I can say is this plugin may help

    https://wordpress.org/plugins/bbpressmoderation/

    #181647
    Robin W
    Moderator

    lots of shortcodes available for putting into pages and posts

    Shortcodes

    and I have additional shortcodes in my style pack plugin

    https://wordpress.org/plugins/bbp-style-pack/

    #181645
    Robin W
    Moderator

    ok, it’s not a released version, so suggest you post a trac ticket for the error

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

    #181604
    sinclair_lewis
    Participant

    Hi,

    Permissions via Advanced Access Manager (AAM) were recently working until updating to WordPress 4.7.2. Are there any known issues with that plugin?

    I have six forums and AAM roles for each. The roles still correctly restrict access to the topics under the respective forums, but the main index of forums at /forums/ no longer displays the forum a role has access to.

    Any help is greatly appreciated.

    WP 4.7.2, Twenty Thirteen theme

Viewing 25 results - 4,701 through 4,725 (of 26,877 total)
Skip to toolbar