zaerl (@zaerl)

Forum Replies Created

Viewing 25 replies - 651 through 675 (of 762 total)
  • @zaerl

    Participant

    Why there is a need for recount? Why would the counts go out of sync at the first place? :/

    Cause bbPress uses a cache system in order to minimize database queries and sometimes it goes out of synch.

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    Thanks for the donation. I think that I will fork that plugin but it will functions only on 1.0.2 or superior (I guess.)

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    @gerikg no it’s bjogio AT libero.it

    @zaerl

    Participant

    Maybe. It seems that Akismet has done a mess here.

    @zaerl

    Participant

    how do i add new forums “main theme” to my forum?

    Do you mean a forum description? It’s in bb-admin/forums.php under “description”.

    In reply to: Error After Installing

    @zaerl

    Participant

    I put my wordpress username and it gave me an error but it didn’t go back

    What error.

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    _ck_ topic-icons is very simple and porting it to 1.0.2 is easy. At least if you don’t mind to have it backward compatible.

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    I was talking of the _ck_ one.

    In reply to: cannot login to admin

    @zaerl

    Participant

    You can open phpmyadmin and manually alterate the database table changing “user_pass” to a well-know value.

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    This means that it’s not funny to patch work of other people. I can do this if I get some donations.

    In reply to: Continuing Topic Icons

    @zaerl

    Participant

    I can do it easily but this is not one of my plugin and I don’t want to do a mere modification. It’s not funny.

    @zaerl

    Participant

    Doing that change affects only your code and not the server.

    @zaerl

    Participant

    on bb-config.php type:

    $_SERVER['SERVER_SOFTWARE'] = "Apache/2.2";

    BUT keep in mind that this is a ugly hack.

    P.S. change host

    @zaerl

    Participant

    SERVER_SOFTWARE is empty? Then your host has done something very weird. I could suggest you to manually fill that value ($_SERVER = “Apache/2.2”) but this is a ugly hack.

    @zaerl

    Participant

    It can be removed from any php file and its something debatable

    Also the official documentation suggests that omitting the ?> at the end of the PHP file is helpful in some cases.

    @zaerl

    Participant

    That’s strange.

    $is_apache = ( strpos( $_SERVER['SERVER_SOFTWARE'], 'Apache' ) !== false || strpos( $_SERVER['SERVER_SOFTWARE'], 'LiteSpeed' ) !== false);

    this is the line that check the server software. Check phpinfo() and see what you get.

    In reply to: Add New Topic Image

    @zaerl

    Participant

    On front-page.php, forum.php, tag-single.php substitute bb_new_topic_link(); with bb_new_topic_link(array('text' => '<img src="the url of your image" alt="the alt title" />'));

    @zaerl

    Participant

    and i get alot of errors

    What errors? Please notice that bbPress isn’t a WordPress/buddypress plugin but a standalone software.

    @zaerl

    Participant

    It means that the URL rewriting is possible only if you are using the Apache web server. Apache rewrite URLs using an extension called mod_rewrite. Other web servers have similar functionalities but bbPress doesn’t support them.

    @zaerl

    Participant

    PHP4 to 5 was a huge change, a leap into correctly written OOP.

    I was speaking about the backward incompatibilities which are just a bunch of functions.

    @zaerl

    Participant

    Very stylish. Compliments.

    @zaerl

    Participant

    The more I read the migration docs from php.net the more I think that none of the changed functions can break the wp/bb integration.

    In reply to: Public Forum

    @zaerl

    Participant

    Ashfame. Maybe I was a bit rude but these are the facts.

    bbPress 1.0.2 offers anonymous posting? The answer is “no.”

    Is there fully functional plugins that fill this lack for the actual official bbPress version? No. I tested BB Anonymous Posting and it doesn’t work in 1.0.2 (at least in my case.)

    @zaerl

    Participant

    I have implemented moderation queues in my private trunk version of zaerl Visibility. I have planned to bundle this feature in the upcoming public 0.2 version.

    Basically speaking on the new version you can specify that new topics and new posts must be hidden by default and that they can be reset (in this case “approved”) by moderators through the admin panel. It functions already but I will release the 0.2 only after exaustive beta-testing _and_ if I got positive feedbacks.

    In reply to: Public Forum

    @zaerl

    Participant

    Is this possible?

    No. And I think that there isn’t a plugin that provide this functionality.

Viewing 25 replies - 651 through 675 (of 762 total)