Search Results for 'bbpress'
-
AuthorSearch Results
-
January 5, 2014 at 11:21 am #140958
Topic: Forum reply box look
in forum Troubleshootingyoshimitsu1234
Participanti have added bbpress forum on my site along with buddypress. My forum posts has reply box at bottom which doesn’t have any border and reply area looks like white empty space. I want it to look like this site reply box with border. I have also attached a screen shot of the reply box look.
Is there any solution to this?January 5, 2014 at 3:38 am #140953artkahlich
ParticipantRegarding the current Forum subscriptions:
1. Do they apply only to the current forum, or to sub-forums as well? I am seeing behavior that a subscription to a forum does ”’not”’ subscribe you to all sub-forums as well. Will I and all my moderators have to go and subscribe to each sub-forum in the entire forum tree?
2. Do they apply only to new topics? Or to ask another way, do they also apply to all of a forum’s existing topic replies? Here again, I am seeing behavior that leads me to believe that I will only get a single new topic notification, but I will have to go and ”’manually subscribe”’ to each individual topic if I want to see replies to that topic. For administrators and moderators this would be nastily inconvenient behavior.The wording at https://codex.bbpress.org/forum-settings/ for precisely what subscriptions do appears ambiguous to me in these areas.
Even though RSS for the entire forum is currently implemented, I still have a great interest in a simple email subscription that is equivalent. Simply put, the reason is simplicity for my users, moderators, etc., as well as for me as an administrator/implementer. While I can setup something using the RSS feed that would generate email notifications to all my moderators, I don’t want to for a variety of reasons including time to implement and potential security holes.
A thought: you may decide to implement both “forum local” and “forum with sub-forums” subscriptions. When unsubscribed, the links would display as:
”’Subscribe”’ – if there are no sub-forums
”’Subscribe with sub-forums”’ – if there are sub-forums (the default)
”’Subscribe without sub-forums”’ – if there are sub-forums (user selectable)
where the ”’without sub-forums”’ versus ”’with sub-forums”’ are 2 faces of a toggle link (similar to your Subscribe/Unsubscribe toggle link) controlling what the ”’Subscribe”’ link in fact subscribes the user to.If you choose to implement only a single behavior for forum subscriptions, I am ”’strongly”’ in favor of including all sub-forum new topics and replies. I can see every bbPress site administrator and forum moderator wanting this functionality.
I also think it extremely counter intuitive to not include existing topic replies in a forum subscription. I hope you do already, but I have not experimented with it enough to know precisely how the forum subscriptions behave.
NB: The “unsubscribe” bug may have clouded my observations of real forum subscription behavior.
January 5, 2014 at 3:28 am #140952In reply to: Delete user but not their posts
Stephen Edgar
KeymasterAfter just adding support for imported phpBB posts where the original author had been deleted I’m kind of thinking maybe this is something that should be in the core of bbPress. BuddyPress allows users to delete their own accounts (if enabled) and maybe we should also have this option for bbPress.
Thus if a user deletes their account rather than deleting their topics and replies we delete the actual account but assign a ‘legacy’ username to each topic and reply allowing the topics to retain the original context.
Does this sound like the type of way we should implement this in bbPress core?
January 5, 2014 at 2:38 am #140951In reply to: Forums not totally working on iOS phone?
Stephen Edgar
KeymasterCool, I’ll take a closer look at bbPress with Twenty Fourteen (I’m mobile at the moment) and post an update to either here or the ticket you created.
January 5, 2014 at 2:34 am #140950In reply to: One forum and multi-forum (like on WP website)
Stephen Edgar
KeymasterHave you tried using the single forum shortcodes for each forum you want on each page that you want a forum?
January 5, 2014 at 2:27 am #140949In reply to: Translating Search Box at content-archive-forum.php
Stephen Edgar
KeymasterIt is already translatable, see https://codex.bbpress.org/bbpress-in-your-language/ to download or add translations for your language.
January 5, 2014 at 2:25 am #140948In reply to: Forums not totally working on iOS phone?
artkahlich
ParticipantThe short answer is: no difference.
I think I get what you are asking… I did the following:
cd wp-content/themes/copyOf2014
sudo cp page.php bbpress.phpThat did not affect behavior on my desktop browser, which continues to render properly. Neither did it change anything on my Android Chrome browser, which still shows a mostly blank page with only the single word “Forums” when I go to “http://mysite.com/forums/”.
I have – as recommended – copied the twentyfourteen theme so that I could make font and margin adjustments, as well as changing the top and side bars from black to very light gray with black text. That “copyOf2014” also contains – again I believe as recommended – a copied “bbpress” sub-directory with a lot of php files and a copied “css” sub-directory with “bbpress.css” among other .css files.
January 5, 2014 at 2:15 am #140947In reply to: YouTube Embed Issue
Stephen Edgar
KeymasterYou need to make sure embeds are enabled for both bbPress & WordPress
Auto-embed Links
Enable forum participants to embed links from YouTube, Twitter, and others by simply pasting a link into their topic or reply. This is done using the WordPress oEmbed API. More information and a full list of supported sites can be found on the Embed Codex page.https://codex.bbpress.org/forum-settings/ https://codex.wordpress.org/Embeds
You could enable Featured Images for your theme and bbPress and also display the actual image just as the site you link to does (at the left of the topic/post)
Find out if your theme supports ‘Featured Images’ and if so then enabling them in some customized bbPress templates would mirror that same look. 🙂
January 5, 2014 at 1:59 am #140946In reply to: Blurry avatar in recent topics
Stephen Edgar
KeymasterThis is the same issue I responded to here https://bbpress.org/forums/topic/recent-topic-image-blurry/
January 5, 2014 at 1:58 am #140945In reply to: bbPress Language Pack?
Stephen Edgar
KeymasterWhat language are you looking for?
Maybe this will help https://codex.bbpress.org/bbpress-in-your-language/
January 5, 2014 at 1:53 am #140944Stephen Edgar
KeymasterShortcodes should do the trick as most things are covered by them.
Eg. If you want to show a forum use the single forum shortcode, if you want to display a single topic with the replies use the single topic shortcode.
BuddyPress is basically doing the same as the shortcodes and I’m not entirely sure what you mean by ‘i tired with shortcodes but that only seemed to give the headings’ unless you are using the wrong shortcode where for example [bbp-forum-index] rather than [bbp-single-forum id=$forum_id].
January 5, 2014 at 1:38 am #140942Stephen Edgar
KeymasterForum Prefix – Used to enable forum prefixing with the Forums base slug in Archive Slugs
Eg. Using bbpress.org as an example, this forum ‘Troubleshooting’ uses the slug https://bbpress.org/forums/forum/troubleshooting/ if you disable the prefix it would use https://bbpress.org/forum/troubleshooting/ instead, it removes the
forumspart of the slug.January 5, 2014 at 1:33 am #140941Stephen Edgar
KeymasterMake a copy of Twenty Thirteen’s
page.phpin the theme directory and rename it tobbpress.php.Does that work?
January 5, 2014 at 1:30 am #140940In reply to: Subscribe to new forum topics
artkahlich
ParticipantI see the issue covered in ticket 2493 as clouding the issue here – it certainly did for me. You post a new topic or reply, don’t check the “Notify me…” check box at the bottom – because you are already subscribed – get unsubscribed because you didn’t check the box and get no email notifications from that point onward! I am using WordPress 3.8 with bbPress 2.5.2.
I would like a ”’Subscribe”’ link on the ”’Forums”’ page that gives me or any other registered forum user an email for both new topics and replies for any and all forum (including sub-forum) activity. Intuitive behavior for top level forum ”’Subscribe”’ is getting an email for ”’any”’ non-spam activity for that forum and all its sub-forums, if any. I deem anything else (ie, leaving out the sub-forums) as extremely counter-intuitive, even though some people may want that some of the time.
RSS is either unknown, too much trouble, or potentially going away for my forum users who want notifications. I would also greatly prefer these emails to be sourced ”’after”’ the “Bad Behavior” and “Akismet” plugins have deemed the posting to ”’not”’ be spam.
Right now I could hack something together for the top level, likely using the “bbpress email notifications” 0.3 plugin to generate email to a mailman distribution that my forum users could subscribe to. But it would be such an ugly hack and a nuisance to maintain. Setting it up so a spammer couldn’t do evil things with it would also be a pain.
January 5, 2014 at 1:22 am #140938In reply to: Forums not totally working on iOS phone?
Stephen Edgar
KeymasterWhat happens when you copy the Twenty Fourteen
page.phptemplate asbbPress.phpin the theme folder and visit http://example.com/forums ?January 5, 2014 at 12:39 am #140937In reply to: Forums not totally working on iOS phone?
artkahlich
ParticipantI have filed this as a bbPress defect:
January 4, 2014 at 6:51 pm #140936In reply to: Forums not totally working on iOS phone?
jdredd87
ParticipantPretty much sums it up. No idea what possessed me to do so but it
is it is. Still learning WP and BBpress and their qwirks.Now if I could figure out how to make 1 search return results from
WP and BBpress.January 4, 2014 at 4:50 pm #140934In reply to: Forums not totally working on iOS phone?
artkahlich
ParticipantSo let me restate what you found to work:
1. When creating a menu item for forums, do NOT use the automatically available permalink that ends in “/forums/”
2. Instead, create a page that has the shortcode [bbp-forum-index] in the body. There could also then be other content or links in the body.
3. Make sure the page you created does NOT have a permalink that ends in “/forums/”. In my case I had a page Title of “Forums”, but I changed the permalink to end with “/allforums/”.I did this on my site and it now works on my Android smart phone.
This weirdness needs to be either fixed or on the bbPress FAQ.
January 4, 2014 at 11:58 am #140930In reply to: Static For Disclaimer
gerardyap
ParticipantLynqoid,
the BB Press is running under a wordpress theme.
The above code to be added onto the plugin >bbPRess >Edit ?
Can I paste the code mentioned below
.forum-disclaimer { display:none; }
.bbpress .forum-Disclaimer
Please take note that this forum responses are for your reference only. Members are not related to any companies and they did it out of voluntarily based on their usage or experienced told by others. Therefore, MJ HUB Pte Ltd and members will not be held responsible on the accuracy of the information being provided in this forum. For affirmation, please contact main supplier on your doubts. { display:block; }January 4, 2014 at 9:34 am #140929Topic: Translating Search Box at content-archive-forum.php
in forum Troubleshootingbrunodavid
ParticipantHi
How can I translate the ‘Search’ string in the Search Box at content-archive-forum.php:
<div id="bbpress-forums"> <?php if ( bbp_allow_search() ) : ?> <div class="bbp-search-form"> <?php bbp_get_template_part( 'form', 'search' ); ?> </div>I want to translate it to my website language but I can’t really find the file to modify…
Thanks for the support
January 3, 2014 at 9:59 pm #140927Topic: YouTube Embed Issue
in forum TroubleshootingDeaf_Guy
ParticipantHi – I am setting up a forum similar to this one using bbpress:
http://aslstem.cs.washington.edu/
I want to be able to allow people to create an account and then post YouTube videos in ASL. I then want them to be able to embed the video into their forum page (similar to the above).
Here is the bbpress I’ve created:
http://hissign.com/bbpress/forum.php?id=1
I’m calling the forum ASL exchange and you’ll notice that I created a test topic called Baby Signs. When you click on that post you’ll notice the YTV video link but I was unable to embed the video in the post so the video plays there (instead of just the link).
Can someone explain to me how or what I need to do to embed the video into the post?
Thanks.
January 3, 2014 at 4:17 pm #140922In reply to: bbPress Topic to Post Converter
TechHaus
ParticipantBummer, not seeing that! Thanks for the response.
Going to try with another user account because there were some weird user role issues with my forum until recently when I installed User Role Editor to fix the issue.
EDIT: none of my keymasters can see that button. Going to try to disable a few other plugins but everything is the latest version.
EDIT 2: still no. Has this plugin broken for anyone else or does it work for wp 3.8+ and bbpress 2.5+?
January 3, 2014 at 2:13 pm #140921In reply to: [resolved] [resolved] My bbpress HOW TO / tutorial
yogeshwarrv
ParticipantI installed bbpress forum.
In the 5th point it is noticed that I have to select the Templates to “bbPress – User Register”. But I don’t have that option in the template list.
Please help me how to get resolve this to get signup page.January 3, 2014 at 12:45 pm #140920In reply to: twitter feed works in bbpress but NOT wp, why?
freshwater
Participantwow! you’re gonna love this one. the problem is Ghostery the AD blocker i use. with Ghostery off all my wordpress and wordpress/bbpress sites display Twitter feed properly. Ghostery on and some of my wordpress/bbpress sites display the Twitter feed, it’s not bbpress but another plug in that allows Ghostery to be on and still display the Twitter feed. (i use a mac so results could be diff on windoz).
i’d guess all those people posting complaints for 2 years (and no answers), have AD blockers running!thanks for looking into that!
January 3, 2014 at 10:35 am #140917In reply to: twitter feed works in bbpress but NOT wp, why?
Lynqoid
ParticipantIf I test on a blank install of WordPress the twitter feed works, if I add bbPress it also works. Do you have an example of any other non bbPress site where the twitter feed is not working?
I am guessing a plugin conflict, javascript error or template problem.
Good luck!
-
AuthorSearch Results