Search Results for 'bbpress'
-
Search Results
-
1.0 Alpha checked out March 25, 2007.
I just noticed in my admin panel that there are four normal looking entries in “Recently Moderated” and then the last one just shows this:
Topic title started by .
The source shows this:
<li>Topic titled <a href="http://www.example.com/forum/
topic.php?id&page&replies&view=all"></a> started by <a
href="http://www.example.com/forum/profile.php?id=1"></a>.</li>[edit – I added line breaks there since the code overflow was not displaying]
So, some of it is in the source, but there’s no topic title and there’s no topic starter name (which should be admin based on the id). It’s also missing the topic id, the page id, replies, etc.
Any thoughts?
I did change the name of the Key Master to “Admin” in bb-includes/capabilities.php if that matters.
I am using the following plugins if it matters:
allow-images.php
js_quicktags.js
bb-emoticons.php
notification.php
bb-limit-latest-discussion.php
onlinelist.php
bb-memberlist.php
since-last-visit.php
comment_qt_4_bbpress.php
wordpress-integration.php
Thanks. ( I imagine I can get rid of bb-memberlist since user management seems to be integrated into the admin panel now. )
I’m a new bbPress user. I’m using the forum for some online friends to just hang out and chat. We were doing this on another forum that decided not to host it anymore.
They were using vBulletin, and it had a couple quirks. They limited the number of posts in a thread to 1000. Whenever it would get to that point, they’d close it and start a new one. The reason given was that when they reindexed the database, threads with a large number of posts would cause the indexing to choke.
Should I follow the same procedure wth bbPress?
I just installed bbpress
and I have a feed of my forum in my netvibes page, but it does not seem to ‘refresh’?
My quesiton is: How fast does the netvibes page should ‘notice’ that I posted a new post in my forum? Is there something I should look into? I think it should be ‘noticed’ at once. Right?
Many thanks!
-daniel
Update => It was just published in my netvibes page… that was after like 50 mins!! And I hit ‘refresh’ in the netvibes feed.
Is this normal?
Posts I make to my blog until today showed up thanks to the bbpress post plugin on my forums. Now they’re posting to the forums but closed from the outset so nobody can comment on them.
If I click on ‘close topic’ it changes to ‘open topic’ but remains closed. Click it again, it goes back to ‘close topic’ and, again, stays closed.
Does anyone have a fix, please?
Hi,
Is it possible at all to update a db table when de-activating a plugin?
Some plugins create an own db table and it would be great if this table is deleted when a plugin is deativated. Keeps the db clean
Greetz
Topic: Theme Check
I am working on a few themes for WordPress and BBPress and would very much like to use (and perhaps release) concurrent ones for wordpress and bbpress.
The WordPress example, and what I hope to eventually accomplish can be seen here. It’s kind of simple, I know. I am having a bit of trouble with the BBPress theme of the same styling because it does things so much differently than WordPress.
I am struggling (a bit) with trying to figure out the CSS required, but is there a bit more ‘in-depth’ description of the style sheet and various php files for the basic BBPress theme? I am having trouble getting it to do things the same way as the working theme. As well, is there a way to get the borders of the photographs displayed in posts to change? The graphics used would have to be scalable (corners intact) and be ‘above’ the images photos displayed, and a method for bypassing that feature as well (basically a method of using the same photo to demonstrate the cutouts used).
Thanks muchly.
I’ve been fiddling around inside Ardentfrost’s Private Messaging plugin, which is very cool!
One question I have, though… it seems that when a PM is sent, it ignores the line breaks from the text area so that everything runs together. I suppose you could hard code the paragraph tags in, but most users would never take the time to do that.
This might belong in the discussion on that plugin’s page, but my question is a general one. In the normal BBP post routine, it automatically converts the double line breaks so they show up correctly in the post. How is this done, and is it simple enough that I could add it somewhere in the plugin to make it perform the same way when a new private message is posted?
Thanks!!!
When I click on the RSS-icon in FF browser window, i get these errors:
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
SELECT activity FROM bb_online WHERE user_id=1 LIMIT 1
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
INSERT INTO bb_online (user_id, activity) VALUES (‘1’, ‘2007-03-25 10:56:55’)
***** = BBDB_NAME
Any thoughts on what’s wrong?