Search Results for '+.+default+.+'
-
Search Results
-
I seem to have the Avatar Upload plugin working. Problem is, if someone makes a comment that is, say, one sentence in length, the height of the avatar and the bottom of the same post seem to miss each other, creating an almost ripple effect as the thread continues downward.
Is there a way to make a post a default height, assuming the comments are less than the height of the avatar?
We came up with a hack for email notifications: http://showinabox.tv/forum so people can get an email when someone posts to a thread they are following.
We are using RSS Forward.
But it seems that our bbPress feed updates itself very slowly.
Anyone know how often feeds refresh by default?
Hey guys,
I have a busy bbpress board (http://boards.weddingbee.com) that uses slug-based permalinks. The database has been slow lately, so I started optimizing tonight. While scrolling through the queries in the slow query log, I saw many log entries like this:
SELECT topic_id FROM bb_topics WHERE topic_slug = 'gerbera-daisieswhere-can-i-order-them-wholesale';Let me back up. The default install for both the old school 0.83 and the new 0.91 has URLs like this:
* http://boards.weddingbee.com/topic.php?id=999
However, I set my bbpress to use “slugs”, so that topic redirects to:
* http://boards.weddingbee.com/topic/need-advice-re-florist-mess-up
The problem is that a slug-based URL requires a database query to translate the ‘slug’ (need-advice-re-florist-mess-up) into a topic_id (999). However, the topic_slug field in the bb_topics table is not indexed. in the bbpress database. Thus, the database needs to scan the entire bb_topics table to find the topic_id!
In short, if you want to use slug permalinks, you should go in and index the topic_slug in your database, or your database will be slow once you have lots of topics. You may also want to index tag (in bb_tags) and forum_slug (in bb_forums). I saw a substantial improvement in performance upon adding these indices via phpmyadmin.
Anyone else run into this issue?
-Bob
P.S. In a perfect world, bbpress might automatically index these fields if the keymaster selects “slug” or “name-based” permalinks.
Topic: Gravatar and Karma plugin
1) I need change default gravatar image at forum to my own. Where is the link? i cant find it.
[ RESOLVED – i found it at: bb-icludes/pluggable.php ]
2) i saw Karma/Reputation plugin… but again, i cant find it.
The first two user registrations I’ve had on my new forum are both using @mail.ru email addresses. Experience with other forums tells me these are probably spam registrations. On the SMF forums I admin I block @mail.ru email addresses from being able to register at all. Is there a way to do this in bbPress? Maybe have them default to Inactive or Blocked depending on the email address used?
Topic: Installation Troubles
I am currently installing bbpress in /bbpress/ on my web server. WordPress is already running in the root directory, and I am trying to integrate the two user databases. While the installation process seemed pretty straightforward, I ran into a couple issues fairly quick. First off, my wordpress config file didn’t have a lot of the values that bbPress wanted from it. There was no line for a secret key, and there was no a $table_prefix line but no wp_table_prefix line like bbPress asks for. After getting frustrated and messing around a little bit I tried using the prefix of wp_ to see if maybe that was the wordpress prefix (as the installer said wp_ is default) but all it ended up doing was causing errors and now I can’t even log in to change the setting back since it can’t find the user file. I even tried re-uploading a fresh version of the plugin and the settings stayed the same. What can I do to fix this and integrate with wordpress? Thanks
Fresh install of WP2.5 and BB.9.0.1
Within bbpress admin, i setup the maps to from WP -> BB roles
When creating a new user from the WP admin screen, selecting a role of any selection, it will default to the standard member. (verifying by looking under the bb admin user screen)
My solution was to just change the bb_capabilities meta_value to the desired role level of new seeded users.
I’m working with a local fresh install of bbpress and I can’t activate any plugins. (Whenever I click Activate, it says “Are you sure you want to do this?” and seems to be adding an extra backslash in the URL whenever I click YES). If I manually put the URL to activate into the browser without the extra backslash, bbpress spits out a fatal error and doesn’t activate the plugin. I’ve got bbpress working on my web server with all of the plugins, so it’s a problem with the local installation.
The local server is Apache and my config.php looks like this:
$bb->uri = ‘http://localhost/cindyfish’;
$bb->mod_rewrite = false;
(database is working fine, I can click all links in the forum)
I tried changing the uri to just http://localhost/, but then I can’t access the admin panel.
The only edit I made to the core was to modify:
$activetheme = bb_get_option(‘bb_active_theme’);
to
$activetheme = stripslashes(bb_get_option(‘bb_active_theme’));
as instructed in this post:
http://bbpress.org/forums/topic/theme-not-found-default-theme-applied#post-8889
…so I could get my custom theme recognized.
Any ideas?
EDIT: Actually, I CAN activate plugins if I manually paste the URL into the browser and remove the extra backslashes; it failed on the path to url plugin by nanome (http://bbpress.org/forums/topic/updated-to-desmond-but-theme-not-working/page/2)… would be nice tho to create a hack that could fix this for local installations on Windows
EDIT2: Okay, it also seems that bbpress adds the extra backslash only if the plugins are in individual folders. For plugins that sit just in the my-plugins folder, the local installation can activate them fine. Otherwise they have to be linked manually.
/www.domain.com/ [NC]