Forum Replies Created
-
In reply to: Plugin: Enhanced Registration
Absolutely great!
Trent
In reply to: Plugin: Enhanced RegistrationWicked stuff on your google code page! Bookmarked! Many great plugins for bbPress and WP!
Trent
In reply to: Template: bbPress Forum ThemeNot sure if they did or not, but it is pretty simple to change. Head to style.css and find the following:
#profile-menu {
list-style: none;
position: absolute;
right: 0;
}and change to something like the following:
#profile-menu {
margin-top: -20px;
margin-right: -20px;
padding: 20px;
float:right;
}Not perfect, but something to start from!
Trent
In reply to: Plugin: Enhanced RegistrationIf the list of users to delete is empty, it gives the following error”
Warning: Invalid argument supplied for foreach() in /public_html/my-plugins/EnhancedRegistration/OptionsPage.php on line 37
0 user(s) have been deleted!Trent
In reply to: Plugin: Enhanced RegistrationI am playing around with this one as well! Will give some feedback after I play with it for a couple of days!
Trent
In reply to: Fight Against Auto-Register RobotGood point. You just assume they are automatically registering robots. I have the “extra” custom registrations plugin and it stops most spam, so logically the other users could be real people….
Trent
In reply to: Fight Against Auto-Register RobotAnyone know what to put in for this to work? I am thinking I would like to make a required field that has to be blank and if someone fills it out, (this case spammer robot) it automatically denies them. Any thoughts?
Trent
In reply to: Is there an Approve Registration plugin?It is bad form to bump any thread in the forum for those exact reasons.
Trent
In reply to: Article: Install bbPress LocallyIt is for the benefit of others. OK with me
Trent
In reply to: 403 error in post.phpStikes me like a Bad Behavior problem. You must have it installed since that is the only way that someone gets that error. Make sure you have that setup correctly or disable it.
Trent
In reply to: Simple image upload for inserting pics in topicsI am pretty sure it does upload as I mentioned it on one of the first threads on that plugin and the author mentioned it did, but I haven’t even looked at it to find out…….so……I don’t for sure!
Trent
In reply to: Simple image upload for inserting pics in topicsAbout time I chime in here. There is a plugin by Louisdale called Avatar Upload that allows users to upload their own avatar and save it on the server. I have been meaning to pick that plugin apart as to use the “uploading” code in another plugin.
I am sure that if you understand a bit of code you can pick out that portion of the plugin and use it with the current “allow images” plugin. I might have time later to look at it, but if someone wants a place to start, that might be it!
Trent
In reply to: onvertigo.com – Talking MusicYes….I know about the footer being off…..just don’t have enough posts yet! lol
Trent
In reply to: bbpress user comments in wpDo you have the plugin for wordpress to bring over the registrations of bbpress into wordpress? I think that should do the trick.
https://wordpress.org/extend/plugins/bbpress-integration/
Trent
In reply to: An additional forum is needed hereI think a localization forum would be nice. Let me see what I can do about this to keep a list of posts about different sites on localization and links to files.
Trent
In reply to: Act 55 NAVT for WordPress ForumThat is a groovy looking forum isn’t it!
Trent
In reply to: x-victory.ru exploit?As well, afdenahy you can always contact me by my about page on my site with the contact form. As well, the “modlook” tag would also draw me in faster even though that is not really the intended purpose of that tag to this thread!
Trent
In reply to: x-victory.ru exploit?I wrote about this in the wordpress.org forums as well and the only thing was that anarchy-media javascript in there left over after I re-uploaded the file after a server crash from my own modifications to the original theme.
I have taken that up and reloaded the theme to the server, but I don’t see anything in footer.php that would even cause a problem that you are seeing.
https://wordpress.org/support/topic/143571?replies=3#post-648853
Trent
In reply to: Display forum topics in WordPressThere is a plugin that you can find over at https://bbpress.org/plugins/ but I just use one of the RSS widgets for wordpress and then use your bbPress forum RSS feed to do it.
Trent
In reply to: Spam RegistrationWhy would I want to stop spam registration? That is how I am increasing my userbase! (can’t you just taste the sarcasm)
Trent
In reply to: bb-login = nothing happensDo you have a URL that we can take a look at Iron?
Trent
In reply to: Comment Quicktags not appearing on EditThat doesn’t seem like the same plugin that I use from Stefano that does the same thing!
http://www.40annibuttati.it/comment-quicktags-for-bbpress/
Trent
It would be easier to do the following if you want to change your title back in config.php and then download your header.php from your template folder and do something like this:
<h1><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a></h1>
Then save the file and upload to /my-templates/ so if you make a mistake, you can delete it and bbPress will use the original!
Trent
In reply to: Installing bbPressFor whatever reason, it doesn’t like the information that you put in config.php for your database. You better make sure that is 100% correct and running. Also search this forum for some localhost installs for ideas!
Trent
In reply to: Unable to delete postThanks Andy. I will drop a line to mdawaffe about this plugin problem!