Published on June 21st, 2007 by
Hi, I am trying to install bbpress for the time. The installation process seems to be working fine but when I use the forum it is not working correctly. I can not access my profile, and when I write a new post I am taken to Apaches 404-page.
Trying to access my profile at the url http://ip/~xxx/xxx/bbpress/profile/1:
The requested URL /~xxx/xxx/bbpress/profile/1 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I also get the same message after posting, but when I return to the forum the new post is created. So I guess the database is working at least.
The URL in the error message is shorter then the real URL. Currently I use http://ip/~xxx/xxx/bbpress/ but the error message the ip is not shown.
I am using the ip while waiting for som DNS stuff with the domain. Can that be the problem, using ip/~ ? Or do you think it might be something else? I am clueless, but the is not so strange since I am a newbie here.
Published on June 21st, 2007 by aleck
I have translated (mostly) .pot file from 0.8.1 version to Serbian Latin (utf-
.
Download from: www.aplus.co.yu/deliver/
There are some phrases that are not translated as I was not sure where are they used. I’m using this on my vine forum and will refine it there, during use.
I noticed that .pot file is not complete, as some phrases are outdated or wrong (ex: “…is proudly powered…” is not the same phrase as in the theme), but it’s fine, most of the time.
Hopefully developers will update the .pot file in the trunk.
Published on June 21st, 2007 by aleck
http://vino.aplus.co.yu/forum/
Serbian forum for vine lovers and small vineyard owners.
Work in progress, theme is based on Mysty (which is largely based on default theme), but it should be more and more customized, when I find time.
Published on June 21st, 2007 by
Your registration as was successful. Within a few minutes you should receive an email with your password.
Now I’m not picky but the first two users that signed up pointed out that there is a typo in the mail sent to new users…
as was successful ???
and where in the code can I modify this?
Thanks
Published on June 21st, 2007 by
I have created my-templates in the bbpress directory and copied the kukumei directory from bb-templates under a new name so I can tinker with it. However the admin menu/dashboard does not have a presentation menu anywhere in it! What am I missing? Using latest version of bbpress, 0.8.2.1
Published on June 21st, 2007 by
Hi,
In order to fight Spam and also useless for my forum users, I’d like to remove the Website field in the Profile Information page, how can I do that? Comment out certain lines in a php file?
Thanks,
Gene
Published on June 21st, 2007 by
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘http://www.lagca.com/bbpress’); // The name of the database
I’m not sure what to put in here.
For reference,
our website is www.lagca.com
the blog will be located at www.lagca.com/forums
the folder is in www.lagca.com/bbpress
Help!
Published on June 20th, 2007 by rosebud
Discussion forums for Dodecá, a foundation that carries forward a Cultural Center and a Film School. Its ativities are all somehow related to cinema (of quality).
http://dodeca.org.uy/foro/
ps: it is in Spanish… and my apologies for also posting in the sticky one.
Published on June 20th, 2007 by marky
I’ve noticed when multiple topics share the same topic name, the slug gets modified a little strangely. For example, if I have four topics named “Test” the slugs would be:
- www.example.com/topic/test
- www.example.com/topic/test-1-2
- www.example.com/topic/test-1-2-3
- www.example.com/topic/test-1-2-3-4
- And so forth…
I’d imagine by the 50th topic, the URL would become quite unwieldy. Surely only the last slug number is necessary. Is there any way to fix this? Since these are supposed to be permalinks, it’s somewhat urgent.
Published on June 20th, 2007 by
The user count in Admin Users shows the total number of users that have ever been created, rather than the total number of registered users. (I guess it uses the index of the users table rather than a row count). It would be more useful if the actual number of registered users was reported. (so deleted users aren’t included )