Search Results for 'bbpress'
-
AuthorSearch Results
-
March 25, 2016 at 7:58 am #173337
aduggan
ParticipantI tried about 6-8 themes and they all have the same result. Ok, if its just a theme issue then don’t worry. I thought it went deeper than that. I guess WordPress themes are not tweaked for bbPress so this is likely to occur with most themes and need a manual edit.
I am still in the process of testing before moving site so lots of other things to iron out yet.
Thanks.March 25, 2016 at 6:45 am #173334In reply to: Some questions before migration
mimbelli
ParticipantAs I said I’m a WP newbie trying to understand how everything works. These are my considerations so far. I do not want to hurt anybody.
After a couple of days of testing I’m really going insane trying to get a minimum acceptable installation.
While I understand that acceptable is a moot concept, I mean “similar classic feature of all free forum scripts out there” I’m not speaking about cutting edge features but really standard forum features since phpBB 2 hence:- extended user profile
- private messaging
- user signature
- post count and join date below username
- post preview
- attachments with inline images
- quote replies
- report
- sticky, new, hot for topics
- view unread content
Now I understand that all of them can be obtained through 10 different plugins but I’m really scared to do so for these reasons:
- 10 different plugins and authors are very difficult to maintain. Chances something screw up are high, no matter how godd is the code.
- some of plugins implementing above features seems already nearly abandoned
- In one of my past life I was so naive to dope my Joomla installation with several third party mambot/plugins. When I had to upgrade I discovered that several of them where abandoned giving me a hege PITA to upgrade
- In a recent life I avoided to dope my IP Board installation with plugins but during a main upgrade I had the same problem with some mods I made by myself
Now I’m trying to bring everything to wordpress + bbpress but I see that it is a steep climb just to get what in 2016 is considered a forum with basic features. I’m not a developer otherwise I was already coding the missing pieces.
Please: less plugins – more core features
March 25, 2016 at 6:25 am #173330In reply to: Login widget redirect
Pascal Casier
ModeratorHi,
check the different snippets and plugins I mentioned in this thread: https://bbpress.org/forums/topic/setup-login-for-private-forum/
Pascal.March 25, 2016 at 6:21 am #173329Pascal Casier
ModeratorNot sure where you have put the screenshots, but I don’t see them : https://plugins.svn.wordpress.org/tk-bbpress-stats/
They should go into the assets folder there. I normally use png, but I suppose jpg is possible too. And as Robin says: all lowercase !
Pascal.
March 25, 2016 at 6:08 am #173328In reply to: How do I debug why is bbpress so slow?
Pascal Casier
ModeratorHi, Thanks for this detailed test.
Performance is among the main improvements in 2.6, so if you are in testing phase, could you check that version ? https://bbpress.org/download/Thanks,
Pascal.March 25, 2016 at 5:51 am #173326aduggan
ParticipantI am now testing bbPress for a move away from SMF but very surprised by bbPress responsive reaction. As the browser narrows (on pc) the freshness, topics and posts count do not collapse. They are also shown as totals for the category and each board.
It seems like a total waste of screen to include that and detracts form the important information – the category and board titles. It also happened on several themes I tried so I guess that makes no difference.
March 25, 2016 at 5:44 am #173325Topic: Login widget redirect
in forum Pluginssallemander
ParticipantWordPress 4.4.2
bbPress Version 2.5.8
link of my siteim having a issue with the login widget of bbPress. whenever i login as an admin it works fine, than it redirects to the forum again. but when i login with any other user it redirects me to the homepage instead of the forum. i want that all the users redirect to the forum again. can anyone help me out?
thanks
March 25, 2016 at 3:18 am #173318shakeeldhada
ParticipantI think we should wait and see what bbPress has for us…
March 25, 2016 at 2:38 am #173317Robkk
ModeratorThis is a bbPress stylesheet issue. The bbPress plugin has it where most of the forums background areas are styled instead of being transparent for better theme integration. You can fix this using Robins plugin and change the headers and background color to different colors to match your theme.
March 25, 2016 at 2:02 am #173300In reply to: Remove left indentation when viewing topic?
Robkk
ModeratorThis issue is theme related, because bbPress is just inheriting the CSS styles from the themes stylesheet. Same thing with the other themes, there are just some styles that could affect some classes in the code that can make the layout look different.
In the theme compat code in bbPress, has it where you can use default WordPress conditionals like
is_single()which should show up for each single forum and topic, andis_archive()for the forum archive (forum root page) and topic archive (usually at yoursite.com/topics or forum root).So while you did create a single forum page using shortcodes as an easy to do workaround, as the code for the “indentation” is created by your themes CSS and only for single pages using ,while you created a simple page. When you enter the normal forum url in 2016 you will see the same “indentation” you see on topics.
You are on the money on what CSS to use to fix the issue, there is just some media queries that you need to add is all. There will be a slight margin to the right around 700px width when the sidebar goes under the content, but a page has that same margin in your theme and for consistency I just say leave it in.
This CSS should help your help solve your issue.
@media screen and (min-width: 61.5625em) { .bbpress .entry-content { float: none; width: auto; } }March 25, 2016 at 1:13 am #173299March 25, 2016 at 12:40 am #173297In reply to: Add link to Unanswered topics
Robkk
ModeratorYou can place this view shortcode into a page and just link to it anywhere.
[bbp-single-view id='no-replies']More information on shortcodes.
March 24, 2016 at 11:32 pm #173293In reply to: Lock a thread
Robkk
Moderator@pahkiller read the closing topics section in this guide. It is for closing topics from any new replies, you can also read the rest of the guide about closing forums which will make participants unable to create new topics and replies in a forum.
https://codex.bbpress.org/getting-started/forum-moderation/common-tasks/#closing-topics
March 24, 2016 at 10:53 pm #173291Topic: Adding some text before new topic box
in forum Showcasetech55541
ParticipantHello,
I would like to know how to add some text before the BBPress new topic box. Like here for example, it gives some instructions on what to include to help out the process of getting support. Here is an image from wordpress.org support showing the tips above the new topic form.
https://drive.google.com/file/d/0B_h6oU4LzDtlWXdyd1NXTU9NNHM/view?usp=sharing
Any ideas on how I can do it?Thanks.
March 24, 2016 at 6:29 pm #173284In reply to: Remove left indentation when viewing topic?
Valery Kondakoff
ParticipantThank you for adding a ticket. Hopefully this will be fixed.
Maybe it is a good idea to add another ticket as well: the bbPress does not follow switching color scheme in the default WP theme (Twenty Sixteen). Here are the details and a screenshot: https://bbpress.org/forums/topic/bbpress-does-not-support-the-default-wp-theme-when-switching-to-dark-scheme/
March 24, 2016 at 6:20 pm #173283In reply to: Remove left indentation when viewing topic?
Pascal Casier
ModeratorThanks for the test. I have the same issue on 2016, so I created trac ticket https://bbpress.trac.wordpress.org/ticket/2921
Let see if something can be done, for now you will have to live with the CSS trick abovePascal.
March 24, 2016 at 5:57 pm #173281In reply to: Remove left indentation when viewing topic?
Valery Kondakoff
ParticipantJust tested several default WP themes with bbPress (from 2010 to 2016). Here they are: http://vkondakoff.synology.me/photo/share/8erFChRr
2010, 2012, 2013 and 2015 are looking good. 2011 is cropped by it’s right side even without anything in WP sidebar. 2014 is just to small is size (don’t know why). 2016 is just cropped on the left side…
March 24, 2016 at 3:30 pm #173272In reply to: Remove left indentation when viewing topic?
Valery Kondakoff
ParticipantHere it is: http://rugby-forum.ru/wp3/forums/
Looks like this code helps a little bit:
.bbpress .entry-content { float: none !important; width: auto !important; }Are there any better solutions? And why bbPress reserves this space?
Thank you!March 24, 2016 at 2:11 pm #173269In reply to: Cannot login with chrome, says “blocked”
luckyluuk
ParticipantOK it seems to work only if you been to the wordpress logon screen. When i restart the browser i cannot login. I have now added a button to login via wordpress logon screen. If i click it, then back the login BBpress login fields work! so strange!
March 24, 2016 at 2:10 pm #173268In reply to: Allowing inline images uploads in posts?
Stagger Lee
ParticipantI did it very nice with activated TinyMce for bbpress (simple one) and media upload button.
Then with one snippet limmited users to se only own uploads. It is easy to find on Google.Now with Shortcode UI (Shortake) it is very easy to make plenty of visual shortcodes for forum. So play with it and use it for attachments.There is allways way to remove other media modal tab items.
I will play a bit with it in future. BBC codes as shortcodes, etc.
March 24, 2016 at 1:48 pm #173266In reply to: Allowing inline images uploads in posts?
Pascal Casier
Moderator@mimbelli, try not to revive 4y old posts please. Just post your own 🙂
For uploading files, the 3 products I know of are ‘GD bbpress Attachments’, ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.
If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.
Pascal.
March 24, 2016 at 12:38 pm #173262v!per
Participantyes i am doing php code and what my point is :
let us suppose we have 5 forum categories i want 3 of them to be listed separately and 2 of them listed separately no intermixing can i do that using bbpress ?
March 24, 2016 at 10:49 am #173258In reply to: phpBB importer fails on non-alpha user name?
evildrome
ParticipantOK, my original premise was wrong but the results are much the same.
I will post this here to hopefully prevent anyone else going through the same pain.
My import didn’t fail because of an inability to deal with non-alpha chars. It failed because I have all the user emails set to anon@anon.com
This is because my import to bbPress started as a Yahoo group and I’m going via phpBB.
I wanted a way to easily identify the newly added users.
Anyway, if the email already exists, the converter will carry on.
Silently.
Leaving you to guess what the hell went wrong.
Rather than just output a single line at the end of user import:
Users Read [x] Duplicates found [x] Users added [x]
March 24, 2016 at 10:45 am #173257In reply to: Lock a thread
Pascal Casier
ModeratorWhat do you mean with ‘Thread’ or ‘post’ ?
bbPress has forums, topics and replies. Depending on what you need I could point you in the correct direction.Pascal.
March 24, 2016 at 10:29 am #173251In reply to: Some questions before migration
Pascal Casier
ModeratorHi,
Some answers from my side:
– I don’t know IPB, so no idea what’s in there, but for almost everything there is somewhere a plugin available
– website and forum share users and the environment. Again with plugins a lot can be done (e.g. my bbP Move Topics is doing one switch from one to the other and soon also the other way around)
– version 2.6 is coming out very very soon, so yes, it’s still alive ! If you want to do a test, go for 2.6 immediately on https://bbpress.org/download/Pascal.
-
AuthorSearch Results