Forum Replies Created
-
In reply to: Missing Date on Started by
Hi Robin
I have your function that you gave me above :
// FORUM ADD DATE OF TOPIC CREATION add_action( 'bbp_theme_after_topic_started_by' , 'rew_add_date' ); function rew_add_date () { echo ' on ' ; bbp_topic_post_date() ; }
I would like to show only the date and remove the time ie :
August 4 2012 instead of August 4 2012 at 2:37 pm
how can i get that ?
thanks !
In reply to: Last visit ?Oh you’re right i thought it was specific to bbpress, if it is standard wordpress login i will find a plugin for that thank you π
In reply to: Formatting of User Profile and Search Results pageshi
they do run fine
the issue is that they dont share the same template as the others pages (forum, topics etc)
In reply to: Last visit ?hi
any idea on this π
In reply to: bbpress and cacheHi
We have tested all cache systems
Best cache plugin is LiteSpeed Cache
this plugin is also made for bbpress π
(works even better with a litespeed server you can get at Hostinger for instance)
In reply to: last message, unread, no answer ?Hi Robin
How can i show unread messages with your plugin ?
i suppose it is with shortcodes, but i didnt find a shortcode to show unread messages
i want to show unread messages on a dedicated page, so i would need a shortcode
thanks π
In reply to: Admin Approval Email for New TopicHi
The wpforo creator says there is no tool for this :
https://wordpress.org/support/topic/migrating-from-wpforo-to-bbpress-3-3/
In reply to: BBpress 2.7ok thanks you π
In reply to: bbPress Discussion Forum Moderationthen upload the one Robin gave you π
In reply to: BBP style pack plugin : the best bbpress pluginWow is it me or this plugin went from 3K users to 9K recently !
congrats π
In reply to: What is the theme name at bbpress.org?In reply to: Email changeHi Mike
No, bbpress
thanks
In reply to: Dev: Invision v4 converter, SQL -> field_mapok, and how long did the migration last ?
In reply to: Dev: Invision v4 converter, SQL -> field_mapHi Brian
Thanks for your reply
How big was your invision forum ? and how long did the conversion lasted ?
i’ve read it is quite slow
In reply to: Is BBPress being maintained?bbPress will never die. It will only get better.
Thank you, everyone, again, for being patient and for your interest in bbPress. Itβs a pretty cool piece of software with some of the best contributors and forum moderators around! Iβm working on bbPress everyday, sometimes in my head, and sometimes on other projects that bbPress will inherit someday. Itβs always on my mind, even if the commit log doesnβt show it. π
Beautiful words John James
Thank you a lot for your great commitment
I love bbPress too and i think there is one lacking feature : bbpress themes, other forum softwares have themes, and i can provide one theme myself, this bbpress official forum has a theme too, that would help newcomers and those without dev skills who cant customize bbpress, as we must admit at first install the output is not great, without a huge CSS work, so as my designers have spent almost one month working on bbpress design, i would be happy to provide a theme, and im sure others would too
or maybe i missed something and there is place where people can find bbpress themes ?
Have a great day
In reply to: MIgration from Invision IPB 4.1 to bbPressHi
Have you managed to convert to bbpress ?
thanksIn reply to: Migration from Invision Power Board 4Hi Dinsl
Did you solve this ? i also need to convert an invision forum to bbpress
thanks !
In reply to: Dev: Invision v4 converter, SQL -> field_mapHi Brian
THanks for your nice work
so invision converter works for last version of Invision ?
In reply to: Formatting of User Profile and Search Results pagesnon they dont need elementor π
In reply to: Formatting of User Profile and Search Results pageshi
well astra, oceanwp, for instance
In reply to: Formatting of User Profile and Search Results pagesI agree with you, but i tested bbpress with the top 20 wordpress themes, and confirmed that user profile and search pages were not detected by any theme
all other pages are detected except those 2
it’s like those 2 pages don’t belong to the same template than other bbpress pages in the core code
In reply to: Formatting of User Profile and Search Results pagesHi
I is actually not a divi problem
It is the same problem with various themes
We have the same problem using different themes with Elementor
It is a bbpress problem
In reply to: On-Site Notificationsthis is a buddypress feature
In reply to: Not allowing users to change nicknameHi
Two solutions : you can either use this plugin :
or an easier solution, add this css, it will hide the possibility to change nickname (it will be only possible to change if from admin dashboard)
i think this is a good choice, as you dont want your members to constantly change their nicknames
label[for=nickname] { display: none!important; } input#nickname { display: none!important; } label[for=display_name] { display: none!important; } select#display_name { display: none!important; }
In reply to: Shortcode [bbp-forum-index]Addon : to hide search form from user profile tabs too (recent topics and recent replies tabs) :
/*Hide search form on all tabs topics and replies*/ #bbp-user-body .bbp-search-form { display: none; }