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
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
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.
Ok, I just installed two wordpress blogs that share the same users using this method:
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.
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
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 ‘
echo $tag;
echo ‘”>’.$tag.’
‘;
}
}
?>
Any suggestions for how to access bb_tag_heat_map from inside WordPress?
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
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?
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?
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.
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..