Skip to:
Content
Pages
Categories
Search
Top
Bottom

"%2F" 404 error with wordpress

Published on February 3rd, 2013 by

Hi ! I have the last BBPress integrated witth wordpress 3.5

The forum works fine but when I submit a post (not a new topic) it redirect me to the topic but it adds in the adress bar “%2F”, so that gives me a 404 error. The post is submitted but this is annoying.

Here’s what the links is after I click submit :

http://openmindfestival.ponnuki.net/?forum=marche-aux-puces%2F#post-1343

And it should be

http://openmindfestival.ponnuki.net/?forum=marche-aux-puces#post-1343

I haven’t touch anything in the permalink, I tried to reset them. I’ve uninstalled and reinstalled the plugin. I’ve deleted all forum and start a new one. Nothing seems to fix the problem. I’ve tried to look online, but nobody seems to have an answer.

Any idea what can cause that ?

Thank you very much.

Here’s the link to the website :

http://openmindfestival.ponnuki.net/

And the link to the forum :

http://openmindfestival.ponnuki.net/?forum=francais

301 redirection from phpbb3 to bbpress

Published on February 3rd, 2013 by irydium

Hello,

I have just migrated my phpbb3 to bbpress and I need to redirect all my forums and topics using the 301 protocol.

Can you help me?

Preventing name changes

Published on February 3rd, 2013 by chevymanusa

Hello All,
I am looking for a way to disable users from changing their names from within the bbpress interface (/profile/edit/group/1/). This is located on the page where they choose a forum signature. I do not mind if they have a forum signature. However, I would like to prevent them form changing their name.

The site is currently running wordpress 3.5.1, buddy press 2.2.3 and is on a local test machine.

I did some searching on google and the on this site and was unable to find an answer to this question. If I missed it please let me know and my apologies in advance if this in the wrong area.

Thank you in advance for your help!

Regards,
Chevman

Multisite Private Forums (current vsns)

Published on February 2nd, 2013 by aberglas

The title says it. I have mutliple sites, and I need users that are registered to a site to be able to participate in the private forums of just that site. The problem seems to be bbPress’s totally confused capability model.

By default private sites are hidden to users. There is a weird “Auto Role” option that can adds bbp_participant to all users. But that means that users get access to all forums on all sites.

So turn that off. Try to add bbp_participant role explicitly using action ‘add_user_to_blog’
$user->add_role(“bbp_participant”);
However, that failed to add the user. WordPress really only supports one role per user, certainly set_role only accepts a single role and purges any others. So I think something is resetting it.

Then I try simply
get_role( ‘author’ )->add_cap( ‘read_private_topics’ ); // for bbpress.
That successfully updates the database, but has no effect on bbpress. I suspect because one of the three(!) capability.php files in bbpress has
case bbp_get_spectator_role() … ‘read_hidden_forums’ => false,
rather than just leaving it out. So capabilities do not merge properly between roles.

There is something called Dynamic roles whatever they might be.

Maybe I need to abandon capabilities altogether and hook somewhere else? Maybe one of the numerous plugins works multisite?

Regards,

Anthony

Arranging Forum Order

Published on February 2nd, 2013 by golfer300

How can I arrange my forums into the order I want. I know that I can sticky topics but is it possible to do something like that for forums. For example, I want my rules forum page to be located above everything else. Any help is much appreciated.

Logout on Multisite

Published on February 2nd, 2013 by Zachary DuBois

When you view the forums on a multisite, you get logged out.

Strange import failure – loop!

Published on February 2nd, 2013 by steilenhang

I got this strange inport failure on my site all of a sudden. I am trying to move from old bbpress to the latest. I did this once before, but had to wait for a while until some functions where sorted out. Now it’s all set and I tried again. The forums were reset, but deleting the conversion table sometimes fails. I don’t know what that means, but anyhow. The inport did just fine until it got stuck half way in the replys. I tried to stop and restart, but I couldn’t get it to run any further.

So then I reset and tried again. Now it keeps inporting the first topic over and over again. It never moves on. What happened? I tried everything. I even tried removing that first topic from the old forum. It now inports the next one, over and over again.

If I try to “Purge all information from a previously attempted import” it gladly starts to remove old data, but it never stops! It removes data a little to quick to be true, and it goes on for ever “deleting” far more rows than I have ever inported.

Something is completely wrong here, and I don’t have a clue 🙁 Someone please help me! I am getting pretty frustrated here..

Please help me

Published on February 2nd, 2013 by dapress

I am using bbpress 1.0.2 installed with a iBlog Pro Forum Theme on wordpress version: 3.5.1
The problem is that I can’t make the forum to look like a forum page and it is shown as a blog page. If I create a Forum it is shown in categories. I just want to make my page looks like a forum. Please help me. http://iosbg.freeiz.com/forum/

Jalali date for bbPress

Published on February 2nd, 2013 by Hesam

Hi guys

I am translating bbPress 2.2.4 plugin for WordPress. Unfortunately wp-jalali plugin doesn’t convert the dates related to bbPress topics and replies.

How can I solve this problem?

Thanks in advance.

Sticky a Forum Post

Published on February 2nd, 2013 by golfer300

How can I sticky or super sticky a forum page/post so it will stay at the top.

Skip to toolbar