Search Results for 'bbpress'
-
Search Results
-
Alright I’m wondering if someone is willing to do me an extra-special favor and write a plugin that puts a little drop-down box at the top of your bbPress installation allowing people to choose a different theme. I’m interested in allowing people to demo out all the themes available for bbPress over at Pro Forums.
Accidentally put this in install, can someone move it to plugins?
Topic: Askimet, do we all have it?
Well do we? We bbPress users? Do we all have a key hidden in our forum installation? If not, why not? Why not bake this with the bread?
And if not? Do we get an admin option to insert one, nice and izi?
Thx
I get this message on any bbPress forum I register for. I register, I get the email with my password, I log in, then, after I log in, I get this message in the body of the page:
You’re already logged in, why do you need to register?
Why is that? Shouldn’t it redirect to the front page of the forum or something? Seems silly to tell the user he did something wrong after all he did was log in.
Topic: Plugin: bbCode for bbPress
I’ve seen lots of posts requesting this functionality, but couldn’t find any plugins. Well I’ve had a go at porting Jeff Moore wordpress plugin, not all bbcode tags work as the markup isn’t allowed by default within bbpress, but it’s a start !
Topic: Creating a community…….
Hello everyone,
Sorry for being so clueless about community buildling. But have some very simple basic questions, which will give you the idea of just how much I don’t know. and how new I am to this.

I want to create a unique online community. One that I have not found online yet. Although it sounds very familiar like all the others. It has several unique ideas that I feel will give it some strength to create a momentum and grow into a very popular community.
First question am I at a good starting place with bbpress.org to create an online community? Am I still in the right starting place if my community needs the capability to upload and manage/organize photos? I want the community to be very user controled. Meaning I would like the members to have allot of control over their profiles. Template, colour schemes etc…
I would also like this community to become very friendly for advertisers. Not that I will be seeking any company that wants to advertise, as the advertising will have to remain true to the mission of the website. And advertising I don’t expect to worry about anytime soon. My main focus is getting the community started. Does bbpress.org sound like a good starting place?
Thanks for your time.
Kevin
Is anyone working on a post preview plugin? I saw this thread http://bbpress.org/forums/topic/367 but it was in reference to other things and the post preview just happened to be mentioned in there. I didn’t see anything in trac or in the plugin repository.
I know you can submit and edit after the fact, but the preview keeps people from seeing your unedited post. Any plans for this functionality?
Topic: installation problem 0.8
hello,
i changed config.php, i sent all doc. for my server and start bb-admin/install.php but i didnt see any thing ,it doesn t start to install.what is the problem i don t understand.
*sorry for my bad english
config.php ;
// Tek veritabanına birden fazla veritabanı kuracaksanız tablo önekini değiştirin.
$bb_table_prefix = ‘bb_’; // Sadece sayı, harf!
// Eğer bbPress URL’niz http://bbpress.example.com/forums/ şeklindeyse, örnekler doğru olacak.
// Buradaki değerleri kendi alan adınıza ve bbPress dizininize göre ayarlayın.
// Sadece alan adı; dizin veya yol olmasın. Adresin sonunda ‘/’ olmamalı.
$bb->domain = ‘http://forum.webbilgisi.com’; // Örnek: ‘http://bbpress.example.com’
// Hem başta hem de sonda ‘/’ işareti olmalı. Forum alt dizinde değilse, kök dizindeyse ‘/’ olarak bırakın.
$bb->path = ‘/’; // Örnek: ‘/forum/’
// Forumun ismi ne olsun?
$bb->name = ‘Webbilgisi Forumları’;
// Kurulum yapmadan önce yönetici e-posta adresini ayarlamalısınız.
$bb->admin_email = ‘webbilgisi@webbilgisi.com’;
// Düzenli ve göze hoş gelen kalıcı bağlantıları kullanmak istiyorsanız bu değer true olmalı.
$bb->mod_rewrite = false;
// Her sayfada gösterilecek konu sayısı.
$bb->page_topics = 30;
// Kullanıcıların mesajlarını düzenlemeleri için izin verilen süre; dakika cinsinden.
$bb->edit_lock = 60;
// Zaman diliminiz. Örnek: Türkiye için +2 olarak ayarlı olabilir.
$bb->gmt_offset = +2;
// Bu değeri değiştirmenize gerek yok! Zaten Türkçe’ye ayarlı.
// bb-includes/languages dizini altında tr_TR.mo dosyasının bulunduğundan emin olun.
define(‘BBLANG’, ‘tr_TR’);
// Akismet Anahtarınız. bbPress’i çalıştırmak için bir anahtara ihtiyacınız yok.
// Fakat istenmeyen (spam) mesajların Akismet ile önlenmesini istiyorsanız bir anahtarınız olmalı.
// Akismet anahtarı almak için http://wordpress.com/api-keys/ adresine bakın.
$bb->akismet_key = ”; // Örnek: ‘0123456789ab’
// bbPress forumunuzu WordPress blogunuzla entegre edecekseniz aşağıdaki değerleri ayarlamalısınız.
// Entegre etmeyecekseniz, bundan sonra düzenleme yapmayın.
$bb->wp_table_prefix = ”; // WordPress tablo önekiniz. Örnek: ‘wp_’;
$bb->wp_home = ”; // WordPress – Tercihler->Genel: Blog adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com’
$bb->wp_siteurl = ”; // WordPress – Tercihler->Genel: WordPress adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com’
/* Düzenleme sonu */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>