Forum Replies Created
-
The bbPress templates should be in
/wp-content/themes/yourchildtheme/bbpress/
In reply to: Problem with SMThemes themeMake a copy of your themes
page.php
(Orpage-no-sidebar.php
) and rename the file tobbpress.php
in your themes directory.In reply to: bbPress Topic to Post ConverterI just installed it to take a closer look and it does appear to be broken π
I do see the ‘Convert to topic’ for the blog posts though, so half works π
I’ll also keep an eye on https://github.com/jmdodd/bbpress-topic-post-converter/issues/1
In reply to: PHPbb3 convert to BBpress wrong Authorsusers -> delete imported_user with the option to move all topics/replies to the original users.
Just go to your WordPress Admin Dashboard and select the the ‘imported_username’ and click delete, then select the ‘username’ from the dropdown.
When bbPress does the import if a user already exists then it will be created with the prefix
imported_
as part of the username.Typically this happens after doing the import a couple of times without previously having deleted the imported users.
Thanks for this π
Any chance you’d be able to update the codex so it isn’t out of date?
https://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/(You login with your normal wordpress.org/bbpress.org username & password as anyone can edit the codex)
In reply to: Recent Topic Image BlurryIt looks like your theme is forcing all avatars to be 40px x 40px also from a quick look at your CSS.
.avatar{border:5px solid #d5cba4;margin-bottom:-15px;margin-right:10px;width:40px;height:40px}
In reply to: Reply to Posts via EmailStrange that it failed but it is the only plugin of this type that I know of. It is probably in the ‘advanced’ category of setup and maintaining also.
I’m kind of out of other advice here other than to say if you really want it maybe hiring someone to set it up for you would be the best way forward. http://jobs.wordpress.net/
In reply to: Trying to Edit Reply causes infinite redirect loopHmmm… The only thought I have is ‘You are correct’ as I was able to reproduce the the issue π
I created a new issue on GitHub https://github.com/wp-e-commerce/WP-e-Commerce/issues/778
You should use
define(βWPLANGβ, βarβ);
as both WordPress & bbPress Arabic translations usear
https://translate.wordpress.org/projects/bbpress/dev/ar/default
https://translate.wordpress.org/projects/wp/dev/ar/defaultIn reply to: Subscribe existing users to specific forumsThere’s no easy way to do this currently and I’m also not entirely sure that subscribing users to forums, topics or replies automatically should be something we should offer. I believe that if users want to subscribe to something then they should subscribe themselves.
Do you have a specific use case that would make this a valid option?
(I can’t really think of one at the moment and this sounds spammy to me)In reply to: Reply to Posts via EmailHow’d you go?
If you’ve had no luck see the following article section where it gives you details to add a plugin from a .zip file (the .zip file you can get from the above GitHub link to the plugin ‘Download Zip).
‘Install a Plugin using Upload Method in WordPress Admin Panel’
Surprisingly this method isn’t outlined in the WordPress Codex here (it should be) https://codex.wordpress.org/Managing_Plugins#Installing_Plugins
In reply to: Delete user but not their postsAfter 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?
In reply to: Forums not totally working on iOS phone?Cool, 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.
In reply to: One forum and multi-forum (like on WP website)Have you tried using the single forum shortcodes for each forum you want on each page that you want a forum?
In reply to: Translating Search Box at content-archive-forum.phpIt is already translatable, see https://codex.bbpress.org/bbpress-in-your-language/ to download or add translations for your language.
In reply to: YouTube Embed IssueYou 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. π
In reply to: Blurry avatar in recent topicsThis is the same issue I responded to here https://bbpress.org/forums/topic/recent-topic-image-blurry/
In reply to: bbPress Language Pack?What language are you looking for?
Maybe this will help https://codex.bbpress.org/bbpress-in-your-language/
Shortcodes 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].
Forum 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
forums
part of the slug.Make a copy of Twenty Thirteen’s
page.php
in the theme directory and rename it tobbpress.php
.Does that work?
In reply to: Static For DisclaimerI’d suggest you create a WordPress page and use the shortcode [bbp-forum-index] and then after that short code at your disclaimer text and style accordingly.
In reply to: Forums not totally working on iOS phone?What happens when you copy the Twenty Fourteen
page.php
template asbbPress.php
in the theme folder and visit http://example.com/forums ?Create a new ticket on Trac and we can take a closer look at it π
In reply to: New Post Notifications after Forum InstallYou could disable bbPress subscriptions if you want to stay with ‘Subscribe2’
https://codex.bbpress.org/forum-settings/#forum-featuresSubscriptions Allow users to subscribe to forums and topics