Search Results for '\"wordpress\'
-
AuthorSearch Results
-
December 13, 2008 at 6:51 pm #4426
Topic: Z Drinks – Z place to talk drinks!
in forum ShowcaseDecember 13, 2008 at 6:40 pm #70074In reply to: How to install bbPress, WordPress already installed
chrishajer
ParticipantThis:
<li><a href="http://forums.beardownarizona.com/" title="Visit the forums"></a></li>The
bloginfojust grabs the url of the site in case you ever move to another domain name.December 13, 2008 at 6:38 pm #70073In reply to: How to install bbPress, WordPress already installed
beardownarizona
MemberThanks!
Now what if I wanted to add the forums as a subdomain…like forums.example.com? How does that affect the code?
Would this work?
<li><a>http://forums.beardownarizona.com" title="Visit the forums"></a></li>Thank you for your help!
December 13, 2008 at 6:38 pm #69242In reply to: New installation
chrishajer
ParticipantHow do you ensure? Well, you can look at your wp-config.php and see what the table prefix is there. If you didn’t change it, it’s wp_. bbPress uses bb_ by default. If you don’t change either of them, they will go properly into separate tables in the same database.
There is something simple going wrong with the connection details. It really is as simple as the username, database name, password and host. I think they call the host “advanced database settings” in the installation. If you click that, I think it unhides the table prefix setting and the host setting. I always have to change the host in my installations, so to me that’s not an advanced setting. WordPress recently changed the terminology of that (it used to say something like “99% chance you won’t need to change this”) to something like “get these details from your host.” Maybe you just need to enter the host setting and you are not seeing where to do that.
I’m guessing it’s the host setting you’re not entering, since it’s not visible on the installation screen. If it’s different that localhost in your wp-config.php, my guess is that’s the problem. You need to set that for bbPress.
December 13, 2008 at 6:31 pm #69241In reply to: New installation
beardownarizona
MemberI’m gettin this same error message when putting my WordPress database name, database user, and database password into the intial setup screen…
chrishajer: when you say “use the connection details for the database you use for WordPress and ensure the table prefixes are different,” how do we ensure the table prefixes are different? Do we do that before we put the information into our database info into the bbPress installer screen?
I’m literally copy and pasting the database/password info from my wp-config.php and putting it into the bbPress install screen, but I’m still getting the error.
Any Ideas?
Thanks!
December 13, 2008 at 6:31 pm #70072In reply to: How to install bbPress, WordPress already installed
chrishajer
ParticipantIn that Autumn Almanac theme, you can add a link in menu.php. It can easily be before or after the link to Home, of after all the pages that are listed (so, end of the line.) Just add this to menu.php right after
<?php wp_list_pages('depth=1&title_li='); ?>:<li><a href="<?php bloginfo('url'); ?>/forum/" title="Visit the forums"></a></li>That will add an additional list item right after all the rest of the pages in your menu.
You could also do it by creating a page called Forum and then just redirect the content of that page to your forums. That way you could control the page order and have it appear in a place other than the beginning or end of the menu.
You didn’t mention what version of bbPress and WordPress you’re trying to integrate. It matters. Looks like you are using WordPress 2.6.3 – I don’t know how to properly integrate the logins with any version of bbPress. If you spend some time looking through these forums, you will see people who’ve had trouble with integration. Maybe someone else can help you with that.
December 13, 2008 at 5:28 pm #4424Topic: How to install bbPress, WordPress already installed
in forum Troubleshootingbeardownarizona
MemberI currently have wordpress installed in my root directory, but would like to have bbPress installed into a /forum directory and linked from my main homepage.
I already have the link to a “forums page” set up at http://www.beardownarizona.com, however I’m not sure how to implement bbPress so when the link is clicked the user is taken to the forums. I don’t think I can install bbPress on a WordPress page…so I’m trying to figure out the easiest way to have the forums installed an a directory, and then linked from my WordPress menu.
Also, do bbPress users on my site still use the WordPress “register” link?
Thanks in advance for your help!
December 13, 2008 at 2:14 pm #70057In reply to: upgrade 1.0 alpha 3 not work
Meerblickzimmer
MemberI think it works just with WordPress 2.7 and not with 2.6.5.
December 13, 2008 at 2:11 pm #4421Topic: upgrade 1.0 alpha 3 not work
in forum Troubleshootingleoleoleo
MemberWhen I upgrade 1.0 alpha 3 from alpha 2. Integrate wordpress not work now. (I am using wordpress 2.6.5)
December 13, 2008 at 1:12 pm #69875In reply to: Trac linking in the support forum
_ck_
ParticipantThere’s is still a problem with htmlentities, you either call your filter too soon or too late after bbPress does it’s autop, etc.
demo of bug:
WordPress & bbPress
(the and symbol is converted into an htmlentitiy, then your plugin sees the # and makes it a link) Broken all over bbpress.org
You could make sure the pattern doesn’t end with a semicolon or maybe set priority 9.
December 13, 2008 at 7:37 am #4414Topic: First pass at a fix for “deep” integration in trunk
in forum InstallationSam Bauers
ParticipantA first attempt at getting WordPress 2.7 and bbPress 1.0 to play nice again is now in trunk [1862].
I’m specifically talking about “deep” integration, i.e. when you include WordPress inside bbPress to gain access to WordPress’ functions.
This will need a lot of testing, so please post any issues you have on the relevant Trac ticket, #972 (which will stay open until some more testing has occurred).
I recommend using the following code at the top of your bbPress bb-config.php file to include WordPress inside bbPress:
if ( !defined( 'ABSPATH' ) ) {
include_once( '/Full/Path/To/wp-load.php' );
}Note that this includes “wp-load.php” not “wp-config.php” or “wp-blog-header.php”. This avoids running WordPress’ template loader which presumably isn’t needed inside bbPress. Some implementations may want it though, so if you find you need it then give it a go and let us know how that goes.
Also note that all filters and actions set in WordPress whether default or added by plugins or themes are cleared out completely. That means that plugins and themes installed in WordPress cannot add filters or actions to bbPress at all. This may have some implications I’m not aware of yet.
Go nuts!
December 13, 2008 at 3:23 am #4413Topic: bbPress Admin
in forum Requests & FeedbackJohn James Jacoby
KeymasterNow that WordPress 2.7 has revamped the admin panel, is bbPress going to follow suit with a matching one? I came along after it had been made to match 2.6, so I never got to see what it used to look like.
December 12, 2008 at 9:16 pm #66124In reply to: WordPress + bbPress Integration 101
razorcreed
Memberwould this work with 2.7? and is there any install documentation of doing it this way?
December 12, 2008 at 8:26 pm #69239In reply to: New installation
vuuch
MemberSo this is a bummer… I have the database name, user name (same as database name) and my password for the database. NO LUCK with the install.
My database is working with wordpress today at http://www.vuuch.com/wordpress and I put the bbpress.org files at http://www.vuuch.com/forum. When i go to this location I am told “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress”. So I use the “let’s get started” link and complete the database name, user and password info. After pushing the save button I get a failure note “There was a problem connecting to the database you specified. Please check the settings, then try again.”.
I have tried a few times, I have reset the password to make sure I have it right. I called godaddy, but the are no help with wordpress. I am stuck! Please help!
December 12, 2008 at 5:39 pm #69660In reply to: bbPress Facebook page
_ck_
ParticipantFor those that haven’t been around awhile, code development on bbPress tends to happen in bursts. There will be little or nothing or just trivial bug fixes for a few months and then BAM, Michael and Sam will post a whole bunch more code.
Just because you don’t get feedback on a problem from a developer doesn’t mean they don’t think it’s important, it just means they can’t make it a priority right now for some reason or another. Everyone would love bbPress to have every feature and every feature work amazingly but there simply aren’t enough people or hours available to make it happen. Every feature one person insists is absolutely critical is quite trivial to another person.
Last but not least, be careful what you wish for. If bbPress had all the features like the more mature WordPress does, it would also share the same number of problems, backward incompatibilities and constant changes. If they did to bbPress what just happened in WordPress between versions 2.3 and 2.7, I would not be making plugins for it anymore (because they all would be broken). Since bbPress takes a slower path, it tends to get things more “right” the first time around.
I think 2009 holds big things for bbPress.
Someone new to bbPress a year from now might wonder what some early adopters were complaining about.
December 12, 2008 at 4:10 pm #69658In reply to: bbPress Facebook page
johnhiler
MemberI was going to sit this thread out, until I saw some of the recent comments.
I understand that there is frustration over the WordPress integration issues (I share them as well). But I don’t think it’s fair or productive to lash out at the very people that make this community move forward (Sam and _ck_, among others).
The motivation and energy of key contributors is the most precious asset of an open source community, as they are what keeps the community forward.
The feedback and ideas of key users is also hugely important, as they tell the community where to go.
But when feedback attacks the motivation and energy of key contributors, I’ve learned not to just sit back. Because even if the feedback is 100% dead on, if the key contributors are hurt by the way it’s delivered… then as a community, we have been stopped dead in our tracks.
I think we all agree that full integration with a shared signin is a priority. If we unite behind that goal, maybe we can achieve it. I just think that the motivation and energy of key contributors is key to our getting there.
One last thought: Sam appears to work mostly on bbPress, whereas the integration work needs to be done on the WordPress side. So if we want to advocate for full integration, maybe we should organize as a community? If you look at the most popular “ideas” for WordPress, full integration isn’t on the list:
https://wordpress.org/extend/ideas/?show=popular
I am probably missing it, but I don’t even see full integration as a submitted idea here:
https://wordpress.org/extend/ideas/search.php?q=bbpress&forums=1
If we could agree as a community on the wording, I’m sure we could all vote it up. We only need 159 votes to get onto the list of Most Popular Ideas. Maybe that would help Sam’s ticket get some developers assigned to it.
I would rather focus our energies there, especially since I don’t believe that our discussions here are going to change the priorities of the WordPress development team (which is what we need to move forward).
Best,
John
December 12, 2008 at 4:02 pm #69656In reply to: bbPress Facebook page
Sam Bauers
ParticipantKevin, the cookie and login integration that works with BB0.9 – WP2.5 also works with BB1.0 – WP2.6 or 2.7. The only issues remaining arise when you login via WordPress instead of bbPress, the simple fix for this is to redirect WordPress logins to bbPress, but I will be building a plugin to make this (and some other things) easier.
The “deep” integration issues where people load WordPress inside bbPress are still outstanding, and as I said may never be resolved and might eventually be unsupported. The XML-RPC functionality being developed is intended as a launching pad for people who need bbPress data inside their WordPress installs, I also expect that there will be some functionality written to get data going in the other direction as well. We are using this already “internally” with the BuddyPress forums component which communicates with bbPress 1.0 to provide group forums and eventually other functionality to that software. There is also already a plugin to pull some basic data from bbPress to WordPress widgets.
I don’t think you should blame Matt for XML-RPC being added either, I think it was mdawaffe who wanted pingbacks and I think I was the person who liked the idea of a complete XML-RPC server enough to actually write it.
Features tend to forge ahead when they have a champion for them and as the only major contributor to the code at the moment that kind of leaves it up to me as to what gets done. There has only been a small amount of thorough and reported testing of deep integration done by users so far who are actually trying to make it happen (see #972). That doesn’t exactly excite me to work on a feature that neither I nor the company I work for particularly need, especially when I already have a low opinion of the technique in the first place. In the same breath though, I understand that others may want it and I’m not actively trying to stop it from happening either. If someone fixed, patched it and put it in Trac, I would commit it with a smiley emoticon and a “props” in capital letters.
So in short, it needs someone to take the lead on it, if you want it done sooner rather than later.
Talking about community discontent by referring to the contents of these forums seems a bit disingenuous. These are support forums which by their nature invite people to announce their problems, all we can tell by it is that some people have problems with the software, sometimes. I’m pretty sure we aren’t getting every user coming through here. It’s not a gauge, and perhaps the dreaded Facebook page will help us find the people who don’t post here a bit more easily, perhaps it is something that can be used to gauge what the community mood is like. If anything it might give me a little comfort to know that a few people out there like what we’re doing here. My development time isn’t a zero sum game, I didn’t steal 30 minutes from my “writing code” time to setup that page. I need to enjoy myself while I work, maybe doing that helped me get through that particular day. At the other end of the tubes is me, a person. Hi. Nice to meet you.
On that personal note it isn’t nice to be blasted for something as cursory as not initiating topics in the forums for two months. I’ve been contributing to bbPress for almost two years now. There have been times when I’ve taken close to the full burden of support here, even before I worked for Automattic. Recently we got two community moderators who are very competent. _ck_ and chrishajer have been outdoing themselves around here. I have taken it a little easier for the past month while I focused on some other tasks.
I’m really only catching up on some of the more recent goings on around here, including your very interesting threads about the overall direction of bbPress. I completely want those conversations to happen, you make good points there too and I like the general direction of what you are saying, even though you make incorrect assumptions about some details. I wish I had been there in real-time to discuss it, but I will try to respond where I can.
Finally, bbPress is important to Automattic at the moment primarily as a tool for it’s own uses. Thus there is little or no promotion of it at this stage. If we gain some traction in the real world one day it might be treated like WordPress, but for now it will basically be whatever the people who contribute to it want it to be, and as usual when resources are limited, those who can write good bug reports or contribute real code will get their needs met first.
December 12, 2008 at 2:06 pm #69978In reply to: forum exporter plugin
Ipstenu (Mika Epstein)
ModeratorYou could probably do it with RSS. If you’re using wordpress, you can do this (I have it as a sidebar widget).
<?php require_once (ABSPATH . WPINC . '/rss-functions.php');
$today = current_time('mysql', 1);
// insert the feed URL here
$rss = @fetch_rss('http://www.domain.com/forums/rss');
if ( isset($rss->items) && 0 != count($rss->items) ) {
// set the number of items from the feed to display (6)
$rss->items = array_slice($rss->items, 0, 5);
foreach ($rss->items as $item ) {
echo '<h1>';
echo wp_specialchars($item['title']);
echo '</h1>';
echo '<p>';
echo wp_specialchars($item['description']);
echo <a href="';
echo wp_filter_kses($item['link']);
echo '">(Read More)</a>';
echo '</p>';
}
}; ?>The main (all posts) RSS feed is: http://www.domain.com/forums/rss
All subsequent forums (fori?) are: http://www.domain.com/forums/rss/<whatever>
Like this subforum would be: https://bbpress.org/forums/rss/forum/plugins
This page would be: https://bbpress.org/forums/rss/topic/forum-exporter-plugin
If you don’t have wordpress, look into MagpieRSS
December 12, 2008 at 1:11 pm #69654In reply to: bbPress Facebook page
kevinjohngallagher
MemberI’m really disappointed in this response actually. _CK_ is without a doubt the person who carries the most weight around here these days given her exceptional and continued support and development.
Whenever we, as a community or an individual, say something that is negative about BBpress it is because we want to make it better. You said yourself in October that Sam wasn’t on the forums much, and as time goes on, mostly because of wordpress moving forward, BBpress has looked more and more stale/abandoned. I appreciate it’s a perception rather than reality, but surely you can see by the response that Sam’s first post in months was met with this reaction, is down to that feeling that’s been growing in the community for months now.
Its not an attack on Sam, as a person, in anyway. It not an attack on BBpress or its code, its people who read one thing (or multiple things) and then find them out to be not true. its people who read new posts daily about “wordpress integration”
“I’m not sure how many more times I can repeat that bbPress is pre-release software.”
We know this, we don’t expect everything to work, we expect bugs, and we’re trying to report them back and be helpful. But we’ve been reporting 1 particular ind crucial bug back for over half a year now, with no info being forthcoming.
“Every part of bbPress is subject to completely change and break overnight”
We get this too. But, um, it broke over half a year ago!
If it broke last night, last week, or last month then yeah i’d get it.
But it broke a long long time ago.
“there are no feature or bug priorities”
Sam said there is (read up).
You said there was last month (about XMLRPC – will find link to post).
“If that bothers anyone, or they feel the need to rant about it, please stop using it asap”
TO Be Honest, that sounds childish in my opinion.
And not what i’d expect _CK_.
“Integration is tricky because it was not a priority for bbPress”
It wasn’t? wow.
Ok, it wasn’t. Can we ask why?
Again, it seems like the most asked about thing on the forum. Not just in terms of how often people ask, or that fact that there is a sticky on it, or that it’s the biggest word on the tag cloud by miles or… (i could go on, but i think we all know the point i’m getting at).
“there is no such thing as a “standard” wordpress install”
Yes there is. Download wordpress. input your database and password. hit install.
Famous 5 min install remember.
There is a standard wordpress install!
“The radical changes to WordPress security in the past year have not helped at all with integration ease”
We get that _CK_, we do, and we totally understand.
But the change happened in WP2.6, then we had 2.6.1, 2.6.2 , 2.6.3 . 2.6.5, and now 2.7.
BBpress / Automattic have had 7 month (minimum) to realise and fix this issue.
I mean, and correct me if i’m massively wrong, but did security change in 2.6, or did it change drastically in every release? If it changed drastically in 2.6, 2.6.1, 2.6.2 , 2.6.3 . 2.6.5, and now 2.7; then yes i can see how that would be a huge issue and a moving target. but if it has stayed the same for 6 months (in all the WP2.6 releases) then frankly, it seems crazy to me that NO-ONE at automatic can be asked how security has changed.
“So weigh your options and either stick with it or move on but please don’t rant against the very people trying to help the project”
We’re not ranting against the people _CK_, there is nothing personal here.
We want to help.
We want to use BBpress, spread the word, fix bugs, make it better.
But with this HUGE issue over our heads, we can’t, and thats what we’re trying to put across.
December 12, 2008 at 9:51 am #69653In reply to: bbPress Facebook page
_ck_
ParticipantI’m not sure how many more times I can repeat that bbPress is pre-release software.
Automattic isn’t making a dime off it, it’s not being promoted, there’s no guaranteed support, all assistance, plugin development is completely voluntary. Every part of bbPress is subject to completely change and break overnight. There is no timetable, there are no feature or bug priorities. Assume you will be on your own.
If that bothers anyone, or they feel the need to rant about it, please stop using it asap and go get SMF – I am completely serious about that. I’ve sent several people about here to vbulletin where money was no object and they could afford it and all the extra hardware it requires when they grow. It has every feature you could possibly want after 10 years of development and all the bloat and price tag to prove it.
If you want forums directly integrated with WordPress and don’t like bbPress, you can go use one of the several discontinued single-developer plugins available for WordPress. They are all slow and buggy and break with every wordpress upgrade, but there you go.
Integration is tricky because it was not a priority for bbPress in the first year or two and there is no such thing as a “standard” wordpress install, everyone has their own weird configuration. The radical changes to WordPress security in the past year have not helped at all with integration ease. Sam is going to try to make integration easier in a future version by creating a plugin for WordPress that assists with the process (in fact a WP integration plugin has now become a requirement because of some recent changes with WordPress).
I suspect bbPress will become much more of a priority for Automattic in 2009 but there’s no guarantee about that of course. So weigh your options and either stick with it or move on but please don’t rant against the very people trying to help the project.
December 12, 2008 at 8:40 am #69919In reply to: bbpress is slow like godaddy says?
_ck_
Participant1.298 - 35 queriesis absolutely horrible actually.However I only get
0.489 - 35 querieson that site which is barely acceptable.It’s probably due to an overloaded shared hosting box.
Let’s review some basics.
First of all, let’s make sure you are using 0.9 and not 1.0
(If you are using 1.0 I can’t really help you much because it’s slower than 0.9 for now and I keep explaining to everyone not to use it but they do anyway)
Performance 101: (for everyone)
1. go into
bb-config.phpand add this line:$bb->load_options = true;2. after you add the above line, queries should be under 20 per page, usually less than 15 – if they are not, then you have a misbehaving plugin (or are running 1.0)
3. if you run your own server or VPS, turn on the mysql cache
4. if you run your own server or VPS, install a PHP opcode cache
(eaccelerator, APC or xcache)
5. if you are on shared hosting ask your host why they don’t use 3 and 4 and if they don’t give you a good answer, get a better host
GoDaddy is up there in like the top 10 for people who dislike their hosts.
Just google the number of people that have trouble with them on wordpress.
But unlike WordPress, bbPress doesn’t have any page cache plugins yet so if your host sucks in the first place, any large php program is not going to perform well.
December 12, 2008 at 3:59 am #69917In reply to: bbpress is slow like godaddy says?
kevinjohngallagher
MemberHi vannak,
If the forum you’re reffering to is the one linked to in your profile, then it seems to be running nicely.
If you like showing off the fact that your server rocks,
1.298 – 35 queries
That said, if you think it’s running slowly the best bet is to do a few things:
1) delete any plugins that you are not using (i know they shouldnt have any effect but always better to be safe than sorry, wordpress 2.6.1 had a similar bug)
2) deactivate plugins one at a time, and see if you notice any difference.
3) use Yslow to see what is taking the time to load from the front-end.
4) try disabling the adverts on the website. they shouldn’t have an effect, but sometimes Flash banners can do that (though they should only slow it down after the page has loaded)
5) Ask godaddy for the server logs and error logs, or ask them exactly what page/script is slow.
BBpress isn’t perfect, but the code is well written and generally very very fast.
December 12, 2008 at 3:36 am #69901In reply to: Getting forum page number
John James Jacoby
KeymasterHmm… This is a tough one, because it involves reverse engineering the query… To the best of what I can tell there isn’t anything in the core of bbPress that delivers this functionality…
Because topics are sorted by date, it would involve a custom query which is then divided by the number of threads you choose to display per page…
@the developers: Do bbPress themes accommodate for a functions.php file, similar to WordPress? This is the type of situation that a plug-in is a little bit much for, but would be perfect for an add on function.
December 12, 2008 at 3:31 am #69975In reply to: when bbp 1.0 release?
John James Jacoby
KeymasterDear Santa,
For Christmas this year I would like bbPress 1.0 with working WordPress integration, and for daddy to find a job.
Love,
Little Johnny
@vannak: How many licks does it take to get to the center of a Tootsie Pop?The world, will never know.
December 11, 2008 at 10:45 pm #69894In reply to: wp27final + 1.02a no “Add new” link
ganzua
MemberPerhaps there is a way.
This guy;
http://www.adityanaik.com/bbpress-and-wordpress-integration/
integrated wp 2.6.3 with bbpress;
meta name="generator" content="WordPress 2.6.3"We are missing something.
-
AuthorSearch Results