Forum Replies Created
-
In reply to: bbPress loading slower than site.
johnhiler, I think that’s the plugin I meant to link to. I don’t even know what mini-stats does! (I see you rated the plugin; can you describe what it does?)
Thanks for posting the link to bb-benchmark.
In reply to: hooking a function makes mysql query to return emptyCan you post your code?
In reply to: Adding a sidebar to a theme.You can check this:
https://bbpress.org/forums/topic/best-practices-for-adding-a-sidebar-to-bbpress
or browse the sidebar tag:
In reply to: bbPress loading slower than site.And a plugin or extension is probably not going to make your site any faster. There are no plugins I know of that will speed up bbPress. I think you first want to establish a baseline for the performance of the site, then you can fix the easy things first and move on from there.
In reply to: bbPress loading slower than site.I think you first need to determine how long bbPress is actually taking to generate a page, and how long it takes to generate the other pages on the site. You can start with _ck_’s mini-stats plugin for bbPress.
https://bbpress.org/plugins/topic/mini-stats/
[edit: see johnhiler’s link below to the bb-benchmark plugin]
And, on the other part of your site, what is running that? Is it WordPress or just static HTML? If it’s WordPress, you can get a plugin as well to point out performance bottlenecks.
Regardless of what type of software a site (your site) is running, there are lots of tools you can run in your browser to find performance bottlenecks.
Firefox (you need that to run most of these add-ons)
Firebug (all around awesome tool)
There are tons and tons of performance add-ons for Firefox but these will get the job done.
Also, what host are you on, and can you post the URL here so others may see the performance first hand?
In reply to: Issues installing?Looks like you figured it out. How did you resolve the problem?
In reply to: Plugin to display photos and htmlYou can also explicitly set the link text like this as well, by coding the full anchor link:
To achieve that, I typed this:
<a href="http://google.com/">GO TO GOOGLE</a>
In reply to: Plugin to display photos and htmlQuickD – if you type a URL, bbPress automatically converts that to a clickable link. I will type just www.google.com and below it will be a link to google with the text
http://www.google.com
It’s actually harder to have bbPress NOT make links out of URLs.
In reply to: WordPress comment on post redirects to bbpress forumWhy not just use the threaded comments that are built in to WordPress? Is there something you don’t like a the WordPress commenting system? If so, maybe there’s a plugin out there to change it.
In reply to: error [function.parse-url]Is this related:
https://bbpress.org/forums/topic/10-alpha-2-parse-url-error#post-19873
What version did you install?
In reply to: Help!If you uploaded into a folder called talk in the root of that domain, the forum should be accessible here:
http://www.moldovavision.org/talk/
But it’s not.
So, you will need to find out where you put that directory. Is it possible it’s not where you think it is? Can you list the directories in your web space and post that list here? It might become apparent then.
In reply to: tinymce showing two textareasPost a link to your forum please?
In reply to: Google AnalyticsIn general, javascripts like that should go at the end of the page, not in the head. No reason to load that first.
http://analytics.blogspot.com/2009/03/back-to-basics-install-your-tracking.html#oemp
Put it before the </body> tag in footer.php
In reply to: Changing Key Master name.Do you mean changing the user name, or the Keymaster title? There’s no easy way to change the user name. Just make a new user with the name you want, then promote them to keymaster, then log out, log in as the new user name, and delete the old keymaster if you want.
Changing the title of keymaster is easily done if you log in and edit your profile. There is a field called ‘custom title’ where you can set this to anything.
In reply to: Members OnlyInvTrdr, you will find most of the functionality you want to add is available as a plugin. Check here:
In reply to: Adding Images to a Topic.https://bbpress.org/plugins/topic/allow-images/page/4/
There was a problem with it working with 1.0 though. I thought someone posted a fix in the comments.
In reply to: Adding themes to bbPress.Do not upload to bb-templates of bb-plugins. Make two new folders, if they’re not already there, called my-templates and my-plugins, and put your unzipped templates and plugins in those folders. There is no upload in the admin for themes or plugins, like there is with WordPress.
bbPress for a while was coming with those two folders, empty, but with the wrong permissions. Follow the link from ashfame to see how to fix the permissions issue.
In reply to: Link to Home Page.If you browse the sidebar tag here, you will find people who’ve added a sidebar. You can do it in your template files.
https://bbpress.org/forums/tags/sidebar
If you just want a link up top in your header, to the website home page, just add it, wherever you want, in your template’s header.php.
In reply to: Google AnalyticsJust paste the Analytics code in your template’s footer.php.
In reply to: Installation: Fatal ErrorI just checked out 1.0.2 via svn and I see backpress is included as an external:
Fetching external item into 'bb-includes/backpress/pomo'
A bb-includes/backpress/pomo/mo.php
A bb-includes/backpress/pomo/sample
A bb-includes/backpress/pomo/sample/app.php
A bb-includes/backpress/pomo/sample/languages
A bb-includes/backpress/pomo/sample/languages/app.pot
A bb-includes/backpress/pomo/sample/languages/bg.mo
A bb-includes/backpress/pomo/sample/languages/app-side.pot
A bb-includes/backpress/pomo/sample/languages/bg-side.mo
A bb-includes/backpress/pomo/sample/languages/bg.po
A bb-includes/backpress/pomo/sample/languages/bg-side.po
A bb-includes/backpress/pomo/po.php
A bb-includes/backpress/pomo/streams.php
A bb-includes/backpress/pomo/entry.php
A bb-includes/backpress/pomo/translations.php
Checked out external at revision 191.It’s actually included in the packaged download here too:
https://bbpress.org/latest.zip
https://bbpress.org/latest.tar.gz
I don’t think using trac to grab the source is the same as actually downloading the package. Maybe that was the problem?
In reply to: Installation: Fatal ErrorInteresting. I recall a while back that backpress had to be added manually, but I thought that was resolved. backpress has it’s own trac:
http://backpress.automattic.com/browser/tags
Maybe you can grab it from there and create a backpress directory in bb-includes and put the files there? Maybe an svn:external failed? It’s a weird error that I have not seen before, at least not since the alpha versions of 1.0.
In reply to: DB Error: cannot select*what* is the error message you’re receiving?
In reply to: Installation: Fatal ErrorThat very simple error means that the file is not there, or maybe it’s there but has wrong permissions.
Is this file present:
'/XXXXX/StealthEmployed/forum/bb-includes/backpress/class.bp-log.php
If not, FTP the files up there again maybe one was missed. I don’t think it has anything to do with WordPress because it’s bb-settings.php complaining about a missing bbPress file.
In reply to: Number of Topics on BBpress.orgSam was notified a while ago about the problem. I’m betting there are more important things to worry about.
In reply to: threaded forum ?There was a plugin to allow for a threaded forum. It’s almost a year old though: