Search Results for 'bbpress'
-
AuthorSearch Results
-
April 5, 2013 at 2:52 am #159948
bp-help
Participant@wmsmart Just some advice but I think if you placed the topic on:
https://bbpress.org/forums/
You may get more help.April 4, 2013 at 8:19 pm #159922@mercime
Participant@unsalkorkmaz Nice! 🙂
April 4, 2013 at 11:00 am #159869In reply to: BuddyMobile smilies
MeetNetwork Admin
ParticipantAlso in bbPress when it says topic last updated by (name) the avatar takes up the whole screen, going to post screenshots
April 4, 2013 at 7:27 am #159857In reply to: Date format and language
danbpfr
Participantcan you give a site URL please ? Also do you use BP on a multisite or on a single WP ? What PHP version do you use ? And does your host provide gettext with PHP. ?
https://codex.wordpress.org/User:Ipstenu/How_to_create_a_phpinfo%28%29_pageBasically, the %s ago thing is a wordpress function – also used by BP on the activity time. If you already checked the BP part, and it seems ok according what you say above, i don’t know what happens so far.
This issue could be a mistake from the translator or something else directly handled by WordPress.If you’re using WP 3.5.1, check the languages folder witch must contain the following files:
buddypress.mo
And WP’s default translation files:
es_ES.mo (for WP in spanish)
admin-es_ES.mo (dashboard)
admin-network-es_ES.mo (network dashboard)
continents-cities-es_ES.mo (a list of cities in your language, used for date/time setting in dashboard, not mandatory)If you use bbPress 2.2.x, there should also being a folder /bbPress/ containing bbress-es_ES.mo
In wp-config.php you must have a line saying
define(”WPLANG’, ‘es_ES’);If you use WP MS, you also have to set the network to your language in the Network Settings.
If you use a third party theme, it may contain his own /languages/ or /lang/ folder with a pot file at least. This file must be used to translate the theme.The theme translation mo file should be in this folder.
Some themes are sometimes delivered with .mo files. Unfortunatly, those additionnal mo files are rarely updated. So if the theme has a es_ES.mo or theme-es_ES.mo, you can use the pot file to check or update the theme translation. In fact, in such case, the only file in witch you can trust, is the pot file. It also can be that the pot is not updated too, which means you have to recreate it from start, with a compiler such as poEdit….

