Olaf Lederer (@finalwebsites)

Forum Replies Created

Viewing 25 replies - 176 through 200 (of 203 total)
  • In reply to: Installation for Dummy

    @finalwebsites

    Participant

    I’m sure your database settings are wrong (cpanel has added something your names).

    Check cpanel for the complete name (database and user)

    @finalwebsites

    Participant

    yes right, at the moment the login name is used on all places in the forum, in WP you have the option to choose what user information will show up on the blog pages.

    BTW. using an email address as login is not smart, just imagine you will loose the email account and you can’t recover the password because teh mail is send to the old email address.

    I wrote some authentication class and most of the users are happy with a separate login name. In bbpress it’s possible to use multiple login names with same email address, this is sometimes very helpful…

    @finalwebsites

    Participant

    query style = ?id=12

    numeric = /12

    slug = /some-topic-name

    @finalwebsites

    Participant

    OK this feature is added, check my forum for further information (link behind my name to the left)

    @finalwebsites

    Participant

    Try to add some static text to see if this is only related to database content or not

    @finalwebsites

    Participant

    the last needs some more code during the registration process…

    I think this feature is needed to makes this plugin complete :D

    @finalwebsites

    Participant

    Hi I changed this function:

    function auto_add_favorit_profile() {
    global $user_id;

    if (bb_is_user_logged_in()) {
    $checked = "";
    $user = bb_get_user($user_id);
    if (!empty($user->auto_add_favorit)) {
    $checked = ' checked="checked"';
    }
    echo '
    <fieldset>
    <legend>Add my threads automatically to my favorites</legend>
    <p>Check this option to add all your threads or threads where you have posted something to your favorite list.</p>
    <table width="100%">
    <tr>
    <th width="21%" scope="row">Activate:</th>
    <td width="79%">
    <input name="edit_auto_add_favorit" id="edit_auto_add_favorit" type="checkbox" value="1"'.$checked.' />
    </td>
    </tr>
    </table>
    </fieldset>';
    }
    }

    please replace this function or download the updated version via the link above and tell me if it works (it works for me)

    @finalwebsites

    Participant

    I think that some mail headers are misformed, check the pluggable.php file in the include directory and replace the n with rn (not sure if this will help

    @finalwebsites

    Participant

    Martino, I think this is related to some magic_quotes configuration from your webhost.

    first disable all plugins and do some test post (tell us if you get the backslashes after doing so)

    In reply to: Redirecting Error

    @finalwebsites

    Participant

    you have three slashes:

    http:///mobile&#8230;

    :-)

    @finalwebsites

    Participant

    just checked his response headers:

    Connection: close
    Date: Wed, 16 Jan 2008 12:47:21 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET, PHP/5.0.4
    Content-Type: text/html

    200 OK

    it’s a IIS webserver :D

    @finalwebsites

    Participant

    Hi Edwin,

    you’re right I need to fix that with the profile ID.

    the information mail you about your own post is done by the “Post Notification” plugin (there is no check against the current user).

    @finalwebsites

    Participant

    Hi, Thanks for your comments.

    yes you’re right the plugin is made to update the current user (only)

    I will check if this would be possible to do for other users to (keymaster only) … on the other site I’m asking me if this is really needed or do you update the setting for xxx users?

    @finalwebsites

    Participant

    maybe you can post the URL?

    @finalwebsites

    Participant

    Hi,

    do you checked the setting in the config.php file?

    it must be something like:

    // The full URL of your bbPress install
    $bb->uri = 'http://www.domain.com/forums/';

    maybe you can post some URL?

    @finalwebsites

    Participant

    so you guys need different access levels for different forums?

    I think that should be possible to do in some plugin

    @finalwebsites

    Participant

    I use the “Privat forums” plugin and it works great, only members can access the boards.

    Btw. I think anonymous posts are not good for a forum (spam)

    @finalwebsites

    Participant

    I think you’re on the wrong way, you need all forums in different languages. Will say if you 5 forums and 3 languages you have a total of 15

    @finalwebsites

    Participant

    Hi,

    why do you need those comment together with the forum threads?

    Are they accessible on both parts of your website? That each comment / thread from your site is also available on your forum…

    In reply to: dutch translation

    @finalwebsites

    Participant

    The dutch bbpress forum on wordpress is not very active :D

    Providing complete translations for a software in this stadium is very difficult…Prutser (cool nick name) you are on the way to become the most important contributor for the dutch translations :D

    @finalwebsites

    Participant

    I mentioned the DP (Digital Point) forum ;)

    @finalwebsites

    Participant

    Hi Filippo,

    I don’t think that someone will convert a theme for free, check the DP forums, there are a lot of good WP theme coder (some of them could be able to do this job for ~50usd)

    @finalwebsites

    Participant

    deactivating the AI plugin is the solution here…

    @finalwebsites

    Participant

    Hi just tried this code but therer is “is_forum_category()” function in my install (ver 0.83).

    Is this a new one for the next version?

    @finalwebsites

    Participant

    Thanks for pointing me on this, I will check the code from this plugin.

    btw. is there some plugin to use bb code instead of html elements?

Viewing 25 replies - 176 through 200 (of 203 total)