Search Results for 'test'
-
Search Results
-
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.
Topic: Gravatar Disable Issue
I’ve searched the forum, but I couldn’t find the answer to my problem. I was testing bbPress’ Gravatar function and after being unsatisfied with the outcome I clicked the ‘Show Avatars’ box so the little ‘v’ sign would dissappear. But when I click on the “Update Settings” button the feature stays enabled. In short: I can’t disable the “Show Avatar” thingy.
I use a custom theme (heavily a modified Kakumei) and some custom plugins. The forum is new, so it doesn’t have activity, all our users are still using the Vanilla forum we had.
I didn’t hack any core files, all “non standard things” are donde via custom plugins.
Plugins i use:
– My own “Ajustes” (for sidebar, footer and navigation menu content, profile content, and some html tags).
– MD5 Insecurity (will be deactivated soon).
– Private Messaging Extended
– A custom Quicktags (ported from Vanilla)
– Ajaxed Quote
– Simple Online List (i also modified a lot this plugin, because it never worked for me ….).
– Unread Topics. I also modified this one, it was doing too many queries. I added some indices and reduced the overhead.
– User Photo. I ported the User Photo WP plugin.
– Human Test.
Also i indirectly use:
– Gaming Codes: each user can enter his gaming codes. They’re displayed on the user profile.
– Aleph: this plugin creates user lists (among other things). So i use it inside WP like a “member list”. The beauty is that i can easily create different user lists, so i created a list for each gaming code (in other words, users can see which users have a certain gamer code).
As i said, the theme is a heavily modified Kakumei. I replaced all topics/forum loops with my own, trying to mimick the Vanilla look. Also the css is based on the Tarski theme for WordPress. In fact, i import it directly from the WP installation.
For the forum/topic icons, i created a custom plugin which printed the css based on the slug of each forum, and then i added the resulting code to the style.css. I still have to create a lot of icons, those are temporary.
I hope you like my forums and if you have any questions or would like a plugin/theme release, just ask :p
As i did with Private Messaging, i needed this functionality in the Quote plugin. So here it is if anyone is interested.
Features:
– The plugin uses nonces and removes the paragraph tags added by the pre_post filters.
– The JS library used is SACK. I just copied it from a WP installation.
– When you click on the Quote link, the post content is added in the reply form. You can click quote on another post to quote it too .
I tested it on Firefox and works ok in my test install of bbPress.