Forum Replies Created
-
In reply to: Toggle Forums
Ok, they’re using prototype and the toggle function. That’s what you would need to use to get that look.
http://ajax.googleapis.com/ajax/libs/prototype/1.6/prototype.js
The element you would target is already there in the output,
.bb-category
.In reply to: Add nofollow to linksjcrens8392, if you would like this included in future versions, please open a ticket at trac: http://trac.bbpress.org – you can log in there with a wordpress.org username and password.
In reply to: Sub- Forums Topics Count Not DisplayedThis is a pretty common complaint. They’re not included there by design.
https://bbpress.org/forums/topic/subforum-posts-not-attributed-to-parent-forum-on-main-page
In reply to: deep integration = blank screenI just tried including wp-load.php from another WordPress site on the same server, like this, and it worked just fine:
require_once('../../dev/wp-load.php');
Maybe our PHP or server configurations are different. But this worked fine and did not error out. I also tried just including a test.php file that I created in the same directory (the file is empty) and that works fine too. PHP doesn’t care what’s in that file (or if there is even anything in there at all), so long as there is no syntax error.
In reply to: deep integration = blank screenCan you try to
require_once
some other random file in the same directory as wp-load.php? Just create a file called test.php in the directory as wp-load.php and try requiring that without requiring the wp-load.php. If it does not error out, then you probably have the path right and the system is configured to allow this type of file inclusion.Also, if anyone has access to php error logs, that will help pinpoint the problem. Or, you can temporarily display errors to the screen, or create a custom logging. The blank screen tells you there IS a problem, but not WHAT the problem is. We’re just guessing without knowing the actual error.
In reply to: ERROR: Could not establish a database connectionYou need to make sure you have all the settings correct. One thing that gets many people is that once they have the username, database name and password done, they still need to enter the database host. The space to enter that, instead of localhost, is not shown by default and there is a link to click, something like “show advanced database settings.” Do you need to use a database host other than localhost?
In reply to: deep integration = blank screenIf the file is there in the exact path you’re using, and there are no other syntax errors in your bb-config.php, then I am out of ideas.
In reply to: deep integration = blank screenSo it’s all correct but still errors out with a blank screen? If you comment that line out, does it still give you a blank screen? If so, then something is not right with that particular line.
The path should not start with a forward slash if you’re using dots to go up the file tree. It should either be the full path starting with / or should be the relative path starting with ../ – one or the other.
In reply to: deep integration = blank screenWhat is the actual path you put in the “require_once” and does the file exist in that location?
Did you make sure that require_once is inside <?php tags and near the top of bb-config.php?
If you have access to error logs you should be able to find the problem. It’s probably that the path to your wp-load.php is incorrect in some way.
In reply to: Toggle ForumsSomething like I did here then?
http://www.lawserver.com/forums/
See the forums and categories at the bottom.
If you paid for the code and own it, please consider releasing it under the GPL2 license and having it added to the plugin repository. Thanks for getting this done.
In reply to: Fatal error: Class 'WP_Auth' not foundIt’s hard to tell with your path removed there, but assuming bbPress was installed properly (it’s not a plugin for WordPress) it seems to me that something was not uploaded completely. This is the first time I’ve heard about this problem.
In reply to: Toggle ForumsOn which page were you going to add the toggle? Just the front page? Can you post a link to your forum?
In reply to: Displaying bbpress Topics in WordPressWhat part of _ck_’s post did you not understand? That was the post I was going to point you to.
In reply to: No Plugins FoundThe permissions on your
my-plugins
should be 755. Are the permissions correct?Depending on when you installed and what version, the default permissions on the folder were 750, but that’s fixed now.
If the permissions on the my-plugins directory are 755, we will look at something else.
In reply to: Fatal error entering general settings from adminYour server is running out of memory. That doesn’t normally happen on a default installation. What plugins or modifications have you added, if any?
You can request more RAM from the server (or host) but it would be good to see why this is happening.
Also, did you integrate with WordPress? That’s an error from WordPress. Additionally, did you install bbPress as a WordPress plugin? It’s not a plugin for WordPress.
Need more information about your setup please.
In reply to: BBpress new user registrationpaulhawke, that sounds like a bug if true (WordPress warns you when you try to reuse an email). Please file a ticket at trac.
The fact that
functions.bb-pluggable.php
is listed leads me to believe it’s a conflict with a plugin. What plugins are you running?In reply to: function bb_get_topic_move_dropdownLink to the revision or trac report please?
In reply to: cannot edit forumsNo PM here. You can send it to chrishajer [at] gmail dot com and I will take a look for you.
yay ashfame!
In reply to: Page linksVect, this was caught by Akismet as spam. There were one or two others as well, probably caught because of no recent history, russian (?) website link in profile and lots of code.
UPDATE: I deleted the other topic because it was a duplicate of this one.
Ashfame, this is the post that got you caught by Akismet:
I’m guessing because of all the links. You’re not a bozo, but the posts were being caught by Akismet.
In reply to: I have been marked as spamAshfame, I cannot affect your account status. I can only moderate posts.
In reply to: cannot edit forumsLooks to me like you made all the forums categories? Or at least some of them, incorrectly as categories. You need to have some regular forums to post in. A “Forum as Category” is really just a container, a way to add hierarchy to your forums. Check that setting, Forum is Category and change it and reorganize if you need to.
You might want to rename My Forum to “Clothing Wire Forums” and then make “Clothing” and “Fashion Industry” children of that parent forum, and then uncheck the box making them Categories. I think you want them as regular forums so they can hold posts.