Search Results for 'code'
-
Search Results
-
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?
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
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!!!
Currently i’m trying to develop something using wordpress & bbpress.
Everything flows pretty good when talking on functionality and the rest of features, but there is a problem.
Actually 2 problems. First I already posted here: http://bbpress.org/forums/topic/867
And now the second one:
The final release has to be in another language but english. It’s true, I found no troubles translating bbpress in my language and the rest of updated wordpress. But after what I’ve integrated both of api’s: the wordpress and bbpress; this resulted in the following error:
Fatal error: Cannot redeclare class streamreader in /var/www/pm/forum/bb-includes/streams.php on line 26
I suppose it’s because of the translations, cause when I did not defined BBLANG, everything worked well.
After a bit I thought, that a solution for my problem can be joining both of the bbpress and wordpress translation .mo’s and defining just WPLANG for my language settings. That worked, but I dont see this as a pretty simple and accessible solution for everybody!
I would be glad getting some help on that, If there is any other more easier solution, that would be cool.