Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,126 through 17,150 (of 26,846 total)
  • Author
    Search Results
  • #102336
    Hard Seat Sleeper
    Participant

    Ramiuz –

    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?

    #97235
    TonyVitabile
    Member

    I’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?

    #102335
    TonyVitabile
    Member

    I’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?

    #96661

    In reply to: Keymaster account gone

    @Rixos

    WordPress can do anything!

    Dremweaver is a thing of past.


    @Raving

    You can setup that too but having them together is better

    #101761

    In reply to: Keymaster account gone

    @Rixos

    WordPress can do anything!

    Dremweaver is a thing of past.


    @Raving

    You can setup that too but having them together is better

    #36069
    spewf
    Member

    I 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?

    pthomson
    Member

    Not sure if this helps but I used this page for the auth keys/salt’s: https://api.wordpress.org/secret-key/1.1/salt/

    pthomson
    Member

    Not sure if this helps but I used this page for the auth keys/salt’s: https://api.wordpress.org/secret-key/1.1/salt/

    #97352

    In reply to: Install Issues

    pthomson
    Member

    Ok, can see that BB Press is not a wordpress plugin. Can anyone advise with the header issues?

    #102452

    In reply to: Install Issues

    pthomson
    Member

    Ok, can see that BB Press is not a wordpress plugin. Can anyone advise with the header issues?

    #97351

    In reply to: Install Issues

    pthomson
    Member

    I 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.”

    #102451

    In reply to: Install Issues

    pthomson
    Member

    I 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.”

    #94567
    Rich Pedley
    Member

    http://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.

    #97220

    In reply to: bbpm and wordpress

    master5o1
    Participant

    A user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm

    Which shows the bbPress default theme :S

    #102320

    In reply to: bbpm and wordpress

    master5o1
    Participant

    A user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm

    Which shows the bbPress default theme :S

    #97219

    In reply to: bbpm and wordpress

    master5o1
    Participant

    Try 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…

    #102319

    In reply to: bbpm and wordpress

    master5o1
    Participant

    Try 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…

    pablodlr
    Member

    Hi. I am setting up integration with Word Press. On the integration page in the bbPress admin, it says:

    This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.

    “in this word press page” links to :

    [wordpress folder]/[bbpressfolder]/bb-admin/options-wordpress.php#

    but there is no “auth_salt” anywhere on this page.

    One thing i notice is that it says the option is in my wordpress site, but the page it takes me to is part of bbPress.

    #36044
    mik_e
    Member

    I need something like «bbPress post» plugin. But only for «Discuss» link on every post in my wordpress blog. Link must create topic for discuss. First post in bbpress topic must be content from post in wordpress blog where link was clicked.

    Looks like «bbPress post» is not available by now – http://bbpress.org/forums/topic/bbpress-post-003

    Sorry for my bad english =/

    #36043

    Hi. My site has bbpress integrated into wordpress. I’ve added bbpm plugin so that private messaging is enabled in the forum section. Trouble is recipients can’t read their received PM’s because they are not displayed in wordpress admin.

    http://www.fire-sprinkler.co.uk.

    Anyone know of a solution or workaround?

    #66493

    In reply to: TalkPress suggestions

    Th bbPress plugin will actually help make this happen, possibly by way of using WordPress multisite and letting each site/network have their own bbPress setup.

    If you wanted to use existing bbPress stand alone, I’m not sure where the channels code is to see if it’s available to share. Will see what I can did out.

    #66492

    In reply to: TalkPress suggestions

    kenburcham
    Member

    bump. :) after reading wordpress and bbpress forums and posts and … finally coming to the realization that what I’m looking for is this “bbpress channels” extension. I’d love to know when it might be available? We’re going to unleash bbpress on hundreds of sites via a multisite server if we can get bbmu to work… I ‘spose I can write my own extension, but it’d be more fun to install and tweak yours. :) thanks!

    #35981

    Topic: languages problem

    in forum Plugins
    geegy
    Member

    I had install wordpress vision 3.0.1 and buddypress plugin. I installed bbPress forum. The problem is it only support English language. it did not genarate utf-8. the post topic like this ??????(1post)and the post like this ???????.

    but if I write in English it is work fine.

    How do I fix this problem? anybody can help. Thanks for the the wise man.

    #96658

    In reply to: Keymaster account gone

    Rixos
    Member

    Hey guys thanks for all the help, but I won’t be needing any help on this topic anymore.

    I decided wordpress was way to limiting for me to create the websites I want, so I am now taking courses to learn how to create sites with dreamweaver.

    Thanks anyway

    #101758

    In reply to: Keymaster account gone

    Rixos
    Member

    Hey guys thanks for all the help, but I won’t be needing any help on this topic anymore.

    I decided wordpress was way to limiting for me to create the websites I want, so I am now taking courses to learn how to create sites with dreamweaver.

    Thanks anyway

Viewing 25 results - 17,126 through 17,150 (of 26,846 total)
Skip to toolbar