Skip to:
Content
Pages
Categories
Search
Top
Bottom

Limiting latest discussion by date

Published on November 18th, 2009 by paamayim

Hi,

I’d like to show only latest discussions in the last x days, for example, how cuold I do? I tried inspecting the code with no clue about a query to do that :(

problem with the i18n to hebrew of bbress

Published on November 18th, 2009 by asafche

hello,

i wanted to continue with translating the .po file of the hebrew language that for some reason was just half translated, and i loaded it to POedit.

after i tried to save the file the program announced a FATAL ERROR! –

he_IL.po:587: 'msgstr' is not a valid PHP format string, unlike 'msgid'. Reason: The character that terminates the directive number 1 is not a valid conversion specifier.

i think it is in the.po file and not in the POedit.

can anyone help me understand what is’nt working?

thanks.

Integration with two wordpresses that share user db

Published on November 18th, 2009 by OKTeaRoom

Ok, I just installed two wordpress blogs that share the same users using this method:

Installing two WordPress blogs with the same users

They seem to work as far as logging in and out but i don’t believe they share the same cookies (due to the fact that i can log in/out of one and still be logged in/out of the other).

I’d like to make one forum installation to serve BOTH of these sites (having seperate forum sections for each blog)…is it possible to do the cookie integration between all three?

Hopefully that made sense and thank you to anyone who can help.

"The plugin does not have a valid header."

Published on November 17th, 2009 by

I upload the zipped plugin and it installs ok but when I click Activiate I get the message “The plugin does not have a valid header.”

What is wrong?

Thanks for you help :)

Show bbPress tag cloud/hot tags in WordPress

Published on November 17th, 2009 by rainbow_lazer

Hi, I’m trying to figure out how to display bbPress’ tag cloud from the sidebar in WordPress. I’ve googled a lot, but can’t seem to find anyone who’s done this.

I’ve hacked a temporary solution that displays the topic tags from bbpress as a list in the wordpress sidebar, but I’d really love to have the size formatting as well.

<?php

global $wpdb;

$taglist = $wpdb->get_results(“select name from bb_terms”,”ARRAY_N”);

$number_of_tags_to_show = 10;

for ($count = 0; $count < $number_of_tags_to_show; $count++)

{

if($taglist[$count][0])

{

$tag = str_replace( ” “, ” “, $taglist[$count][0]);

echo ‘

  • <a href=”http://www.mysite.org/forum/tags.php?tag=’;

    echo $tag;

    echo ‘”>’.$tag.’

  • ‘;

    }

    }

    ?>

    Any suggestions for how to access bb_tag_heat_map from inside WordPress?

    problem with installation

    Published on November 17th, 2009 by radovanx

    I would like install bbpress but how can I trying i got this

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocsbbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocsbbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocsbbpressbb-includesfunctions.bb-l10n.php on line 484

    Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocsbbpressbb-settings.php:186) in C:xampplitehtdocsbbpressbb-includesfunctions.bb-pluggable.php on line 232

    I have xammp and windows vista

    thank you for yout help

    Totals in Categories?

    Published on November 17th, 2009 by sgatz

    I have a forum with the structure

    Category

    + subforum A

    + subforum B

    + subforum C

    where category is marked as “make this forum a category”. I want on my home page to display ONLY the category (not the subforms) and show a total number of topics/posts in all the subforums. Is there any way to easily do this?

    bbpress.org forums – regisration

    Published on November 17th, 2009 by Alex Luft

    Not sure where to put this, but I registered for a bbpress.org account a while ago and haven’t logged in for a few months. Upon sending the reset password link in my inbox, bbpress.org told me “You are not allowed to change your password.”

    Is this a glitch?

    Search – Relevant Post Links Broken

    Published on November 17th, 2009 by arpowers

    On our live forum (http://www.pagelines.com/forum) and my local server we have a problem with the relevant post links…

    You can see the issue here:

    http://www.pagelines.com/forum/search.php?q=background

    *look at the relevant post links at the bottom.

    Is there any Plugin for Meta Tag inserting in every Topic?

    Published on November 17th, 2009 by mextena

    I am searching for some Search Engine Optimization Plugins, but till now I haven’t got a perfect one. So can anyone provide me a good plugin for inserting meta Tag. If you can, please introduce me other SEO plugins too..

    Skip to toolbar