Search Results for 'code'
-
Search Results
-
The Leaderboard plugin is fantastic, but it is broken. I can get it to show a Leaderboard, but whenever a user clicks on any of the other display options aside from “of all time” they get redirected to the forum homepage, as you can see here:
http://oxhorn.com/forum/view.php?view=leaderboard
I’m not the only one with this problem, others on the plugin’s discussion have had it too. how can this be fixed?
Thanks
I’m running bbpress 1.0.1 and I am hesitant to upgrade because I don’t know what it will do to my plugins (most of which have been abandoned by their authors) and I’m not sure why I should upgrade. Plus, with the rumor of a bbpress plugin for wordpress coming out, I’m concerned about the future of this version of bbpress. Maybe you guys can answer some questions for me.
Here is my bbpress so you can see where I’m at:
1) Will my users, plugins, databases and themes all still work find and dandy if I upgrade? Is there an easier way to upgrade aside, like there is with wordpress?
2) These are my current plugins. Does anyone know any incompatability with them and the current version of bbpress?:
adsense for bbpress
after the deadline
ajaxed quote
akimset
allow images
bb-lightbox2
bb-no spam user
bb-scripture links
bbcode buttons toolbar
bbcode light
bb cumulus
bb pm
bbpress signatures
bb topic views
bb video
bozo users
facebook like
leaderboard
members online
mini stats
post count plus
post count pluss for wordpress
project honey pot for bbpress
reputation (karma) for bbpress
social it
subscribe to topic
unread posts
3) When/if this new bbpress plugin comes out, will there be a way to convert my bbpress installation into teh plugin or otherwise make it compatable?
Thanks bunches all!
Topic: Questions about bbPM Plugin
1. Is it possible to send an administrative PM to all members? ( Admin’s One PM to all registered members at once)
2. How can restrict the participation more then two members?
I mean I don’t want to provide users to add others users to participate in their private discussion.
I just need two members participation in one private discussion..
3.When a PM is sent by a User it generates an email to the User’s email address notifying them that they have sent an email. The User knows they sent a PM because they just sent it
Can this be turned off? Of course, need to keep having an email sent to the recipient of the PM telling them that they have a PM to go and look at.4. is it possible to add captcha in bbpm?
any help appreciated
cheers
Topic: bbPress 1.0.2 unusable?
Anyone downloaded bbPress 1.0.2 from http://bbpress.org/download/ lately? I just did and when I started installation I got warnings but succeed in installing. But when I installed I couldn’t login.
I belive this problems are related to update to BackPress/pomo library and that new versions of it are not compatible with bbPress 1.0.2 code. Anyone can reproduce this?
Hey
When I was writing plugin last time they dont want run install function after activation. Trouble was in position of plugin file in subfolder in ‘my-plugins’.
When I looked in plugins.php I saw the problem. Script make ‘do_action()’ on overall path to plugin from my-plugins. For example: ‘plugin/plugin.php’. So orginal function have to be ‘bb_activate_plugin_plugin/plugin’ what in incorrect. I wrote few lines and all works fine.
After line 66 in bbpress/bb-admin/plugins.php:
$posSlash = strpos($plugin,'/');
if(intval($posSlash) != 0){
$plugin = substr($plugin,$posSlash+1);
}After that all works fine
May be included in next bbPress version.Regards
D.
Topic: help with echo user rank
i’m trying to create a div class by requesting user role title, but it actually return an empty string on source code each time when web page is loaded. i’m using :
echo user_title();What i’m trying to do this? I want to show a picture (ads) only for members, all other role will hide this ads via CSS style. Does there is a way to do this? can someone help please echo user title proprely?
note: i’m also using “role-manager” plugin, i don’t know if this can cause trouble.
edit: can’t display the code properly. 😡
!