This rule is also valuable for plugins.
At this point, i suspect a corrupted WP file. To eliminate this possibility, i would try the following.
Delete the whole wp-includes folder and upload a fresh copy of 3.5.1 via FTP
https://core.trac.wordpress.org/changeset/23897/tags/3.5.1?old_path=%2F&format=zipIf you use a previous version, go here:
https://core.trac.wordpress.org/browser/tagsDon’t use the right click to download something from Trac repo. Always click first on the file or folder name, and use the download button at the bottom of that page.
April 3, 2013 at 10:55 pm #159827Unsal Korkmaz
ParticipantUpdate: I added “Change style” button to theme website. Now you can see how buddypress or bbpress pages are changing when you change theme style.
Example BuddyPress Profile page:
http://theme.firmasite.com/members/unsalkorkmaz/profile/Dark style of same profile page:Â http://theme.firmasite.com/members/unsalkorkmaz/profile/?style=cyborg
Example bbPress forum:
http://theme.firmasite.com/support/forum/theme-support/Just change style from top-right and see the magic 🙂
April 3, 2013 at 4:24 pm #159799In reply to: [Resolved] Forums don;t show anywhere…
Drover
ParticipantAnd bbPress 2.2.4
April 3, 2013 at 12:28 pm #159784In reply to: bbPress Integration Issue? with bbp_get_topic_id()
Hugo Ashmore
ParticipantThink maybe you ought to address questions about the bbPress plugin to the bbpress forums, you’ll likely get a more informed response there.
April 3, 2013 at 3:53 am #159745mattg123
Participant@mercime thanks, makes everything a lot more simple by disabling the discussion component on buddypress. I also had a bug when activating ONLY the group forums with buddypress, for some reason it broke the group avatar uploader however this was fixed when I installed the site wide forums as well.
April 2, 2013 at 7:37 pm #159713In reply to: Cannot post drug names
danbpfr
ParticipantYour config please ! host name, BP, bbPress versions & plugin list
if you use a cache system, maybe clear it.
See also if your host doesn’t ban such terms.April 2, 2013 at 3:11 pm #159686Ben Hansen
Participantok i’m sorry for some reason i thought you had some other forum plugin already sorry for any confusion.
April 2, 2013 at 1:25 pm #159678April 2, 2013 at 12:50 pm #159675Hugo Ashmore
ParticipantAlso important to bear in mind that as of 1.7 the old BP bbPress integration to groups of a basic striped down forum offering is removed and ALL forum capabilities are handled by bbPress standalone plugin which offers a far better forum experience from the point of view of BP groups, so please take a moment to read through the codex on this subject to familiarise yourself with how forums work with BP.
April 2, 2013 at 12:31 pm #159672danbpfr
Participantremeber that you can install group forums AND a separate forum.
April 2, 2013 at 12:06 pm #159667April 2, 2013 at 11:59 am #159664danbpfr
Participantthe answer is YES.
bbPress is a forum plugin that can be used separetly from buddypress. If you need extra features, bbPess has also some plugins.
Learn more about this plugin here: https://bbpress.org/
April 2, 2013 at 10:35 am #159656@mercime
ParticipantApril 2, 2013 at 10:18 am #159653notpoppy
Participant@ubernaut Sorry I don’t really understand your reply.
What I want to know is, is BBPress something I can just install on top of my current set-up which will add extra features to my existing group forums?
April 2, 2013 at 9:08 am #159644In reply to: [Resolved] How to show all the forums on a page
@mercime
Participant@danny80 You can list all the forums in a page by using the forums shortcode [bbp-forum-index] – This will display your entire forum index https://codex.bbpress.org/shortcodes/
bbPress plugin support at https://bbpress.org/forums/
April 1, 2013 at 11:09 pm #159623In reply to: Forum colour/ color
equinestaff
ParticipantThanks i changed it in the wp-content/plugins/bbpress/templates/default/css after checking out the bbpress forum. Cheers.
April 1, 2013 at 6:52 pm #159599In reply to: Forum colour/ color
Hugo Ashmore
ParticipantYou’re would to need to find this ruleset:
#bbpress-forums li.bbp-header {
background: #000;
}and change the background color as demonstrated but it’s going to be a little trickier than that probably requiring you to copy the bbpress stylesheet to your theme to modify.
This though is a question for bbPress forums not BuddyPress bbp is a separate plugin from BP and has it’s own styles. You will find more info and help on their forum.
April 1, 2013 at 9:46 am #159563mattg123
ParticipantHi, I’m having issues similar to @isisjade
can I confirm that bbpress, will handle group forums as well as main forums on its own? I have disabled the discussion forum component of buddypress, and the group forums r still active with just bbpress running.
thanks
March 31, 2013 at 7:29 pm #159529@mercime
Participant@fede1 @chouf1 the process posted in following link is easy https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
March 31, 2013 at 6:12 pm #159514In reply to: Site compatibility with Buddypress
@mercime
ParticipantI had just come across a thread yesterday on the BuddyPress site about how to edit our header, footer, etc. PHP files so that BuddyPress would work
@nasc generally, that would be the case if you were still on BP 1.6.5 or below. BP 1.7 beta and RC versions should automagically insert BP template files into your theme if your theme adheres to the WP templating system otherwise it won’t work.One way to resolve this is to create a file named buddypress.php which you would need to upload your theme’s folder in server. buddypress.php should contain the HTML structure of a page with sidebar or full-width (up to you and the theme author) as well as the_title() and the_content()
As an aside, if you’re going to have bbPress sitewide/group forums, you would need a bbpress.php file as well. Copy the content of the buddypress.php file into bbpress.php and upload the latter into theme’s folder in server as well.
March 31, 2013 at 5:31 pm #159509In reply to: dating site
@mercime
Participantis there any buddy press based website that i can check out fully using all the features or a full BP live demo?
@istvankob sure there is http://testbp.org/ where you can create an account and check out the default installation (BP trunk, bbPress trunk, on Twenty Twelve theme) as a regular member of the site.March 31, 2013 at 5:26 pm #159506 -
AuthorSearch Results