Forum Replies Created
-
I’m using version 0.2 and it doesn’t the folders inside any plugins.
In reply to: WordPress MU/BP Integration: post_author_link issueecho get_user_name(get_post_author_id());
In reply to: WordPress MU/BP Integration: post_author_link issuesorry I was missing something…
In reply to: WordPress MU/BP Integration: post_author_link issuetry this:
I had a better solution but I can’t remember it now. The code above only works if bbpress is in wordpress folder which 99% of people do.
In reply to: When bbpress 1.0.3?Can I request or how do I request that all views have their own class.
The only issue I’m having is it doesn’t install the subfolders. That is the issue I had with your after-dark plugin. That it only installed the initial folder and files.
In reply to: Login Integration Issues – bbpress and wordpress muWho is your hosting company?
I have one more thing you can do.
In reply to: Users can't reply or create postsGo to your bbP dashboard and click on Users. What status are they in (they might be inactive)
In reply to: BUG: bbPress 0.9 download not workingFor me it happens a lot when downloading a plugin. Just hit refresh and it will eventually work.
In reply to: Help with installation to Thesis word press bloghttps://bbpress.org/documentation/installation/
Installation direction.
In reply to: Help with installation to Thesis word press blogbbPress is not a WP plugin. It’s a standalone program like WP.
Most people put the bbPress folder in the WordPress folder and copy the theme.
so it will be
wordpress
|-bbpress (they rename this folder to forum/forums)
|-wp-admin
|-wp-content
|-wp-includes
example: This site all the tabs except for Forums is WordPress and the forum is bbPress. The themes are similar so the user does not see a difference.
then you can read this post that was just recently brought up: https://bbpress.org/forums/topic/wordpress-header-on-bbpress
In reply to: WordPress Header on bbpressThe best way is to mimic your WP in the bbP header.
The issue with loading WP header is that you don’t load a very important line for most plugins “bb_head()”
example would be zaerl Editor (0.3) plugin. That plugin needs bb_head()
You can use
Pixopoint Theme Integrator
http://pixopoint.com/products/pixopoint-theme-integrator/
(advantage is it doesn’t slow down your forum. Disavantage anything highlighted when your at that page doesn’t work. Which will not be a problem for you because you’re using Arthemia theme)
or
Deep Integration
Where you can copy and paste stuff from the header that you need
(advantage you can load any WP functions in bbP. Disavantage it will slow down your forum because you’re loading WP & bbP at the same time constantly)
or
Get someone else to do it
Me go to this site http://wpbbpthemes.org/
or other people on this site by posting a new post with a request to hire someone.
In reply to: Can Banner Ads be Integrated with BBPress?1: yes
2: yes, (no to upload via email) with a plugin like
BB-Ads
https://bbpress.org/plugins/topic/bb-ads/
or
AdSense For bbPress
In reply to: Internet Explorer problemIt might be … http://www.thecollegehunt.com/
In reply to: Reply link doesn't seem to workWhat plugins are you using?
Did you edit the php in anyway?
It should be:
“Reply
You must log in to post.” and the “Reply” is not a link. The reason is because the user has to be logged in first to reply.
In reply to: wo login integration issueIn reply to: BB-Admin won't let me inkevinjohngallagher & all, it’s a known issue.
Once and a while when you log into WP first you can not access the BBP dashboard. The solution is just log into BBP first. It only affects the admins (usually one user)
In reply to: How to icons?In reply to: Moderators and forum permissionsThere is a plugin but it needs to be updated called Forums Moderators (1.0)
In reply to: Latest Discussion Page@rich pedley When I do view.php?view=latest it goes back to the front page. Are you using a certain plugin?
In reply to: wo login integration issueI’m assuming you followed integration tutorial somewhere that is current.
add
AddType x-mapp-php5 .php
to your .htaccess file if you don’t have one create one in the root of the folder.
In reply to: Whoa! (bbPress.org 2.0 is live)email it to me! forget the community! The words are getting tinier. “Member” is really small now. I didn’t have that problem before
In reply to: Change Places between Latest discussions and Forumslook for this code. It’s there TWICE
forum_description( array( 'before' => '<small> –
replace
–
with
& # 8 2 1 1 ;
take out the spaces
In reply to: Set the language!try putting the two files in “my-languages” folder not “my-languages/hu_HU/”
In reply to: snowski theme releasedchrishajer, this might help:
http://github.com/ericbarnes/snowski/blob/master/snowski/profile.php