chrishajer (@chrishajer)

Forum Replies Created

Viewing 25 replies - 751 through 775 (of 4,477 total)
  • In reply to: Toggle Forums

    @chrishajer

    Participant

    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 links

    @chrishajer

    Participant

    jcrens8392, 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.

    @chrishajer

    Participant

    @chrishajer

    Participant

    I 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.

    @chrishajer

    Participant

    Can 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.

    @chrishajer

    Participant

    You 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?

    @chrishajer

    Participant

    If 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.

    @chrishajer

    Participant

    So 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.

    @chrishajer

    Participant

    What 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 Forums

    @chrishajer

    Participant

    Something like I did here then?

    http://www.lawserver.com/forums/

    See the forums and categories at the bottom.

    @chrishajer

    Participant

    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.

    @chrishajer

    Participant

    It’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 Forums

    @chrishajer

    Participant

    On which page were you going to add the toggle? Just the front page? Can you post a link to your forum?

    @chrishajer

    Participant

    What 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 Found

    @chrishajer

    Participant

    The 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.

    @chrishajer

    Participant

    Your 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.

    @chrishajer

    Participant

    paulhawke, that sounds like a bug if true (WordPress warns you when you try to reuse an email). Please file a ticket at trac.

    @chrishajer

    Participant

    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?

    @chrishajer

    Participant

    Link to the revision or trac report please?

    In reply to: cannot edit forums

    @chrishajer

    Participant

    No PM here. You can send it to chrishajer [at] gmail dot com and I will take a look for you.

    @chrishajer

    Participant

    yay ashfame!

    In reply to: Page links

    @chrishajer

    Participant

    Vect, 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.

    @chrishajer

    Participant

    Ashfame, this is the post that got you caught by Akismet:

    https://bbpress.org/forums/topic/wordpress-login-makes-bbpress-dashboard-not-accessable-many-affected#post-65111

    I’m guessing because of all the links. You’re not a bozo, but the posts were being caught by Akismet.

    @chrishajer

    Participant

    Ashfame, I cannot affect your account status. I can only moderate posts.

    https://bbpress.org/forums/profile/ashfame

    In reply to: cannot edit forums

    @chrishajer

    Participant

    Looks 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.

Viewing 25 replies - 751 through 775 (of 4,477 total)