Search Results for '\"wordpress\'
-
AuthorSearch Results
-
November 9, 2010 at 5:43 pm #94334
In reply to: post width + category count
VirtualityStudio
Memberah! thank you! I was able to figure out where that little stinker was hiding.. I had changed it in the bbpress css file, but for some reason it was reading off the wordpress one for that little piece.
Messed up my blog a bit, would be nice if those two were separate… but at least the forum isn’t hanging off the end anymore.
thanks!!!!!!!!
November 9, 2010 at 12:51 pm #97382In reply to: Installation failed
zaerl
ParticipantbbPress isn’t a wordpress plugin.
November 9, 2010 at 12:51 pm #102482In reply to: Installation failed
zaerl
ParticipantbbPress isn’t a wordpress plugin.
November 8, 2010 at 9:03 pm #97241In reply to: Forum attacked by spammers
Ramiuz
ParticipantPlease do.
I´m gonna try honey pot tonight.
But SINCE I CAN NOT SEE PEOPLES IP ADRESSES IN BB PRESS. I CAN NOT SUBMIT THEM TO SPAMBOT REGISTERS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
https://balancesheet.files.wordpress.com/2008/03/islamic_rage_boy.jpg?w=500
November 8, 2010 at 9:03 pm #102341In reply to: Forum attacked by spammers
Ramiuz
ParticipantPlease do.
I´m gonna try honey pot tonight.
But SINCE I CAN NOT SEE PEOPLES IP ADRESSES IN BB PRESS. I CAN NOT SUBMIT THEM TO SPAMBOT REGISTERS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
https://balancesheet.files.wordpress.com/2008/03/islamic_rage_boy.jpg?w=500
November 8, 2010 at 7:30 pm #67177FYGD
MemberHello, I just used this in the header.php of my wordpress site to make it compatible with IE8…and it works…any thoughts….?
<script>(function fix_ie8() {if (strpos($_SERVER,”MSIE 8″)) {header(”X-UA-Compatible: IE=7″);}}
add_action(’send_headers’,’fix_ie8‘))();</script>
this was put right before the </head> tag.
November 8, 2010 at 5:50 pm #94570In reply to: bbPress 2.0 – Updates
Erlend
ParticipantCheers Rich! I registered and played around quite a bit.
Here’s the only issue I’ve come by so far, which is really nothing:
November 8, 2010 at 3:55 pm #97236In reply to: Forum attacked by spammers
Hard Seat Sleeper
ParticipantRamiuz –
I turned on Akismet last night, it caught all my car spammers and then some while I slept like a baby.
You realize that Akismet is actually run by WordPress, right? And that they are actively developing it? And that it connects to a shared database so that all spammers across the internet are flagged?
It shouldn’t “mess the whole forum up.” Try it again and if you’re having problems come back and I’ll help you. Akismet is the solution to your problem.
TonyVitabile –
Can’t you search users via the admin panel and see who is an admin?
If there are “tons of posts” but none showing, maybe they have been deleted already? By Akismet, perhaps?
November 8, 2010 at 3:55 pm #102336In reply to: Forum attacked by spammers
Hard Seat Sleeper
ParticipantRamiuz –
I turned on Akismet last night, it caught all my car spammers and then some while I slept like a baby.
You realize that Akismet is actually run by WordPress, right? And that they are actively developing it? And that it connects to a shared database so that all spammers across the internet are flagged?
It shouldn’t “mess the whole forum up.” Try it again and if you’re having problems come back and I’ll help you. Akismet is the solution to your problem.
TonyVitabile –
Can’t you search users via the admin panel and see who is an admin?
If there are “tons of posts” but none showing, maybe they have been deleted already? By Akismet, perhaps?
November 8, 2010 at 3:44 pm #97235In reply to: Forum attacked by spammers
TonyVitabile
MemberI’m having issues with spammers. There are tons of posts in the posts table in the database, but only the 4 I originally created are showing. And someone else, who seems to be a spammer, seems to have moderation rights in the forum.
I also have WordPress multisite installed and that’s giving me troubles too, but I wonder if this is all related? I’m thinking of blowing away bbpress, truncating all of the bbpress tables and starting again.
I’m going to be changing the admin passwords today. I want to query the user table for users with admin rights. How do I do that?
November 8, 2010 at 3:44 pm #102335In reply to: Forum attacked by spammers
TonyVitabile
MemberI’m having issues with spammers. There are tons of posts in the posts table in the database, but only the 4 I originally created are showing. And someone else, who seems to be a spammer, seems to have moderation rights in the forum.
I also have WordPress multisite installed and that’s giving me troubles too, but I wonder if this is all related? I’m thinking of blowing away bbpress, truncating all of the bbpress tables and starting again.
I’m going to be changing the admin passwords today. I want to query the user table for users with admin rights. How do I do that?
November 8, 2010 at 11:21 am #96661In reply to: Keymaster account gone
Ashish Kumar (Ashfame)
ParticipantNovember 8, 2010 at 11:21 am #101761In reply to: Keymaster account gone
Ashish Kumar (Ashfame)
ParticipantNovember 7, 2010 at 7:53 pm #36069Topic: Pull bbpress data to wordpress
in forum Troubleshootingspewf
MemberI have a script that I made that pulls the count of posts a user does on bbpress and displays it on wordpress page template. For some reason I can’t get it to work. I know I need to add something to wordpress but I am not sure what. Here is the script so far.
function get_user_posts_forums1($user_id) {
global $wpdb; // I know I need to change this
$count = $bbdb->get_results(“
SELECT COUNT( * ) AS total
FROM {$bbdb->posts}
WHERE poster_id = {$user_id};”, object);
return $count[0]->total;
}
Any ideas?
November 7, 2010 at 7:08 pm #97283pthomson
MemberNot sure if this helps but I used this page for the auth keys/salt’s: https://api.wordpress.org/secret-key/1.1/salt/
November 7, 2010 at 7:08 pm #102383pthomson
MemberNot sure if this helps but I used this page for the auth keys/salt’s: https://api.wordpress.org/secret-key/1.1/salt/
November 7, 2010 at 3:11 pm #97352In reply to: Install Issues
pthomson
MemberOk, can see that BB Press is not a wordpress plugin. Can anyone advise with the header issues?
November 7, 2010 at 3:11 pm #102452In reply to: Install Issues
pthomson
MemberOk, can see that BB Press is not a wordpress plugin. Can anyone advise with the header issues?
November 7, 2010 at 3:05 pm #97351In reply to: Install Issues
pthomson
MemberI thought I may as well try installing bbpress from my wordpress install. I renamed the config file, dropped the database and then removed the C:xampphtdocsmysitewp-contentplugins bbpress install file. I then searched for bbpress in the plugins section and installed the bbpress plugin. However, when I went to activate, I got the error: “The plugin does not have a valid header.”
November 7, 2010 at 3:05 pm #102451In reply to: Install Issues
pthomson
MemberI thought I may as well try installing bbpress from my wordpress install. I renamed the config file, dropped the database and then removed the C:xampphtdocsmysitewp-contentplugins bbpress install file. I then searched for bbpress in the plugins section and installed the bbpress plugin. However, when I went to activate, I got the error: “The plugin does not have a valid header.”
November 7, 2010 at 10:51 am #94567In reply to: bbPress 2.0 – Updates
Rich Pedley
Memberhttp://wordpress.elfden.co.uk/forum/
Although the reply box appears for guests, guests can’t post. So I’ve enabled registration.
please be aware that I may remove all users at any time.
November 5, 2010 at 11:37 pm #97220In reply to: bbpm and wordpress
master5o1
ParticipantA user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
November 5, 2010 at 11:37 pm #102320In reply to: bbpm and wordpress
master5o1
ParticipantA user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
November 5, 2010 at 11:35 pm #97219In reply to: bbpm and wordpress
master5o1
ParticipantTry looking for it in bb-admin first:
http://www.fire-sprinkler.co.uk/forum/bb-admin
You seem to have some weird things going with your set up…
November 5, 2010 at 11:35 pm #102319In reply to: bbpm and wordpress
master5o1
ParticipantTry looking for it in bb-admin first:
http://www.fire-sprinkler.co.uk/forum/bb-admin
You seem to have some weird things going with your set up…
-
AuthorSearch Results