Search Results for 'bbpress'
-
Search Results
-
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’ );
?>
Topic: Cannot see the first post
After i install the bbpress i found problem with the post, where i cant see the first post its only display a blank page, kindly help me to analyze this problem.
My url is:
my config is:
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// If your bbPress URL is http://myraffaell.com/itts/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://myraffaell.com’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/itts/’; // Example: ‘/forums/’
// What are you going to call me?
$bb->name = ‘Ruang Diskusi IT TS’;
// This must be set before running the install script.
$bb->admin_email = ‘me@myraffaell.com’;
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = +7;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ‘id’);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘aaf2972bcab9’; // Example: ‘aaf2972bcab9’
Topic: Display latest post from WP
Hi,
I’m setting up a bbpress forum linked to a WP blog. Is there any way I can show the latest posts of the blog in the forums sidebar?
The forums and the blog use the same database, is there any way to get the latest posts from the database. If not, maybe reading the RSS of the blog, using a function like wp_rss() in WP.
Thanks!