Search Results for '\"wordpress\'
-
Search Results
-
Topic: .htaccess/Cookie woes!
I am currently having a problem where when I log in to wordpress (or bbpress) at url:myurl.com, then click a link that is directed to http://www.myurl.com, then I am no longer logged in. (Cookie issues). I am trying to figure out how to define either *.babyquestions101.com (preferably), or if that won’t work then babyquestions101.com AND http://www.babyquestions101.com.
Give it a shot here:
and the forum is here:
http://babyquestions101.com/forum/
PLEASE CREATE ANY ACCOUNTS WITH THE WORD “TEST” AND ANOTHER WORD/NAME IN THE ACCOUNT NAME, unless of course you intend on keeping the account.
UPDATE:
My wordpress options blog url (in the wordpress admin panel) is listed WITH the “www” in front of the domain.. I am digging into mod_rewrite directives, but to be honest, I’m not really grasping it. Right when I think I have it figured out, it throws me. I have been able to get requests going to http://babyquestions101.com to redirect to http://www.babyquestions101.com/ using mod_rewrite in the .htaccess files. However, when I try it out in the forums, (http://babyquestions101.com/forum/) it just resolves at that address, and doesn’t insert the www. Any ideas?
I have installed the latest version of bbPress in a sub-directory of my blog ../bb
Links for template pages generally work and so does the link to the admin and presentation, plugins etc.
But the links to Add Topic, Forums etc all just take me back to the blog home page. Is this something to with WordPress Integration which I have somehow messed up?
Any help much appreciated
Hello,
I need to add a custom page to my forum that acts like any other page, but with custom content I have added. It’s actually going to be a “Contest Status” page, where users can check to see if they have completed the steps necessary to enter the contest, and once they have to track the contest’s progress. I know how to create a custom page in wordpress that just points to:
http://www.myurl.com/chosen-page-name
but I can’t quite wrap my brain around this in bbpress. I want the most elegant, simplest, and most unobtrusive solution I can find. I would love the page to resolve to:
http://www.myurl.com/forum/contest
Is this functionality built in? Is it plugin-able? (I’ve never built a plugin). Is there a simple workaround?
Any tips or information is greatly appreciated.
Hi,
Mod rewrite rules set up for bbPress are OK and are better then the ones WordPress uses. However some tweaking can be done to make things better.
I’ve tried to put up together a permalinks plugin. I think that I am half way done but I need some help finishing things up.
The plugin can be downloaded from:
You can take a look to my test site:
http://www.dfur.com (the template is not finished)
The forum link was changed from:
http://www.example.com/forum/forum_id
to
http://www.example.com/forum_name
The topic link was changed from:
http://www.example.com/topic/topic_id
to
http://www.example.com/forum/topic_id
I need help with creating the pagination mod_rewrite rules (page_2 ). Please let me know if anyone can help with setting up new pagination mod_rewrite rules for this page:
http://www.dfur.com/designer_furniture/topic5
Thank you,
Mircea Piturca and Paun Narcis Iulian.
Topic: Cannot select DB. at Install
I uploaded everything then went to install, just to be faced by “Cannot select DB.”
I had a look around these forums but can’t seem to find anything to get it working. WordPress is working fine from the same database.
Thanks in advance for any help
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: 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’ );
?>