Search Results for 'bbpress'
-
Search Results
-
Topic: Bavatars Error
Hello everyone.
I just uploaded the Bavatars plugin for my bbPress forum. I uploaded it to the my-plugins directory, as instructed. But when I tried to activate the plugin, I got the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/content/b/r/a/brandonreptile/html/forum/my-plugins/bavatars/bavatars-wp.php on line 28
I searched the support forum for a similar thread on this particular error, but couldn’t find anything.
Any insight would be much appreciated. Thanks in advance.
-Brandon
Hi everyone!
I´ve just installed bbpress and the nicer permalink pluggin (http://bbpress.org/plugins/topic/nicer-permalinks/), it works but it kind of messes up the sitemap, ive tried 2 sitemap pluggins and same result
for example the topic url is:
mydomain/forum/mytopic.html
but the sitemap url is:
mydomain/forum//mytopic.html (double // before the individual topic permalink)
Can anyone tell me if im doing something wrong or check if its the pluggin fault?
i deactivated the nicer permalink plugin, added a dummy post to refresh the sitemap and voilá the url is correct without “//”, i guess its the pluggin fault here.
think i might have found something in the nice-filters.php file, altough im no expert it seems the error comes from here, but i think its a fix from someone, so removing the “/” will break something..
function get_forum_nicer_link( $link ) {
global $bb;
// Remove redundant "forum" word from forum link and append '/'. Mandatory! Props: Mohta
return str_replace( $bb->uri . 'forum/', $bb->uri, $link ) . '/';
heres my forum (test) url: http://www.ricardouk.com/forums/
and my sitemap url: http://www.ricardouk.com/forums/sitemap.xml
Thank you
Original post started here: (someone should take a look at the registrations here as i’ve been unable to register, so far i tried 3 times until CK told me i could use the wordpress.org forums account over here)
http://bbshowcase.org/forums/topic/nicer-permalinks-plugins-messes-up-the-forum-sitemap
Hi _ck_
I hope you’ll be fine. I always praise your work that’s why I was really happy when you came back to bbPress.
I know this question is not related to bbPress. But I need your co-operate.
I am looking the Simple Math Captcha Plugin for My WordPress.
Yes there are lot of captcha plugins, like Sabre, Register Plus.
But they are really complicated. I need simple solution, like Human Test for bbPress.
Humble Request: Can You please convert this plugin for WordPress.
I hope, Once again you’ll give me a chance to praise your work.
Thanks, and God Bless You Always and All The Ways.
bb-Lover
Someone just contacted me and said they tried a few times but cannot register here.
I’m sending them over to http://wordpress.org to try registering there first but I wanted to see if there have been any new registration here or maybe it’s akismet blocking them.
There’s no way to tell if there have been any new registrations lately via admin here so I figured I’d ask if anyone noticed we are missing new users.
I recently installed bbpress and completed deep integration using the:
bbpress integration 1.0 wordpress plugin and the zaerl wordpress 3 fix plugn.
everything appears to be running ok,
when i’m in the admin panel on the dashboard screen, it’s posting the following errors at the top:
Warning: Division by zero in /support/bb-includes/functions.bb-statistics.php on line 214
Warning: Division by zero in /support/bb-includes/functions.bb-statistics.php on line 194
Warning: Division by zero in /support/bb-includes/functions.bb-statistics.php on line 174
Warning: Division by zero in /support/bb-includes/functions.bb-statistics.php on line 244i’m not sure what caused this, and i’m not sure how to get rid of it or if it’s even affecting anything?
anyone seen this before or have any ideas?
Topic: Automatic in Textbox
I don’t know if I’m missing something. This seems to be important yet I cannot find anything about this subject in any forum about bbPress.
When you press Enter twice in a reply in this forum, it brings you down to start a new paragraph. I’m assuming it also automatically adds a
<br>tag in the post. My forums, however, do not do this.How do I make it so when there is a gap between paragraphs on my forum replies that it automatically adds the
<br>tag? Currently, I have to manually edit everyone’s posts who make any sort of separations between paragraphs by typing this tag in between them. I know it has nothing to do with my plugins because it was having the same problem from the start.Hello.
Is there a way in which I can adapt this plugin to bbpress?
The plugin contains three files:
wp_tooltip_plugin.php
wp_tooltip_script.js
wp_tooltip_style.css
Now, I think that the .js and .css do not need any tempering with, only the .php.
I would like to attempt the conversion on my own, but I need some information though. On top of that, the plugin is written in Spanish, not that it should matter that much I guess.
This is what I would like to know:
1. The bbpress equivalents for these variables (I’m translating them with Google):$post_content, $Instance, $toothpick (??). I think I can figure out the rest.
2. Filters: for wp the_content
3. Action: for wp head.
4. Function: get_option(“siteurl”).
At the moment the plugin gives me no error, but also no facility.
Regards,
Bob
Topic: [2.0] Co-authors support?
Will the new bbPress be able to support co-authors?
Apparently this here is the most commonly used co-authoring plugin, and it reportedly works with 3.0. I’ll test it myself soon.
Hi all,
I have been searching on this forum and on the plugins to find a way to disable html on the posts(by members). Although I found this post but it was not resolved –
The best would be admin can use html or lets say preferred members/senior members (which can be decided by admin, perhaps through post count plus control panel)
Is there any plugins to do these or is there any solution?
I would appreciate your input.
Thanks