Search Results for 'bbpress'
-
AuthorSearch Results
-
July 22, 2015 at 5:42 pm #164380
In reply to: phpBB type profile fields in bbPress?
Stephen Edgar
KeymasterThis will do what your after, you can customize this to your hearts content, add 1 or 1,000 extra profile fields, the fields will dynamically register into bbPress user profiles and templates 🙂
July 22, 2015 at 4:34 pm #164374Topic: phpBB type profile fields in bbPress?
in forum Pluginstkse
ParticipantHi!
I can’t seem to find a plugin that allows me to add what I think are called profile fields in phpBB, for bbPress. I don’t want a bridge plugin. I’m looking to completely swap out phpBB for bbPress, but having users be able to link their Twitter, Website, Skype etc. is a huge deal for my website.
Basically I want my users to be able to add their social media in the user settings and have it show up in their description on posts.
Any recommended plugins for this job?
July 22, 2015 at 11:16 am #164371In reply to: How to add latest reply or topic to forum list
PinkishHue
ParticipantOk got it, needs sprucing up design-wise but this nicely outputs the reply content and date (with permalink) directly under the topic title on the single forum view topics list:
(With thanks to some code used here – https://bbpress.org/forums/topic/how-to-get-reply-ids-within-topic-loop/)
// https://bbpress.org/forums/topic/how-to-add-latest-reply-or-topic-to-forum-list/ - SHOW REPLIES ON SINGLE FORUM LIST OF TOPICS function jagreplies_add_last_reply() { { $new_args = array( 'post_type'=> 'reply' ); $topic_id = bbp_get_topic_id(); $new_args['post_parent'] = $topic_id; $new_query = new WP_Query( $new_args ); if ( $new_query->have_posts() ) : while ( $new_query->have_posts() ) : $new_query->the_post(); $reply_id=$post->ID; $reply_title= get_the_title(); $reply_date= get_the_date(); $reply_content= the_content(); $reply_permalink= get_the_permalink(); ?> <div class="the_content"> <?php echo $reply_content; ?> <a href="<?php echo $reply_permalink ?>"><?php echo $reply_date ?></a> </div> <?php endwhile; ?> <?php endif; }} // Hook into action add_action('bbp_theme_after_topic_freshness_author','jagreplies_add_last_reply');July 22, 2015 at 11:12 am #164370Topic: Logout Link Redirects to Topic
in forum Troubleshootingdrinkingsouls
ParticipantHi Guys,
I’ve come across an issue with the logout link in the bbpress login widget and I’d appreciate some help.
When clicking the logout link it redirects to the first forum titled “Comments and Suggestions”.
Does anyone know why it would be redirecting here? I don’t want the user to be directed here after logging out as it makes no sense.
I’ve looked in the widgets.php file and this is the logout link code:
<?php bbp_logout_link(); ?>
Why would this be redirecting?
Any help would be appreciated.
Thank you.July 22, 2015 at 8:50 am #164366alekseevas
ParticipantPlease suggest how to make changes to «bbPress User Roles and Capabilities» (address D:\WebServers\home\localhost\www\wordpress\wp-content\plugins\bbp-capabilities\bbp-capabilities.php)?
Is it possible through changes to the file to assign individual sub-forums moderators for individual (or the individual columns)?
* So that moderators can edit only their own subforum (or section).July 22, 2015 at 5:52 am #164357Stagger Lee
ParticipantYou see, I am not saying bbPress is bad or cannot do this and that.
Just that third party plugins community is a bit backward and not well. One can find plenty of explanation for this, I have mine. Dont necessary mean mine are right.Some short explanations of mine opinions:
– I am not telling about design, despite this too is hard for Users beginners to tweak.
– Yes, you could “sell” bbPress better if you made an outstonishing design here on forum, and showed most of the functions. But it is OK for me, I dont have any problem with this forum. Telling this from “selling” bbPress standpoint. It is only CSS, page load is the same, no harm done if you make modern and elegant design.
– Github should never be primary source of plugins. Additional OK, but only and one never.
I know there is a plugin that makes updates from Github possible, but demands some lines added by author in plugin self.– Something like Jetpack for bbPress would be a killer, perfect. But I do understand when you say there are not many developers of bbPress. Wish just you start discussion about it and report back to us how it went. Jetpack probably started with few developers, and with years come to number of 46. It doesnt have to start great, developers are attracted later to all good staff by itself.
Do you know what all those names behind Jetpack say to me ? Not in the first hand anything about code quality, but about security. I know it will flow huge amount of years before this plugin is abandoned. And with all new WP versions they adapt code before new version get out.I dont say you should work hard as they do on Jetpack. It is here just for comparation, and for bbPress something like this would demand much less of time.
I dont know. I would go live with bbPress all the time before I go with some other forum platform.
Used and tweaked SMF forum for many years, phpbb for short time.But first associations about bbPress as newcomer and beginner would be: hard to setup, bad design, third party plugins not so live community.
OK now, dont want to expand discussion to all possible. Let us stick to the plugins.
July 22, 2015 at 3:00 am #164353In reply to: Post by Email & Social Media Integration
Unicornis
ParticipantHi,
I found I GitHub stuff mentioned above really complex to setup and having a few glitches. So have fixed them, added full configurability for the messages sent. Currently working on attachments and translations.All of this is packed into the plugin, with all third party software needed, so now it is installable like any other WordPress plugin.
You still need to setup a free PostMark account and configure reply e-mail redirect, if you do not want to see the PostMark address in reply-to (which might be confusing for your users). Detailed step-by-step howto is on my plugin page.
BR, Jj
July 22, 2015 at 2:54 am #164352In reply to: reply to post from email
Unicornis
ParticipantHi,
I have fixed this bug, as well as a few others, added full configurability for the messages sent. Currently working on attachments and translations.All of this is packed into the plugin, with all third party software needed, so now it is installable like any other WordPress plugin.
You still need to setup a free PostMark account and configure reply e-mail redirect, if you do not want to see the PostMark address in reply-to (which might be confusing for your users). Detailed step-by-step howto is on my plugin page.
BR, Jj
July 22, 2015 at 12:34 am #164347Stagger Lee
ParticipantJust to not be missunderstood. I personally dont have any problem whatsoever with this list above. Implemented with help of code tweaking and those plugins all of this. And much, much more. All except proper Polls. For this I cannot find a solution.
Just chit-chating about bbPress from less average User perspective and how it lives in world compared to other popular forum platforms.
July 22, 2015 at 12:16 am #164345Stagger Lee
ParticipantI dont ask anything of this be in the core. Just to find some other solution because this now doesnt work well.
Dont ask plugin developers. Is it GPL ? Yes. Use code as you wish and make completely new plugin if you need. Just some of your names stand as Author of plugin.
I see tendencies to become little Joomla community. They dont want to piss off developers of very popular extensions and they never add anything good in the core (dont let “core” confuse use, using it just as example here).
I personally have tweaked bbPress to unimaginable level. It is localhost, but still one Kunena import with many Users, topics and posts. Good for testing. spent huge amount of time on it. Not for the money, nobody would pay all those lost hours, impossible. Because I see potentioal and how WordPress self can make bbPress powerfull. Or buddyPress, I install it all the time together.
But, one thing is very specific for bbPress. I would not dare to touch it as average User, who installs and setup phpbb or SMF forum without big problems. It is extremely hard for beginners, and all those important plugins depending of how will it go in private life of (one) developer, make it much more difficult to touch and maintain.
At least take those 10-12 plugins from Github and put them in WP repository. Dont ask developer, it is GPL. Developer had 2-3 years or more to decide to do it byself, and he did not wanted it.
Problem there is notification about updates.
Just one example, lost many hours to see why Live preview stoped to word and by chance checked on Github versions. If it was in WP repository I would be notificated directly there is an update for it.July 21, 2015 at 7:38 pm #164334In reply to: Forum sidebar not visible
printablecharm
ParticipantI tried a couple of things. I tried using the showcase sidebar option but could not figure out how to get the sidebar to show only on forum pages. Then I downloaded a custom sidebar widget and dragged the bbpress widgets like new topic, forum search into sidebar. But I still couldn’t get it to appear only on forum pages. Then I installed gd bbpress toolbox. I could drag those widgets for new topic, search, etc. in showcase sidebar but I still was t able to figure out how to make the showcase sidebar visible on forum pages.
July 21, 2015 at 7:29 pm #164333daybo
ParticipantHi Uniprint QLD
I am a WordPress specialist, with some bbPress experience based on the Sunshine Coast – if that is of interest…
Regards
DavidJuly 21, 2015 at 5:24 pm #164327Topic: Forum sidebar not visible
in forum Troubleshootingprintablecharm
ParticipantI am trying to make a forum sidebar visible. I want the forum sidebar to replace my main sidebar on forum pages only. The widgets for bbpress are currently in my “showcase sidebar”, but I do not know how to make the showcase sidebar visible.
July 21, 2015 at 5:09 pm #164325Robkk
ModeratorI have seen this list but it is not the same as Feature plugins are for WordPress core.
Im trying to spruce up the page on the bbPress codex.
Not of things on list has anything to do with me personally, just using other popular forum scripts as reference.
Anything that BuddyPress already has as a feature and putting it into bbPress is a BIG decision to make, this could shy away from the plugin integration with BuddyPress in bbPress, but it would make bbPress stand on its own compared to other forum solutions though. Most of the features people want could be added by just installing BuddyPress with bbPress. I am starting to think if users want something like Vbull or IP Board they install should install BuddyPress to add any social network features. If users want a simple forum just use bbPress.
Here is what I think of your plugin list, it is just my opinion, my opinion could change depending on how you reply to how I feel about this. Maybe tell us a reason of why to incorporate these features into core vs a plugin. I just want to know what you think, and please do not just tell use that this forum is doing this and that bbPress should have do it also, make it an interesting discussion.
- Live preview – maybe bring TinyMCE back, as long as it doesn’t have issues
- Report content – Josh Eaton’s plugin I think personally is pretty darn good and well developed to stay being a great plugin for awhile. Might have to see how his plugin favors in the 2015 survey for any core considerations though.
- Ignore User – I don’t know really know, this might need some additional functionality somewhere else, maybe plugin territory.
- bbPress moderation panel separate from backend – Â I could see improvements on front-end moderation, maybe not exactly similar to the way the backend is set up, but I have ideas.
- Notifications – BuddyPress can add this..
- Make topics/forums read, unread (dont know if it is already in the core) – Not in core, toss up if in core or not, lots of plugins to choose from.already, do not know which one is the most optimal for most sites.
- bbPress TinyMce plugin – Maybe bring TinyMCE back, as long as it doesn’t have issues
- Reply titles – I don’t see a benefit from this, there is already a plugin for this though.
- View counts – I had this implemented on one of my forums using WP PostViews, after awhile I got to thinking that the voice and reply count really do show how popular a certain topic is, especially the voice count. Because the higher the voice count amount the more participation from users and not just back and forth between two people. Plus this will bulk up your database with a bunch of data.
- Topics for posts (very important even if not used on all installations) – Something like this is set for core. The creating a new topic for each blog post and linking to the topic where the comment form is gold. Entirely replacing the comments is where I had thoughts about this and I started to question possible issues that might come forth from this, and also the set up needed to make this work flawlessly.
- Online / Offline status – Don’t know really, I don’t really care either way, it is neat though.
- bbPress Polls (not shortcode based) – Maybe someone should just fork _ck_’s version of polls and make it work for bbPress v2, but this in my opinion this should stay plugin territory.
- Attachments – bbPress definitely needs more support for the import of attachments from other forum solutions, but managing them might shift to BuddyPress because they have the attachment API now, and BuddyPress might handle it better. I could see a simple image upload button in toolbar though.
- Move topics / replies between subforums – Yeah probably needs to be core. Maybe just topics with its own replies, not single replies??
- Avatar management – Same thing with attachments, needs more support for the import of avatars, managing them might be considered a toss up too, maybe BuddyPress/plugin territory, maybe core.
- Like / Vote topics, replies (I personally would never use this one, but..) – Probably plugin territory, I have seen some great plugins for this that are compatible with bbPress though. This also gives the user to have more choices on what to use, a 5 star rating, thumb voting, up down rating, like only topics. There are lots of choices.
- New plugin that makes it easy to add custom fields and add them where you need (this one is not referenced by other forum scripts).- I think you could use Advanced Custom Fields, but I am not entirely sure where you are going with this one??
Take some of those plugis from your list and give them to bbPress core developers. Or ask original developers to sign some of you on list of plugin Authors. For those developers who dont have much free time you have some plugins literally made from one-two PHP files. Just as it is a GPL take ownership from todays developers, or cooperate with them as co-maintainer Author.
Well this is tough sometimes too, contributing is one thing but taking ownership is another. Some devs might not see eye to eye, some have probably have gotten most of their income based on a very popular bbPress plugin.
There are plugins that I have suggested merging into core because they seem to improve areas that bbPress already has, the plugin seemed simple enough to consider thinking about since it is very commonly requested, and also that it would make life easier in some cases. I have also contacted a few developers if they wanted to contribute some have said they would like to see what they made into core, and others have not replied back.
Also some plugins could be very small, that might not mean put it in the plugin anyway.
There is not a lot of core devs in bbPress as one might think to start taking over some plugins while bbPress would have a bug that needs to be fixed, testing, code improvements, and other features added to core that may not exactly be a plugin on WordPress.
If you mean just any other active plugin developer to ask them to take over stuff, well I can’t really tell what they are good at besides making their own plugin. And I don’t want to seem bossy by asking people to do stuff that they might not agree to or have time to.
All those names of developers are very active in core community. Developers of bbPress plugins are not.
Either they abandon plugin and lose lust, dissapear.WordPress core is very active compared to bbPress, but they are two different things. One is a plugin the other is the entire CMS. Other forum solutions are CMS’s to themselves but bbPress is just a plugin.
If there are some plugins that are abandoned and do not have an alternative/fork that you think the plugin should be resurrected and be contributed to, you can say which plugins here.
I think I got most of your points, if I missed one point it out. Try not to be rude at all or come off as rude, just have a decent discussion.
July 21, 2015 at 4:56 pm #164324Topic: Please Help – Forum order Problem
in forum Troubleshootingvizcano
ParticipantHello everyone!
This is my problem: i was creating my forums they were in alphabetical order but at some point it got all mess out, is not in alphabetical order anymore. I tried to set the order inside each forum with the Order section and it still doesn’t work.
I used to have it in the past and it worked just fine. But now i can’t get it to look properly.
I disable all other plugins and the problem persists…
I have wordpress 4.2.2 and bbpress 2.5.8
Anyone… help?
July 21, 2015 at 3:45 pm #164320In reply to: Allow registered members to start topics
Robkk
ModeratorYou could use the regular WordPress toolbar, that is exactly what bbpress.org uses.
Anything custom you have to do it yourself, or hire a developer. Only thing I can say is you probably need CSS to style the drop down profile form.
July 21, 2015 at 2:28 pm #164317In reply to: Allow registered members to start topics
Coach Afrane
ParticipantThanks.
Please one more thing.
I want to place a login/register form in header which drops the profile on hover as in codex.bbpress.orgI used
<?php if ( $user_ID ) : ?> <?php wp_head(); global $user_identity; ?> <p><b>Howdy</b>, <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. [<a href="<?php echo wp_logout_url(); ?>" title="Log out of this account">Log Out</a>]</p> <?php else : ?> <form name="loginform" id="loginform" action="<?php echo get_option('siteurl'); ?>/wp-login.php" method="post"> Username <input value="Username" class="input" type="text" size="20" tabindex="10" name="log" id="user_login" onfocus="if (this.value == 'Username') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Username';}" /> <input name="rememberme" id="rememberme" value="forever" tabindex="90" type="checkbox"> Remember Me? <br /> Password <input value="Password" class="input" type="password" size="20" tabindex="20" name="pwd" id="user_pass" onfocus="if (this.value == 'Password') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Password';}" /> <input name="wp-submit" id="wp-submit" value="Log In" tabindex="100" type="submit"> <input name="redirect_to" value="<?php echo get_option('siteurl'); ?>/wp-admin/" type="hidden"> <input name="testcookie" value="1" type="hidden"> </form> <?php endif; ?>…but on log out the username and password boxes stretchesd fullwith.
Please help.
ThanksJuly 21, 2015 at 1:04 pm #164314In reply to: spam users are registering in my website
PinkishHue
ParticipantJust to add another suggestion, I’ve found this plugin works well on a regular WP install (not yet used with a live bbpress installation but the plugin info does say it supports it):
July 21, 2015 at 12:36 pm #164309Robkk
Moderator
@carlharrison1 <- sorry I was probably lazy that day.You would have to create a custom template for bbPress or a bbpress.php file so that all your forum pages use this.
i guess if your slider is using a shortcode you can echo the shortcode in the template too.
You need to show it only on pages you want, so single topics, single forums, forum archive, and topic archive. Usually I see sliders have a conditional to show on the home page only so you would to do something similar but only on bbPress pages. You can input multiple conditionals using && or | for example,
<?php if ( bbp_is_single_topic() && bbp_is_single_forum() && bbp_is_forum_archive() && bbp_is_topic_archive()) : ?> <?php echo do_shortcode("[shortcode]"); ?> <?php endif; ?>July 21, 2015 at 12:29 pm #164308In reply to: Forum posts to mirror main forum design
Robkk
ModeratorYou would have to create a custom template for bbPress or a bbpress.php file so that all your forum pages use this.
i guess if your slider is using a shortcode you can echo the shortcode in the template too.
You need to show it only on pages you want, so single topics, single forums, forum archive, and topic archive. Usually I see sliders have a conditional to show on the home page only so you would to do something similar but only on bbPress pages. You can input multiple conditionals using && or | for example,
<?php if ( bbp_is_single_topic() && bbp_is_single_forum() && bbp_is_forum_archive() && bbp_is_topic_archive()) : ?> <?php echo do_shortcode("[shortcode]"); ?> <?php endif; ?>July 21, 2015 at 12:10 pm #164303In reply to: Edit allowed only for 1st post
Robkk
ModeratorThanks @Robkk but it doesn’t see to matter what change I want to make.
Yeah I just tested it and it doesn’t work when saving, I guess do not edit your profile right now.
Not a good place for the book to be because if I or someone is getting a 404 error page then we’re not happy and you are linking that to purchasing the book… Just my 2 cents.
Well maybe Rhys Wynne is getting some good out of this haha, the 404s of course are not intentional.
I defintely won’t upgrade until the new version is well tested
It usually is well tested before official release, I wouldn’t consider running anything alpha though.
BBpress or buddy press (what is the difference)
Ones has some features that are in Twitter or Facebook, the other is just forums. Both usually work great together.
Other than that I have used this login here since 2011 when I first played with BBpress and got rid of it after 6 months or so…
I think that was way back in the beta version of bbPress v2. a lot has changed since then.
July 21, 2015 at 11:33 am #164301In reply to: Edit allowed only for 1st post
folgerj
ParticipantThanks @Robkk but it doesn’t see to matter what change I want to make. I enter with the url you specified: https://bbpress.org/forums/profile/folgerj/edit
And one time I add just my first name and another time I change my website and hit submit and I get the 404 error page which has a copy of the BBpress book to purchase. 🙂
Not a good place for the book to be because if I or someone is getting a 404 error page then we’re not happy and you are linking that to purchasing the book… Just my 2 cents.
I defintely won’t upgrade until the new version is well tested… I may upgrade WP as soon as it comes out but I won’t upgrade BBpress or buddy press (what is the difference) until I see the forums say its all clear…
Thanks for the assist and I’ll check back from time to time. This isn’t that important except for my need to update my website from a long defunct domain (I own it but it just forwards now). Other than that I have used this login here since 2011 when I first played with BBpress and got rid of it after 6 months or so…
July 21, 2015 at 11:23 am #164299In reply to: Edit allowed only for 1st post
Robkk
ModeratorI made changes and changed my email to what should be over at Gravatar and hit submit and get a 404 error and end up seeing the BBpress book for sale.
I don’t know if it took it or not…. It may not be allowing changes as far as I can tellIt probably didn’t work, and you can could always add additional email addresses to Gravatar. So if you want a specific Gravatar for wordpress/bbpress.org add the email you used on those sites. You can always remove it then change the email on the sites later.
..Curious to know what the bug is/was..could happen to any of our sites too I suppose.
I think I made an educated guess last week to what commit caused the issue, and Stephen pinpointed the issue. Also the reason the issue is on this site is because this site is running the latest alpha, so this site see any issues first before releasing the next update.
do what I said here
https://bbpress.org/forums/topic/edit-allowed-only-for-1st-post/#post-164195
July 21, 2015 at 3:35 am #164291In reply to: Edit allowed only for 1st post
Uncle Jimmy
ParticipantThere is a bug right now that is being looked over.
This is what I’m get’n..
https://bbpress.org/https://bbpress.org/forums/profile/uncle-jimmy/edit/
lol!..Clear to see what’s wrong with that picture..
..Curious to know what the bug is/was..could happen to any of our sites too I suppose.
I’ve seen this kind of thing before on Mintees.com Profiles, click a User website link and get this same sort of thing, inconsistant though, I think it’s user error in that case.
This is something different.
July 20, 2015 at 11:24 pm #164284In reply to: Forum main page empty author mark
Robkk
ModeratorYou might have to try this to only remove it on bbPress pages and not on blog posts.
#bbpress-forums div.entry-author { display: none; } -
AuthorSearch Results