Hi, i want to ask, if is possible anywhere download official theme of wordpress page – Rosetta.
This theme is use here https://wordpress.org/
Second question si, i cant found full supported theme for bbpress, everytime if i download any theme, last simpler, i cant use bbpress on fullwidth, because if i open a topic from forum, I’m always on the right side widgets,
thanks
would suggest you post a question on their support site
https://wordpress.org/support/theme/make
Hello,
URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
I am using this plugin to add signatures: https://wordpress.org/plugins/gd-bbpress-tools/
I would like the Revision information to align under the Signiture. I am currently using this CSS.
.topic.type-topic.status-publish > .bbp-reply-content,
.reply.type-reply.status-publish > .bbp-reply-content{
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}
.topic.type-topic.status-publish > .bbp-reply-content > .bbp-topic-revision-log,
.reply.type-reply.status-publish > .bbp-reply-content > .bbp-reply-revision-log{
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
.topic.type-topic.status-publish > .bbp-reply-content > .bbp-signature,
.reply.type-reply.status-publish > .bbp-reply-content > .bbp-signature{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
It is working fine in Firefox, but not in Internet Explorer and Safari on apple devices such as IPhones. Can you please take a look for me?
Thanks.
Could you try with a profiler plugin like https://wordpress.org/plugins/p3-profiler/ ? If it gives you any indication of what plugin is so slow ?
Don’t forget to uninstall it when you’re completely done (it takes unnecessary resources)
Pascal.
Admin Custom Login
AdRotate Pro
amr shortcode any widget
bbpress
Duplicate Post (already tried disabling)
Easy WP SMTP (already tried disabling)
Envato WordPress toolkit
EventON
Fast Secure Contact Form
Foo Gallery
FooBox Free Image lightbox
Meta Box
Multi Feed Reader
Page Links To (tried disabling)
Revolution Slider
Rotating Tweets – Twitter widget & shortcode
Shortcoder
Sidebar Login
Widget Logic
WP All Import Pro
WP User Avatar
WPBakery Visual Composer
Yup I have literally copied all the code from ‘loop-topics.php’ in custom theme to the wordpress theme twenty fifteen, where it correctly does return true and topics are shown correctly.
I must have done something wrong in my custom theme, I just have no idea what the possible causes could be tho.
It just came to my mind that it might be template php file that bbpress uses, I’ll go check that now.
I use bbpress in combination with buddypress maybe it can be something with that also.
Hi people,
I basically can’t get to show any topics on a custom theme that I’ve been making.
I think it has nothing to do plugins, in my custom theme when I call ‘bbp_has_topics()’ it returns the boolean false. But when I switch to the wordpress theme twenty fifteen, I get returned the boolean true and it basically shows the topic correctly, with all plugins turned on.
However my forums list get displayed correctly, and the topic detail page will only display the topic when I turn off the ‘bbp_show_lead_topic()’ as it by default only shows when that function return true which in my custom theme it doesn’t.
the function ‘bbp_has_topics()’ basically get influenced or something as soon as I switch to my custom theme. To be honest honest I have no clue what causes this action to influence that those bbp function, I was hoping someone here did.
Does anyone have any suggestions or have encountered this problem and knows what could possibly cause this problem?
lots of things !
Start with
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/
Then come back
@netweb
@brovashift
Ok I’ve done some testing.
bbpress uses the display_name as stored in wp_user table.
If you allow registration
ie – Dashboard>settings>membership – anyone can register
then yes, the user_nicename and the display_name in wp_user table are the same and the same as the username entered by the person registering.
If you don’t allow registration, and you add users manually
ie Dashboard>users>add new user
and you don’t enter the first and last name, then the user_nicename and display_name are the same
BUT if you enter the firstname and lastname, then the nice_name is the username, but the display_name is saved as firstname followed by lastname !
So a bit of inconsistency by WordPress.
Now display_name is all that we can play with in bbpress, and users can change their display_name under bbpress in the profile area.
So I plan to put a function in my style pack that will let the user choose what the default display_name is, and optionally disable users from creating a nickname and/or changing the default.
Hello,
When i create topic for buddypress group forum and add topic “What’s up..”, it’s show “what\’s”.
How can i remove it?
Wordpress: 4.4.2
Buddypress:2.4.3
Bbpress : 2.5.8
Thanks
Bonsoir JF,
First of all, please try to change your permalink settings (Settings > Permalinks) to plain and save. Then try the events calendar again.
If that didn’t work, could you please try (if this makes sense to you):
In Admin > Events > Settings > Community > Access Control, UNcheck the “Block access to WordPress Admin” and have all “Roles to block” UNchecked
If that didn’t work, could you please try to copy this code into your functions.php and let me know if it fixed your issue ?
function casiepa_pre_get_posts( $query ) {
global $wp_the_query;
if ( $query === $wp_the_query && $query->is_main_query() && is_array( $query->query_vars['post_type'] ) && in_array( 'forum', $query->query_vars['post_type'] ) ) {
$query->query_vars['post_type'] = 'forum';
}
return $query;
}
add_filter('pre_get_posts', 'casiepa_pre_get_posts', 11);
Please get back to us with some news.
Pascal.
I just installed the latest version (2.5.8) on bbPress on a WordPress site where The Event Calendar plugins (vers. 4.0.7) was installed. After that, I wasn’t able to add or modify an event. I disabled bbPress, and then The Event Calendar works well as before.
Does anayone khow about this problem ? I would like to keep using The Event Calendar but also start using bbPress.
Thank you for your help!
Jean-François Boisvert
Hi,
Give us at least some time to eat 🙂
I think there is something inside the ‘bbp style pack’ plugin.
If not, have you checked https://wordpress.org/plugins/bbpress-unread-posts/ ? It has not been updated recently, but it might still work.
Pascal.
Hi,
Is your site public ? Can you publish a link ?
This could be a theme or plugin issue, so try to switch to a standard WordPress theme and check again. If the issue is still there, deactivate all plugins except bbPress and reactivate them one by one to find the culprit.
Pascal.
Hi,
That seems to be a WordPress question, not a bbPress specific one. Please try the WordPress forum where you might have more luck.
Pascal.
Hi,
I am new to WordPress bbPress. I’m using theme smartmag and bunyad bbpress login widget. The registration button was working fine till day before yesterday and then suddenly stopped working. Now if I click on the register now button it makes the screen grey and hangs the screen as well. Any lep will be greatly appreciated.
http://ask-parents.com
Thanks
After the import, for sure try to run the repair functions (one after the other) on Tools > Forums > Repair.
For the users, if you just want to import them, there are tools like https://wordpress.org/plugins/import-users-from-csv-with-meta/ that I already used, but of course you don’t have the link with the topics/replies.
Pascal.
Hi @mairag. Updated step by step tutorial with working source code example available in next article https://wpmag.ru/2015/wordpress-multisite-signup/ (on Russian but you can use Google Translator to translate this) 🙂 Inside article you can find the links to Github with source code. Feel free to leave any questions here.
What files and what way am I supposed to modify if I wish to change the appearance of bbpress login form in this way? My forum: http://www.posuzujeme.cz
Original login form layout:
Original
Bewished login form layout:
Custom
WordPress v. 4.4.2
bbPress v. 2.5.8.
suggest you turn on debugging and see what come up
https://codex.wordpress.org/Debugging_in_WordPress
load up my stylepack plugin and use latest activity widget
https://wordpress.org/plugins/bbp-style-pack/
Hi,
Yes, there are multiple plguins that provide a facebook login for WordPress.
An example search: https://wordpress.org/plugins/search.php?type=term&q=facebook+login
Pascal.