Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,601 through 14,625 (of 64,518 total)
  • Author
    Search Results
  • #164612
    Robkk
    Moderator

    @david13_13

    There are probably a bunch of alternatives, but this works for both topics and replies.

    https://wordpress.org/plugins/bbpress-auto-subscribe-for-new-topics-and-replies/

    #164611
    Robkk
    Moderator

    I’ve looked inside the loop-forums.php template, then found this <?php do_action( ‘bbp_template_before_forums_loop’ ); ?> being executed. Which template file is bbp_template_before_forums_loop pulling from ?

    Sorry for the late reply, but that is a hook. If you want the login form only above the forum index just echo the shortcode like so above or below that hook.

    <?php echo do_shortcode("[shortcode]"); ?>

    or if you are pretty good with PHP just use the hook.

    If you want the login form above all bbPress pages, you might have to consider echoing the shortcode in a bbpress.php file.

    Getting Started in Modifying the Main bbPress Template

    #164607
    Robkk
    Moderator

    Try some troubleshooting especially the Theme and Plugin steps.

    Troubleshooting

    #164605
    Robkk
    Moderator

    You have to copy the main template bbPress is inheriting from your theme for its layout and create a bbpress.php file from it. This would usually require you to remove the sidebar code, then use CSS to make the layout fullwidth.

    Getting Started in Modifying the Main bbPress Template

    #164603

    In reply to: Image

    Robkk
    Moderator

    Add all this CSS, it fixes the issue you have created this topic for and whatever else I could find on your site.

    #bbpress-forums .reply a {
        padding: 0;
        display: inline-block !important;
        text-align: inherit!important;
    }
    
    #bbpress-forums .reply a:hover {
        background-color: transparent !important;
    }
    
    #bbpress-forums li.bbp-topic-voice-count, 
    #bbpress-forums li.bbp-topic-reply-count {
        color: inherit;
    }
    
    #bbpress-forums #content p{
        text-align: inherit;
    }
    #164591
    yudftvsbuyh
    Participant

    I’m completely new to wp and bbPress and also a php novice and am currently doing an assignment in both. I have created a child-theme and have spent many hours trying to find the right template_part to amend to suit my theme. I have managed to do so for loop-forums and loop-single-forum for Forum page but now have moved to Topic page and thought the two templates I needed were loop-topics and loop-single-topic but they don’t have the section I want to remove ie. bbp-template-notice info.

    Is there somewhere I can find the hierarchy of pages and template hierarchy or can anyone point me in the right direction please?

    #164580
    killer_x10
    Participant

    @Robkk

    Thank you for the Information but I am just replacing all the HTML Tags with bbcode tags, nothing special because I am very bad at php and javascript, I know very little js and just started with php. Btw I have finished it, just couldn’t get 1 thing right, Close HTML Tags.

    Here’s the Link to the Topic: https://bbpress.org/?post_type=topic&p=164557

    Robkk
    Moderator

    the first kuena link the forums look too busy.

    Second link is what I was talking about but for bbPress, make it look cleaner. I have made something kind of similar, not exact but some parts are similar. (I know the icons are off a bit, idk what I did to mess them up, but they were fine before.)

    the third and fourth link remind me of old bb boards, some phpbb inspiration I can see though.

    Almost all of those Github plugins have almost non discussions, issues, requests. It doesnt mean they are perfect, it means they will be abandoned very soon. As much you here would abandon bbPress if nobody used it and nobody come to this forum. As much Drupal core and other Drupal developers abandoned Drupal forum because nobody used it. So simple.

    I get what you are saying but what about plugin forks or just plugins with similarities.

    Here are the other github plugins and their alternatives and why I might and might not fork them.

    • VIP support -> bbpress-VIP-Support-Plugin-for-Latest-WordPress (will think about pushing to WP.org)
    • Simple Support -> bbResolutions
    • EDD bbPress Support Dashboard (this is a fork of VIP support too and was specific to the EDD site)
    • bbPress Spam Cleaner -> This is the plugin that was made for a job for a specific user
    • bbPress Report Abuse (needs paid plugin gravity forms) -> bbPress Report Content
    • bbPress Avatar -> Basic User Avatars
    • bbP Quote -> bbPress Direct Quotes(I said I might add this into a different plugin, and users can also install GD bbPress tools)
    • bbPress Ajax Replies (not touching, do not know much about ajax)
    • djb bbPress last read plugin -> closest I think to this exact plugin is the one I said I might add to WP.org
    • bbPress Live Preview -> Just enable TinyMCE(but I will think about forking it more)

    Tell me one thing sincerely. if you so much trust all those plugins why you dont install them here and use it as showcase for newcommers ?

    I told you some of the plugins in there could be some ideas for functionality and that is why it is there, which leads to me sprucing up the page again.

    Stagger Lee
    Participant

    Robby cannot speak about design because it is in the eye of the viewer. Dont want to give any suggestions, better to keep it to myself. Make it to look at least as Kunena forum and you are on fast horses.

    http://www.kunena.org/forum/index

    Colors and rounded corners are not my taste, but that is why I said better to keep suggestions to myself. Not important in this context either.

    Kunena is so there with design, but good as start.

    http://demo.roundtheme.com/?item=kascetic

    ————————————-

    Almost all of those Github plugins have almost non discussions, issues, requests. It doesnt mean they are perfect, it means they will be abandoned very soon. As much you here would abandon bbPress if nobody used it and nobody come to this forum. As much Drupal core and other Drupal developers abandoned Drupal forum because nobody used it. So simple.

    Tell me one thing sincerely. if you so much trust all those plugins why you dont install them here and use it as showcase for newcommers ?

    You can start with Live preview, TinyMce plugin, Report content, etc..

    Robkk
    Moderator

    And see if they have time for some plugin.

    What plugins exactly need help?? There are some alternatives to some old plugins that might be better, and there are solid plugins that are fine how they are now.

    I have some ideas of making bbPress more acceptable to Pods or ACF. It would open many possibilities. Some of them could be, polls, attachments (very regulated and narrowed), SVG icons, reply title (it is just text input field), avatars, etc..

    Most of these have some kind of plugin and could be accomplished.

    Polls -> Pollka Polls
    Attachments -> GD bbPress Attachments or BuddyPress with Forum editor plugin
    SVG Icons -> Easy to add with CSS skills
    Reply title -> bbPress Reply Titles
    Avatars -> Basic user avatars or BuddyPress or bbp Avatar
    And some of the github plugins on the feature plugin tracking page have alternatives.


    Making bbPress more acceptable to Pods or ACF -> This might just be a separate compatibility plugin.

    There is a lot of plugins for bbPress v1 that give me an idea where in some circumstances might be useful to carry over their functionality into a bundle if it is achievable in WordPress and bbPress v2.

    Do you have anything unique to mention that is very important that it needs its own plugin??

    Ugly as hell when installed, takes lot of time.

    I want to talk about design so much, don’t be afraid to speak on any issues about it. I have some ideas that would be great for theme compatibility but not really fancy layout. A really fancy layout could be achieved with some nice themes, and hopefully later when I get the docs done for that theme developers would have no problem designing for bbPress.

    Scorpyons
    Participant

    Hi guys!

    I see people complaining about translation compatibility plugins with bbPress. My question is: What is the best way on having a multilingual site, with multilingual forum?

    Forums should operate separately. What is the best solution to have the Forum working separately in a multilingual site?

    Robin W
    Moderator

    An interesting discussion, and can I perhaps add my thoughts as a plugin developer

    You start from a perspective that bbpress would naturally seek to be all things to all people and should want to compete with other products.
    I cannot speak for bbpress authors, but as a plugin author I write for the enjoyment and challenge of coding and to help others – I am not in an arms race or commercially minded – I can do plenty of that outside bbpress – and if some code I write has one user or thousands as long as it does what I want it to, I am happy. Yes it is nice to have good feedback, and improve it using others suggestions, but when these are posted as pseudo demands, or as a big list of complaints, then I have to say I would turn off. I do this for free, in my spare time, and for my enjoyment, and I suspect that the bbpress authors do the same as well.
    I have to say therefore I find your general thrust of your demands, and your ‘I know better’ how bbpress should be run attitude upsetting.
    This is a free product – if you want to improve it don’t whinge for the sidelines – write a detailed spec or better still write the code and submit it yourself.
    Just telling others how they should do something that costs you nothing seems a very negative way to go about things.

    Just my view 🙂

    #164562
    Robkk
    Moderator

    To edit the templates make sure to copy the files from the bbPress plugin into your child theme in a folder called bbpress.

    Theme Compatibility

    In content-single-forum.php remove this to remove the forum subscription link.

    <?php bbp_forum_subscription_link(); ?>

    In user-subscriptions.php, remove all of this.

    <h2 class="entry-title"><?php esc_html_e( 'Subscribed Forums', 'bbpress' ); ?></h2>
    			<div class="bbp-user-section">
    
    				<?php if ( bbp_get_user_forum_subscriptions() ) : ?>
    
    					<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    				<?php else : ?>
    
    					<p><?php bbp_is_user_home()
    						? esc_html_e( 'You are not currently subscribed to any forums.',      'bbpress' )
    						: esc_html_e( 'This user is not currently subscribed to any forums.', 'bbpress' );
    					?></p>
    
    				<?php endif; ?>
    
    			</div>
    #164556
    Robkk
    Moderator

    @killer_x10

    There is a toolbar plugin which is quite old. Just so you know if you plan to fix it up, you might as well structure it out better, because with all of its inline javascript it will add about 3 seconds load time to your site.

    There is also a way to hook up other toolbars that could be just for bbcode into bbpress also.

    #164551
    Robkk
    Moderator

    @killer_x10

    This topic was way back in bbPress v1, so nothing is good for this current version.

    There is a way to use shortcodes (bbcode) as long as they are whitelisted for users in the quicktags toolbar but this would require some editing of some javascript.

    You can also use the TinyMCE toolbar, adding bbcode to this would be more difficult then editing the quicktags toolbar.

    #164549
    Robkk
    Moderator

    BuddyPress use to have bbPress in it as a module before, and there are some tutuorials on the web saying BuddyPress as a forum solution because of this. The way how it is now bbPress is just forums and BuddyPress has features like Facebook/twitter without a forum module in it anymore.

    They just installed that way and I believe it changed my permalinks from custom post to subject. I literally cannot find a huge group of posts now.

    But what exactly changed? What were your permalinks before and afte? Make sure to show a full url example. You of course do not have to put your actual site link, use something like example.com

    #164548
    Robkk
    Moderator

    You modify the template bbPress is inheriting from your theme. Use what the file and go to the page with the forum index shortcode to see which template has the banner in it, then go to other bbPress forum pages to see what template bbPress is inheriting by default.

    A step by step is pretty difficult since all themes are different.

    Getting Started in Modifying the Main bbPress Template

    If you really want the banner, use what ever template that is coming from.

    The first issue I’ve got is when you click ‘Forum One’, it shows the message, ‘This forum contains 1 topic, and was last updated by…” but doesn’t actually show the topic.

    Try some troubleshooting, try a default theme to see if the issue is present, you should also try leaving only bbPress active to see if could be a plugin issue.

    Troubleshooting

    killer_x10
    Participant

    I would like to make it so that the Users of my Forum can only subscribe to Topics and not Forums. I am asking this because in the Settings Section of bbpress you can toggle Subscription for both, Topics and Forums. Is that possible? Thank you

    #164541
    sbskamey
    Participant

    Hi guys,

    I am looking to have the same setup these guys https://ultimatemember.com/forums/

    Page 1: A Page that shows all my forums
    Page 2: A Page that shows the topics of each forum
    Page 3: A Page that shows the replies of each topic.

    Simple simple.

    Here is my website: http://sincebeingsingle.com/forums/

    Fyi: I am using the latest versions of WordPress, bbpress and Bridge theme (from themeforest).
    Fyi: I am a bit of a newbie at this.

    Issue 1:

    The first issue I’ve got is when you click ‘Forum One’, it shows the message, ‘This forum contains 1 topic, and was last updated by…” but doesn’t actually show the topic.

    Issue 2:

    When I click on ‘Forum One’ I’d like it to go to a page where the yellow header banner replicates title of the forum. And that goes the same for, clicking on a topic and a reply.

    The Ultimate Members forum above is the best example of this. You can see that each blue header banner has the title of the forum, topic and reply.

    fyi:

    I have got the forum working for the bbpress-forum index using [bbp-forum-index] shortcode. My header banner is showing perfectly as I have designed the page for the forum to sit on.

    I’m struggling with getting the topics and replies sitting on a wordpress page that I’ve designed.

    I am literally going around in circles trying to work out how to get my bbpress to sit within my own WordPress pages.

    (I would like the same setup as UM, where the Forum page has the Forum title in the blue banner, Topic page has the Top title in the blue banner and Reply page has the Reply title in the blue banner).

    Any guidance or step by step instructions would be massively appreciated from bbpress community.

    Kam

    #164534
    ABCDiamond
    Participant

    I just did an import of an SMF forum to bbPress, and my posts have <tt><tt> where all my paragraph breaks were.

    I don’t have any of these though, as shown by the other poster: </tt>

    But I do have some individual <tt>’s

    Any links in the posts also have [ class=”bbcode_url” ] attached to the end of the link.
    eg: <tt>Australian Electoral Commission<tt><a href="http://www.aec.gov.au/" class="bbcode_url">http://www.aec.gov.au/</a><tt>Enrolled etc

    Stagger Lee
    Participant

    Thank you. Dont mind my writing. I know developers dont like topics like this. Despite everything, even if you dont do anything about it I stay on bbPress because it is so fun. Much more fun than SMF or phpbb.

    Talk to your friends from bbPress core circle on your private channels. And see if they have time for some plugin. Report just back to us results. It they are bussy with private projects nobody will be mad about it. Just to know.

    Or announce on the WordPress Slack that you are underpowered and ask for some help from other core, other strong plugins developers. There is no shame in it.

    Stagger Lee
    Participant

    Robby, i told you already. I counted 13-14 plugins from here:

    Feature Plugins Tracking

    not in the WordPress repository. Translated nobody cares about update notifications, etc.
    I have no clue what they do on Github, private websites, and why. Beginner User have less chance to know.

    You can start with this list. Clean it and set a goal to make all possible to move all plugins to WP repository.

    If not possible, well it is GPL. Take code and dont care what original developer thinks.

    #164452
    runamuck
    Participant

    I am importing from SMF to bbpress and this is the error message that I’m receiving:

    WordPress database error: [Unknown character set: ‘utf8mb4’]
    SELECT convert(messages.id_msg USING “utf8mb4”) AS id_msg,convert(topics.id_board USING “utf8mb4”) AS id_board,convert(messages.id_topic USING “utf8mb4”) AS id_topic,convert(messages.poster_ip USING “utf8mb4”) AS poster_ip,convert(messages.id_member USING “utf8mb4”) AS id_member,convert(messages.subject USING “utf8mb4”) AS subject,convert(messages.body USING “utf8mb4”) AS body,convert(messages.poster_time USING “utf8mb4”) AS poster_time FROM messages AS messages LEFT JOIN topics AS topics USING (id_topic) WHERE topics.id_first_msg != messages.id_msg LIMIT 0, 25

    I’ve upgraded from PHP 5.3 to 5.4, but still running into the same problem.

    Anyone else run into this problem? And how did you fix it? TIA.

    #164450
    Pamela Keogh
    Participant

    I’m completely new to wp and bbPress and also a php novice and am currently doing an assignment in both. I have created a child-theme and have spent many hours trying to find the right template_part to amend to suit my theme. I have managed to do so for loop-forums and loop-single-forum for Forum page but now have moved to Topic page and thought the two templates I needed were loop-topics and loop-single-topic but they don’t have the section I want to remove ie. bbp-template-notice info.

    Is there somewhere I can find the hierarchy of pages and template hierarchy or can anyone point me in the right direction please?

    Robkk
    Moderator

    Dont want to talk about design and style. It would ruin all from my title.
    But yes, bbPress is ugly as hell when installed and takes lot of time to design. Better to keep written notes what you do and how, to be able to use it next time.

    email me then, I actually do want to talk about design.

    Dont know what to say about buddyPress serving as “Jetpack”. I like to install buddyPress along with bbPress and think they do better with design. Guess it is up to them, will they be standalone WP plugin or serve as filling gaps for bbPress.

    Really just design? Only design I can think of is the companion stylesheets? Other than that it has a plain layout look like bbPress. Not the groups, @mention autosuggest, members page, attachments api, more advanced profile fields, ability to change/crop avatar?

    Back to your question. Cannot point exactly what is hard for begginers and users. It is all small bits and parts making it difficult. Even to me is hard and takes lot of time to have one bbPress forum ready for live server.
    Guess it is huge amount of time spent searching on Google and forums howto. I made those mistakes on my first 2-3 instalaltions and noticed it is impossible to continue this way. Now I have searchable and filterable database with bbPress, buddyPress snippets. Just for bbPress circa 150 of them and some tutorials. But not many people will do this. When they spend half day searching on Google how to solve something they will simply go to phpbb, SMF forum and it is one user less.

    It is easy to get a bbPress forum set up. It will definitely get hard to make bbPress work like other forum solutions? It would be pretty difficult to make something like phpbb turn into something like discourse for example.

    Most of this time lost is fixing and tweaking third party plugins, using their adapted code in functions.php, etc.

    What plugins? Tell me what plugins to adopt if you need to fix them? Email me this too.

    In matter of fact price of one bbPress installation and customization goes easy to level of one very advanced web shop. Only know it is not sustainable and should not be this way.

    Dont want to talk about money, just took it as example of how many hours and days bbPress takes to be finished and looks professional.

    Yeah this would probably be level of skill vs cost for time to do it. It is easy for me and I might say I have a moderate level of skill. This is just my opinion though.

Viewing 25 results - 14,601 through 14,625 (of 64,518 total)
Skip to toolbar