Search Results for 'test'
-
Search Results
-
Topic: Left SideBar – Right Sidebar
Since the latest Trunk changes (Changeset 8069) in WordPress Core, the bbPress Login (if shared with WordPress) is not working anymore.
I think its because of the logged_in cookie, isn`t it?
I know, trunk.. but 2.5.x will sure come soon
Have a nice day
Chris
After upgrading to the latest engine (0.9.0.2) it logs out automatically I close the browser.
So I have to type my name and password each time I visit my forum.
How can I make it to remember me?
With a previous version it remembered me, and did not ask to log in each time I closed and opened the browser window.
I just installed bb press at dailytestimony.net/forums with the latest stable version of WPMU in the root directory. When I goto a page such as dailytestimony.net/forums/profile/user I get the main blogs 404 error page. Do I need something in a .htaccess file or something?
EDIT: I get it with trying to view forums too, I am using name based permalinks.
EDIT2: Ok it seems the answer is simple I just needed to RTD (Read The Documentation), Options +MultiViews
<rant>IDK why they just couldn’t distribute a .htaccess file with that line with bbpress. Save people the trouble because they mention it in the documentation here but at the verry least it should like to the documentation where you set permalink options. </rant>
Hey everyone,
I’m trying to do 3 things.
1. I want posts inactive longer then a set time to not be propagated to the Latest Discussions on the forum Index.
2. I want hidden private forums to not show up on the Latest Discussion list unless they would normally be allowed to see it.
3. I want the forum name to show up in another column in the Latest Discussion list.
I’m using the Private Forums plug-in, and Latest Discussion is only visible on my site from bbpress/index.
For 1. I found a plug-in but it’s no longer supported and I couldn’t clean up the Syntax error myself.
For 2 I can find nothing.
For 3 using another forum post I’ve already edited my templates to include the extra column and I almost see how to do it myself, but I can’t see where to get the name of the forum from the topic.
As always, thank you for whatever help you can offer.
Topic: New Theme: Genealogías
URL: http://alumnos.dcc.uchile.cl/~egraells/proyectos/plugins-para-bbpress/
Test Installation: http://www.ryuuko.cl/bbpress
Includes readme.txt with examples. It supports english and spanish (es_ES).
Hope you like it
Suggestions, bug reports, comments and feedback in general are welcomed
Topic: A bit of advice needed
Hi there,
I started development on a wordpress + bbpress site quite a while back. Development stalled and I’m only coming back to it now.
I had integrated wp + bbp fairly successfully but I have a feeling upgrading to WP2.5.1 might have broken a lot of that cross compatibility.
The bbpress installed version is 0.8.3.1, but essentially it’s an empty forum (a couple of test posts from myself).
Regarding upgrading to the latest version, I get a feeling I might almost be better off completely wiping the original forum version and starting again – I might run into less problems? I had a look through the trac but couldn’t really work out how much substantial change there has been between current and my older version.
Any suggestions?
Is uninstalling and reinstalling reasonably easy?
Well I didn’t break it, I think…
I’m currently using the latest version Support-Forums plugin (3.0.4), and the latest BBpress (0.9.0.2)
On the front page, most topics displays fine, with the status bubble ahead of the topic title, but for certain topics I get this error… this error code replaces where the color bubble would have been.
Warning: sprintf() [function.sprintf]: Too few arguments in /home/blog/public_html/forums/my-plugins/pb–support-forum/support-forum.php on line 657
help would be much appreciated, thanks!
Topic: PinoyWebStartup.com
WP and BbPress integration…
WP: http://www.pinoywebstartup.com/
BbPress: http://www.pinoywebstartup.com/forum/
i used external stylesheet, images, scripts for both wp & bbp…
use php include for the sidebar on the bbpress…
will put the latest discussion on the homepage soon…
and maybe post a tutorial about it… feel free to subscribe on the feed… there are some interesting insights about web startup even if you’re not from around
Hello, I’m trying to get this fully realized. At the moment I’ve just been hacking away at the Kakumei front-page.php but with limited results.
So far it just pulls up the latest topics with no regard to what forum they are in. I’ve found template functions for the topic title, topic link, number of posts, last poster, and time, but other than defining the id manually I haven’t figured out how to get the last post of a topic to display automatically.
I think I could manage to pull this information out of the database with some basic SQL queries, but I’d rather use what’s available than write some shoddy code of my own.
Any help is appreciated.