Search Results for '"wordpress"'
-
Search Results
-
Topic: Warning: sprintf()
I have a WordPress 3.2.1. and bbPress 2.0.1
and in forum write this:
Warning: sprintf(): Argument number must be greater than zero in
xxxxxxxxxxxx.xx/web/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 1690
What does this mean?
Thank you for super plugin.
I don’t know if my post has been hacked because the originator and tag information have been changed.
I posted on here 3 days ago although your notice board says 1 day. I’ve not received an answer and had another look today.
I noticed that the originator of the post has been changed to The North face jackets and the tags changed to LED Board, LED Display and LED screen.
The psoting affected is unable to display bbpress in wordpress. I have resolved this but I now have another problem with displaying posts correctly. I will post a new topic on this.
Topic: Can't access admin panel
I’m trying to get bbPress set up. I don’t see a way to access the bbPress admin mentioned below:
“In the “WordPress Integration” section of the “Settings” area in your bbPress admin you will find a “User Role Map” where you can set which roles will be applied to users who register on your forums.”
I read somewhere it’s accessed by going to siteurl/bb-admin but that returns a page not found.
The forum is there and seems to work otherwise, however.
Hi all,
I am adding ratings to forum topics for a single forum, using this plugin
http://wordpress.org/extend/plugins/wp-postratings/
I have added the required code to loop-topic.php and loop-single-topic.php to get ratings showing up in the topic list.
I am now trying to restrict these ratings to a single forum but I have not been able to find a way to get the current forum id to check if it is the right forum to display the ratings
I have integrated bbpress in my wordpress account.
I have made a test forum, topic and post and wanted to see how they appear on the wppress forum page that I made. They don’t display even though I set the page category to forum.
What do I need to do to get my forum to display in wordpress?
If it helps – I have installed and activated the following plugins;
bbpress
bbpress integration
bbpress post toolbar
Topic: Forum topic ratings
Hi all,
I am looking into possible ways to rank forum topics via user ratings, ie, a feature request forum where users can vote on if they want the features suggested in each topic. I have been looking at http://wordpress.org/extend/plugins/rating-widget/screenshots/ which claims it has bbpress support, but I cannot find out how to set it up. Has anyone trued this before or know of other possible rating plugins
Hi guys
I am running WordPress 3.2.1 bbpress 2.0.1 single site, platformpro theme.
After several installs and reinstalls of the bbpress plugin while not working, I think the settings are persistent to the database and maybe in some other places, which makes the reinstalls not effective. What should I do ? Empty the bb_ tables in my database or simply drop them ? please note I am a newbie.
I tried clearing the tables but somehow I kept having the same issues: My problem imo is that forums show as blog posts. I am also trying to run the pagelines.com platformpro / base theme which I bought some time ago.
Please tell me what should I delete / clear to make sure to have a fresh install ?
Files / tables.
Thank you very much.
Topic: bbpress & WordPress
Hi,
I have installed WP 3.2.1 and activated “Site wide forums” option. Then I created several public forums in the FORUMS menu of bbpress.
Now I have the problem that I don’t see a single forum when I click on “Neues Thema” (german version). I can publish new entries in groups (the standard BuddyPress Forum option I think).
What do I have to do to be able to publish entries in a created forum?
Additionally: I have inserted the bbpress Forum lsit widget which shows all created forums. When I click on a forum in the widget list, a new page is displayed but without a forum title and the displayed forum entries are the same in all forums.
Thanks.
Tom
Hi,
I’m trying to exclude all forum post types within my main WordPress theme’s functions.php file using this sort of syntax:
$post_type != 'forum'However it doesn’t seem to work. Here is the full if statement I’m using:
function single_post_nav() {
if ( is_single() && !in_category(array('54', '55', '56', '57', '58')) && !is_category(array('54', '55', '56', '57', '58')) && $post_type != 'forum' ) { ?>
Some stuffHowever, it is still displaying the content on forum pages. Does anyone know the correct way to exclude the forum posts within functions.php?
Any help much appreciated.
Cheers – Ben
I have installed my wordpress and run BBpress plug-in. I decided to add additional plugin intended for BBpress which is Easy Albums – (Buddypress users create and share images, video and audio albums – the easy way.) This plug-in works properly with the default theme for BBpress but when I change it to Frisco BBPress Theme everything seems to be okey not until when I click the album tab in the profile of each users.
When I am in the tab of Activity, Profiles, Message, Friends and etc the sidebar works well and when I click on the Album tab which the Easy Albums Plug-in added that tab then the sidebar is misaligned.
I hope someone can help me about this..
Here’s the link http://enimz.com/gp60/members/admin/albums/
Hi.. I am new to wordpress and now i need to make a custom template and in this template I will list the parent forum and its category only.
i have this blank template and I dont know what to do next..
forum-list.php
==================================================================================
<?php
/*
Template Name: Forum List
*/
?>
<?php get_header(); ?>
<div id=”container” class=”one-column”>
<div id=”content” role=”main”>
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
?>
</div><!– #content –>
</div><!– #container –>
<?php get_footer(); ?>
==================================================================================
Can Anyone help me on how to make it from scratch?