Search Results for 'bbpress'
-
Search Results
-
Hi guys,
I am currently working on a projekt where my client needs his old typo3-mm_forum imported into a bbpress forum.
I am now looking for someone who has already done this and who would sell me his importer!
pls send me PM or answer directly under this post
thanks a lot
Topic: Change font size
Hello,
Not much of a programmer but I want to change the size of the text on the bbPress page. My discussion forums have such small text compared to the rest of my site. Any suggestions?
Thanks.
ToddTopic: Showing Profile Information
Hey guys,
In BBpress each user has the ability to edit their profile users/USER/edit/
Here they can add their name, their website link and their bio by default. However, this information is never actually displayed on their profile. Why is this?
On users profiles it says:Forum Role: Keymaster
Topics Started: 0
Replies Created: 0
But the information such as their name, bio and website link are not displayed. Why are there options to add this information to the profile if it remains private?
How can I allow it to be displayed publically?
Thanks,
ChrisIs there any updated info on how to convert WP Symposium converter to bPress?
The gethub project in this thread https://bbpress.org/forums/topic/wp-symposium-converter-for-bbpress/ does not work.
I added it to the converters directory and ran fine but it said it could not find any forums to covert.
Hello,
I’ve searched, really, and I didn’t find any solution before asking here.
So, first, here’s all versions used :
Wordpress : 4.2.4
BBPress : 2.5.8
Theme used : Cry Out Nirvana 1.0.6A few other extensions are installed :
Active Directory Integration
Advanced Custom Fields
Advanced Custom Fields: Nav Menu Field
CKEditor for WordPress
Collapse-O-Matic
GD bbPress Attachments
List category posts
Members
Our Team
Post Types Order
TablePress
TablePress Extension: Row Details
Uber Login Logo
WP-Utilisateur-AvatarI think there’s everything.
I can’t give a link to the website, at the moment it’s internal, in progress and next, it will be our new IntranetSo, here’s the issue I have.
My users make forum posts, seems to be OK.
When they try to modify a post, or if I try to modify it myself as admin, I don’t get the window to change the text but an article I made “sticky”, the article is not opened to be modified.As an example
Link to the post : mysite.fr/index.php/foruminterneimestia/suject/test/
Button Modify : mysite.fr/index.php/foruminterneimestia/suject/test/edit/
Page I receive : mysite.fr/index.php/2015/08/10/edito/Do you have any idea ?
Ask me any question (but the password)Topic: Quotes broken
I am trying to remedy an issue that occurred suddenly today and after no major changes on the site. Quotes are completely broken. They are exposed example..
[quote=753]content here
content
[/quote]To troubleshoot earlier I disabled all plugins aside from bbpress and the problem persisted. Has anyone else encountered this issue before?
Greetings!
I am really enjoying bbpress but have a major glitch on my install. I am receiving notifications via email, but I am not subscribed to any topics. Zero. I even installed the plugin for unsubscribing from all topics just to verify and it states ‘no topics subscribed’ so there is no option.
Any thoughts would be greatly appreciated!
I need to be able to schedule topics in advance. For example, I might come up with an idea and draft a topic at 11pm on Sunday night, and I might want it to go live at 9am on Monday morning.
That’s no problem. I just create the topic in the admin area and use WP’s built-in scheduling feature. The topic goes live on the forum at 9am the next day as expected.
The problem, though, is that the freshness in BBPress doesn’t reflect this. At 9:30am, for example, it should show a freshness of 30 min ago for that topic. But instead, it’s showing 10 hours ago — based on the time the draft was scheduled rather than the actual scheduled publication time.
This is a particular problem when I need to schedule a week’s worth of new topics at once (to keep a growing community regularly updated with new discussion points). They all show that they have similar freshness when people view the main forum or category pages, instead of showing that content is being published at regular intervals.
Is there anything I can do to fix this so BBPress reflects actual publication time (like WP does in general) instead of relying on the time the topics were physically edited?
Topic: Getting only one comment
I am on the latest version of WordPress, but a custom theme ( developer left it half way) so I am fixing it myself.
1) The forum page shows for post the correct numbers. Example
post tite: Voices(5), Posts (6)but inside posts it says
This topic contains 5 replies, has 5 voices
Viewing 1 post (of 1 total)
Then it shows just the main topic, not the replies to it.This is the code for the bbpress.php template
<?php get_header(); ?> <div id="page-left" class="container"> <?php the_content(); ?> </div> <div id="page-right"> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>Seems fine to me, what do you think I missed?
Hi,
Is it possible to have user registered using social builder plugin to bbpress? I want to use bbpress in my site Technotif
Thanks,
JamesHi
I get this:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/easychem/public_html/wp-includes/functions.php on line 3560Also I found bbpress interapting my gallery library. When it’s activate I get blank screen in the gallery library, but’ when I switch it off, I can see all my gallery.
This is My site:
Using 2.5.8 version of bbp
and 4.2.4 of WordPress