Search Results for 'bbpress'
-
Search Results
-
I was thinking about using vBulletin for this but it would be way too complicated, I’d rather have a light weight script I can hack about.
I want to create a forum split into completely seperate sections for each language (maybe 8 different ones). My first question is are sub forums allowed? I’ll presume so and continue. The main way I can think to achieve this is by using ‘parent’ forums with one for each language and then using the sub forum structure within those to create sperate forums using different language.
I also want each language to have it’s own sub domain.
I’ve never used bbPress before but I’m good with php so I’m sure I can figure something out but I’m just looking for feedback. I’m wondering if any other people know of any better solutions for achieving this..
The basic requirements are:
Different sub domain for each language
Seperate forum structure for each language
Global users for every language
Managed by same install
Hi just installed bbPress but i can’t acces the admin area. I’ve installed it and integrated it with a wordpress install using two different databases. Everything seemed fine after the install but i cant access the /bb-admin
– http://www.accord5.com/trellis
I was wondering if anyone has created a successful bridge, integration, or tutorial that allow both scripts to use one user login. Even if this has been done on another helpdesk, i would like to know.
The forums didn’t let me post the link to the helpdesk.
Thank you in advance for answering my questions Smile.
Topic: bbpress slow?
Load times from http://WebWait.com:
http://mamo-net.de/forum.php . Average: 0.81s. Median: 0.78s. StdDev: 0.81s. From 10 calls.
http://bbpress.org/forums/ . Average: 1.61s. Median: 1.48s. StdDev: 1.61s. From 10 calls.
http://vanillaforums.org/discussions . Average: 1.52s. Median: 1.50s. StdDev: 1.52s. From 10 calls.
http://www.phpbb.com/community/?sid=89568ac780250f265a0bbb3bd15579af. Average: 1.75s. Median: 1.68s. StdDev: 1.75s. From 10 calls.
what do you say?
i’ve installed Viscacha and was pretty surprised how fast it was and all important plugins are already preinstalled.
i remember when bbpress was the fastest. Good old times.
How do I change the font size on the left of the Header area which says login, register, lost password etc.? Click on this link http://www.invictatrader.com/bbpress to see the header. I could not find it in the CSS unless I missed something or it was set to default in the core files. I am using the default stock theme “Kakumei”.
Thank you.
http://www.liuso.com/bbpress this is my forum address
I try reupload a new rss.php file again but doesn’t working
# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bbpress/
.htaccess
RewriteRule ^page/([0-9]+)/?$ /bbpress/index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /bbpress/forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ /bbpress/ [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /bbpress/topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ /bbpress/ [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /bbpress/tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /bbpress/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /bbpress/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /bbpress/view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /bbpress/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /bbpress/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /bbpress/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /bbpress/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /bbpress/rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /bbpress/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /bbpress/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /bbpress/rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /bbpress/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /bbpress/rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /bbpress/index.php [L]
</IfModule>
# END bbPress
In a WPMU install with bbpress as a subdirectory where should the file bbpress-integration.php be placed and how should it be activated (sitewide or just for the main blog)? As it stands now I followed the instructions and placed it in wp-content/plugins folder and activated it but it can be seen and activated by all other users in their respective dashboards. That doesn’t seem right/safe.
Thanks