Hi, i installed all, (wordpress-bbpress) in the same directori, (/test/wordpress – /test/bbpress), and when i try get into the admin panel of bbpres i only get a redirection to the index of my forum. (i put /test/bbpress/bb-admin/index.php and i will be redirected to /test/bbpress/index.php).
What i am doing wrong??
So much thanks!
I certainly could use a sidebar in my BBPress. If I was able to install WordPress widgets in it.
So without all this, it´s mostly the header thats new..?
I certainly could use a sidebar in my BBPress. If I was able to install WordPress widgets in it.
So without all this, it´s mostly the header thats new..?
Over at http://wordpress.dk/forum/ I have recently run into a very strange bug.
One user (myself) gets topic-title/topic-link mismatch on certain topics.
Example:
Title #1 -> forum/topic/title-1/
Title #2 -> forum/topic/title-2/
Title #3 -> forum/topic/title-6/ (mismatch!)
Title #4 -> forum/topic/title-4/
Title #5 -> forum/topic/title-5/
However, if I log out everything is fine.
I have tried everything I can think of;
Clearing the cache, cookies and sessions, different browsers, different computers, logging in and out — last I have created a new user and everything works great with that user. The thig is, I would really like to keep my old profile.
Have anyone ever had the same problem?
I can’t see how this is possible to some (only one actually) users and not others, and only when user is logged in.
Any help would be appreciated.
edParticipant
Is the bbpress plugin in the wordpress directory? Thanks
Update – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.
It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/
Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?
Update – Still no luck i have tried disabling and enabling registrations. No matter what i do the bbpress redirects to wordpress for an account creation or does not exist page.
It takes my domain name from my bbpress install and since i use subdomains on my wordpress install puts my bbpress on that so i get something like this. http://www.bbpressinstalldomaincom.wordpressinstalldomain.com/
Could it be the domain mapping plugin. Do i need to use subdomains or can i use sub-directories?
@Gautam
its only working now because i reuploaded the images as 25×25, if i upload them again at 200×200 they will appear as 200×200 eventough i specified 25×25.
The same code works perfectly on wordpress themes, the quick fix was to upload images in the exact size, not perfect solution but it works.
Perhaps someone else has an ideia on how to make it work without uploading images in the exact size?
Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.
Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.
So i got them integrated but when i go into deep integrate i put the code the requires the wp_load.php file and when i save it upload it and go to bbpress domain it takes me to my WordPress site and wants me to create a user/blog for it or if i am logged in on WordPress it tells me the blog does not exist? If i remove the require once line it goes back to working. On wordpress i have w3 total cache, the domain mapping plugin, bbPress Intergration plugin with it set to wordpress mu and thats it the others are not that big such as akismet cforms smart youtube wordpress importer and wp-pagenavi
BTW yes i have the iBlogPro theme and bbpress theme
Hi everyone!
I don´t know wether to post this here or start a new thread, if the mods find it unsuitable i will open a new one.
I just installed the bbpress pluggin on a test site, just trying to figure things out and start learning while its being developed, one of the first things i wanted to do was adding a icon to the each forum in the forum list and since the new bbpress uses “wordpress” i went and added a thumbnail to each forum at:
Admin panel>>>Forums>>> and edited/added a thumbail to each forum using the post thumbnail function
but it wasnt showing up so as newbie i used firebug to find where i could add that in and i found;
bbp-themesbbp-twentytenloop-bbp_forums.php
and modified:
<td class=”bbp-forum-info”>
” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>
to
<td class=”bbp-forum-info”>
<?php the_post_thumbnail(array( 25,25 ), array( ‘class’ => ‘alignleft’ )); ?>” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>
here’s a link to the code on pastebin:
http://pastebin.com/bNLPQj2R
it worked but because i uploaded the images at 150×150 the thumbs were being displayed at 150×150 eventough i specified that it should be 25×25 in the code.
Am i doing something wrong? to quicly fix it i reuploaded the images at 25×25 and they’re showing ok now.
sorry if i’m “sounding” complicated but i cant explain it better
here’s the live bbpress instalattion:
http://www.ricardouk.com/bbpress/forum/
Things like PM’s are more BuddyPress territory. Image uploading is built into WordPress, so that can be turned on via a plugin to the bbPress plugin pretty easily.
The bbPress documentation will be revamped along side the plugin launch.
Things like PM’s are more BuddyPress territory. Image uploading is built into WordPress, so that can be turned on via a plugin to the bbPress plugin pretty easily.
The bbPress documentation will be revamped along side the plugin launch.
Ahh yes reading through the trac i see you have been doing a lot of work, good work and keep it up. I am wondering though why a lot of these plugins out there weren’t just built in to bbpress?
For example, pms and uploading of images. I understand that the system is to be keep as light as possible….but so is WordPress and look at the amount of features it has.
I am also wondering about the documentation and when that will be re-vamped.
Ahh yes reading through the trac i see you have been doing a lot of work, good work and keep it up. I am wondering though why a lot of these plugins out there weren’t just built in to bbpress?
For example, pms and uploading of images. I understand that the system is to be keep as light as possible….but so is WordPress and look at the amount of features it has.
I am also wondering about the documentation and when that will be re-vamped.
Is there a plugin that would allow to integrate certain posts from WordPress and post them automatically in the forums as well?
Hi,
I hope im on the correct forum? or plugin?
I’d like to add conditions to the bp_forum_topics() loop that only contain posts with certain keywords. Can anyone help me with this?
I’d like to create a custom plugin that overrides the current function bp_forum_topics() that does this. Im new to wordpress development so unsure about filters and tags. Right now it returns all topics (with the exception of loose search terms, newest, popular etc). I want to be able to return topics if the posts related to that topics contains specific search terms.
Im using this solution to get global unified search.
Creating The sitewide global/unified search Page for your Buddypress Theme
All that is remaining is to get it to search forums posts. At the moment all it does is search topics.
–Mark
I have just finished installing BBpress. I have setup all the forums. When I post a topic anywhere, the title appears (including the latest reply info and when it was created), however the content of the topic is not showing anywhere.
I have looked over the entire database and I it looks like its not saving that content in the bb_topics table.
I have not yet touched any code yet, I was just installing it and seeing what this software was like.
My install is running on a database with multiple WordPress sites and I am using the wordpress intergration feature with my users.
I have checked over all the other tables in the database and the missing content is not randomly being saved in any of them.
Any information about this bug and how to fix it would be great.
Thanks
I have a wordpress blog on my root directory (http://blackberryverse.co) and have bbpress at http://forum.blackberryverse.co
now what I am trying to do is change the logo in the top right hand corner to direct users to http://blackberryverse.co or if I could add some links to the left or right sidebar that would work too
thanks.
They all kinda look exactly the same, all but for the colors.
Aren´t there some new great themers out there who does magical things?
For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.
They all kinda look exactly the same, all but for the colors.
Aren´t there some new great themers out there who does magical things?
For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.
@andrejcarter – It isn’t obvious, but as it stands right now you need to make a WordPress page with the slug ‘login’ and assign the Login Page Template to it. Janky, but still being worked on.
Right now there’s an issue with trashing/deleting replies and topics in the plugin. Basically the topic/reply/voice counts don’t have correct logic, which can result in the counts going all wacky. This wouldn’t be so bad if the recounts in the admin area worked, which they don’t because they use essentially the same logic. This is a known issue and is next on my list of things to do on this.