Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 4,651 through 4,675 (of 26,835 total)
  • Author
    Search Results
  • #182197
    blueshiningstar
    Participant

    I would like to adjust width of forum-titles.

    [Now]

    |Forum……….|Topic|Posts|……………|

    (I removed the title of Freshness by using “bbs-stlye-pack”)

    I would like to adjust like below.

    |Forum……….|Topic…..|Posts…..|…..|

    WordPress4.7.2
    bbPress2.5.12
    Twenty Sixteen1.3
    bbp style pack3.4.8

    #182172
    directorjim
    Participant

    just an additional note i was using bbridge to connect between wordpress and phpbb.

    thanks

    jim

    #182169
    directorjim
    Participant

    hi guys,

    i need some help please, i imported a phpbb forum earlier today and the forums have come across fine and the topics but the replies have come through and all show anonymous. i’ve run all the repair bits with no joy.

    phpbb ver – 3.2.0
    wordpress ver – 4.7.2
    bbpress ver – 2.6-beta-2

    i imported the users aswell.

    i dont think i missed anything but if you need more info please ask.

    thanks

    jim

    #182144
    atonyk
    Participant

    It seems that the problem is fixed in the BBPress 2.6 beta-2 version.
    There is the ticket – https://bbpress.trac.wordpress.org/ticket/2690
    I look forward to the release. ๐Ÿ™‚

    #182118
    Stiofan
    Participant

    @matrixd i just released our FREE plugin to do this: https://wordpress.org/plugins/move-bbpress-multisite/ ๐Ÿ™‚

    #182116
    Kalusha
    Participant

    Hello from Germany ๐Ÿ™‚

    I have an WordPress Role called “Autor”. This Role are on my Site “Premium User” and “Abonnents” are Standard User. Capabilyties for the bbpress are the same. Now I want to under the names in the Forum who is a Premium User and who is a standard User.

    The bbPress Role for both is “participants” so the differents are only in the WordPress Role.

    With this Code I can change the name, but only for participants…
    ##Name รคndern Participant in User Standard User
    function my_custom_roles( $role, $user_id ) {
    if( $role == ‘Participants’ )
    return ‘Standard User’;

    return $role;

    Hope anybody understand ๐Ÿ™‚ me and can help me

    regards

    atonyk
    Participant

    I have the same problem. Double quotes are converted into " and saved in the DB in this way.

    If, for example, I create a post using the WordPress admin panel,
    its columns ‘post_content’ and ‘post_title’ in the table ‘wp_posts’ are saved like this:
    "Post title" and "Post content"

    If I create a topic on a BBPress topic page, its data saved in the DB like this:
    "Topic title" and "Topic content"

    So the issue mentioned by @jakubmarian is not resolved yet ๐Ÿ™

    How can we please resolve it?

    #182111
    phil49
    Participant

    Hi Robin !

    LOL !

    I talk too much, but as I want to give as many detail as possible…

    Your code is working for the pages of the site.

    Your code is NOT working for ALL the forum pages of the site

    Your code is applied for all the pages, that’s it takes almost 100% of the page, but site pages are not concerned by my problem.

    Your code doesn’t make any difference when applied to the forum pages.

    I was just adding in my previous post that I have the same problem for my second issue with the background gradient that is not applied either, unless the code is not correct, but I don’t think so !

    Thinking about all this yesterday, I’ve got the feeling that in fact, what is desperately keeping void corresponds to the place that should be occupied by the sidebar, even though I told you that I have no sidebar on all the site pages as well as the forum pages.
    But there’s a section dedicated to its management in this new theme and version of WordPress 4.7.2 !
    I removed all the widgets initially present in this sidebar but maybe the code keeps holding the place !?

    It’s as if this part of the code keeps applying in the end, prevailing on the child theme css code !

    Hope this is clear now ! ๐Ÿ˜‰

    Regards,

    Philippe

    #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.

Viewing 25 results - 4,651 through 4,675 (of 26,835 total)
Skip to toolbar