Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Images to a Post Without Tags?

Published on November 10th, 2008 by

Has anyone come across a plugin that allows users to post images without having to use html tags? Something more simple that allows a user to link to an image and have it display in their post.

I have a feeling not all of my users are web savvy enough to know how to properly use html tags.

Thanks!

Installation procedure, can’t understand clearly…

Published on November 10th, 2008 by

This is the installation procedure right?

Quick Instructions

1. Download bbPress from the download page

2. Upload the uncompressed files your server

3. Optionally upload language files to bb-includes/languages/ – You will have to create this directory

4. Visit the intended URL of the bbPress site

5. You will be greeted with the bbPress installer

6. Follow the instructions in the installer

7. Visit “Settings” in the admin area to customise your installation

8. If you have any questions, ask in the forums

In procedure number 3, i cant understand this step. I don’t know where i would got to, to initialize this step. And where is the language files? And where I can find the URL you talking about in Step no. 4? Sorry for too many questions, I’m a newbie here in wordpress. Waiting for a immediate reply.

Fixing WordPress-integrated users without membership

Published on November 10th, 2008 by Jeff Waugh

Here’s a quick tip for anyone running an integrated WP+BB setup…

Sometimes you’ll find users who haven’t been properly mapped into bbPress roles, so here is a quick MySQL statement to make them all members:

insert into wp_usermeta (user_id, meta_key, meta_value) select user_id, 'bb_capabilities' as meta_key, 'a:1:{s:6:"member";b:1;}' as meta_value from wp_usermeta where user_id not in (select user_id from wp_usermeta where meta_key = 'bb_capabilities') group by user_id;

(It adds a bb_capabilities record to the wp_usermeta table for each user who doesn’t have one. Thus, broken accounts become members. Yay!)

Have fun. :-)

BBpress not loading

Published on November 9th, 2008 by

I finished my install, but when I try to go to the site, it flashes between the following two like seven times:

http://planetariandub.com/forums/

http://planetariandub.com/forums/bb-admin/install.php

And then the browser says it can’t open the page???

visit bbpress in root dir; store it elsewhere

Published on November 9th, 2008 by

I’d like my forum address to be my root domain URL: zarathud.org/

So long as bbpress’ “subdirectories” such as “zarathud.org/topic/” don’t conflict with other, real directories (such as “zarathud.org/blogs/”), I figure that should work alright.

However, I don’t want to dump all the bbpress files in my root directory. I’d rather keep them in a resource folder. I can do this with wordpress by putting an edited wordpress index.php file in the home dir. (I just edit the page’s require function to point to the correct location) Unfortunately, this didn’t work for bbpress.

I imagine I’m not the only one doing this; what’s the working solution, please?

(bbpress 0.9.0.2 )

Replace comment system with forum posts

Published on November 9th, 2008 by Micheal Benedict Arul

Hey,

I have tried bbSync to replace my wordpress comment system with forum posts, but it doesn`t seem to work with wp 2.6.3 + bbpress 1.0a2.

I wanna redirect my users to my forum instead of the comments section

Is there any other way to do it ?

after wp integration, still looks for bbpress tables ..?

Published on November 9th, 2008 by bizref

Hi,

I don’t know what I’m doing, really, but I followed the instructions to integrate bbpress with wp; they are on 2 separate databases, so I did the advanced config option …

After updating the settings I was logged out, and when I attempted to log back in as my bbpress info, I got the below error … I am also not able to login using my wp admin login, I got the same error but with that login name instead.

Any thoughts? Please provide as specific instructions as possible :-) Many thanks

bbPress database error: [Table ‘bizref_bbpress.wp_users’ doesn’t exist]

SELECT ID FROM wp_users WHERE user_login = ‘allaboutdarien’

bbPress database error: [Table ‘bizref_bbpress.wp_users’ doesn’t exist]

SELECT * FROM wp_users WHERE user_login = ‘allaboutdarien’

How to allow apt: links?

Published on November 8th, 2008 by

Hi,

How can I make bbpress allow apturl (https://wiki.ubuntu.com/AptUrl) links?

For example, this doesn’t generate the proper link:

http://pastebin.com/m6e2158be (had to pastebin as bbpress converts)

spanish proyect

Published on November 7th, 2008 by

www.weblogers.net es un proyecto en español desarrollado con bb press

y buscamos colaboradores y moderadores de distintas lenguas.

unete a nosotros, y participa… español , english japanese ,chinese etcc

Latest Discussions ADD NEW link problem if not logged

Published on November 7th, 2008 by

Hi,

bbpres 0.9.0.2

Im exhausted looking for a solution so i post, after a clean install in hostgator, when I click on Latest Discussions ADD NEW link, while not logged, I get a link similar as:

http://www.domain.com/forum/bb-login.php?re=http%3A%2F%2Fwww.domain.com%2Fforum%2F%3Fnew%3D1

and after clicking on it: I got a WordPress 404 not found page.

I have tried adding and .htaccess in my bbpress directory with Options +MultiViews

I have turned off-on pretty permalinks,

I have installed a wordpress 404 fixer plugin,

But nothing works,

Only if is logged a user the ADD NEW link works.

Please helpme I am on a deadline weekend.

best regards

monica

Skip to toolbar