Search Results for 'code'
-
Search Results
-
I’m not sure why, or what’s going on, maybe I missed something..
But, when trying to mark a thread [Resolved] in here, it doesn’t seem to show up as [Resolved].. like it does on the WordPress.org forums..?
Is this supposed to happen, or.. ?
spencerp
Topic: bbpress and 2.1 alpha3
I know this might sound, or, be a stupid question, but.. it’s safe to install bbpress right along beside 2.1 alpha3 right? If so, great! If not, is there anything I should know ahead of time?
I just upgraded my main blog to 2.1 alpha3 a few hours ago, and wouldn’t mind meshing the two together. So, lay it on me peoples! I’m ready..
spencerp
Topic: Trouble posting
I have a rather strange problem. When I click the “Send Post”-button I get a 302 Found, with the following message:
The document has moved
- here
.
The link points to bb-post.php. When I click the link I get the following message:
You need to actually submit some content!
My .htaccess file that was generated from rewrite-rules.php is placed in the root of the bbpress-installation looks like this:
RewriteEngine On
RewriteBase /bbpress/
RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id=$1 [L,QSA]
RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id=$1 [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/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id=$1 [L,QSA]
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view=$1 [L,QSA]
RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]
RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile=$1 [L,QSA]
The $bb->mod_rewrite is set to true.
The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.
My webhost is one.com.
Has anyone else experienced this fenomenon?
Topic: My simple theme.
Simple theme with the posibility to put ads on the right and left
On the bottom of my register.php page I have an error and it doesn’t have all the information needed for my registration form. The error is:
bb_get_user needs a numeric ID
Check it out at:
http://blog.trentadams.ca/forum/register.php
I cannot register users without it, so I guess I better fix it!
Thanks in advance,
Trent
There’s a sub-forums ticket open at the moment, assigned to Matt, and I thought have have a quick think-aloud to see how feasible this idea is…
I think the combination of forums, sub forums and tags encodes too much structure into the application and the db; I can see another (possibly more flexible) way of delivering the same capabilities, which involves three steps:
1. Add descriptions to tags, so they can behave like forums.
2. Remove the old forums altogether and instead allow tags to be sticky – sticky tags then go on the front page, with their descriptions, like forums.
3. Avoid the restrictive tree structure of forums and sub-forums by using a graph – i.e. in the same way that any post can be linked to any tag, any tag should also be able to be linked to any tag.
The net result would be the same operation for the user, but more more potential for adaptive content structure and semantically rich navigation by, for example, seeing related articles from “nearby” tags.
There’s probably other advantages, and maybe caveats that I’ve not seen…
Topic: Nice work!
I just finished installing bbPress for the first time, and I like it very much. I just wanted to say great job!
It was very easy to customize the template to match my custom WordPress theme.
If you would like to check it out, it is at http://www.dagondesign.com/forum/